/* *, ::after, ::before {
    box-sizing: border-box;
}*/
nav.header {
    width: 100%;
    position: relative;
    z-index: 100;
}

nav.header.sticky {
    /*position: fixed;*/
    z-index: 1000;
}
.navbar1 {
    display: flex;
    align-items: center;
    padding: .5rem .6rem;
    /**min-height: 52px;*/
    height: 70px;
}

.bg-dark, .bg-dark .col {
    background-color: #154481 !important;
	justify-content: flex-end;
}

.navbar1 .col-3, .navbar1 .col-9 {
    display: flex;
    justify-content:right;
}

/*.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
*/
.navbar1-brand:hover {
    /** background-size: 100% 2px; */
    color: #fff;
    opacity: 1;
}
.navbar1-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1.5rem;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.01rem;
    line-height: 1.5;
    white-space: nowrap;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
.navbar1-brand.external {
    color: #dcb639;
}
.navbar1-hidden, .navbar1-hidden:hover {
    color: #154481;
    display: inline-block;
    left: 0;
    max-width: 240px;
    margin-right: auto;
}

.navbar1-hidden:focus {
    color: #FEDA00;
}

.navbar1-last {
    font-weight: bold;
    font-size: 17px;
}

.pt05125 {
	padding-top: .3125rem;
}

.navbar2 {
    /*position: fixed;*/
    right: 0rem;
    display: flex;
    align-items: center;
    height: auto;
}

.bg-clear {
    background-color: #25589b !important;
}

 /* .fixed-bottom {
  position: fixed;
    top: 70px;
    right: 0;
    left: 0;
	bottom: auto;
	z-index: 1030;
}*/

.logos-cab {
    max-width: 50%;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 2.4rem;
}

.logo-cab-first img {
    width: auto;
    height: 120px;
    margin-left: 0px;
}

.logo-cab img {
    width: auto;
	height: 120px;
	margin-left: -4px;
}

.logo-cab-last img {
    width: auto;
    height: 120px;
    margin-left: -4px;
	margin-right: 0px;
}

.navbar3 {
    display: flex;
    align-items: center;
    margin-left: auto;
    /* padding: 1.2rem 0; */
}

.now-bg {
    background-color: #25589b00 !important;
}

.navbar3-brand:hover {
    background-size: 100% 2px;
    color: #fff;
    opacity: 1;
}

.navbar3-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 2.0rem; 
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.01rem;
    line-height: 1.5;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

.navbar3-last {
    /** font-size: 22px; */
    font-size: 18px;
    cursor: pointer;
}

.navbar3 .opciones p {
    margin-bottom: 0px;
    line-height: 1.9;
}

#cabeceraN2-Buscador {
    margin: 0 10px;
}

.lupa {
    font-family: "Font Awesome 5 Free";
}

.lupa span:not(.lupaIcon) {
    display: none;
}

a.lupa {
    position: absolute;
    background-image: url('../img/icono-buscar-blanco.svg');
    background-repeat: no-repeat;
    /** height: 25px;
    width: 25px; */
    height: 22px;
    width: 22px;
    margin-top: -10px;
    margin-left: -12px;
}


.lupa img {
    width: 25px;
    padding-block-start: inherit;
}

.down-menu {
    font-size: 18px;
    padding: 0px 3px;
    transition: all 0.3s ease;
    transform: scale(1.1);
}

/* .navbar3-brand:hover > li a .down-menu {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    -moz-transform: rotate(180deg) ;
} */

.navbar3-brand li a.navbar3-last.active .down-menu {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    -moz-transform: rotate(180deg) ;
}

.navbar-nav {
    padding: 0;
    display: block;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 2.0rem;
    padding-inline-start: 0px;
}

.navbar-nav>li a {font-weight: 600;
    color: #fff !important; 
}

.navbar-nav li a.active + .dropdown-menu { 
    position: absolute;
    z-index: 100;
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg) scale(1,1) translate(0px, 0px);
    -ms-transform: rotateX(0deg) scale(1,1) translate(0px, 0px);
    -o-transform: rotateX(0deg) scale(1,1) translate(0px, 0px);
    transform: rotateX(0deg) scale(1,1) translate(0px, 0px);
}

.navbar-nav > li > .dropdown-menu {
    top: 100%;
    left: 0;
}

.navbar-nav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0px;
    border-top: 4px solid #ffb90000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    background: #fff;
	width: 100%;
}

.dropdown {
    position: inherit;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 203px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
}


.navbar-nav .dropdown-menu li a {
    color: #1c2324 !important; 
}

.navbar-nav .dropdown-menu a p:hover:before, .navbar-nav .dropdown-menu p a:hover:before,
.navbar-nav .dropdown-menu .options a:hover:before { 
    content: "";
    background-color: #d69b00;
    padding: 0px 0.2rem;
    margin-right: 3px;
    margin-left: 0px;
}

.navbar-nav .dropdown-menu a p:hover, .navbar-nav .dropdown-menu p a:hover,
.navbar-nav .dropdown-menu .options a:hover {
    color: #000 !important;
    font-weight: bold;
}

.navbar-nav .dropdown-menu a {
    background: transparent;
    position: relative;
    color: #1c2324 !important;
    padding: 0px 0px;
    font-weight: 400;
    padding-left: 25px;
}

.navbar-nav .dropdown-menu a p {
    margin-bottom: 0rem;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.6;
    color: #333333;
    white-space: nowrap;
}

.literal >a:hover:before{ 
    content: none !important;
}

.literal {
    padding: 10px 15px;
    text-align: right;
    max-width: 25%;
    float: left;
    width: 25%;
    cursor: context-menu;
}

.navbar-nav .dropdown-menu .literal > a {
    background: #fff;
    color: #3e4753 !important;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 42px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.box {
    float: left;
    background-color: #154481;
    padding: 38px 1px;
    margin-top: 20px;
    width: 100%;
    max-width: 0.7%;
}

.options {
    float: left;
    width: 100%;
    max-width: 74.3%;
}

.navbar-nav .dropdown-menu .literal > a:hover {
    background: #fff;
    color: #3e4753 !important;
}

.opciones {
	display: grid;
    padding: 15px 10px;
    width: auto;
    max-width: 60%;
}

.opciones-es {
    display: grid;
    padding: 15px 10px;
    width: auto;
    max-width: 60%;
}

.opcion-menu {
    float: left;
    padding: 0px 0px;
    text-align: left;
    width: 100%;
    font-size: 17px;
    letter-spacing: normal;
    line-height: 1.9;
}

.buscador {
    height: auto;
    padding-top: 0px;
    width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block; 
    display: block; 
    background-color: #fff; 
}

.formRow {
    margin: 0 0 0px 0;
}

.floatLeft {
    float: left;
    padding: 20px 25px;
	width: 45%;
}

.floatLeft img {
    width: 30px;
    height: 30px;
    margin: -40px 15px 0px 0px;
    float: right;
    display: block;
    position: relative;
}

.formMenu {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 1px solid rgba(37,88,155,0.4);
    background-color: #ffffff !important;
    box-shadow: -2px 2px 7px 0px rgba(37, 88, 155, 0.4);
    -webkit-box-shadow: -2px 2px 7px 0px rgba(37, 88, 155, 0.4);
    -moz-box-shadow: -2px 2px 7px 0px rgba(37, 88, 155, 0.4);
}

form input {
    padding: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: black;
    background: #f5f5f5;
}

input:focus {
    outline-offset: 0px;
    outline: #fff auto 0px;
    border: 1px solid rgba(37,88,155,0.4);
}

.opciones-bus {
    display: grid;
    padding: 15px 0px;
    width: auto;
    max-width: 50%;
}

.opcion-menu-bus {
    float: left;
    padding: 0px 0px;
    text-align: left;
    width: 45%;
    font-size: 17px;
    letter-spacing: normal;
    line-height: 1.9rem;
}

.opciones-bus a:hover {
    font-weight: 600;
}

.opciones-bus > a:hover:before {
    content: none !important;
}

.opciones-bus a:hover:after {
    width: 15px;
    height: 15px;
    content: url(../img/icono-buscar-azul-20.png);
    padding-left: 5%;
}

.button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.button > a:hover:before {
	content: none !important;
}


nav.header .search-button-container {
    padding-top: 20px;
}


.navbar-nav .button a {
    margin: 30px 30px;
    font-weight: bold !important;
    color: #fff !important;
    min-width: 200px;
    text-align: center;
    background-color: #AE890B !important;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 20px 70px !important;
}

.navbar-nav .button a:hover {
	background-color: #3E77C2 !important;
    color: #fff !important;
}

.navbar-nav .button a:active {
	background-color: #FFF !important;
	color:#3E77C2 !important;
	border: 3px solid #3E77C2;
}

.no-button {
    display: none;
}

[id*="opcion-"] {
	display: none; 
}

#nav-movil,
#boton-menu {
	display: none;
}


#nav-movil {
    position: fixed;
    width: 100%;
    height: auto;
    top: 60px;
    background: #ffffff;
    border-top: 5px solid #fff;
    text-align: center;
    box-shadow: 0px 2px 3px 1px rgba(190, 194, 195, 0.7);
    /*margin-top: 275px;*/
    z-index: 999;
}

#nav-movil ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav-movil ul li, #nav-movil #buscador {
    border-bottom: 1px solid #25589b3d;
}
#nav-movil #buscador {
    display: grid;
    max-width: 100%;
}

.menu-item:hover,
.menu-item:focus{
	border-bottom: 1px solid rgba(37, 88, 155, 0.4);
	box-shadow: -2px 2px 9px 2px rgba(37, 88, 155, 0.4);
	-webkit-box-shadow: -2px 2px 9px 2px rgba(37, 88, 155, 0.4);
	-moz-box-shadow: -2px 2px 9px 2px rgba(37, 88, 155, 0.4);
}

#nav-movil li a {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02rem;
    line-height: 1.5;
    white-space: nowrap;
    text-decoration: none;
}

#nav-movil li a:hover,
#nav-movil li a:focus {
    color: #086DD2;
}

#nav-movil li a:hover:before, 
#nav-movil li a:focus:before {
    content: "";
    background-color: #086DD2;
    padding: 0px 0.32rem 8px 0.32rem;
    margin-right: 7px;
    margin-left: 0px;
}

#nav-movil li > div a:hover{
    color: #000 !important;
    font-weight: bold;
}

#nav-movil li div a:hover:before{ 
    content: "";
    background-color: #d69b00;
    padding: 0px 0.2rem;
    margin-right: 3px;
    margin-left: 0px;
}


.opcion-menu-mov {
    text-align: center;
    font-size: 16px !important;
    line-height: 1.9rem;
}

.floatLeft-mov {
    float: left;
    padding: 20px 25px;
    width: 100%;
}

.floatLeft-mov img {
    width: 30px;
    height: 30px;
    margin: -40px 15px 0px 0px;
    float: right;
    display: block;
    position: relative;
}

.opciones-bus-mov {
    display: grid;
    padding: 15px 0px;
    width: auto;
}

.opcion-menu-bus-mov {
    float: left;
    padding: 0px 0px;
    text-align: center;
    width: auto;
    font-size: 16px !important;
    letter-spacing: normal;
    line-height: 1.9rem;
}

.opcion-menu-bus-mov:hover:before{ 
    content: none !important;
}

.button-buscar:hover:before{ 
    content: none !important;
}

.opcion-menu-bus-mov:hover:after {
    content: url(../img/iconito-buscar-azul.png);
    padding-left: 2%;
}

.menu-item .button-mov a {
    margin: 30px 30px;
    font-weight: bold !important;
    color: #fff !important;
    min-width: 200px;
    text-align: center;
    background-color: #AE890B !important;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 20px 70px !important;
}

.menu-item .button-mov a:hover {
    background-color: #3E77C2 !important;
    color: #fff !important;
}

.button-mov {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 50px;
}

/* .burger {
    padding: .3rem .3rem;
    border: 3px solid transparent;
    border-radius: 50%;
    margin-top: 2px;
} */

.burger-icon {
    z-index: -1;
    content: '';
    background-image: url('../img/bars.svg') !important;
    background-color: none !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transform: rotate(0);
    transition-duration: 0.5s;
}
.burger-icon-active {
    transform: rotate(-90deg);
    transition-duration: 0.5s;
        /**content: '';
    background-image: url('../img/close.svg') !important;
    background-color: none !important;*/
}
/*****************	RESPONSIVE	******************/
@media only screen and (max-width: 1199px) {
	.navbar1-brand, .navbar1-last { 
        font-size: 16px; 
        padding-top: 0rem; 
        padding-bottom: 0rem;
    }
    .navbar3-brand, .navbar3-last  { 
        font-size: 17px; 
    }
	.logos-cab {
		padding-left: 0.1rem;
		max-width: 90%;
	}
	.logo-cab-first img {
        height: 85px;
    }
	.logo-cab img {
        height: 85px;
    }
	.logo-cab-last img {
        height: 85px;
    }
	.navbar3-brand {
        font-size: 22px;
        margin-right: 1.5rem;
    }
	.lupa img {
        width: 22px;
    }
	.navbar3-last {
        font-size: 20px;
    }
	.navbar-nav {
        margin-inline-end: 1.5rem;
    }
	.navbar-nav .dropdown-menu .literal > a {
        font-size: 32px;
        line-height: 42px;
    }
	.opcion-menu {
        font-size: 14px;
    }
    .navbar1 {
        height: 55px;
    }
}

@media only screen and (max-width: 991px){
    
    .cabeceraN2 {
        position: fixed;
        width: 100%;
        top: 0;
    }
	.pt05125 {
		padding-top: .5125rem;
	}
	.fixed-bottom {
		top: 165px;
	}
	.navbar2 {
		height: 110px;
	}
    .navbar3 {
        padding-top: 0;
    }
	.logos-cab {
		padding-left: 0.1rem;
		max-width: 90%;
    }
    
    #queryStr {
        float: left;
    }
	#nav-movil {
        width: 90%;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 0.01rem;
		line-height: 1.5;
		white-space: nowrap;
	}
	#nav-movil ul li {
        padding: 8px 25px;
        text-align: left;
    }
    .floatLeft-mov {
        padding: 8px 25px;
    }
    #nav-movil ul li#buscador {
        padding-left: 0 !important;
    }
    #nav-movil ul li .opciones a {
        text-align: left;
        padding-left: 5%;
        white-space:initial;
        hyphens: none;
    }
    .navbar-nav .dropdown-menu .literal > a {
        font-size: 25px;
        line-height: 30px;
    }
    #cabeceraN2-MenuPrincipal {
         display: none;
    }

    #boton-menu {
        display: block;
        position: absolute;
        right: 15px;
        margin-top: 5px;
        max-width: 50px;
        width: 100%;
        max-height: 50px;
        height: 100%;
        border: 3px solid white;
        border-radius: 50%;
        padding-top: 7px;
        padding-left: 7px;
    }
    #nav-movil ul li.menu-item-enlaces-int, #nav-movil ul li.menu-item-enlaces-ext {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #nav-movil ul li#menu-item-idioma {
        padding-bottom: 0px;
    }
    #nav-movil ul li .opciones#idioma a {
        margin-top: 5px;
    }
    #nav-movil ul li#buscador {
        padding: 8px 0px;
    }

}

@media only screen and (max-width: 767px) {
    .navbar1 {
        display: grid;
        min-height: 165px;
        text-align: center;
        justify-content: center;
    }
	.navbar2 {
		height: 115px;
	}
	.logos-cab {
		padding-left: 0.1rem;
		max-width: 90%;
	}
	.logo-cab-first img {
		height: 85px;
	}
	.logo-cab img {
		height: 85px;
	}
	.logo-cab-last img {
		height: 85px;
	}
	/*#boton-menu {
		margin-top: 22px;
		font-size: 18px;
	}*/
	#nav-movil {
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 0.01rem;
		line-height: 1.5;
		white-space: nowrap;
	}
    #nav-movil li p {
        margin-bottom: 0;
    }
	#nav-movil li a {
		font-size: 18px;
	}
	.opcion-menu-mov {
		font-size: 14px !important;
	}
	.opcion-menu-bus-mov {
		font-size: 14px !important;
	}
	.button-mov {
		margin-top: 40px;
	}
	.menu-item .button-mov a {
		padding: 15px 50px !important;
	}
}

@media only screen and (max-width: 576px) {
   
    #nav-movil li p {
        margin-left: 5px;
        font-size: 16px;
        letter-spacing: unset;
    }
    #nav-movil li a:hover:before, 
    #nav-movil li a:focus:before {
        padding: 0px 0.32rem 4px 0.32rem;
        margin-right: 15px;
    }

    .opcion-menu-mov {
        font-size: 12px !important;
    }
    
	.navbar1 {
		padding: .3rem .6rem;
		min-height: 105px;	
		height: 130px;
	}
	.navbar1-brand, .navbar1-last {
		font-size: 16px;
	}
	.fixed-bottom {
		top: 130px;
	}
	.logos-cab {
		padding-left: 0.1rem;
		max-width: 90%;
	}
	.logo-cab-first img {
		height: 65px;
	}
	.logo-cab img {
		height: 65px;
	}
	.logo-cab-last img {
		height: 65px;
	}
	
    #nav-movil {
        top: 55px;
    }

    #nav-movil ul li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .floatLeft-mov {
        padding: 0px 25px;
    }
	/*#nav-movil {
		margin-top: 245px;
	}*/
    .opciones {
        padding: 0px 10px;
    }
    
    #nav-movil li a:hover,
    #nav-movil li a:focus {
        color: #086DD2;
    }

    #nav-movil ul li .opciones a {
        padding-left: 0%;
    }
    #nav-movil li div a:before {
        content: "";
        background-color: #d69b00;
        padding: 0px 0.2rem;
        margin-right: 3px;
        margin-left: 0px;
    }
    #nav-movil li div a.opcion-menu-mov:hover:before {
        background-color: #086DD2;
    }

    
}


.cabeceraN2Logos a {
    color: #fff;
}

#cabeceraN2LogosMCINBanner {
    position: absolute;
    z-index: 20;
    width: calc(100% - 60px);
    display: inline;
    margin-top: 30px;
    margin-left: 30px;
}

#cabeceraN2LogosMCINBanner div {
    float: left;
    padding: 0;
}

#cabeceraN2LogosMCINBanner a {
    float: left;
    padding: 0;
}

#cabeceraN2LogosMCINBanner a.ue {
    float: right;
    padding: 0;
    /* margin-right: 120px; */
}

#cabeceraN2LogosMCINBanner img {
    height: 100px;
    width: auto;
}

#buscador:after {
    background-image: url('../img/icono-buscar-negro.svg') !important;
}

