@charset "utf-8";
/* CSS Document */
:root{
	--color-orange: #F3862A;
	--color-orange-light:#fad59e;
	--color-red: #990000;
	/*--color-green: #2C7746;*/
	--color-green: #769A19;
	--color-green-light:#e2fca1;
	--color-blue:#1f497d;
	--color-white:#ffffff;
	--color-yellow:#f4eeb1;
	--color-yellow-strong:#ebdf63;
	--color-gray-light:#e3e3e3;
	--color-gray:#666666;
	--color-gray-strong: #646363;
	--color-black:#000000;
	--color-blue-sky:#deeaf2;
	--color-blue-sky-strong:#c2e1f7;
}

body
{
	/*background-color:#e3e3e3;*/
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a{
	text-decoration: none;
}

header, nav, footer, #pagecontent
{
	margin:0 auto;
	width:1000px;
}

header
{
	/* background-color:#ffffff; */

}

header .header-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

header .header-logo img
{
	width: 120px;
}

header .header-title {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 650px;
    color: var(--color-red);
    font-size: 14px;
    /* line-height: .15; */
}

header .header-title span
{
	cursor: pointer;
	/*color: var(--color-gray);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5rem;*/
}

header .header-right
{
	display: inline-block;
	vertical-align: middle;
	/*border-left: 1px solid var(--color-red);*/
	padding: 50px 0;
}

header .header-right img {
    padding: 0 10px;
}

.logo
{
	font-size:15px;

}

nav
{
	border-top:1px solid var(--color-red);
	background-color:#e2fca1;
	clear: both;
}

nav ul
{
	list-style-type:none;
	margin:0;
	padding:0;

}


nav li
{

	display:inline-block;
	background-color:#e2fca1;
	color:#000000;
	float:left;
	text-align: center;
	border-bottom:6px solid #900000;
	height: 110px;
	padding:25px 0;
}

nav li.border
{
	border-left:2px solid var(--color-red);
	/*padding-top: 30px;
	padding: 31px 0;*/
}

nav li a
{
	font-size:20px;
	/*padding-top:25px;*/
	color:#000000;
	text-decoration:none;
	/*border-top:1px solid #404040;*/
	height:75px;
	width:248px;
	display:inline-block;
	cursor:default;
}

nav li a.medio
{
	padding-top: 20px;
	/*border-right:2px solid #666666;*/
	font-size: 25px;
	padding-bottom: 15px;
}

nav li a.medio img
{
	padding-top: 10px;
}

nav li a.font-normal
{
	font-size: 18px;
	line-height: 1.5;
}

nav li a.medio span.btn-nav
{
	border:2px solid #ffffff;
	padding:5px 8px;
	border-radius: 15px;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
}

nav li a.right
{
	padding-right: 2px;
}

nav li a img
{
	cursor: pointer;
}

/*nav li a:hover
{
	color:#c00000;
	background:#1c1c1c;
	border-bottom:4px solid #c00000;

}*/

#pagecontent
{
	clear: both;
	/*background-color:#e3e3e3;*/
	/*padding-top: 20px;*/
}

h2.h2-title{
	display: inline-block;
}

h2.h2-title img{
	margin-left: 25px;
	display: inline-block;
	vertical-align: middle;
}

/* Contenedores  */

.container
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: start;
	/*margin-bottom: 70px;*/
}

.container-center
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
	/*margin-bottom: 70px;*/
}

.content-center-space-between {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0;
}

/* Content Buttons */

.content-button{
    display: flex;
    align-items: center;
}

.content-button .icon {
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 5px;
    border: 3px solid transparent;
    /*border-radius: 50px;*/
    /* margin-right: 15px; */
}

.content-button .button{
    margin-left: 10px;
}

.border-black{
    border-color: #000 !important;
}

.text-green-v2 {
    color: #2c7746 !important;
}

.item-titulo
{
	/*background-color: #e2fca1;*/
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	/*border: 1px solid #000;*/
	margin: 25px 0 0;
	text-transform: uppercase;
}

.item-titulo-rounded
{
	border-radius: 15px;
	width: 100%;
	padding: 10px 25px 10px 10px;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	margin: 25px 0 0;
	text-transform: uppercase;
}

.item-titulo span
{
	text-transform: lowercase !important;
}

.item
{
	margin: 13px;
	width: 220px;
	border: 1px solid #000;
	box-shadow: 0 0 2px #939393;
	background-color: #e2fca1;
}

.item .img-item
{
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	min-height: 80px;
	display: flex;
justify-content: space-evenly;
align-items: center;
}

.item .img-item img
{
	max-width: 200px;
	max-height: 77px;
}

.item .text-item
{
	border-top: 1px solid #d3d3d3;
	padding: 5px;
	word-wrap: break-word;
}

.item .text-item a
{
	color: #000;
	text-decoration: none;
	/*font-size: 13px;*/
}

.item .text-item a:hover
{
	text-decoration: underline;
}

/* Item más grande */

.item-large
{
	margin: 13px;
	width: 470px;
	border: 1px solid #000;
	box-shadow: 0 0 2px #939393;
	font-size: 14px;
	background-color: #ffffff;
	flex-direction: row;
}

.item-large .img-item-large
{
	float: left;
	width: 200px;
	padding-top: 100px;
	text-align: center;
}

.item-large .img-item-large img
{
	max-width: 180px;
	max-height: 60px;
	padding: 5px;
	/*border: 1px solid #000;*/
}

.item-large .img-item-large a
{
	text-decoration: none;
}

.item-large .text-item-large
{
	width: 250px;
	padding: 5px;
	float: right;
	clear: both;
	margin-top: -170px;
}

/* Item fondo blanco */

.item-v2
{
	margin: 13px;
	width: 220px;
	border: 1px solid #000;
	box-shadow: 0 0 2px #939393;
	background-color: #fff;
}

.item-v2 .img-item
{
	background-color: #fff;
	text-align: center;
	padding: 2px 0;
	min-height: 80px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.item-v2 .img-item img
{
	max-width: 200px;
	max-height: 77px;
}

.item-v2 .text-item p
{
	/*border-top: 1px solid #d3d3d3;*/
	padding: 0 5px;
	word-wrap: break-word;
}

/* Rubros */

.rubros span{
	font-size: 18px;
	margin: 5px 1px 10px;
}

/* Fin item más grande */

.texthead
{
	/*padding: 5px 10px;*/
	margin: -20px 0 20px;
	display: flex;
	/*justify-content: center;*/
	justify-content:space-between;
}

.texthead-right
{
	display: flex;
	margin-bottom: 20px;
	justify-content:end;
}

.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

/*
.texthead a
{
	text-decoration: none;
	color: #fff;
}

.texthead a:hover
{
	text-decoration: underline;
	color: #fff;
}
*/

/* Margin */

.ml-50{
	margin-left: 50px !important;
}

.mt-100{
	margin-top: 100px;
}

.mt-70{
	margin-top: 70px;
}

.mt-50{
	margin-top: 50px;
}

.mb-70{
	margin-bottom: 70px;
}

.my-30{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.my-50{
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.text-center
{
	text-align: center !important;
}

/* Widths */

.width-70{
	width: 70% !important;
}

.width-60{
	width: 60% !important;
}

.width-80{
	width: 80% !important;
}

/* Fondos */

.bg-orange {
	background-color: var(--color-orange-light);
	color: #000;
	border: 1px solid var(--color-red);
}

.bg-green {
	background-color: #e2fca1;
	color: #000;
	border: 1px solid var(--color-red);
}

.bg-gray-preise {
	background-color: #f3f3f3;
	color: #22539f;
	border: 1px solid var(--color-red);
}

.bg-blue-light {
	background-color: #DDECFE;
	color: #000;
	border: 1px solid var(--color-red);
}

.bg-red-white {
	background-color: var(--color-white);
	color: #000;
	border: 1px solid var(--color-red);
}

.bg-blue-white {
	background-color: var(--color-white);
	color: #000;
	border: 1px solid #1f497d;
}

.bg-yellow
{
	background-color:#fdfebe;
	color:#000;
	border: 1px solid var(--color-red);
}

.bg-dark
{
	background-color:#555;
	color:#ffffff;
}

.bg-orange-dark{
	background-color: var(--color-orange);
	color: var(--color-white);
}

.bg-red{
	background-color: var(--color-red);
	color: var(--color-white);
}

.bg-blue{
	background-color: var(--color-blue);
	color: var(--color-white);
}

.bg-white{
	background-color: var(--color-white);
	color: var(--color-black);
	border: 1px solid transparent;
}

.pb-30{
	padding-bottom: 30px;
}

.py-25{
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.py-15{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.plr-20{
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.plr-30{
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.mt-50{
	margin-top: 50px !important;
}

.mb-30{
	margin-bottom: 30px !important;
}

.mb-40{
	margin-bottom: 40px !important;
}

.mb-50{
	margin-bottom: 50px !important;
}


.content-square-green {

    margin: 13px;
    width: 200px;
    padding: 8px;
    /*box-shadow: 0 0 5px #939393;*/
    border: 1px solid #769A19;
    border-radius: 8px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    min-height: 55px;
	font-size: 13px;
}

.content-square {

    margin: 13px;
    width: 200px;
    padding: 17px 17px 5px 5px;
    /*box-shadow: 0 0 5px #939393;*/
    border: 1px solid #939393;
    border-radius: 18px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    min-height: 55px;
	font-size: 13px;
	font-weight: 700;
}

.content-square-long {

    margin: 13px;
    width: 400px;
    padding: 17px 17px 5px 5px;
    /*box-shadow: 0 0 5px #939393;*/
    border: 1px solid #939393;
    border-radius: 18px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    min-height: 100px;
	font-size: 13px;
	font-weight: 700;
}

.shadow-square{
	-webkit-box-shadow: 15px -15px 0px 0px #939393;
	-moz-box-shadow: 15px -15px 0px 0px #939393;
	box-shadow: 15px -15px 0px 0px #939393;
}

.shadow-square-red{
	-webkit-box-shadow: inset -15px 15px 0px 0px var(--color-red);
	-moz-box-shadow: inset -15px 15px 0px 0px var(--color-red);
	box-shadow: inset -15px 15px 0px 0px var(--color-red);
}

.shadow-square-black{
	-webkit-box-shadow: inset -15px 15px 0px 0px var(--color-black);
	-moz-box-shadow: inset -15px 15px 0px 0px var(--color-black);
	box-shadow: inset -15px 15px 0px 0px var(--color-black);
}

.shadow-square-green{
	-webkit-box-shadow: inset -15px 15px 0px 0px var(--color-green);
	-moz-box-shadow: inset -15px 15px 0px 0px var(--color-green);
	box-shadow: inset -15px 15px 0px 0px var(--color-green);
}

.shadow-square-gray{
	-webkit-box-shadow: inset -15px 15px 0px 0px var(--color-gray);
	-moz-box-shadow: inset -15px 15px 0px 0px var(--color-gray);
	box-shadow: inset -15px 15px 0px 0px var(--color-gray);
}

.shadow-square-blue{
	-webkit-box-shadow: inset -15px 15px 0px 0px var(--color-blue);
	-moz-box-shadow: inset -15px 15px 0px 0px var(--color-blue);
	box-shadow: inset -15px 15px 0px 0px var(--color-blue);
}

.border-green
{
  border-color :var(--color-green);
}

.border-black
{
  border-color: #000;
}

.border-blue{
	border-color: var(--color-blue);
}

.content-square-green p
{
    margin: 0 !important;
    font-weight: bold;
}

.bg-green-light-v2
{
    background-color: #e2fca1 !important;
}

.bg-green-light-v3
{
    background-color: #f0fcd1 !important;
}

.bg-red-light
{
  background-color: #FED5CD;
}

.bg-gray-light
{
    background-color: #f4f4f4;
}

.text-green
{
	color: #769A19;
}

.text-red
{
	color: var(--color-red) !important;
}

.text-blue
{
	color: #055cc7 !important;
}

.text-black
{
	color: var(--color-black);
}

.text-gray-strong{
	color: var(--color-gray-strong);
}

.font-bold
{
	font-weight: bold;
}

p a
{
	color:#c00000;
	text-decoration:none;
}


p a:hover
{
	color:#900000;
	text-decoration:underline;
}

.font-12
{
	font-size: 12px;
}

.font-13
{
	font-size: 13px;
}

.font-15
{
	font-size: 15px;
}

.font-16
{
	font-size: 16px !important;
}

.font-18
{
	font-size: 18px !important;
}

.font-22{
	font-size: 22px !important;
}

.font-26{
	font-size: 26px !important;
}

.font-30{
	font-size: 30px !important;
}

.font-33{
	font-size: 33px !important;
}

.fw-700{
	font-weight: 700 !important;
}

.desjob
{
	border:1px solid #900000;
	padding-top:0px;
	display:inline-block;
	margin-right:30px;
	margin-left:40px;
	margin-bottom:20px;
	width:400px;
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-ms-border-radius:0px 0px 10px 10px;
	-o-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	vertical-align:top;
}

.desjob-vacio
{
	padding-top:0px;
	display:inline-block;
	margin-right:30px;
	margin-left:40px;
	margin-bottom:20px;
	width:400px;
	vertical-align:top;
}

.desjobbig
{
	margin-left: 40px;
	margin-right:40px;
	border:1px solid #900000;
	width:870px;
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-ms-border-radius:0px 0px 10px 10px;
	-o-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	vertical-align:top;
}

#pagecontent .desjobbig p
{
	display:inline-block;
	vertical-align:top;
	margin:5px;
}

.titledesjob
{
	background-color:#555;
	color:#ffffff;
	padding:10px;
	text-align:center;
	border-bottom:4px solid #ffffff;
}

.contentdesjob
{
	color:#fff;
	padding:10px;
	background-color:#900000;
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-ms-border-radius:0px 0px 10px 10px;
	-o-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
}

.contentdesjob span
{
	color: #fff;
	float: right;
	clear: both;
}

#pagecontent .contentdesjob a
{
	color:#ffffff;
	text-decoration:none;
}

#pagecontent .contentdesjob a:hover
{
	color:#666666;
	text-decoration:underline;
}

/* Buttons */

.btn
{
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 6px 12px;
	margin: 5px;
	font-weight: 700;
}

.btn-red
{
	background-color: var(--color-red);
	border:1px solid var(--color-red);
	color: #fff;
	text-decoration: none;
}

.btn-red:hover
{
	opacity: 0.9;
	text-decoration: none !important;
}

.btn-yellow{
	background-color: var(--color-yellow);
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
}

.btn-yellow:hover
{
	background-color: var(--color-yellow-strong);
	text-decoration: none !important;
}

.btn-blue-sky{
	background-color: var(--color-blue-sky);
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
}

.btn-blue-sky:hover
{
	background-color: var(--color-blue-sky-strong);
	text-decoration: none !important;
}

.btn-green-light{
	background-color: var(--color-green-light);
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
}

.btn-green-light:hover
{
	background-color: #cbf366;
	text-decoration: none !important;
}

.btn-red-light
{
	background-color: #FED5CD;
	border: 1px solid var(--color-red);
	color: #000;
	text-decoration: none;
}

.btn-red-light:hover
{
	background-color: #fdac9c;
	/*background-color: var(--color-red);
	opacity: 0.5;*/
	text-decoration: none !important;
}

.btn-white-blue{
	background-color: var(--color-white);
	border: 1px solid var(--color-blue);
	color: var(--color-blue) !important;
	text-decoration: none;
}

.btn-white-blue:hover{
	background-color: var(--color-gray-light);
	text-decoration: none;
}

/* Ribbon CSS Wir bieten */

.content-square-long .position-ribbon-wb{
    position: absolute;
    margin-top: -150px;
    margin-left: 10px;

}

.content-square-long .card-wb{
    flex: 1;
    text-align: center;
    max-width: 150px;

}

.content-square-long .card-wb .title{
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    width: 80%;
    width: 150px;
    margin: auto;
    box-sizing: border-box;
    background-color: #000000;
    background-image: linear-gradient(180deg, #f00303, #990000);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}
.content-square-long .card-wb .title:before,
.content-square-long .card-wb .title:after{
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    border: 18px solid transparent;
    border-top-color: #990000;
    top: 8px;
}

.content-square-long .card-wb .title:before{
    transform: rotate(-45deg);
    left: -18px;
}

.content-square-long .card-wb .title:after{
    transform: rotate(45deg);
    right: -18px;
}


/* Footer */

footer
{
	padding: 10px 0;
	/*border-top: 2px solid #000;*/
}

.footer-left, .footer-right
{
	display: inline-block;
	vertical-align: top;
	/*width: 48%;*/
	font-weight: 700;
	font-size: 24px;
}

.footer-right
{
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

footer .footer-right a
{
	color: var(--color-red);
	text-decoration: none;
}


footer .footer-right a.btn-red
{
	border:2px solid #fff;
	background: var(--color-red);
	color: #fff;
	padding:5px 8px;
	border-radius: 15px;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
}
