body {
	/* background-color: #000; */
	
	font: 12px 'Maven Pro', sans-serif;
	
	color: #9aa6af;
	text-rendering: optimizelegibility;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	
	-moz-tap-highlight-color:rgba(0,0,0,0); 
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	
	-ms-tap-highlight-color:rgba(0,0,0,0); 
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
}
a {text-decoration: none;}

body#content-principal{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: block;
    font-family: 'Maven Pro', sans-serif;
}

.container07 {
	overflow: hidden;
	/* background-color: #000; */

	height: auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;

/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}


.container {
	overflow: hidden;
	/* background-color: #000; */

/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}


/* ========= HEADER ========= */

header {
	/* height: 60px; */
	position: relative;
	background-color: #fff;
    box-shadow: 0px 0px 10px black;
    max-height: 120px;
    display: flex;
    align-items: center;
    z-index: 9999;
}
header h1 {
	color: #9aa6af;
	text-align: left;
	font-size: 27px;
	line-height: 60px;
	font-weight: bold;
	padding-left: 20px;
}


.header-cont{
    width: 100%;
    /* height: 200px; */
    /* background-color: red; */
}

.logo-header {
    width: 24%;
    display: flex;
    align-items: center;
}

.logo-header > a > img {
    width: 60%;
    margin-left: 10%;
    padding: 5% 0;
}

nav.menu-header > ul {
    width: 100%;
}

.menu-header{
    width: 70%;
    display: flex;
}

.item-menu {
    padding: 2.6% 5%;
    font-size: 18px;
}

.item-menu a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    top: 5px;
    padding-bottom: 6px;
    /* padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px; */
}

.item-menu a:after {
    content: "";
    position: absolute;
    background-color: #46629E;
    height: 2px;
    width: 0%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    transition: .35s ease;
}

.item-menu.activo a {
    border-bottom: solid 2px #46629E;
}

.item-menu.activo a:after {
    background-color: #fff;
}


.item-menu a:hover:after {
    width: 100%;
}


.idiomas-header {
    position: absolute;
    right: 2%;
    top: 1.5%;
    font-size: 14px;
    z-index: 99999;
}

.header-menu {
    display: flex;
}

.prin-menu{
    display: none;
}


button.botonMenu {
    display: none;
}

nav.principal {
    width: 74%;
}

nav.principal > ul {
    display: flex;
    width: 100%;
}


.desple-opa{
    display: none;
}




/* =========  FIN: HEADER ========= */



/* ========= HOME ========= */

.home-cont{
    width: 100%;
    background-color: #fff;
    /* height: 500px; */
    /* background-color: red; */
}

/* ========= FIN: HOME ========= */




/* ========= FOOTER ========= */

.footer-cont{
    width: 100%;
    /* height: 300px; */
    background-color: #2C3E65;
    display: table !important;
    align-self: flex-end !important;
    z-index: 9999;
}

.fot-mobile {
    display: none !important;
}

.block1-footer{
    width: 100%;
    color: #fff;
    display: flex;
    font-size: 14px;
}

.content1-footer {
    padding: 2% 3%;
    width: 24%;
}

.content1-footer > span {
    font-weight: 600;
}

.content2-footer {
    padding: 2% 3%;
    width: 38%;
}

.content2-footer > span {
    font-weight: 600;
}

.content3-footer {
    display: flex;
    padding: 2% 3%;
    width: 30%;
}


.tel-footer {
    width: 50%;
}

.tel-footer > a > span {
    font-weight: 600;
}

.face-ico-footer {
    margin-right: 6%;
}

.linkeding-ico-footer {
    margin-right: 6%;
}

.icono-footer {
    display: flex;
    width: 50%;
}


span.i {
    font-style: italic;
    font-weight: 100;
  }


div.tel-footer > a {
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
}


.block2-footer {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 0%;
    font-size: 12px;
    padding-bottom: 1.6%;
    padding-top: 1%;
}




div.icono-footer > div.face-ico-footer > a > img {
    width:  100%;
}

div.icono-footer > div.linkeding-ico-footer > a > img {
    width: 100%;
}


div.icono-footer > div.webmail-ico-footer > a > img {
    width: 100%;
}

.face-ico-footer {
    width: 16%;
}

.linkeding-ico-footer {
    width: 16%;
}

.webmail-ico-footer {
    width: 47%;
}




/* ========= FIN: FOOTER ========= */



@media screen and (max-width:1030px) {

    .item-menu {
        padding: 4% 3%;

    }
    .idiomas-header {
        
        top: 0.5%;

    }


}






@media screen and (max-width:770px) {


/* ===== HEADER ========= */

.logo-header {
    width: 100%;
    text-align: center;
}

header{
    overflow: hidden;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .sticky + .content {
    padding-top: 60px;
  }

.logo-header > a > img {
    width: 26%;
    margin-left: 0;
    padding: 3% 0;
}

.prin-menu{
    display: block;
}

nav li a {
    padding: 7% 25px;
    letter-spacing: 0px;
    font-size: 18px;
}

nav.principal > ul > li > a.active {
    background-color: #2C3E65;
}

.item-menu a {
    padding: 2%;
    top: 0px;
    text-align: left;
    
}

.item-menu.activo a {
    border-bottom: unset;
}

body > div > header > nav > ul > li:nth-child(1) > a {
    color: #fff;
}

body > div > header > nav > ul > li.item-menu.prin-menu {
    display: flex;
}

.item-menu {
    border-bottom: solid 1px #ECF0F1;
    padding: 0% 3%;
}

body > div > nav > ul > li.item-menu.prin-menu {
    border-bottom: 0px;
    display: flex;
}

.vl {
    border-left: 1px solid #484848;
    height: 25px;
    margin-top: 12%;
  }


  /* CSS NUEVO MENU */

.botonMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;    
    height: 5rem;
    position: absolute;
    /* top: 1rem; */
    /* left: 1rem; */
    background-color: #fff; 
    border: 0;
    color: #46629E;
    cursor: pointer;
}
.botonMenu:focus {
    outline: none;
}
/* .botonMenu:focus + .principal {
    transform: translateX(0rem);
} */


.desplega {
    /* transform: translateX(0rem); */

    -webkit-transform: translateX(0rem);
    -moz-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    -o-transform: translateX(0rem);
    transform: translateX(0rem) !important;
    -webkit-transition:1s;
}

.desplega2 {
    /* transform: translateX(0rem); */

    -webkit-transform: translateX(20rem);
    -moz-transform: translateX(20rem);
    -ms-transform: translateX(20rem);
    -o-transform: translateX(20rem);
    transform: translateX(20rem) !important;
    -webkit-transition:1s;
}


.desple-opa{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    transform: translateX(-40rem);
    transition: transform 1s all;
    z-index: 99;
    opacity: 0.5;
    background: #000;
    border: 0;
    display: block;
}



nav.principal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20rem;
    background-color: #fff;
    transform: translateX(-30rem);
    transition: 1s all;
    z-index: 99;

    /* -webkit-box-shadow: 200px 0px 0px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 200px 0px 0px 0px rgba(0,0,0,0.35);
    box-shadow: 200px 0px 0px 0px rgba(0,0,0,0.35); */
}
nav.principal ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
}
nav.principal a {
    display: block;
    color: #000;
    padding: 2.4rem;
    transition: .5s all;
}
nav.principal a:hover {
    text-decoration: none;
    /* background-color: #948C75; */
}

button.botonMenu {
    display: block;
}




/* FIN: CSS NUEVO MENU */

  


/* === FIN: Header ========= */



/* ======= Home ======== */



/* ===== FIN: HOME ===== */





/* ========== Footer ============== */

.block1-footer {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 16px;
}

.fot-mobile {
    display: block !important;
}

.fot-desk {
    display: none !important;
}

.content1-footer {
    width: 100%;
}

.content2-footer {
    width: 100%;
}


.content3-footer {
    width: 100%;
    display: flex;
    padding: 2% 0%;
}

.tel-footer {
    width: 50%;
    padding-left: 3%;
}

.icono-footer {
    display: flex;
    width: 30%;
}

.tel-footer {
    width: 68%;
    padding-left: 3%;
}

.block1-footer {
    padding: 3% 0;
}

.block2-footer {
    font-size: 15px;
}

/* ====== FIN: Footer ============= */

}






@media screen and (max-width:480px) {

/* CSS NUEVO MENU */


/* nav.principal {

    -webkit-box-shadow: 200px 0px 0px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 200px 0px 0px 0px rgba(0,0,0,0.35);
    box-shadow: 200px 0px 0px 0px rgba(0,0,0,0.35);
} */



/* FIN: CSS NUEVO MENU */




.logo-header > a > img {
    width: 36%;
    margin-left: 0;
    padding: 5% 0;
}

.item-menu {
    padding: 0;
    border-bottom: solid 1px #ECF0F1;
}

.item-menu a {
    font-size: 16px;
    padding: 8% 10%;
}

nav li a {
    letter-spacing: 0px;
}

nav li a {
    padding: 10% 25px;
    letter-spacing: 0px;
    font-size: 14px;
}

.vl {
    border-left: 1px solid #484848;
    height: 20px;
    margin-top: 13%;
  }

  .botonMenu {

    width: 5rem;
    height: 4rem;

}

.desplega2 {
    /* transform: translateX(0rem); */

    -webkit-transform: translateX(15rem);
    -moz-transform: translateX(15rem);
    -ms-transform: translateX(15rem);
    -o-transform: translateX(15rem);
    transform: translateX(15rem) !important;
    -webkit-transition:1s;
}



/* ===== Footer ======== */

.content1-footer {
    padding: 2% 3%;
    padding-top: 4%;
    /* margin-top: 2%; */
}

.content2-footer {
    width: 92%;
}

.content3-footer {
    width: 94%;
}

.tel-footer {
    width: 50%;
}

.face-ico-footer {
    margin-right: 10%;
    width: 30%;
}

.linkeding-ico-footer {
    margin-right: 10%;
    width: 30%;
}

.block2-footer {
    padding-bottom: 2%;
    padding-top: 2%;
}

.icono-footer {
    width: 50%;
}

.webmail-ico-footer {
    width: 85%;
}

.block1-footer {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 14px;
}

.block2-footer {
    font-size: 13px;
}

/* ====== Fin: Footer ===== */



}


@media screen and (max-width:380px) {

.block1-footer {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 14px;
}

.block2-footer {
    font-size: 12px;
}

.vl {
    
    margin-top: 11%;
}

nav.principal a {
    padding: 1.7rem 2rem !important;

}

}


@media screen and (max-width:330px) {

.burger {

    top: 10%;

}

nav.principal a {

    padding: 1.4rem 2rem !important;

}

.tel-footer {
    width: 38%;
}

.botonMenu {
    width: 4rem;
    height: 3rem;
}

}