@font-face {
	font-family: DaxlineProBlack;
	src: url(./DaxlinePro-Black.otf);
}

@font-face {
	font-family: Daxline;
	src: url(./DaxlinePro-Regular.ttf);
}

@font-face {
	font-family: 'DaxlinePro-Regular';
	src: url(./DaxlinePro-Regular.ttf);
}

@font-face {
	font-family: 'DaxlinePro-Medium';
	src: url(./DaxlinePro-Medium.ttf);
}

@font-face {
	font-family: DaxlineBold;
	src: url(./DaxlinePro-Bold_13127.ttf);
}

@font-face {
	font-family: 'DaxlinePro-Bold';
	src: url(./DaxlinePro-Bold_13127.ttf);
}

@font-face {
	font-family: OpenSans;
	src: url(./OpenSans-Regular.ttf);
}

@font-face {
	font-family: OpenSansBold;
	src: url(./OpenSans-Bold.ttf);
}

@font-face {
	font-family: "OpenSans-Bold";
	src: url(./OpenSans-Bold.ttf);
}

@font-face {
	font-family: OpenSansSemiBold;
	src: url(./OpenSans-SemiBold.ttf);
}

@font-face {
	font-family: 'OpenSans-SemiBold';
	src: url(./OpenSans-SemiBold.ttf);
}

@font-face {
	font-family: OpenSansExtraBold;
	src: url(./OpenSans-ExtraBold.ttf);
}

@font-face {
	font-family: 'OpenSans-ExtraBold';
	src: url(./OpenSans-ExtraBold.ttf);
}

@font-face {
	font-family: 'arialregular';
	src: url('../fonts/DaxlinePro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'arialregular';
	src: url('../fonts/arial-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/arial-webfont.woff2') format('woff2'), url('../fonts/arial-webfont.woff') format('woff'), url('../fonts/arial-webfont.ttf') format('truetype'), url('../fonts/arial-webfont.svg#arialregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

@keyframes pulse {

	0% {
		opacity: 0;
		background-position: top;
		-moz-background-size: 0 auto;
		-o-background-size: 0 auto;
		-webkit-background-size: 0 auto;
		background-size: 0 auto;
	}

	10% {
		opacity: 0;
	}

	50% {
		opacity: 1;
		-moz-background-size: 75% auto;
		-o-background-size: 75% auto;
		-webkit-background-size: 75% auto;
		background-size: 75% auto;
	}

	90% {
		opacity: 0;
	}

	100% {
		opacity: 0;
		background-position: bottom;
		-moz-background-size: 0 auto;
		-o-background-size: 0 auto;
		-webkit-background-size: 0 auto;
		background-size: 0 auto;
	}

}

@viewport {
	zoom: 1.0;
	width: device-width;
}

@-ms-viewport {
	width: extend-to-zoom;
	zoom: 1.0;
}

a:focus,
a:hover,
#menu-vademecum a:focus {
	text-decoration: none;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background-color: #fff;
	font-family: 'arialregular';
	background: #ffffff;
	color: #666;
}

*:focus,
#input-modal-mensaje textarea:focus {
	outline: none;
}

input:focus {
	border: 2px solid #337AB7;
	box-shadow: none;
	outline: none;
}

li {
	list-style: none;
}

.tabla-aftosa p {
	line-height: 25px;
	font-size: 15.5px;
	color: rgb(87, 87, 86);
	font-family: "OpenSans";
}

.header {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 0.91) 32%, rgba(255, 255, 255, 0.61) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9cffffff', GradientType=1);
	position: fixed;
	z-index: 9999;
	margin-top: -2%;
	padding-top: 1%;
}

.tabla-aftosa .p-widget-v {
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 2%;
}

.p-widget,
.info-mapa .texto-corrido.cyan {
	line-height: 1.5;
}

.mob-dv p {
	font-size: 22px;
}

.headerMobile .navbar-collapse.in {
	min-height: 100vh !important;
	overflow: visible;
}

.h1-home-ev {
	text-align: center;
	color: white;
	text-shadow: 0px 3px black;
	letter-spacing: 1px;
	font-family: 'DaxlineBold';
	text-transform: uppercase;
}

.h1-home-ev.bienvenidos {
	font-family: "OpenSans";
	text-transform: initial;
}



.bienvenidos {
	font-size: 28px;
	text-align: center;
}

.redes-home-video {
	display: inline-block;
	z-index: 333;
	text-align: right;
}

.redes-home-video img,
.redes-footer-home img,
.redes-footer-home-mobile img {
	height: 30px;
	width: auto;
}

.overlay-video {
	background-image: none;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	position: fixed;
	z-index: -1;
	top: 0;
	background-color: rgba(0, 0, 0, 0.50);
	opacity: 0.5 !important;
}

.general-texto-home-header {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	padding-bottom: 1%;
	text-align: center;
}

.div-inst {
	min-height: 35vh;
	padding-top: 20vh;
}

.img-punto-home {
	display: inline-block;
	vertical-align: sub;
}

.h1-inst-home {
	display: inline-block;
	color: white;
	font-size: 30px;
	margin-left: 3px;
	font-family: Daxline;
	font-weight: initial;
}

h2#titulo,
h2#titulo-vad {
	font-family: Daxline;
	font-weight: initial;
	text-transform: uppercase;
}

#contenido-vad h2#titulo-vad {
	color: rgb(33, 176, 225) !important;
}

h1#contacto {
	line-height: 0.8em;
	color: rgb(33, 176, 225) !important;
}

.border-video {
	width: 9%;
	border: 1px solid white;
	margin: auto;
	margin-top: 0;
	margin-bottom: 50px;
	text-align: center;
}

.logo-blanco {
	margin-top: 0%;
	width: 100%;
	height: 300px;
	object-fit: contain;
	object-position: center;
}

.p-inst-home {
	color: white;
	font-size: 21px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 2%;
	line-height: 32px;
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
}

.box {
	width: 100%;
	height: 27%;
	vertical-align: top;
	background: #42AAC9;
	display: none;
	z-index: 33333333;
}

.container-flecha {
	text-align: center;
	position: absolute;
	bottom: 80px;
}

.container-h1-home {
	position: relative;
	padding-top: 20px;
}

#noticias h5 {
	padding: 10px 10px;
	padding-left: 0;
	font-size: 12px;
}

#noticias p {
	padding: 0px 0px;
	margin: 0;
	padding-left: 0;
	font-size: 12.5px;
}

#descarga-margin p {
	flex: 1 1 100%;
	text-align: left;
	padding-left: 65px;
}

#list-menu li a {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.3);
	color: #2988AF;
	padding: 4px 0;
	display: inline-block;
	font-family: 'OpenSans';
	text-align: center;
	transition: all 0.4s ease;
	width: 90%;
	line-height: 16px;
}

#contenido {
	background-size: 100% 100%;
	width: 100%;
	font-family: 'OpenSans';
}

#contacto {
	color: #0093C9;
	font-family: 'OpenSans';
	text-align: center;
	margin-top: 0%;
	height: 90px;
	margin-left: -4%;
}

#info,
footer {
	margin-top: 5%;
}

#descripcion {
	color: #FFF;
	border-right: #fff solid thin;
	display: inline-block;
	float: initial;
	padding-bottom: 20px;
	overflow: hidden;
}

.ico-ubi {
	padding: 1%;
	width: 4%;
	vertical-align: text-bottom;
}

.mapa {
	-webkit-box-shadow: inset 0px 0px 5px 4px rgba(53, 177, 228, 0.7);
	-moz-box-shadow: inset 0px 0px 5px 4px rgba(53, 177, 228, 0.7);
	box-shadow: inset 0px 0px 5px 4px rgba(53, 177, 228, 0.7);
	position: absolute;
	z-index: 100;
	width: 89%;
	height: 50vh;
	display: inline-block;
}


#textarea {
	color: #FFF;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	padding-left: 2%;
	padding-top: 2%;
	font-family: 'OpenSans';
	letter-spacing: 2px;
}

.rrhh-text {
	padding-top: 10vh;
}


.home section,
.text-center {
	text-align: center;
}

.copy {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	margin-bottom: 0%;
	height: 6vh;
}

.copy p {
	font-family: 'OpenSans';
	color: white;
	letter-spacing: 1px;
	font-size: 12px;
}


.input-contacto {
	display: inline-block;
	text-align: center;
	max-width: 500px;
	margin: 0;
	width: 95%;
	margin-top: 15px;
}



#textarea-label {
	margin-bottom: 3%;
}

.textarea-contacto {
	margin-top: 15px;
	display: inline-block;
	text-align: center;
	margin: 0;
	width: 98%;
}

.ubicacion {
	font-size: 18px;
	vertical-align: text-bottom;
}

.form-inline {
	border: 1px solid white;
	padding-left: 3%;
	color: white;
	font-family: 'OpenSans';
	letter-spacing: 2px;
}



#info-mapa {
	color: white;
	flex: 0 0 400px;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	z-index: 10;
	margin-top: 50px;
	padding: 0;
	width: 450px;
	text-align: left;
}

#mapa-total {
	font-family: 'OpenSans';
}

#mapa-total h1 {
	color: white;
	font-family: Daxline;
	font-weight: initial;
	text-transform: uppercase;
	margin-bottom: 5%;
	font-size: 32px;
}

#titulo-mapa {
	z-index: 3333;
	position: relative;
}

#img-mapa {
	width: 95%;
	margin-left: -3%;
}


#info-mapa h4 {
	font-family: 'OpenSans';
	font-size: 14px;
}

.bio {
	font-weight: 700;
	font-size: 16px;
}

#titulo-info-mapa {
	font-family: 'OpenSans';
	color: #8BCDE0;
}

#titulo-cont {
	font-family: 'OpenSans';
	color: #8BCDE0;
	font-size: 13px;
}


.bold-fil {
	font-weight: 700;
}

.mar,
.pren {
	margin-left: 0%;
}

#separador {
	border: 1px solid #fff;
	width: 11%;
	margin-top: 5%;
}

#separador-mayor {
	border: 1px solid #fff;
	width: 95%;
	margin-top: 5%;
}

.info-mapa,
#paises-mobile,
.headerMobile #fluid-head-1,
#container-ul-nav-header #lang-mobile,
#vademecum_mobile,
#map-mobile-filialesplantas,
#vidMobile {
	display: none;
}

#sub-filiales {
	font-size: 13px;
}

.band-filiales {
	margin-top: -2%;
	width: 8%;
}

.h4-fil {
	margin-top: 6%;
}

.right {
	margin-right: 8px;
}

.left {
	margin-left: 8px;
}

#titulo-info {
	text-align: center;
	padding-top: 3%;
	font-family: 'OpenSans';
}

#list-menu {
	list-style: none;
	margin-top: 2%;
}

#list-menu li a:hover {
	background: none;
	color: #fff;
	transition: all 0.4s ease;
}

#border-menu,
. #border-menu {
	display: inline-block;
	text-align: left;
	padding-left: 4%;
	margin-top: 1%;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.42);
	margin-left: 4%;
	margin-bottom: 3%;
	border: 1px solid rgba(87, 87, 87, 0.18);
	width: 70%;
}

#border-menu img {
	width: 73%;
}

#noticias-trabajos {
	padding: 0 3%;
}

#noticias-planes {
	padding-left: 4%;
	margin-top: 3%;
	font-family: 'OpenSans';
	flex-wrap: wrap;
	justify-content: center;
}

#noticias-planillas {
	padding-left: 4%;
	margin-top: 3%;
	font-family: 'OpenSans';
}

#texto {
	font-family: 'OpenSans';
	margin-right: 0;
	text-align: left;
	padding: 10px;
	padding-left: 0;
	padding-right: 20px;
}


#fecha-num {
	font-size: 48px;
}


#leer-mas {
	font-family: 'OpenSans';
	font-weight: bold;
	font-size: 13.5px;
}

#btn-mas {
	display: inline-block;
	text-align: center;
	transition: all 0.6s ease;
}

#resumen-noticias {
	margin-top: -3%;
	color: rgb(87, 87, 86);
	font-family: 'OpenSans';
}

#texto-btn-mas {
	font-family: 'OpenSans';
	font-size: 17px;
	padding-top: 2%;
	margin-top: 10px !important;
}


.b-l {
	margin-left: 3%;
	margin-top: 0;
	margin-bottom: 1%;
	width: 72%;
}




.img-d {
	width: 18%;
	margin-right: 8%;
}

#img-btn-mas:hover,
.link-menu,
.nbtn-mapa {
	cursor: pointer;
}

.h1-1-home {
	font-size: 16px;
	color: #00173B;
	font-family: 'OpenSans';
	font-weight: 700;
	text-transform: uppercase;
}

.item-institucional a:focus {
	text-decoration: none;
	outline-color: transparent;
}

.p-in-h {
	width: 80%;
	text-align: center;
	font-size: 12px;
	margin: 0;
	display: inline-block;
	color: #A7A7A7;
}

.content-home {
	min-height: 100vh;
	-webkit-animation: fadein 5s;
	-moz-animation: fadein 5s;
	-ms-animation: fadein 5s;
	-o-animation: fadein 5s;
	animation: fadein 5s;
}

.item-institucional {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	height: auto;
	overflow: hidden;
	flex: 0 1 360px;
}

.item-institucional img {
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
}

.item-institucional img:hover {
	opacity: 0.6;
}

::-webkit-scrollbar {
	width: 13px;
}

::-webkit-scrollbar-track {
	background: #FFFFFF;
	-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
	border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
	background: #646464;
	-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}

::-webkit-scrollbar-thumb:hover {
	background: #aaaaaa;
}

::-webkit-scrollbar-thumb:active {
	background: #888;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}


section .content {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

section .text,
.td-widget div,
.bienvenido-outter-container {
	width: 100%;
}

.centralize {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateZ(0px) translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

a.iprodev {
	line-height: normal;
	font-family: Varela Round, sans-serif;
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
	color: #A7AAAE;
	position: fixed;
	left: 20px;
	bottom: 20px;
	border: 1px solid #A7AAAE;
	padding: 12px 20px 10px;
	border-radius: 50px;
	transition: all .1s ease-in-out;
	text-transform: uppercase;
	z-index: 100;
}

a.iprodev:hover {
	background: #A7AAAE;
	color: white;
}

#header-rrhh,
.header-blue {
	background-color: var(--pan296);
}

.p-rrhh-home {
	color: #0C5582;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1.5px;
	max-width: 50%;
	margin: 0;
	padding-top: 100px;
}

.d-rrhh-home {
	z-index: 99999999;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

#rrhh-img {
	width: 100%;
	margin-top: -8%;
	z-index: 4444;
}

section {
	font-family: 'arialregular';
}

#botones a {
	color: #fff;
	display: inline-block;
}

#botones a:hover,
#botones a:link,
#botones a:active,
#botones a:visited {
	color: #fff;
	text-decoration: none;
}

#contenido-vad {
	text-align: center;
	background-color: white;
	padding-bottom: 30px;
}

#botones {
	display: inline-block;
	text-align: center;
	float: initial;
	margin-top: 5%;
}

#nom-btn {
	display: inline-block;
	text-align: center;
	margin-top: 44%;
	font-size: 10px;
	font-family: 'OpenSans';
	padding: 0 10px;
}

#titulo-vad {
	color: white;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
	vertical-align: middle;
}




.form-control {
	color: #fff;
	opacity: 0.2;
	border: #fff thin solid;
}

.btn-palabra {
	border: #fff solid thin;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}


.btn-mapa:focus,
.btn-mapa:active{
	outline: none;
	border: none;
}




.border {
	border-bottom: 2px solid white;
	padding-bottom: 1%;
	margin-left: 44%;
	width: 10%;
}

.border-2 {
	border-bottom: 2px solid white;
	padding-bottom: 1%;
	width: 10%;
}


#p-3 {
	width: 100% !important;
	font-size: 15px;
}


.border-tit {
	border-bottom: 2px solid #359FBD;
}


#p-1 {
	width: 100% !important;
	font-size: 15px !important;
	margin-bottom: 30px;
}

#p-2 {
	margin-top: 10%;
	font-size: 12.5px;
	margin-bottom: -1.5%;
}

#h2-1 {
	font-size: 23px;
}


.mirrored,
#ul-nav-2-mobile,
.nav-mobile {
	display: none !important;
}

#targets {
	width: 50%;
	display: table-row;
	text-align: right;
	line-height: 10%;
	position: relative;
	margin: 50%;
}

#targets h3 {
	float: left;
	margin: 50%;
}

#targets img {
	width: 35px;
	margin: 50%;
	display: table-row;
}

#targets-inner {
	width: 100%;
	display: inline-block;
	text-align: left;
	float: top;
	padding-top: 55px;
}

#targets-inner img {
	width: auto;
	max-width: 58px;
}



.header-inner {
	position: fixed;
	z-index: 9999;
	margin-top: -2%;
	padding-top: 1%;
}


.side-title {
	width: 100%;
	text-align: right;
	padding-right: 2.5%;
}

.side-title h2 {
	margin-top: 10px;
	margin-bottom: 0;
}

.img-widget {
	background-position: 100% center;
}


.h2-aftosa {
	color: #02204C;
	display: inline-block;
	font-size: 20px;
	font-family: 'OpenSans';
	margin-top: 40px;
}

.h2-aftosa-celeste {
	color: white;
	display: inline-block;
	font-size: 20px;
	font-family: 'OpenSans';
	background-color: #26CBD4;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}



.header-layout-aftosa .titulo-sección,
.container-prensa ul {
	margin: 0;
}

.header-layout-aftosa .titulo-integridad {
	width: 1080px;
	margin: auto;
	text-align: left;
}

.header-layout-aftosa>div {
	position: absolute;
	width: 100%;
	height: 277px;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 70px;
}

.header-layout-integridad>div {
	flex-wrap: wrap;
	padding-bottom: 0;
}

.header-layout-integridad>div>img {
	position: absolute;
	opacity: 0;
	transition: 0.5s;
}

.header-layout-integridad>div>img.active-image {
	opacity: 1;
}

#vademecum-loading {
	right: 10000px;
	position: relative;
}

#vade {
	padding-top: 30px;
}

#btn-buscador-vademecum {
	background-color: #FFFFFF;
	border: none;
	width: 50px;
	height: 40px;
	background-image: url(../img/lupa-vademecum.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.input-group-btn,
#vidPc {
	display: inline-block;
}



.imagen-producto {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin-top: 5%;
}


#infodcha div.error {
	color: #ffcf5c;
	position: absolute;
	padding-top: 3px;
	font-size: 12px;
}



.tic-mision {
	margin-bottom: 25px;
}

.tic-mision img {
	padding-right: 7px;
}

.container-prensa .animateCollapse li {
	margin: 0;
	border: none;
}

.container-prensa .after li {
	border: 1px solid #E0E0E0;
	margin-bottom: 5px;
}

#barra-institucional {
	width: 50%;
	height: 1px;
	display: inline-block;
	border-top: 1px solid #02204C;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background: transparent;
	color: #464646;
}

#btn-mas:hover {
	opacity: 0.4;
	transition: all 0.6s ease;
}


.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: initial;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border: none;
}

.li-paises {
	text-align: left;
}

.item-institucional canvas {
	position: absolute;
	margin-top: -15px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(1800deg);
	transform: rotate(180deg);
	display: inline-block;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.item-institucional .glyphicon {
	margin-top: 15px;
	background-color: white;
	position: relative;
	top: -10px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: #AAAAAA;
	padding-bottom: 10px;
}

.plus-container {
	width: 100%;
	display: block;
}

.item-institucional>a {
	display: inline-block;
	text-align: center;
}

.p-widget-v:hover {
	color: #202020;
}

.div-img-aft {
	overflow: hidden;
}

.targets-vademecum {
	width: 45%;
	display: inline-block;
	float: right;
	padding-top: 10%;
	padding-right: 5%;
}

.targets-vademecum img {
	width: 100% !important;
}

.columna-target {
	width: 42%;
	float: right;
	padding-right: 14px;
}

#fb-home,
#ytb-home {
	opacity: 1;
	transition: all 0.5s ease;
}

#fb-home:hover,
#ytb-home:hover {
	opacity: 0.5;
	transition: all 0.5s ease;
}

.scroll-down {
	margin: 0;
	border: 2px solid #fff;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	position: absolute;
	top: 85%;
	width: 50px;
	height: 50px;
	margin-top: 0px;
	z-index: 2;
	margin-left: -25px;
}

.scroll-down a {
	display: block;
	opacity: 0;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 0;
	font-size: 0;
	color: transparent;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	-moz-background-size: 0 auto;
	-o-background-size: 0 auto;
	-webkit-background-size: 0 auto;
	background-size: 0 auto;
	-webkit-animation: pulse 1.9s 0.05s infinite normal ease forwards;
	-moz-animation: pulse 1.8s 0.05s infinite normal ease forwards;
	-o-animation: pulse 1.8s 0.05s infinite normal ease forwards;
	animation: pulse 1.8s 0.05s infinite normal ease forwards;
	background-image: url("arrow-down.svg");
	background-repeat: no-repeat;
}

.scroll-down a:before,
.scroll-down a:after {
	content: " ";
	position: absolute;
	top: -7px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("arrow-down.svg") no-repeat;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.scroll-down a:before {
	-webkit-animation: pulse 1.8s 0.20s infinite normal ease forwards;
	-moz-animation: pulse 1.8s 0.20s infinite normal ease forwards;
	-o-animation: pulse 1.8s 0.20s infinite normal ease forwards;
	animation: pulse 1.8s 0.20s infinite normal ease forwards;
	top: -8px;
}

.scroll-down a:after {
	-webkit-animation: pulse 1.8s 0.55s infinite normal ease forwards;
	-moz-animation: pulse 1.8s 0.55s infinite normal ease forwards;
	-o-animation: pulse 1.8s 0.55s infinite normal ease forwards;
	animation: pulse 1.8s 0.55s infinite normal ease forwards;
	top: -12px;
}

.scroll-down a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}


.titulo-vad {
	vertical-align: middle;
	text-align: center;
}

.titulo-nutricion,
.h4-nutricion {
	color: #D18900;
}

.cuerpo-nutricion ul li::before {
	content: "• ";
	color: #D18900;
}

h5 {
	font-size: 16px;
	text-align: left;
	padding-top: 55px;
	color: #B9B9B9;
	letter-spacing: 1px;
}

.btn {
	overflow: hidden;
	background: rgb(234, 233, 233);
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	width: 100%;
}


.animateCollapse {
	overflow: hidden;
	width: 100%;
	margin: 0;
	position: relative;
}

.container-prensa .animateCollapse {
	margin-bottom: 5px;
}

.container-prensa .animateCollapse .btn {
	border-radius: 0px;
}

.animateCollapse li {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 1em;
	width: 100%;
	border: 1px solid #E0E0E0;
	margin-left: 0;
	padding-right: 0;
}

.after li {
	height: auto;
	opacity: 1;
	padding: 0.5em 1em;
	width: 100%;
	margin-left: 0;
	padding-right: 0;
}

.toggleIcon {
	width: 1em;
	height: 1em;
	left: 90%;
	top: 0.8em;
	bottom: 0;
	position: absolute;
	color: #66CCED;
}

.toggleIcon::before,
.toggleIcon::after {
	content: '';
	position: absolute;
	background: #66CCED;
	-webkit-transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
	transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
}

.toggleIcon::before {
	width: 2px;
	height: 100%;
	left: calc(101% - 2px);
	margin-left: 1px;
}

.toggleIcon::after {
	width: 100%;
	height: 2px;
	top: calc(50% - 1px);
}

.after .toggleIcon::before {
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	text-shadow: 0 0 3px #333;
}

.after .toggleIcon::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


#navbar-main {
	position: fixed;
	background-color: white !important;
}

#compartido {
	text-align: center;
	padding-bottom: 1.5%;
}

#registrado {
	text-align: center;
	margin-top: 50%;
	margin-bottom: 1.5%;
}


#barra-xs {
	margin: auto;
	text-align: center;
	margin-top: 7%;
}

.facebook {
	background-image: url(../img/facebook-desactivado.png);
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	float: initial;
	display: inline-block;
}

.facebook:hover {
	background-image: url(../img/facebook-activado.png);
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

.mail {
	background-image: url(../img/mail-desactivado.png);
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	float: initial;
	display: inline-block;
}

.mail:hover {
	background-image: url(../img/mail-activado.png);
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
	cursor: pointer;
}

.descargar {
	background-image: url(../img/descargar-desactivado.png);
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.descargar:hover {
	background-image: url(../img/descargar-activado.png);
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

.print {
	background-image: url(../img/imprimir-desactivado.png);
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.print:hover {
	background-image: url(../img/imprimir-activado.png);
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
}

.volver {
	background-image: url(../img/volver-desactivado.png);
	height: 42px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	margin-top: 0;
	text-align: left;
	position: absolute;
}

#titulo-vademecum {
	margin-top: 15%;
}

.contenido-producto ul,
.contenido-producto li {
	list-style-type: disc;
	list-style: disc;
}

.contenido-producto ol,
.contenido-producto ol li {
	list-style-type: decimal;
	list-style: decimal;
	margin-left: 10px;
	padding: 0;
}

.contenido-producto ol li {
	padding-left: 5px;
}

.d-a-2 {
	border-color: white !important;
}

.animateCollapse ul:hover {
	background-color: rgba(221, 221, 221, 0.30);
}

.vjs-control-bar {
	opacity: 0;
}

#sidePlantas {
	padding-top: 54vh;
}

.ul-nav li a {
	white-space: initial;
}

.plus-vademecum {
	font-size: 50px;
}

.inner-text h2 {
	color: white;
	font-size: 15px;
	line-height: 25px;
}

.inner-text h3 {
	color: #02204C;
	line-height: 25px;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.nota-container .inner-text h3 {
	margin-top: 10px;
}

.inner-text img {
	max-width: 90%;
	margin-left: 5%;
	display: inline-block;
}

.nota-container .inner-text img {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.39);
	-moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.39);
	box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.39);
	margin-bottom: 10px;
}

.noticias-list .noticia img.thumb {
	width: 100%;
	margin: 0;
	max-width: initial;
}

.nota-container div {
	max-width: 100% !important;
	margin-right: initial;
}

.nota-container .tabla-aftosa p {
	text-align: justify;
}

.nota-container .tabla-aftosa p,
.nota-container .tabla-aftosa span {
	color: rgb(87, 87, 86) !important;
}

.inner-text h4 {
	color: #02204C;
}

.inner-text li {
	color: rgb(87, 87, 86);
	font-size: 15px;
	line-height: 25px;
}

.nota-container .inner-text li {
	list-style-type: disc;
	margin-left: 20px;
}

.inner-text table {
	color: black;
	font-size: 15px;
	line-height: 25px;
}

.marker {
	color: red;
}

.pre {
	font-size: 10px;
	padding: 5px;
	margin-bottom: 50px;
}

#ul-rrhh-home {
	max-width: 600px;
	margin: auto;
	color: #359fbd;
	padding-left: 0;
	line-height: 2;
}

#ul-rrhh-home li {
	line-height: 20px;
	font-size: 15px;
	text-align: left;
	color: rgb(87, 87, 86);
	margin: auto;
	margin-top: 20px;
	list-style: initial;
}

.h2-cd {
	color: #B2B2B2;
	font-weight: 700;
	font-family: 'OpenSans';
	font-size: 18px;
	margin-top: 0;
}




.laevolucion {
	font-size: 36px;
}


.volver p {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3%;
	margin-left: 60px;
	color: #B2B2B2;
	font-size: 17px;
	font-family: 'OpenSans';
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

#widget-animacion .item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

#widget-animacion .item a,
#widget-animacion .item .td-widget {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	flex: 1 1 50px;
	align-content: center;
	align-items: center;
}

#widget-animacion .item div {
	flex: 1 1 100px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
	background: transparent;
}

.openlink {
	color: #337ab7;
	transition: all 0.3s ease;
}

.openlink:hover {
	color: #215E92;
	transition: all 0.3s ease;
}

.tr {
	padding-top: 1%;
	color: white;
	letter-spacing: 1px;
	font-size: 28px;
}

.tr-2 {
	padding-top: 10px;
	color: white;
	letter-spacing: 1px;
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 35px;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 100%;
}

#btnmenu {
	display: inline-block;
	margin-top: -3%;
	margin-right: 1%;
	transition: all 0.5s ease;
	float: right;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

#btnmenu-general {
	display: inline-block;
	margin-top: 0%;
	margin-right: 1%;
	transition: all 0.5s ease;
	float: right;
}

.redessociales-mobile {
	margin-bottom: 0;
}

.maps-bg {
	background-color: var(--pan296);
	padding-bottom: 100px;
	padding-top: 50px;
	margin-top: -1px;
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
	font-size: 22px;
}


.h4-aftosa {
	color: #0082C8;
}

.cuerpo-aftosa ul li::before {
	content: "• ";
	color: #0082C8;
}


.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: all 1s;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
}

.menu-modal {
	width: 500px;
	max-width: 80%;
	height: auto;
	position: relative;
	margin: 30% auto;
	border: 2px solid #00CDD0;
	display: block;
	background-color: white;
	vertical-align: middle;
	text-align: center;
}



.container-background-home {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: 3s;
}

.headerMobile .navbar-collapse {
	width: 100vw;
	height: 100vh;
}

.navbar-collapse.collapse.in .li-nav {
	border-bottom: 3px white solid;
	padding-bottom: 10px;
	padding-top: 10px;
}

.navbar-collapse.collapse.in .li-nav .a-nav {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #0C6796;
}

.navbar-collapse.collapse.in .a-nav.dropdown-toggle img,
.headerMobile .li-header img {
	height: initial;
	width: 30px;
	float: right;
	padding-top: 10px;
}

.navbar-collapse.collapse.in .dropdown-menu>li>a {
	background-color: transparent;
	color: #666;
}

.li-nav.dropdown .dropdown-menu {
	height: 0;
	overflow: hidden;
	transition: 2s;
}

.li-nav.dropdown.open .dropdown-menu {
	height: 400px;
	transition: 2s;
}

.headerMobile .li-header {
	font-size: :1em;
	line-height: 1.2em;
	color: #0C6796;
	text-transform: uppercase;
	border-bottom: 1px white solid;
	padding: 0;
	display: block;
}

.li-header p:hover {
	color: #2F2F2F;
}

.headerMobile .li-header>p {
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 1.2em;
	margin-bottom: 0;
}

.headerMobile .dropdown-header-nav {
	max-height: 0;
	transition: max-height 0.3s ease-out;
	display: block;
	overflow: hidden;
	position: initial;
	padding-left: 0;
	padding-top: 20px;
}

.headerMobile .dropdown-header-nav li a {
	font-size: 0.8em;
}

.headerMobile .dropdown-header-nav li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: none;
}

.headerMobile .dropdown-header-nav.opened {
	max-height: 50000px;
	transition: max-height 0.3s ease-in;
	padding-left: 0;
	margin: 0;
}

.headerMobile .li-header .glyphicon {
	float: right;
	padding-top: 0.3em;
}

.headerMobile .ul-nav li ul li {
	background-color: transparent;
	display: block;
}

#logo-header {
	flex: 0 1 200px;
	padding-left: 30px;
}

.headerDesktop .li-header {
	display: flex;
	margin-right: 2%;
	cursor: pointer;
	color: #666;
	text-align: left;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-start;
	align-content: flex-start;
}

.headerDesktop .li-header:last-child {
	margin-right: 0;
}

.headerDesktop .li-header p,
.headerDesktop .ul-nav li.li-header>a {
	font-size: 12px;
	display: block;
	width: auto;
	text-transform: uppercase;
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	flex: 1 1 100%;
	line-height: 1;
}

.headerDesktop #dropInsti,
.headerDesktop #dropTecnica,
.headerDesktop #dropVedemecum,
.headerDesktop #dropInsti2 {
	margin-top: 36px;
	text-align: left;
	box-shadow: 10px 10px 21px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 21px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 21px 0px rgba(0, 0, 0, 0.75);
	background: white;
}

.headerMobile#navbarSecciones {
	height: auto;
}

#navbarSecciones {
	max-width: 1080px;
	margin: auto;
	display: block;
	float: initial;
}





.notransition {
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	-o-transition: 0.5s !important;
	-ms-transition: 0.5s !important;
	transition: 0.5s !important;
	opacity: 1 !important;
	transform: initial !important;
}

#mas-imagenes-prov {
	margin-top: -10%;
	margin-left: 0;
	position: relative;
	z-index: 100;
}

.viewport #btn-mas {
	display: inline-block;
	float: initial;
}



#header-internas-container {
	width: 100%;
	position: absolute;
}


.redes-footer img {
	height: 30px;
}

.nota-container li {
	list-style: initial;
}

#rrss-header {
	position: absolute;
	float: left;
	width: 217px;
	z-index: 1;
	display: none;
}

div#rrss-header a {
	display: inline-block;
	background: #1c2040;
	border-radius: 50%;
	margin-top: 40px;
}

div#rrss-header a img {
	width: 28px;
	padding: 2px;
}

#tradu-ico {
	margin-top: 50px;
}

.home-section {
	width: 100%;
	max-width: 1080px;
	display: block;
	margin: auto;
	float: initial;
}

.home-section .col-lg-1,
.home-section .col-lg-10,
.home-section .col-lg-11,
.home-section .col-lg-12,
.home-section .col-lg-2,
.home-section .col-lg-3,
.home-section .col-lg-4,
.home-section .col-lg-5,
.home-section .col-lg-6,
.home-section .col-lg-7,
.home-section .col-lg-8,
.home-section .col-lg-9 {
	float: initial;
	display: inline-block;
}

#iconos-institucional {
	padding: 30px 0;
}

#iconos-institucional-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#iconos-institucional-grid .h1-1-home.titular-texto-corrido {
	width: 100%;
	max-width: 200px;
}

#plantas-transicion #map {
	width: 100%;
	max-width: 1080px;
	display: flex;
	margin: auto;
	float: initial;
	padding-bottom: 60px;
	flex-wrap: wrap;
}

.home #map {
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}

.home #noticias {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.home #noticias-trabajos {
	display: flex;
	padding: 0;
	flex: 1 1 400px;
}

.home #texto {
	opacity: 1;
	flex: 1 1 30%;
}

#seccion-mas {
	flex: 0 0 100px;
}

#containerInputs .col-lg-6 {
	width: 45% !important;
	flex: 1 1 45%;
}

#containerInputs {
	display: flex;
	flex-wrap: wrap;
}

.headerDesktop .li-header p,
.headerDesktop .ul-nav li.li-header>a {
	font-family: "OpenSansSemiBold";
	color: var(--pan296);
	font-size: 14px;
	letter-spacing: 0;
}

:root {
	--pan296: #0e1b43;
	--panCyan: #21b0e1;
	--panCGray: #63666A;
	--panGray30: #cfcdd0;
	--panGray20: #dfdee0;
	--panGray10: #f0eeee;
	--celestito: #dff3fa;
	--notblack: #4D4D4D;
	--celeteInermedio: #27AEDF;
	--celeteInermedio2: #0195D2;
}

#flecha-submenu {
	width: 15px;
	opacity: 0;
}

.li-header.drop #flecha-submenu {
	opacity: 1;
	height: 8px;
	align-items: flex-end;
	text-align: left;
	position: relative;
	z-index: 1;
	padding: 0;
	top: 4px;
	width: 100%;
	object-fit: contain;
	object-position: left;
}

#header-container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	padding-top: 30px;
	padding-bottom: 30px;
}

.button23 {
	font-size: 13px;
	color: white;
	cursor: pointer;
	background-color: var(--panCyan);
	padding: 13px 25px;
	border-radius: 31px;
	transition: 0.5s;
	display: inline-block;
	margin: auto;
	text-transform: initial;
	width: auto;
	font-family: OpenSansSemiBold;
	border: none;
}

.button23:hover {
	background: var(--celeteInermedio2);
	color: white;
}

.button23.button-aftosa {
	font-size: 1.5em;
	padding: 5px 25px;
}

.button23.button-aftosa.inactive {
	background: gray;
}

.titulo-sección {
	font-size: 40px !important;
	font-family: "OpenSansExtraBold" !important;
	color: var(--pan296) !important;
	letter-spacing: 0 !important;
	text-transform: initial !important;
}

.bajada-titular-banner {
	font-size: 28px !important;
	font-family: "OpenSansBold" !important;
	color: var(--panCyan) !important;
	letter-spacing: 0 !important;
}

.titular-texto-corrido {
	font-size: 21px !important;
	font-family: "OpenSansBold" !important;
	color: var(--panCyan) !important;
	letter-spacing: 0 !important;
}

.texto-corrido,
.texto-corrido p {
	font-size: 15px !important;
	font-family: "OpenSansSemiBold" !important;
	color: var(--notblack) !important;
	letter-spacing: 0 !important;
	margin-left: 0;
	line-height: 1.1;
}

.texto-corrido strong {
	font-family: 'OpenSansExtraBold';
}

.texto-corrido-grande {
	font-size: 24px !important;
}

.white {
	color: white !important;
}

.cyan,
#widget-animacion .active .p-widget {
	color: var(--panCyan) !important;
}

.blue {
	color: var(--pan296) !important;
}

.black {
	color: var(--notblack) !important;
}

.uppercase {
	text-transform: uppercase;
}

#display-rrhh {
	padding-bottom: 50px;
}

.header-layout-aftosa>img {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.header-layout-aftosa {
	background: linear-gradient(270deg, rgba(255, 255, 255, 1) 54%, rgba(14, 27, 67, 1) 57%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#0e1b43", GradientType=1);
}

#ul-nav-2 li {
	padding: 0 5px;
}

#newVideoHome {
	text-align: center;
	position: relative;
	padding-bottom: 40px;
}

#mapa-filiales {
	position: relative;
	background: var(--pan296);
}

#bienvenido-outter-container .h1-home-ev.bienvenidos {
	text-align: center !important;
	font-family: OpenSansExtraBold;
}

.navbar-toggle {
	position: relative;
	z-index: 10;
	float: left;
	margin-top: 35px;
	transform: scaleX(1.5);
	left: 20px;
}

#vademecum-interno svg {
	max-width: 1080px;
}

html[lang="en"] .headerDesktop #dropInsti,
html[lang="en"] .headerDesktop #dropTecnica,
html[lang="en"] .headerDesktop #dropVedemecum,
html[lang="en"] .headerDesktop #dropInsti2 {
	margin-top: 22px;
}

html[lang="pt"] .headerDesktop #dropInsti,
html[lang="pt"] .headerDesktop #dropTecnica,
html[lang="pt"] .headerDesktop #dropVedemecum,
html[lang="pt"] .headerDesktop #dropInsti2 {
	margin-top: 25px;
}

#mapa svg {
	max-width: 100%;
}

.noticias-list {
	margin-top: 0;
	display: flex !important;
	flex-wrap: wrap;
	width: 100%;
	max-width: 702px;
	margin: auto;
}

.noticias-list .noticia {
	flex: 0 0 302px;
	margin: 20px;
	padding: 15px;
	border: 3px solid var(--pan296);
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: flex-start;
}

.noticias-list .noticia h1 {
	flex: 1 1 100%;
	height: 5.4em;
	font-size: 17px !important;
}

#info-mapa .info-mapa {
	padding: 20px;
}

#info-mapa.right {
	right: 80px;
}

#info-mapa .close {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px !important;
	padding-bottom: 2px !important;
}

#info-mapa .close svg path {
	fill: var(--pan296);
}

#info-mapa .close:hover svg path {
	fill: var(--panCyan);
}

.info-mapa .texto-corrido img {
	height: 2em;
	margin-right: 10px;
}

.redes-map img {
	width: 30px;
	height: 30px;
}

.mv-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-start;
	align-items: flex-start;
}

.mv-list img {
	flex: 0 1 30px;
	display: block;
	height: auto;
	width: 40px;
	margin-top: 12px;
	margin-right: 10px;
}

.mv-list>div {
	flex: 1 1 300px;
}

#widget-animacion .p-widget {
	margin: 0;
	margin-left: 10px;
}


#dropInsti.open,
#dropInsti2.open {
	max-height: 900px;
}

.headerMobile #header-container-fluid {
	width: 100%;
	padding-top: 0;
}

.headerMobile #container-ul-nav-header #lang-mobile {
	display: flex;
	width: 150px;
	justify-content: space-between;
}

.headerMobile #navbarSecciones {
	min-height: 0 !important;
	transition: 0s;
}

.headerMobile #navbarSecciones[aria-expanded="true"] {
	height: calc(100vh - 100px) !important;
}

.headerMobile #ul-nav-principal {
	padding: 0 30px;
}

#logo-mobile-link {
	display: inline-block;
	width: 80%;
}

#logo-mobile-link img {
	float: right;
}

#mapa-back-home {
	position: fixed;
	z-index: 0;
	width: 100vw;
	height: 100vh;
	background-image: url('../img/header_bio_inicio.jpg');
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #0d1c3e;
}

.head-disabled {
	opacity: 0 !important;
}

#mision-container .bajada-titular-banner,
#mision-container .titular-texto-corrido {
	font-size: 25px !important;
}

#mision-container .texto-corrido-grande {
	font-size: 20px !important;
}

#mision-container .texto-corrido,
#mision-container .texto-corrido p {
	font-size: 18px !important;
}

.paises-vademecum {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 600px;
	margin: auto;
}

.paises-vademecum+#botones {
	margin-top: 0;
}

.pais-vad img {
	width: 25px;
	margin: 10px 5px;
	zoom: 1.35;
}

#vad-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	display: none;
}

#vad-modal-overlay.open {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

#vad-modal {
	background-color: var(--pan296);
	background-size: 100% auto, auto 95%, auto 85%, auto 100%;
	background-position: center bottom, 40px 40px, 500px 33px, center center;
	width: 100%;
	max-width: 765px;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: flex-end;
	position: relative;
	background-repeat: no-repeat;
}

#vad-modal .bajada-titular-banner.white {
	letter-spacing: -1px !important;
	line-height: 1.2em;
}

a.vad-modal-button span {
	position: relative;
	z-index: 3;
}

a.vad-modal-button {
	position: relative;
	z-index: 2;
	-moz-appearance: button;
	-webkit-appearance: button;
	height: 40px;
	margin-bottom: 40px;
	width: 190px;
	font-family: "OpenSansSemiBold";
	color: white;
	background: linear-gradient(90deg, rgba(33, 176, 225, 1) 7%, rgba(14, 27, 67, 1) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#21b0e1", endColorstr="#0e1b43", GradientType=1);
	transition: 0.3s;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	border-radius: 31px;
	overflow: hidden;
	border: 1px solid white;
	text-transform: uppercase;
	font-size: 12px;
}

a.vad-modal-button::before {
	position: absolute;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	background: #0e1b43;
	display: block;
	opacity: 0;
	transition: 0.4s;
}

a.vad-modal-button:hover::before {
	opacity: 1;
	background: #0e1b43;
}

a.vad-modal-button:active::before,
a.vad-modal-button:focus::before {
	background: #21b0e1;
	opacity: 1;
}

#vad-close {
	position: absolute;
	top: 7px;
	right: 7px;
	color: white;
	font-size: 30px;
	cursor: pointer;
	text-transform: lowercase;
	width: 15px;
	height: 15px;
	background: url("../img/BB_Selector_cruz.svg");
	background-size: cover;
	margin: 15px;
}

#vad-bandera-arg {
	position: absolute;
	top: 7px;
	left: 7px;
	color: white;
	font-size: 30px;
	cursor: pointer;
	text-transform: lowercase;
	width: 40px;
	height: 40px;
	background: url("../img/BB_Selector_ARG.svg");
	background-size: cover;
	margin: 15px;
	zoom: 0.92;
}

#franja-celeste-eu {
	width: 100%;
	display: flex;
	text-align: center;
	margin-top: -2px;
	position: relative;
	background-color: var(--panCyan);
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-top: 30px;
	padding-bottom: 30px;
}

#franja-azul-eu {
	width: 100%;
	display: flex;
	text-align: center;
	margin-top: -2px;
	position: relative;
	background-color: transparent;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-top: 30px;
	padding-bottom: 0;
}

#franja-derecha-eu {
	display: inline-block;
	width: 50%;
	flex: 1 1 50%;
	background-image: url('/img/degrade_home_SOLO.svg');
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: 12% 100%;
	margin: initial;
	text-align: left;
	padding-left: 40px;
}

#franja-izquierda-eu {
	width: 50%;
	flex: 1 1 50%;
	text-align: left;
	margin: initial;
	max-width: initial;
}

.integridad-content .texto-corrido {
	margin-bottom: 15px;
}

.titulo-integridad {
	margin-bottom: 15px !important;
	position: relative;
	left: 50px;
	font-family: 'OpenSansSemiBold' !important;
	text-transform: uppercase !important;
	font-size: 30px !important;
}

.br-socials {
	display: flex;
	justify-content: space-between;
	max-width: 660px;
	margin: auto;
}

@media screen and (min-width: 300px) {
	.ul-nav {
		display: inline-block;
		vertical-align: middle;
		float: right;
		margin-top: 2vh;
		transition: 0.4s all ease-in-out;
	}

	.a-nav {
		text-decoration: none;
		color: #969696;
		cursor: pointer;
		font-size: 14px;
		text-transform: uppercase;
		transition: 0.4s all ease-in-out;
		border-bottom: none;
		display: inline-block;
	}

	.li-nav {
		list-style: none;
		display: inline-block;
		margin-right: 2%;
		font-size: 0.9em;
		transition: 0.4s all ease-in-out;
		color: #969696;
	}

	.li-nav a:hover {
		color: #202020;
	}

	.a.nav:hover {
		text-decoration: none;
		transition: 0.4s all ease-in-out;
		color: #731a42;
		font-size: 20px;
	}

	.ul-nav .li-nav .a-nav {
		color: #969696;
	}

	.ul-nav .li-nav a:hover {
		transition: 0.4s all ease-in-out;
		color: #202020;
	}

	.headerDesktop.ul-nav li ul {
		transition: 0.4s all ease-in-out;
		display: none;
		position: absolute;
		min-width: 200px;
		margin-left: -50px;
		text-align: center;
		padding-top: 20px;
	}

	.headerDesktop.ul-nav li:hover>ul {
		display: block;
		transition: 0.4s all ease-in-out;
		color: #656565;
	}

	.headerDesktop .glyphicon {
		color: #1B6F9B;
		font-size: 9px;
	}

	.ul-nav li ul li {
		background-color: white;
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
		transition: 0.4s all ease-in-out;
		color: #656565;
		box-shadow: none;
	}

	.li-nav-2 {
		display: inline-block;
		font-weight: 700;
		padding-right: 4%;
	}

	.li-nav-2:last-child {
		padding-right: 0;
	}

	#ul-nav-2 {
		display: inline-block;
		float: right;
		text-transform: uppercase;
		font-size: 13px;
		color: #0C6594;
		margin-top: 1%;
	}

	#logo-bago {
		display: inline-block;
		padding: 0;
		object-fit: contain;
		object-position: bottom left;
	}

	.redes-footer {
		background: var(--pan296);
		border: none;
	}

	.copyright {
		background: #122551;
		color: white;
		padding-top: 1%;
		padding-bottom: 1%;
		font-family: 'OpenSans';
		letter-spacing: 0.5px;
		font-size: 12px;
	}

	footer {
		width: 100%;
		text-align: center;
		padding-top: 2%;
		padding-bottom: 2%;
	}

	.img-widget {
		display: inline-block;
	}

	.p-widget {
		display: inline-block;
		vertical-align: middle;
		text-transform: uppercase;
		color: #515050;
	}

	.td-widget {
		border: none;
		width: 50px;
	}

	.tr-widget {
		padding-bottom: 15px;
	}

	#table {
		border: none;
		padding-left: 5%;
		font-size: 15px;
		height: 400px;
	}

	#table td {
		padding: 0;
	}

	.volver:hover p {
		color: #4D4D4D;
	}

	
	.header-layout-aftosa {
		background-repeat: no-repeat;
		width: 100%;
		background-size: 100% auto;
		background-position: center top;
		z-index: -1;
		margin-bottom: 50px;
	}

	.titulo-layout-aftosa {
		color: white;
		text-shadow: 0px 0px 7px #494949;
		letter-spacing: 2px;
		font-size: 60px;
		text-align: left;
		margin-left: 20px;
	}

	.header-layout-quienes {
		background-image: url('../img/quienes-somos-header-mobile.png');
		background-repeat: no-repeat;
		width: 100%;
		height: 480px;
		background-size: 100% auto;
		background-position: center top;
		z-index: -1;
	}

	.titulo-layout-quienes {
		color: white;
		margin-top: 32%;
		text-shadow: 0px 0px 7px #494949;
		letter-spacing: 2px;
		font-size: 60px;
		text-align: center;
	}

	.header-layout-mision {
		background-image: url('../img/mision-header-mobile.png');
		background-repeat: no-repeat;
		width: 100%;
		height: 480px;
		background-size: 100% auto;
		background-position: center top;
		z-index: -1;
	}

	.mision-ul {
		margin-top: 7%;
	}

	.mision-li {
		font-size: 15px;
	}
	
	header {
		background-color: #fff;
		padding-top: 1%;
		width: 100%;
		box-shadow: 0px 0px 17px #131313;
		position: fixed;
	}

	h1 {
		margin-left: 1%;
		color: black;
	}

	.div-texto-aftosa-mobile {
		padding-left: ;
		margin-top: 3%;
		float: left;
		color: #656565;
		margin-left: 3%;
	}

	.h2-aftosa-mobile {
		color: #02204C;
		font-size: 43px;
		font-family: 'OpenSans';
	}

	.h3-aftosa {
		color: #02204C;
		font-size: 18px;
	}

	.p-aftosa {
		text-align: justify;
	}

	.span-aftosa {
		text-decoration: underline;
	}

	.tabla-aftosa {
		display: inline-block;
		margin-bottom: 4%;
		font-family: 'OpenSans';
		margin-top: 0;
	}

	.tabla-aftosa p {
		line-height: 29px;
		font-size: 15.5px;
		color: rgb(87, 87, 86);
	}

	.tr {
		width: 100%;
	}

	.icono-bullet {
		width: auto;
		float: left;
		padding-top: 5px;
	}

	.vademecum,
	.vademecum-producto {
		color: #7F7F7F;
		text-align: center;
		margin: 0;
		font-size: 18px;
	}

	
	.titulo-aftosa {
		color: #0082C8 !important;
	}

	.icono-quienes {
		background-image: url(../img/icono-quienes-des.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-size: contain;
	}

	.tr-widget:hover .icono-quienes,
	.tr-widget.active .icono-quienes {
		background-image: url(../img/home-quienes.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.icono-mision {
		background-image: url(../img/ICONO_MISION_VISION-60gray.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-size: contain;
	}

	.tr-widget:hover .icono-mision,
	.tr-widget.active .icono-mision {
		background-image: url(../img/ICONO_MISION_VISION-60.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.icono-normas {
		background-image: url(../img/ICONO_CUMPLIMIENTO_OFF.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-size: contain;
	}

	.tr-widget:hover .icono-normas,
	.tr-widget.active .icono-normas {
		background-image: url(../img/ICONO_CUMPLIMIENTO_ON.PNG);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.icono-linea {
		background-image: url(../img/ICONO_linea_integ_off.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-size: contain;
	}

	.tr-widget:hover .icono-linea,
	.tr-widget.active .icono-linea {
		background-image: url(../img/ICONO_linea_integ_on.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.icono-trayectoria {
		background-image: url(../img/icono-trayectoria-des.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-size: contain;
	}

	.tr-widget:hover .icono-trayectoria,
	.tr-widget.active .icono-trayectoria {
		background-image: url(../img/home-trayectoria.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.icono-aftosa {
		background-image: url(../img/icono-aftosa-des.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-size: contain;
	}

	.tr-widget:hover .icono-aftosa,
	.tr-widget.active .icono-aftosa {
		background-image: url(../img/home-aftosa.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.icono-plantas {
		background-image: url(../img/icono-plantas-des.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.tr-widget:hover .icono-plantas {
		background-image: url(../img/icono-plantas-act.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	
	.icono-prensa {
		background-image: url(../img/icono-prensa-des.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.tr-widget:hover .icono-prensa {
		background-image: url(../img/icono-prensa-act.png);
		background-repeat: no-repeat;
		height: 50px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.cuerpo-producto ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.cuerpo-producto li {
		padding-left: 1em;
		text-indent: -.7em;
	}

	.sal-h2 {
		color: #26CBD4;
	}

	.vit-h2 {
		color: #003B5D;
	}

	.ext-h2 {
		color: #0D553F;
	}

	.int-h2 {
		color: #00955F;
	}

	.biologicos-h2 {
		color: #656668;
	}

	.end-h2 {
		color: #9B9501;
	}

	.far-h2 {
		color: #6D3A5D;
	}

	.rep-h2 {
		color: #FF671B;
	}

}

@media screen and (min-width: 769px) {
	.ul-nav {
		display: inline-block;
		vertical-align: middle;
		float: right;
		margin-top: 2vh;
		transition: 0.4s all ease-in-out;
		width: 68vw;
	}

	.a-nav {
		text-decoration: none;
		color: #969696;
		cursor: pointer;
		font-size: 14px;
		text-transform: uppercase;
		transition: 0.4s all ease-in-out;
		border-bottom: none;
		display: inline-block;
	}

	.li-nav {
		list-style: none;
		display: inline-block;
		margin-right: 2%;
		font-size: 0.9em;
		transition: 0.4s all ease-in-out;
		color: #969696;
	}

	.li-nav:hover,
	.ul-nav .li-nav a:hover {
		transition: 0.4s all ease-in-out;
	}

	.a.nav:hover {
		text-decoration: none;
		transition: 0.4s all ease-in-out;
		color: #731a42;
		font-size: 20px;
	}

	.ul-nav li a {
		text-decoration: none;
		display: block;
		color: #656565;
		text-transform: uppercase;
		font-size: 9px;
	}

	.a-sub {
		text-align: left;
		padding-left: 0;
	}

	.ul-nav .li-nav .a-nav {
		color: #5A5A5A;
		font-size: 9px;
	}

	.ul-nav li ul {
		transition: 0.4s all ease-in-out;
		display: none;
		position: absolute;
		min-width: 200px;
		margin-left: -50px;
		text-align: center;
		padding-top: 20px;
	}

	.headerDesktop.ul-nav li:hover>ul {
		display: block;
		transition: 0.4s all ease-in-out;
		color: #656565;
		margin-top: -1.6%;
		margin-left: -8%;
	}

	.ul-nav li ul li {
		background-color: white;
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
		transition: 0.4s all ease-in-out;
		color: #656565;
		box-shadow: none;
	}

	.li-nav-2 {
		display: inline-block;
		font-weight: 700;
		padding-right: 4%;
		font-size: 11px;
	}

	#ul-nav-2 {
		display: inline-block;
		float: right;
		text-transform: uppercase;
		font-size: 11px;
		color: #0C6594;
		margin-top: 1%;
	}

	#logo-bago {
		display: inline-block;
	}

	.redes-footer {
		background: var(--pan296);
		border: none;
	}

	.copyright {
		background: #122551;
		color: white;
		padding-top: 1%;
		padding-bottom: 1%;
		font-size: 12px;
	}

	.img-widget {
		display: inline-block;
		max-width: 100%;
	}

	.p-widget {
		display: inline-block;
		vertical-align: middle;
		text-transform: uppercase;
		color: #515050;
		font-size: 9px;
	}

	.td-widget {
		border: none;
	}

	.tr-widget {
		padding-bottom: 4px;
	}

	#table {
		border: none;
		font-size: 13.5px;
		height: 400px;
	}

	#table td {
		padding: 0;
	}

	.header-layout-aftosa {
		background-repeat: no-repeat;
		width: 100%;
		background-size: 100% auto;
		background-position: center top;
		z-index: -1;
	}

	.titulo-layout-aftosa {
		color: white;
		text-shadow: 0px 0px 7px #000000;
		font-size: 56px;
		text-align: center;
		font-family: 'OpenSans';
		font-weight: 700;
	}

	.header-layout-quienes {
		background-image: url('../img/quienes-somos-header.png');
		background-repeat: no-repeat;
		width: 100%;
		height: 737px;
		background-size: 100% auto;
		background-position: center top;
		z-index: -1;
	}

	.titulo-layout-quienes {
		color: white;
		margin-top: 15%;
		text-shadow: 0px 0px 10px #494949;
		font-weight: 700;
		font-size: 56px;
		text-align: center;
		font-family: 'OpenSans';
	}

	.header-layout-mision {
		background-image: url('../img/valores.png');
		background-repeat: no-repeat;
		width: 100%;
		height: 737px;
		background-size: 100% auto;
		background-position: center top;
		z-index: -1;
	}

	.mision-ul {
		margin-top: 7%;
	}

	.mision-li {
		font-size: 12px;
	}

	header {
		background-color: #fff;
		padding-top: 1%;
		width: 100%;
		box-shadow: 0px 0px 17px #131313;
		position: fixed;
	}

	footer {
		text-align: center;
		padding-top: 2%;
		padding-bottom: 2%;
	}

	h1 {
		margin-left: 1%;
		color: black;
	}

	h2 {
		font-family: 'OpenSans';
	}

	.div-texto-aftosa {
		float: left;
		color: #656565;
		padding-left: 1%;
		min-height: 80vh;
	}

	.div-texto-aftosa-2 {
		padding-left: 30%;
		margin-top: 3%;
		float: left;
		color: #656565;
	}

	.h2-aftosa {
		color: #02204C;
		display: inline-block;
		font-size: 20px;
		font-family: 'OpenSans';
	}

	.h3-aftosa {
		color: #00173B;
		font-size: 18px;
	}

	.p-aftosa {
		padding-top: %;
	}

	.span-aftosa {
		text-decoration: underline;
	}

	.tabla-aftosa {
		display: inline-block;
		margin-bottom: 4%;
		margin-top: 0;
	}

	.tabla-aftosa p {
		color: rgb(87, 87, 86);
		margin: 0;
	}

	.btn {
		position: relative;
	}

	.animateCollapse {
		position: relative;
		margin: 2% auto;
		overflow: hidden;
		width: 100%;
	}

	.animateCollapse li {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		height: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0 1em;
		border: 1px solid #E0E0E0;
	}

	.after li {
		height: auto;
		opacity: 1;
		padding: 0.5em 1em;
		width: 100%;
		margin-left: 0;
		padding-right: 0;
	}

	.toggleIcon {
		width: 1em;
		height: 1em;
		left: 90%;
		top: 1em;
		bottom: 0;
		position: absolute;
		color: #66CCED;
	}

	.toggleIcon::before,
	.toggleIcon::after {
		content: '';
		position: absolute;
		background: #66CCED;
		-webkit-transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
		transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
	}

	.toggleIcon::before {
		width: 2px;
		height: 100%;
		left: calc(101% - 2px);
		margin-left: 1px;
	}

	.toggleIcon::after {
		width: 100%;
		height: 2px;
		top: calc(50% - 1px);
	}

	.after .toggleIcon::before {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		text-shadow: 0 0 3px #333;
	}

	.after .toggleIcon::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	
	#boxes p {
		text-align: center;
		display: inline-block;
		color: #ccc;
		position: absolute;
		width: auto;
		right: 5%;
		top: 5%;
	}

	#boxes a.closelink {
		text-decoration: none;
		width: 40px;
		padding: 3px;
		font-size: 14px;
	}

	.box {
		width: 100%;
		height: 27%;
		vertical-align: top;
		background: #42AAC9;
		display: none;
		z-index: 33333333;
	}

	.ul-paises {
		padding: 20px 8%;
	}

	.li-paises {
		display: inline-block;
		color: white;
		width: 16%;
		font-size: 13px;
	}

	.li-paises a {
		color: white;
		font-family: 'OpenSans';
		letter-spacing: 1px;
	}

	
	.container:hover .image {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	.container {
		overflow: hidden;
		width: 27%;
		margin-right: 3%;
		margin-top: 3%;
	}

	.image {
		-webkit-transition: all 1.5s ease;
		transition: all 1.5s ease;
	}

	.container:hover p {
		display: none;
	}

	.div-aft {
		margin-left: 5%;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.img-cat-aft {
		width: 104%;
		margin-right: 1%;
		display: inline-block;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.buscador {
		background-color: #E8E6E6;
		border: none;
		width: 88%;
		height: 30px;
		margin-bottom: 15%;
		padding-left: 4%;
		display: inline-block;
		float: left;
	}

	.fundaciones {
		color: rgba(189, 189, 189, 1);
		font-family: 'OpenSans';
		font-weight: 700;
		letter-spacing: 1px;
		margin-left: 6%;
		font-size: 13px;
		margin-top: 48%;
	}

	.h4-vad {
		color: #968D19;
		font-family: 'OpenSans';
		margin-top: 5%;
		margin-left: 0%;
	}

	
	.volver p {
		display: inline-block;
		vertical-align: middle;
		margin-top: 3%;
		margin-left: 184px;
		color: #B2B2B2;
		font-size: 17px;
		font-family: 'OpenSans';
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	.volver:hover p {
		color: #4D4D4D;
	}

	#facebook,
	#gmail {
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
		-moz-transition: all .3s linear;
		transition: all .3s linear;
	}

	#facebook:hover,
	#gmail:hover {
		margin-top: -3%;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
		-moz-transition: all .3s linear;
		transition: all .3s linear;
	}

	#youtube {
		-webkit-transition: all .6s linear;
		-o-transition: all .3s linear;
		-moz-transition: all .3s linear;
		transition: all .3s linear;
	}


	.aftosa-h2 {
		color: #0082C8;
	}


}

@media screen and (min-width: 1024px) {
	
	.aftosa-h2 {
		color: #0082C8;
	}

}

@media screen and (min-width: 1100px) {
	.buscador {
		background-color: #E8E6E6;
		border-radius: 5px;
		width: 88%;
		height: 30px;
		margin-bottom: 15%;
		padding-left: 4%;
		display: inline-block;
	}

	.p-widget {
		display: inline-block;
		vertical-align: middle;
		text-transform: uppercase;
		color: #515050;
		font-size: 11px;
	}

	.li-nav-2 {
		display: inline-block;
		font-weight: 700;
		padding-right: 2%;
		font-size: 12px;
	}

	.ul-nav .li-nav .a-nav {
		color: #5A5A5A;
		font-size: 12px;
	}

	.headerDesktop.ul-nav li:hover>ul {
		display: block;
		transition: 0.4s all ease-in-out;
		color: #656565;
		margin-top: -1.6%;
		margin-left: -8%;
	}

	.ul-nav li a {
		text-decoration: none;
		display: block;
		color: #656565;
		text-transform: uppercase;
		font-size: 11.5px;
	}

	.mision-li {
		font-size: 13px;
	}

	.header-layout-mision {
		background-image: url('../img/valores.png');
		background-repeat: no-repeat;
		width: 100%;
		height: 737px;
		background-size: 100% auto;
		background-position: center top;
		z-index: -1;
	}

	.aftosa-h2 {
		color: #0082C8;
	}

}

@media screen and (max-width: 1000px) {
	
	#mision-container {
		padding: 0 20px;
	}

	#header-container-fluid {
		padding: 0 !important;
	}

	section .text {
		width: 90%;
	}

	#info-mapa {
		left: 5% !important;
		right: 5% !important;
		width: 90% !important;
	}

}

@media screen and (min-width: 300px) {
	.header-inner {
		position: initial;
	}

	
	#logo-bago {
		width: 100%;
		max-width: 300px;
		display: none;
	}

	.headerDesktop .li-nav {
		list-style: none;
		width: 100%;
		display: inline-block;
		margin-right: 2%;
		font-size: 0.9em;
		transition: 0.4s all ease-in-out;
		color: #969696;
	}

	.li-nav-2 {
		display: inline-block;
		width: auto;
		font-weight: 700;
		padding-right: 4%;
	}

	.headerDesktop .ul-nav li ul {
		transition: 0.4s all ease-in-out;
		display: none;
		width: 100%;
		position: absolute;
		min-width: 200px;
		margin-left: -50px;
		text-align: center;
		padding-top: 0px;
	}

	.headerDesktop .ul-nav li a {
		text-decoration: none;
		display: block;
		color: var(--pan296);
		text-transform: uppercase;
		font-size: 10px;
		font-family: "OpenSansSemiBold";
	}

	.headerDesktop .ul-nav li:hover>ul {
		display: block;
		transition: 0.4s all ease-in-out;
		color: #656565;
	}

	.ul-nav li ul li {
		background-color: white;
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
		transition: 0.4s all ease-in-out;
		color: #656565;
		box-shadow: none;
		border-bottom: 2px solid var(--celeteInermedio);
		text-align: left;
	}

	.ul-nav li ul li:last-child {
		border-bottom: 0;
	}

	#logo-bago-mobile {
		display: inline-block;
		width: 50%;
		padding-top: 2%;
		padding-bottom: 2%;
		margin-left: 10px;
	}

	.li-paises {
		display: inline-block;
		color: white;
		width: 16%;
		font-size: 13px;
	}

	#ul-nav-2 {
		border-bottom: 1px solid #D3D3D3;
		display: none;
	}

	.ul-nav {
		float: left;
		text-align: left;
		line-height: 60px;
	}

	.dropdown-menu {
		box-shadow: none;
		background: white;
		border: none;
		transition: all 0.4s ease;
	}

	.dropdown,
	.open {
		transition: all 0.4s ease;
	}

	.dropdown-menu>li>a {
		background: transparent;
		padding: 3px 10px;
		color: #b6b6b6;
	}

	#flecha-submenu,
	#box-desktop {
		display: none;
	}

	#ul-nav-principal {
		height: auto;
		display: inline-block;
		width: 100%;
		position: initial;
		float: initial !important;
	}

	.li-paises-nav {
		display: inline-block;
		padding: 0;
		margin: 0;
		width: 48%;
	}

	.div-nav-2 {
		width: auto;
		display: inline-block;
		float: right;
		padding-right: 10px;
	}

	.main {
		position: fixed;
	}

	#container-ul-nav-header {
		height: auto;
		overflow: auto;
		width: 100%;
	}

	#box-mobile {
		display: block;
	}

	#ul-paises-nav {
		width: 100%;
		left: 0;
		position: initial;
		background: transparent;
		transition: all 0.4s ease;
		padding: 0;
		margin: 0;
	}

}

@media screen and (min-width: 769px) {
	.header-inner {
		position: fixed;
		min-height: auto;
	}

	#ul-nav-2 {
		display: flex;
		justify-content: flex-start;
		align-content: flex-end;
		align-items: baseline;
		padding: 0 0px;
		flex: 0 0 150px;
		margin: 0 !important;
		flex-wrap: wrap;
		border-bottom: none;
	}

	.div-nav-2,
	#logo-bago-mobile,
	#box-mobile {
		display: none;
	}

	#ul-nav-principal {
		height: auto;
		text-align: right;
		position: initial;
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 1080px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	
	#logo-bago {
		max-width: 300px;
		display: inline-block;
	}

	.li-nav {
		list-style: none;
		display: inline-block;
		width: auto;
		margin-right: 2%;
		font-size: 0.9em;
		transition: 0.4s all ease-in-out;
		color: #969696;
	}

	.li-nav-2 {
		display: inline-block;
		width: auto;
		font-weight: 700;
		padding-right: 4%;
	}

	.ul-nav li ul {
		transition: 0.4s all ease-in-out;
		display: none;
		min-width: 200px;
		margin-left: -50px;
		text-align: center;
		padding-top: 20px;
		width: 100%;
		position: absolute;
	}

	.headerDesktop .ul-nav li:hover>ul {
		display: block;
		transition: 0.4s all ease-in-out;
		color: #656565;
		margin: 0;
		padding: 0;
		min-width: 200px;
		width: 200px;
		background: none;
	}

	.ul-nav li ul li {
		background-color: white;
		padding-top: 10px;
		padding-bottom: 10px;
		transition: 0.4s all ease-in-out;
		color: #656565;
		box-shadow: none;
		width: calc(100% - 30px);
		margin: auto;
	}

	.ul-nav li a {
		text-decoration: none;
		display: block;
		color: #656565;
		text-transform: uppercase;
	}

	.ul-nav {
		float: right;
		line-height: 20px;
	}

	#flecha-submenu {
		display: inline-block;
	}

	#container-ul-nav-header {
		height: auto;
		overflow: initial;
		display: inline-block;
		position: relative;
		flex: 1 0 500px;
	}

	#box-desktop {
		display: block;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.h1-1-home {
		margin-top: 0px;
	}

	.h2-cd {
		color: #C8C6C6;
		font-weight: 700;
		font-family: 'OpenSans';
		font-size: 18px;
		margin-top: 0;
	}	

}

@media only screen and (min-device-width: 325px) and (max-device-width: 736px) {
	.h2-cd {
		color: #B2B2B2;
		font-weight: 700;
		font-family: 'OpenSans';
		font-size: 18px;
		margin-top: 0;
	}
}

@media screen and (max-width: 1024px) {
	
	#manos-integridad{
		width: 100%;
		object-fit: cover;
		height: 251px;
		top: -1vh;
	}
	
	#container-ul-nav-header {
		display: none;
	}

	.header-layout-aftosa>div {
		padding-bottom: 0px;
		height: 100px;
	}

	[aria-expanded="true"] #container-ul-nav-header {
		display: block;
	}

	.rrhh-text {
		padding-top: 1vh;
	}

	.inner-text {
		width: 90%;
		padding-left: 5%;
	}

	.side-title {
		text-align: center;
		padding-right: 0;
	}

	.aftosa-fechas-container {
		padding-top: 10px;
	}

	.titulo-layout-aftosa {
		font-size: 20px;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
	.curva-rrhh {
		display: inline-block;
		width: 100%;
		position: relative;
		z-index: 3;
	}

	#btnmenu {
		display: inline-block;
		margin-top: -5%;
		margin-right: 1%;
		transition: all 0.5s ease;
		float: right;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	
	.input-group-btn {
		display: inline-block;
		text-align: center;
		margin: auto;
	}

	.header-inner {
		position: initial;
	}

	.ul-nav li:hover>ul {
		background: none;
		left: 0px;
		top: 60px;
	}

	.ul-nav .li-nav .a-nav {
		color: #5A5A5A;
		font-size: 12px;
	}

	
	#logo-bago {
		width: 100%;
		max-width: 300px;
		display: none;
	}

	.li-nav {
		list-style: none;
		width: 100%;
		display: inline-block;
		margin-right: 2%;
		font-size: 0.9em;
		transition: 0.4s all ease-in-out;
		color: #969696;
		padding-bottom: 30px;
	}

	.li-nav-2 {
		display: inline-block;
		width: auto;
		font-weight: 700;
		padding-right: 4%;
	}

	.headerDesktop .ul-nav li ul {
		transition: 0.4s all ease-in-out;
		display: none;
		width: 100%;
		position: absolute;
		min-width: 200px;
		margin-left: -50px;
		text-align: center;
		padding-top: 0px;
	}

	.ul-nav li a {
		text-decoration: none;
		display: block;
		color: #656565;
		text-transform: uppercase;
		font-size: 10px;
	}

	.headerDesktop .ul-nav li:hover>ul {
		display: block;
		transition: 0.4s all ease-in-out;
		color: #656565;
	}

	.ul-nav li ul li {
		background-color: white;
		position: relative;
		padding-top: 7%;
		padding-bottom: 5%;
		transition: 0.4s all ease-in-out;
		color: #656565;
		box-shadow: none;
		text-align: left;
	}

	#logo-bago-mobile {
		display: inline-block;
		width: 50%;
		padding-top: 2%;
		padding-bottom: 2%;
		padding-left: 5%;
		margin-left: 0;
	}

	.li-paises {
		display: inline-block;
		color: white;
		width: 16%;
		font-size: 13px;
	}

	#ul-nav-2 {
		border-bottom: 1px solid #D3D3D3;
		display: none;
	}

	.ul-nav {
		float: left;
		text-align: left;
		line-height: 60px;
	}

	.dropdown-menu {
		box-shadow: none;
		background: white;
		border: none;
		transition: all 0.4s ease;
	}

	.dropdown,
	.open {
		transition: all 0.4s ease;
	}

	.dropdown-menu>li>a {
		background: white;
		padding: 3px 13px;
		color: #b6b6b6;
		font-size: 12px;
	}

	#flecha-submenu,
	#box-desktop{
		display: none;
	}

	#ul-nav-principal {
		height: auto;
		display: inline-block;
		width: 100vw;
		position: initial;
		float: initial !important;
		text-align: left;
	}

	.li-paises-nav {
		display: inline-block;
		padding: 0;
		margin: 0;
		width: 48%;
	}

	.div-nav-2 {
		width: auto;
		display: inline-block;
		float: right;
		padding-right: 10px;
	}

	.main {
		position: fixed;
	}

	#container-ul-nav-header {
		height: auto;
		overflow: visible;
		width: 100vw;
		max-width: 100vw;
	}

	#box-mobile {
		display: block;
	}

	#ul-paises-nav {
		width: 100vw;
		left: 0;
		top: 20vh;
		position: initial;
		min-height: 20vh;
		transition: all 0.4s ease;
		padding: 0;
		margin: 0;
	}

	.b-l {
		width: 73%;
	}

	#info-mapa {
		border: none;
	}

	.curva-rrhh {
		display: inline-block;
		width: 100%;
		position: relative;
		z-index: 3;
		margin-top: -8%;
	}

	#container-error {
		padding-top: 20vh;
		color: #D00032;
	}

	#container-type-error {
		text-align: right;
	}

	#container-error-title {
		padding-left: 6vw;
		text-align: center;
	}

	#container-type-error h1 {
		color: #D00032;
		font-weight: 700;
		font-family: 'OpenSans';
		letter-spacing: 3px;
		font-size: 50px;
		text-align: center;
		display: inline-block;
		margin: 0;
		padding: 0 3vw;
		text-shadow: 0px -1px 6px rgba(0, 0, 0, 0.49);
	}

	.point-error {
		width: 15px;
		height: 15px;
		display: inline-block;
		background: #D00032;
		text-align: center;
		border-radius: 100px;
		vertical-align: super;
	}

	#error-number img {
		width: 27%;
	}

	#container-text-error {
		text-align: left;
	}

	#container-text-error h2 {
		color: #BD0020;
		font-size: 20px;
		padding-top: 4vh;
		text-align: left;
		padding-left: 7vw;
	}

	#error-border {
		border-top: 1px solid #656565;
		text-align: left;
		margin-left: 7vw;
		width: 15%;
		margin-top: 3vh;
	}

	#error-description {
		padding-left: 6.5vw;
		padding-top: 2vh;
	}

	#error-description p {
		color: grey;
		font-family: 'OpenSans';
	}

	#volver-p {
		margin-left: 15%;
		padding-top: 1%;
	}

	.bienvenidos {
		margin: 0;
		margin-top: 70px;
		text-align: left;
		margin-left: 60px;
	}

	.logo-blanco {
		width: 100%;
		height: 200px;
		margin-top: 15%;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.bienvenidos {
		margin: 0;
		margin-top: 70px;
		text-align: left;
		margin-left: 60px;
	}

	#infodcha div.error {
		color: #ffcf5c;
		position: absolute;
		padding-top: 3px;
		font-size: 10.5px;
	}

	.logo-blanco {
		width: 100%;
		margin-top: 0%;
	}
	
	#ul-nav-2-mobile {
		display: none;
	}

	.border-tit {
		border-bottom: none;
	}

	
	.curva-rrhh {
		display: inline-block;
		width: 100%;
		position: relative;
		z-index: 3;
	}

	.buscador {
		background-color: #E8E6E6;
		width: 80%;
		height: 25px;
		margin-bottom: 15%;
		padding-left: 4%;
		display: inline-block;
	}
	
	#container-error {
		padding-top: 20vh;
		color: #D00032;
	}

	#container-type-error {
		text-align: right;
	}

	#container-error-title {
		padding-left: 11vw;
		text-align: center;
	}

	#container-type-error h1 {
		color: #D00032;
		font-weight: 700;
		font-family: 'OpenSans';
		letter-spacing: 3px;
		font-size: 55px;
		text-align: center;
		display: inline-block;
		margin: 0;
		padding: 0 4vw;
		text-shadow: 0px -1px 6px rgba(0, 0, 0, 0.49);
	}

	.point-error {
		width: 15px;
		height: 15px;
		display: inline-block;
		background: #D00032;
		text-align: center;
		border-radius: 100px;
		vertical-align: super;
	}

	#error-number img {
		width: 27%;
	}

	#container-text-error {
		text-align: left;
	}

	#container-text-error h2 {
		color: #BD0020;
		font-size: 20px;
		padding-top: 10vh;
		text-align: left;
		padding-left: 7vw;
	}

	#error-border {
		border-top: 1px solid #656565;
		text-align: left;
		margin-left: 7vw;
		width: 15%;
		margin-top: 4vh;
	}

	#error-description {
		padding-left: 6.5vw;
		padding-top: 3vh;
	}

	#error-description p {
		color: grey;
		font-family: 'OpenSans';
	}

}

@media only screen and (min-device-width: 325px) and (max-device-width: 736px) and (orientation: landscape) {
	.b-l {
		width: 90%;
	}

	
	#container-error {
		padding-top: 50vh;
		color: #D00032;
	}

	#container-type-error {
		text-align: center;
	}

	#container-error-title {
		padding-left: 0;
		text-align: center;
	}

	#container-type-error h1 {
		color: #D00032;
		font-weight: 700;
		font-family: 'OpenSans';
		letter-spacing: 3px;
		font-size: 50px;
		text-align: center;
		display: inline-block;
		margin: 0;
		padding: 0 3vw;
		text-shadow: 0px -1px 6px rgba(0, 0, 0, 0.49);
	}

	.point-error {
		width: 15px;
		height: 15px;
		display: inline-block;
		background: #D00032;
		text-align: center;
		border-radius: 100px;
		vertical-align: super;
	}

	#error-number img {
		width: 20%;
	}

	.ul-nav li a {
		font-size: 12px;
	}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
	.b-l {
		width: 100%;
	}

	#list-menu {
		margin-left: 0;
	}

	
	.navbar-collapse.collapse.in .dropdown-menu>li>a>img {
		width: 40px;
	}
	#btn-mas {
		float: initial;
	}

	.border-tit {
		border-bottom: none;
	}
	
	.img-fundaciones-8 {
		width: 50%;
		padding-right: 20%;
	}

	#container-error {
		padding-top: 20vh;
		color: #D00032;
	}

	#container-type-error {
		text-align: center;
	}

	#container-error-title {
		padding-left: 0;
		text-align: center;
	}

	#container-type-error h1 {
		color: #D00032;
		font-weight: 700;
		font-family: 'OpenSans';
		letter-spacing: 3px;
		font-size: 50px;
		text-align: center;
		display: inline-block;
		margin: 0;
		padding: 0 3vw;
		text-shadow: 0px -1px 6px rgba(0, 0, 0, 0.49);
	}

	.point-error {
		width: 15px;
		height: 15px;
		display: inline-block;
		background: #D00032;
		text-align: center;
		border-radius: 100px;
		vertical-align: super;
	}

	#error-number img {
		width: 27%;
	}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
	#list-menu li a {
		background: rgba(255, 255, 255, 0.3);
		color: #2988AF;
		padding: 4px;
		display: inline-block;
		font-family: 'OpenSans';
		text-align: center;
		transition: all 0.4s ease;
		width: 74px;
		line-height: 16px;
	}

	
	#list-menu {
		margin-left: 20px;
	}

	#titulo-mapa h1 {
		font-size: 38px;
		margin: auto;
		padding-bottom: 10%;
	}

	
	#info-mapa {
		border: none;
	}
	
	.curva-rrhh {
		display: inline-block;
		width: 100%;
		position: relative;
		z-index: 3;
	}

	.after .toggleIcon::before {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		text-shadow: 0 0 3px #333;
	}

	.after .toggleIcon::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#container-text-error {
		text-align: left;
	}

	#container-text-error h2 {
		color: #BD0020;
		font-size: 20px;
		padding-top: 10vh;
		text-align: left;
		padding-left: 7vw;
	}

	#error-border {
		border-top: 1px solid #656565;
		text-align: left;
		margin-left: 7vw;
		width: 15%;
		margin-top: 4vh;
	}

	#error-description {
		padding-left: 6.5vw;
		padding-top: 3vh;
	}

	#error-description p {
		color: grey;
		font-family: 'OpenSans';
	}

	.bienvenidos {
		margin: 0;
		margin-top: 70px;
		text-align: left;
		margin-left: 10px;
	}

}

@media screen and (min-device-width: 1200px) and (max-device-width: 2100px) {
	
	#ul-nav-2-mobile{
		display: none;
	}

	
	.logo-blanco {
		width: 100%;
		margin-top: 40vh;
	}

	.bienvenidos {
		margin: 0;
		margin-top: 70px;
		text-align: left;
		margin-left: 60px;
	}

	.curva-rrhh {
		display: inline-block;
		width: 100%;
		position: relative;
		z-index: 3;
		margin-top: -3%;
	}


	
	.h2-cd {
		margin-top: 0;
	}

	#container-error {
		padding-top: 20vh;
		color: #D00032;
	}

	#container-type-error {
		text-align: right;
	}

	#container-error-title {
		padding-left: 11vw;
		text-align: center;
	}

	#container-type-error h1 {
		color: #D00032;
		font-weight: 700;
		font-family: 'OpenSans';
		letter-spacing: 3px;
		font-size: 60px;
		text-align: center;
		display: inline-block;
		margin: 0;
		padding: 0 3vw;
		text-shadow: 0px -1px 6px rgba(0, 0, 0, 0.49);
	}

	.point-error {
		width: 20px;
		height: 20px;
		display: inline-block;
		background: #D00032;
		text-align: center;
		border-radius: 100px;
		vertical-align: super;
	}

	#error-number img {
		width: 27%;
	}

	#container-text-error {
		text-align: left;
	}

	#container-text-error h2 {
		color: #BD0020;
		font-size: 20px;
		padding-top: 10vh;
		text-align: left;
		padding-left: 7vw;
	}

	#error-border {
		border-top: 1px solid #656565;
		text-align: left;
		margin-left: 7vw;
		width: 15%;
		margin-top: 5vh;
	}

	#error-description {
		padding-left: 6.5vw;
		padding-top: 3vh;
	}

	#error-description p {
		color: grey;
		font-family: 'OpenSans';
	}

}

@media only screen and (max-width:768px) {

	.h2-titulo {
		margin-bottom: 0%;
		height: 20px;
		display: none;
	}

}

@media only screen and (min-device-width: 760px) and (max-device-width: 1100px) and (orientation: portrait) {
	.content-home {
		padding-top: 10vh !important;
	}

	.d-rrhh-home {
		background-image: none !important;
	}

	#display-rrhh {
		padding-top: 20px;
	}

	h3.tr.move-x-1 {
		width: 50%;
		display: inline-block;
	}

	h4.tr-2.move-x-2 {
		padding-top: 50px;
		color: #666;
	}

	#ul-nav-2-mobile {
		transition: 0.4s;
	}

	.headerMobile .navbar-collapse {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.navbar-collapse.collapse {
		display: none !important;
		visibility: hidden !important;
		z-index: 0;
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		visibility: visible !important;
		z-index: 0;
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.navbar-nav .m-l,
	header .ul-nav li ul {
		margin-left: 0;
	}

	.navbar-nav>li>.dropdown-menu {
		width: 100vw;
		position: initial;
		background-color: transparent;
	}

	.navbar-nav {
		float: initial;
	}

	.navbar-toggle {
		display: inline-block;
		position: relative;
		z-index: 100000;
	}

	header .ul-nav li:hover>ul {
		position: initial;
	}

	ul.dropdown-menu.dropdown-menu-right {
		width: 50%;
	}

	#navbarSecciones .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	#ul-nav-principal,
	#container-ul-nav-header {
		width: 100%;
	}

	.li-nav {
		margin-right: 0;
		width: 96%;
		padding-left: 2%;
	}

	.ul-nav li ul li {
		background: transparent;
	}

	#back-rrhh #display-rrhh {
		padding-top: 10px;
	}

	.textarea-contacto {
		max-width: 500px;
	}

}

@media only screen and (min-device-width: 760px) and (max-device-width: 1100px) and (orientation: landscape) {
	#ul-nav-2-mobile {
		transition: 0.4s;
	}

	#ul-nav-2,
	#logo-bago,
	#flecha-submenu,
	#img-mapa {
		display: none;
	}

	.navbar-collapse.collapse {
		display: none !important;
		visibility: hidden !important;
		z-index: 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		visibility: visible !important;
		z-index: 0;
		width: 100%;
	}

	.img-widget {
		background-position: 100% center;
		background-size: 100% auto;
	}

	.navbar-nav .m-l,
	header .ul-nav li ul {
		margin-left: 0;
	}

	.navbar-nav>li>.dropdown-menu {
		width: 100vw;
		position: initial;
		background-color: transparent;
	}

	.navbar-nav {
		float: initial;
	}

	.navbar-toggle {
		display: inline-block;
		position: relative;
		z-index: 100000;
	}

	header .ul-nav li:hover>ul {
		position: initial;
	}

	ul.dropdown-menu.dropdown-menu-right {
		width: 50%;
	}

	#navbarSecciones .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	#ul-nav-principal,
	#container-ul-nav-header {
		width: 100%;
	}

	.li-nav {
		margin-right: 0;
		width: 96%;
		padding-left: 2%;
	}

	.ul-nav li ul li {
		background: transparent;
	}

	.div-nav-2 {
		display: block;
	}

	#logo-bago-mobile {
		display: block;
		width: 50%;
	}

	#mapa-total {
		border: none;
	}

	.textarea-contacto {
		max-width: 500px;
	}

}

@media only screen and (min-device-width: 325px) and (max-device-width: 736px) and (orientation:landscape) {
	
	.logo-blanco {
		width: 100%;
		height: 200px;
		margin-top: 15px;
	}

	.border-video {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.h1-home-ev {
		text-align: center;
		color: white;
		text-shadow: 0px 3px black;
		letter-spacing: 1px;
		font-size: 27px;
	}

	.h1-home-ev.bienvenidos {
		margin-top: 15px;
	}

	.content-home .container-h1-home {
		padding-top: 0;
	}

	.redessociales-mobile {
		position: absolute;
	}
	
	.content-home .container-flecha {
		bottom: 60px;
	}

	.scroll-down {
		margin: 0;
		border: 2px solid #fff;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
		position: absolute;
		top: 84%;
		width: 50px;
		height: 50px;
		margin-top: 0px;
		z-index: 2;
		margin-left: -25px;
	}

	
	#btn-mas {
		float: initial;
	}

	.border-tit {
		border-bottom: none;
	}

	#descripcion {
		height: auto !important;
	}

}

@media screen and (max-width:435px) {
	#descripcion {
		height: auto !important;
	}

	#titulo-vademecum {
		margin-top: 5% !important;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	#referencias {
		margin-left: 0;
	}

	#btnmenu {
		display: inline-block;
		margin-top: -5%;
		margin-right: 1%;
		transition: all 0.5s ease;
		float: right;
	}

	.img-fundaciones-7 {
		float: initial;
		width: 70%;
		margin: 0% auto 0% auto;
	}

	.band-filiales {
		margin-top: -2%;
		width: 5%;
	}

	#volver {
		margin-left: -250px;
	}	

	
	#descripcion {
		height: auto !important;
		border: none;
	}

	
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {

	#titulo {
		font-size: 26px;
	}
	
	.item-institucional .glyphicon,
	.item-institucional canvas {
		display: none;
	}

	.scroll-down {
		margin: 0;
		border: 2px solid #fff;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
		position: absolute;
		top: 79%;
		width: 50px;
		height: 50px;
		margin-top: 0px;
		z-index: 2;
		margin-left: -25px;
	}

	

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

	#infodcha div.error {
		color: #ffcf5c;
		position: absolute;
		padding-top: 3px;
		font-size: 10.5px;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	
	#registrado {
		margin-top: 5% !important;
	}

	#barra-xs {
		margin-top: 2% !important;
	}

	.buscador {
		width: 80%;
	}

}

@media screen and (max-width: 800px) {

	#registrado,
	#compartido,
	#barra-media,
	#barra-paises,
	#barra-superior,
	#barra-xs,
	#targets-inner img,
	.mail,
	#barra-vademecum,
	.vademecum-producto{
		display: none;
	}

	#volver-producto {
		float: left;
		text-align: left;
		margin-top: -10% !important;
		background-position: left;
		background-size: 10%;
	}

	.cuerpo-producto {
		margin-top: -20%;
	}

	
	#volver-producto p {
		margin-left: 12%;
		margin-top: 3%;
	}

	#sidePlantas {
		padding-top: 0;
	}

}

@media screen and (min-device-width:1024px) {
	.img-fundaciones-1 {
		margin-top: 37%;
	}

}

@media screen and (max-width: 1024px) {
	.banderas-paises-principal {
		opacity: 1;
	}

	#sidePlantas {
		padding-top: 0 !important;
	}

}

@media screen and (min-width: 769px) {
	#ul-nav-2-mobile {
		display: none !important;
	}

}

@media screen and (max-width:768px) {
	#ul-rrhh-home li {
		width: 100% !important;
		margin-top: 25px;
		line-height: 18px;
	}

	#ul-rrhh-home {
		margin: auto;
		max-width: 90%;
	}

}

@media only screen and (min-device-width: 480px) and (max-device-width: 854px) {
	
	.h2-cd {
		color: #B2B2B2;
		font-weight: 700;
		font-family: 'OpenSans';
		font-size: 18px;
		margin-top: 0;
	}

	

}


@media only screen and (min-device-width: 200px) and (max-device-width: 320px) {
	
	.bienvenidos {
		font-size: 18px;
		text-align: center;
	}

	.logo-blanco {
		width: 100%;
		height: 200px;
		margin-top: 0%;
	}

	.border-video {
		width: 9%;
		border: 1px solid white;
		margin: auto;
		margin-top: 0px;
		margin-bottom: 50px;
		text-align: center;
	}

	.laevolucion {
		font-size: 18px;
	}
	
	#logo-bago,
	#flecha-submenu,
	#box-desktop{
		display: none;
	}

	#logo-bago-mobile {
		display: inline-block;
		width: 50%;
		padding-top: 2%;
		padding-bottom: 2%;
		margin-left: 10px;
	}

	.li-paises {
		display: inline-block;
		color: white;
		width: 16%;
		font-size: 13px;
	}

	#ul-nav-2 {
		border-bottom: 1px solid #D3D3D3;
		display: none;
	}

	.ul-nav {
		float: left;
		text-align: left;
		line-height: 60px;
	}

	.dropdown-menu {
		box-shadow: none;
		background: white;
		border: none;
		transition: all 0.4s ease;
	}

	.dropdown,
	.open {
		transition: all 0.4s ease;
	}

	.ul-nav li ul li {
		box-shadow: none;
		text-align: left;
	}

	.dropdown-menu>li>a {
		background: white;
		padding: 0px 1px;
		color: #b6b6b6;
		text-transform: uppercase;
		padding-top: 15px;
		display: block;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		white-space: nowrap;
	}

	.ul-nav li ul {
		transition: 0.4s all ease-in-out;
		display: none;
		width: 100%;
		position: absolute;
		min-width: 200px;
		padding-top: 0px;
	}

	#list-menu li a {
		line-height: 16px;
		font-size: 11px;
	}

	#ul-nav-principal {
		height: auto;
		display: inline-block;
		width: 100%;
		position: initial;
		float: initial !important;
	}

	.li-nav-2 {
		width: auto;
		display: inline-block;
	}

	.li-paises-nav {
		display: inline-block;
		padding: 0;
		margin: 0;
		width: 49%;
		font-size: 9px;
	}

	.div-nav-2 {
		width: auto;
		display: inline-block;
		float: right;
		padding-right: 0;
	}

	.main {
		position: fixed;
	}

	#container-ul-nav-header {
		height: auto;
		overflow: visible;
		width: 100%;
		padding-bottom: 30px;
	}

	header {
		box-shadow: 0px 0px 17px #131313;
	}

	#box-mobile{
		display: block;
	}

	#ul-paises-nav {
		width: 100%;
		left: 0;
		position: initial;
		transition: all 0.4s ease;
		padding: 0;
		margin: 0;
		min-height: 38vh;
	}

	#info-mapa,
	.border-tit {
		border: none;
	}

	
	.vademecum-240 {
		display: block;
		width: 100%;
	}

	.b-l {
		margin-left: 3%;
		margin-top: 0;
		margin-bottom: 1%;
		width: 93%;
	}

	.h1-1-home {
		font-size: 12px;
		color: #00173B;
		margin-top: 15%;
		font-family: 'OpenSans';
		font-weight: 700;
	}

	
	#h2-1 {
		font-size: 23px;
		margin-left: -13.8px;
	}

	#contacto {
		color: #0093C9;
		font-family: 'OpenSans';
		background: #fff;
		text-align: center;
		margin-top: 0%;
		height: 90px;
		margin-left: -4%;
		font-size: 28px;
	}

	.ico-ubi {
		padding: 1%;
		width: 7%;
		vertical-align: top;
	}

	.input-contacto {
		display: inline-block;
		text-align: center;
		max-width: 500px;
		margin: 0;
		width: 100%;
		margin-top: 15px;
	}

	.copy p {
		font-family: 'OpenSans';
		color: white;
		letter-spacing: 1px;
		font-size: 11px;
		display: inline-block;
	}

	.ul-nav li a {
		font-size: 12px;
		text-decoration: none;
		display: block;
		color: #656565;
		text-transform: uppercase;
	}

	.h2-cd {
		color: #B2B2B2;
		font-weight: 700;
		font-family: 'OpenSans';
		font-size: 18px;
		margin-top: 0;
	}

	.titulo-layout-aftosa {
		color: white;
		margin-top: 25%;
		text-shadow: 0px 0px 7px #494949;
		letter-spacing: 2px;
		font-size: 17px;
		text-align: center;
	}

	.inner-text {
		width: 90%;
		padding-left: 4%;
	}

	.tabla-aftosa p {
		line-height: 29px;
		font-size: 13.5px;
		color: rgb(87, 87, 86);
	}

	.redes-footer {
		background: var(--pan296);
		border: none;
	}

	.copyright {
		background: #122551;
		color: white;
		padding-top: 1%;
		padding-bottom: 1%;
		font-family: 'OpenSans';
		letter-spacing: 0.5px;
		font-size: 12px;
	}

	.icono-bullet {
		width: 6%;
		float: left;
		padding-top: 5px;
	}

	.vademecum,
	.vademecum-producto {
		color: #7F7F7F;
		text-align: center;
		margin: 0;
		font-size: 18px;
	}

	
	#volver-producto {
		float: left;
		text-align: left;
		margin-top: 5% !important;
	}

	.h1-inst-home {
		display: inline-block;
		color: white;
		font-size: 23px;
		margin-left: 3px;
	}

	#descarga-margin {
		margin-bottom: 10%;
		width: 100%;
		display: block;
	}

}

@media only screen and (min-device-width: 200px) and (max-device-width: 321px) and (orientation: landscape) {

	.scroll-down {
		margin: 0;
		border: 2px solid #fff;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
		position: absolute;
		top: 75%;
		width: 50px;
		height: 50px;
		margin-top: 0px;
		z-index: 2;
		margin-left: -25px;
	}

	.logo-blanco {
		width: 100%;
		height: 200px;
		margin-top: 0%;
	}

	.border-video {
		width: 9%;
		border: 1px solid white;
		margin: auto;
		margin-top: 0px;
		margin-bottom: 18px;
		text-align: center;
	}

	.laevolucion {
		font-size: 18px;
		margin-top: -7px;
		margin-bottom: 0;
	}

}

@media only screen and (min-device-width: 200px) and (orientation: portrait) {
	.d-rrhh-home {
		background-image: url(../img/rrhh-02.png);
		background-size: auto 100%;
		background-position: center -2px;
	}

	#descripcion {
		border-right: 0;
	}

}


@media screen and (max-width: 435px) {
	
	.laevolucion {
		font-size: 20px;
	}

	.redessociales-mobile {
		margin-bottom: 20%;
	}

}

@media screen and (max-width: 1050px) and (min-width: 150px; ) {
	.h2-titulo {
		display: none;
	}


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#btnmenu-general {
		margin-top: 1%;
	}

	.volver,
	.volver:hover {
		position: absolute;
		margin: 0;
		padding: 0;
		left: initial;
		margin-left: 0;
		background-position: left;
	}

	.volver p {
		margin-left: 50px;
	}

	.tabla-aftosa .p-widget-v {
		font-size: 9px;
		text-transform: uppercase;
		margin-left: 2%;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	#titulo-vademecum {
		margin-top: 20px;
	}

	#volver-p {
		margin-left: 50px;
		margin-top: 0;
	}

	.facebook {
		background-image: url(../img/facebook-desactivado.png);
		height: 35px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto auto;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
		display: inline-block;
		margin: auto;
		width: 100vw;
		text-align: right;
	}

	#compartido {
		text-align: center;
		padding-bottom: 1.5%;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
	#btnmenu {
		display: inline-block;
		margin-top: -5%;
		margin-right: 1%;
		transition: all 0.5s ease;
		float: right;
	}

	.titulo-layout-aftosa {
		font-size: 40px;
	}

	
}

@media only screen and (min-device-width: 380px) and (max-device-width: 737px) {
	#textarea-label p {
		width: 93%;
	}

}

@media only screen and (min-device-width: 240px) and (max-device-width: 737px) {
	.h1-1-home {
		font-size: 13px;
		color: #00173B;
		font-family: 'OpenSans';
		font-weight: 700;
	}

	
	.input-group-btn {
		display: inline-block;
		margin: auto;
		text-align: center;
		width: 20px;
	}

	#btnmenu {
		display: inline-block;
		margin-top: -4%;
		margin-right: 2%;
		transition: all 0.5s ease;
		float: right;
	}

	.titulo-layout-aftosa {
		font-size: 23px;
	}

	.h2-aftosa {
		color: #02204C;
		display: none;
		font-size: 17px;
		font-family: 'OpenSans';
		margin-top: 40px;
	}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.band-filiales {
		margin-top: -2%;
		width: 12%;
	}

	#text-2 {
		padding-top: 14%;
		color: #666;
		letter-spacing: 1px;
		line-height: 25px;
		font-size: 16px;
		margin-bottom: 35px;
	}

	#btnmenu {
		display: inline-block;
		margin-top: -4%;
		margin-right: 1%;
		transition: all 0.5s ease;
		float: right;
	}

	.volver p {
		display: none;
	}

	#ul-nav-principal {
		height: auto;
		text-align: left;
		position: initial;
		margin: 0;
		padding: 0;
		width: 100%;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	.bienvenidos {
		font-size: 23px;
	}

	

}

@media screen and (max-width:875px) {
	#titulo-vademecum {
		margin-top: 5% !important;
	}

	#btnmenu-general {
		margin-top: 2%;
	}

}

@media only screen and (min-device-width: 200px) and (max-device-width: 320px) {
	.scroll-down {
		margin: 0;
		border: 2px solid #fff;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
		position: absolute;
		top: 77%;
		width: 40px;
		height: 40px;
		margin-top: 0px;
		z-index: 2;
		margin-left: -20px;
	}

	.laevolucion {
		font-size: 19px;
	}

	
}

@media only screen and (min-device-width: 200px) and (max-device-width: 320px) and (orientation: landscape) {
	.border-tit {
		border-bottom: none;
	}

	#h2-1 {
		font-size: 20px;
		padding: 15px;
		margin: 0;
		margin-left: -2.8px;
	}

	#logo-bago-mobile {
		display: inline-block;
		width: 50%;
		padding-top: 2%;
		padding-bottom: 2%;
		margin-left: 10px;
	}

	.logo-blanco {
		width: 100%;
		height: 200px;
	}

	.border-video {
		margin-bottom: 20px;
		margin-top: 9px;
	}

	.scroll-down {
		margin: 0;
		border: 2px solid #fff;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
		position: absolute;
		top: 77%;
		width: 40px;
		height: 40px;
		margin-top: 11px;
		z-index: 2;
		margin-left: -25px;
	}

	.bienvenidos {
		margin: 0;
		margin-top: 70px;
		text-align: left;
		margin-left: 10px;
	}

	.h1-1-home {
		font-size: 15px;
		color: #00173B;
		font-family: 'OpenSans';
		margin: 0;
		padding-top: 10%;
		text-align: center;
		display: inline-block;
	}

	
	#mapa-total h1 {
		color: #8BCDE0;
		font-family: 'OpenSans';
		margin-bottom: 5%;
		font-size: 26px;
	}

	
	#titulo {
		font-size: 15px;
	}

	.border {
		border-bottom: 2px solid white;
		padding-bottom: 1%;
		margin-left: 44%;
		width: 10%;
		margin-top: -7px;
		margin-bottom: 4%;
	}

	.item-institucional img {
		display: inline-block;
		text-align: center;
		width: 45px;
		height: 45px;
	}
	
	#btnmenu {
		display: inline-block;
		margin-top: 1.5%;
		margin-right: 2%;
		transition: all 0.5s ease;
		float: right;
	}
}

@media only screen and (min-device-width: 240px) and (max-device-width: 737px) and (orientation: landscape) {
	#logo-bago-mobile {
		display: inline-block;
		width: 50%;
		padding-top: 2%;
		padding-bottom: 2%;
		margin-left: 10px;
	}

	.content-home>.container-h1-home {
		padding-top: 0;
	}

	.content-home .border-video {
		margin-bottom: 10px;
	}

}

@media only screen and (min-device-width: 200px) and (max-device-width: 320px) and (orientation: landscape) {
	#logo-bago-mobile {
		display: inline-block;
		width: 50%;
		padding-top: 2%;
		padding-bottom: 2%;
		margin-left: 10px;
	}

	.bienvenidos {
		margin: 0;
		margin-top: 70px;
		text-align: left;
		margin-left: 10px;
		font-size: 19px;
	}

	.border {
		border-bottom: 2px solid white;
		padding-bottom: 0%;
		margin-left: 44%;
		width: 10%;
	}

	#titulo {
		font-size: 22px;
	}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 533px) and (orientation: portrait) {
	
	.content-home>.container-h1-home {
		padding-top: 20px;
	}

	.logo-blanco {
		padding-top: 50px;
	}

}

@media only screen and (min-device-width: 300px) and (max-device-width: 600px) and (orientation: portrait) {
	.d-rrhh-home {
		background: none;
	}

}

@media only screen and (max-device-width: 900px) and (orientation: portrait) {
	.content-home {
		padding-top: 10vh;
	}

	#display-rrhh {
		padding-top: 40px;
	}

	.tr {
		font-size: 24px;
	}

	.p-rrhh-home {
		max-width: 90%;
		border-top: solid 1px #359fbd;
		border-bottom: solid 1px #359fbd;
		padding-top: 0;
		padding: 5px 0;
		margin-top: 40px;
	}

}

@media only screen and (max-width: 650px) and (orientation: portrait) {
	#back-rrhh .tr {
		width: 50%;
	}

	.d-rrhh-home {
		background-image: none !important;
	}

	#display-rrhh {
		padding-top: 0;
	}

	#back-rrhh h3.tr.move-x-1 {
		width: 90%;
		display: inline-block;
	}

	#back-rrhh h4.tr-2.move-x-2 {
		padding-top: 20px;
		color: #666;
	}

}


@media only screen and (max-width: 640px) and (orientation: landscape) {
	#text-1 {
		width: 60%;
		margin-left: 20%;
		font-size: 24px;
	}

	h4.tr-2.move-x-2 {
		padding-top: 40px;
		color: #666;
	}

}

@media only screen and (max-width: 540px) and (orientation: landscape) {
	#text-1 {
		font-size: 20px;
	}

}

@media only screen and (max-width: 670px) and (orientation: landscape) {
	#text-1 {
		width: 60%;
		margin-left: 20%;
		font-size: 24px;
	}

	h4.tr-2.move-x-2 {
		padding-top: 40px;
		color: #666;
	}

}

@media only screen and (max-width: 737px) and (orientation: landscape) {
	#text-1 {
		width: 60%;
		margin-left: 20%;
		font-size: 18px;
	}

	h4.tr-2.move-x-2 {
		padding-top: 50px;
		color: #666;
	}

}


@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) {
	
	body .content-home {
		padding-top: 7vh;
	}

	.logo-blanco {
		width: 100%;
		height: 150px;
		margin-top: 50px;
	}

}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) {
	#btnmenu {
		display: inline-block;
		margin-top: -9%;
		margin-right: 2%;
		transition: all 0.5s ease;
		float: right;
	}

}

@media only screen and (min-device-width: 900px) and (max-device-width: 1440px) and (orientation: landscape) {
	.content-home {
		padding-top: 15px;
	}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 533px) and (orientation: landscape) {
	.container-flecha {
		bottom: 60px;
	}

}

@media only screen and (min-device-width: 240px) and (max-device-width: 1024px) {
	. .inner-text-2 {
		width: 96% !important;
		padding-left: 9% !important;
	}

}

@media screen and (max-width: 768px) {
	#referencias {
		margin-left: 0%;
	}

}

@media screen and (max-width:320px) {
	#leermasprensa {
		padding: 0;
	}

	#mas-imagenes-prov {
		margin-top: -20%;
	}

	#btnmenu {
		margin-top: 0;
	}

	#text-1 {
		margin-top: 15%;
	}

}


@media only screen and (min-device-width:414px) and (max-device-width: 736px) and (orientation: portrait) {
	#btnmenu {
		display: inline-block;
		margin-top: -7%;
		margin-right: 2%;
		transition: all 0.5s ease;
		float: right;
	}

}

@media only screen and (min-device-width:414px) and (max-device-width: 736px) and (orientation: landscape) {
	#btnmenu {
		display: inline-block;
		margin-top: -4%;
		margin-right: 2%;
		transition: all 0.5s ease;
		float: right;
	}

}


@media only screen and (max-device-width:1100px) {

	#vidPc,
	#plantas-transicion #mapa svg,
	.link-menu br,
	#vademecum-pc,
	#privacy-dis {
		display: none;
	}

	#vidMobile {
		display: inline-block;
	}

	.home-section {
		padding: 5%;
	}

	#logo-bago-mobile {
		display: inline-block;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: 10px;
		width: auto;
		height: 110px;
	}

	#header-internas-container {
		position: initial;
		background-color: white;
		color: var(--pan296) !important;
		padding: 0 30px;
	}

	#header-internas-container.header-blue {
		background-color: var(--pan296);
		color: white !important;
	}

	#header-internas-container h1 {
		color: inherit !important;
		font-size: 30px !important;
	}

	.titulo-sección {
		font-size: 30px !important;
	}

	.bajada-titular-banner,
	.titular-texto-corrido {
		font-size: 25px !important;
	}

	.header-layout-aftosa>img {
		height: 180px;
		object-fit: cover;
		object-position: left;
	}

	#paises-mobile {
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 10px;
	}

	#paises-mobile>div {
		display: flex;
		flex-direction: column;
		flex: 1 1 40%;
		text-align: left;
	}

	#paises-mobile .band-filiales {
		margin-top: -2%;
		width: 20px;
		margin-right: 10px;
	}

	.pais-mobile {
		font-family: 'OpenSansBold';
		color: white;
		font-size: 1.1em;
		margin: 10px 0;
	}

	#info-mapa {
		background: rgba(255, 255, 255, 1) !important;
	}

	.headerMobile .li-header {
		font-family: 'OpenSansBold';
		font-size: 16px;
		color: var(--pan296);
		border-bottom: 2px solid var(--panCyan);
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.headerMobile .dropdown-header-nav li a {
		font-family: 'OpenSansBold';
		font-size: 16px;
		color: var(--panCyan);
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.headerMobile .li-header>p,
	.headerMobile .li-header>a {
		font-family: 'OpenSansBold';
		color: var(--pan296);
		display: inline-block;
	}

	#flecha-submenu {
		display: inline-block !important;
		float: initial;
		margin-left: 10px;
		top: 0 !important;
	}

	.texto-corrido,
	.texto-corrido p {
		font-size: 18px !important;
	}

	.texto-corrido-grande {
		font-size: 20px !important;
	}

	.mv-list>div {
		flex: 1 1 100%;
	}

	#home-toppart {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		min-height: 95vh;
		justify-content: center;
		align-items: center;
		align-content: flex-start;
	}

	#bienvenido-outter-container .h1-home-ev.bienvenidos,
	#logo-home {
		margin: 0 !important;
	}

	body .content-home,
	.headerMobile .dropdown-header-nav {
		padding-top: 0;
	}

	#logo-home .logo-blanco {
		margin-top: 0 !important;
	}

	.container-background-home.fadder,
	#mapa-back-home {
		background-position: 40% !important;
	}

	.logo-blanco {
		height: 200px;
	}
	
	#productosGraph{
		display:none;
	}

	#vademecum_mobile {
		display: block;
	}

	#map-mobile-filialesplantas {
		display: block;
		width: 100%;
	}

	.container-prensa {
		width: 100%;
		padding: 0;
	}

	.noticias-list .noticia {
		margin: 20px 0;
	}

	#mapa-back-home {
		position: fixed;
		z-index: 0;
		width: 100vw;
		height: 100vh;
		background-image: url('../img/header_bio_inicio_mobile.jpg');
		background-size: auto 100%;
		background-position: left center;
		background-repeat: no-repeat;
		background-color: #0d1c3e;
	}

	.nota-container img {
		margin-top: 30px;
	}

	.nav-pc {
		display: none !important;
	}

	.nav-mobile {
		display: inline-block !important;
	}

	#dropDropInsti2 {
		width: 100%;
		height: 2.5em;
	}

	#vad-modal {
		background-size: 100% auto, auto 100%, auto 100%, auto 100%;
		background-position: center bottom, -50px 80px, calc(100vw - 170px) 50px, center center;
		height:auto;
	}

	#info-mapa .info-mapa {
		background-position-x: 45vw !important;
		background-position-y: center !important;
	}

}

@media only screen and (max-width: 600px) {
	#franja-derecha-eu {
		flex: 1 1 100%;
		overflow: hidden;
		padding-left: 0;
	}

	#carousel-integridad {
		height: inherit;
		max-width: 100vw;
		overflow: hidden;
	}

	#header-internas-container.header-integridad {
		height: inherit;
		color: white !important;
	}

	#header-internas-container h1.titulo-integridad {
		color: var(--pan296) !important;
		bottom: -43%;
		left: 8px;
		margin-top: 20px;
		margin-bottom: 20px !important;
	}

	.header-layout-integridad {
		margin-bottom: 90px;
	}

	#navbar-main,
	#header-internas-container {
		max-width: 100vw;
	}

	.br-socials {
		padding: 0 20px;
	}

}	