/* INICIO */
body#inicio {background: #e8e2d8;}

/*destacados*/
#destacado {min-height:549px; margin-top:80px; position: relative; padding: 0; line-height:0;}
#destacado .mascara {position: absolute; display: block; width:auto; height: 100%; left: 0; top:0; right: 0; bottom:0; background: url('../../imag/v1/auxi/bg_1.png') repeat-x left top;}
#destacado .foto {width:100%; height:auto;}
#destacado .box-texto {width:50%; position: absolute; z-index: 500; top:180px; font-family: 'montserrat-bold'; font-size: 36px; color: #ffffff; text-transform: uppercase; letter-spacing: 5px; line-height: 130%;}

/*datos*/
#datos {min-height:875px; position: relative; padding: 0; background: #181e40;}
#datos .rotulo {margin: 40px 0; font-size: 25px;}
#datos .mascara {position: absolute; display: block; width:auto; height: 100%; left: 0; top:0; right: 0; bottom:0; background: url('../../imag/v1/auxi/bg_2.png') repeat-x left top;}
#datos .foto {width:100%; height:auto; text-align: center;}
#datos .container {position: absolute; z-index: 500; top:0; left: 0; right: 0; width:100%; max-width: 1100px; }
#datos article {background: none; margin: 0 0 50px; }
#datos article .rotulo {font-family: 'montserrat-bold'; font-size: 18px; color:#e96945; font-weight: normal; text-align: center; letter-spacing: 2px; margin-bottom: 10px;}
#datos article a {color:#e96945;}
#datos article .descarga {text-align: center;}
#datos article .descarga a {font-size: 12px; color:#e96945;}
#datos article .descarga span {display: block;}
#datos .boto.descarga.bg-naranjo span {width:20%; padding: 15px 0 8px 10px; text-align: center; font-family: roboto-light; font-size: 16px; color:#fff; background:#e55302; background-image: url(../../imag/v1/auxi/ico-descarga_on.png);  background-repeat: no-repeat; background-position: 8px 10px; -webkit-box-sizing: content-box;  margin: 0 auto 20px;}
#datos .boto.descarga.bg-naranjo span:hover {background-color: #fff; background-image: url(../../imag/v1/auxi/ico-descarga.png); color:#000; text-decoration: none !important; border-bottom: 1px solid #fff !important;}

/* cartas*/
#cartas {padding-bottom: 0; overflow: visible;}
#cartas .box-carta {min-height: 345px; margin-bottom: 0; position: relative;}
#cartas .rotulo {font-family: roboto; font-size: 20px; letter-spacing: 0; margin: 0;}
#cartas .box {width:90%; padding: 15px 30px 15px 0; margin: 25px 0;}
#cartas .box .titulo {font-family: roboto-medium; font-size: 20px; color:#000000; padding: 0 0 4px;}
#cartas .box .cargo {font-family: roboto-light; font-size: 14px;}
#cartas p.bajada {width:80%; font-family: roboto; font-size: 14px; color:#333333; width:80%; line-height: 140%; }
#cartas .boto-mas {position: absolute; right: 150px; color:#fff; bottom: -25px; border-radius: 30px; padding: 0 4px; z-index: 1000; }
#cartas .accordion {transition: 0.4s;}
#cartas .accordion:before {cursor: pointer; content: ''; display: inline-block; background: url(../../imag/v1/auxi/mas.png) no-repeat center -2px; width:38px; height: 42px;}
#cartas .accordion.active:before {content: ""; background: url(../../imag/v1/auxi/menos.png) no-repeat center -2px;}
#cartas .accordion a {display: none;}
#cartas .panel {display: block; clear: both; padding: 0; max-height: 0; transition: 0.6s ease-in-out; opacity: 0; font-family: roboto; font-size: 14px; color:#333333; line-height: 150%;}
#cartas .panel.show {opacity: 1; display: block; padding: 100px 0 40px; max-height: 600px; }
#cartas .panel .descarga {text-align: center; margin: 10px 0; display: block;}
#cartas .panel .descarga a {font-size: 12px; color:#e96945;}
#cartas .panel .descarga span {display: block;}

/*descargas*/
#descargas {background: #ebecee;}
h2.rotulo {font-family: roboto-medium; font-size: 25px; margin: 2rem 0; letter-spacing: 3px;}
h3.rotulo {font-size: 17px;}

/*rotulo*/
.main-secondary h2 {margin:50px 0 20px;}


/*--------------- RESPONSIVE ----------------*/

@media(max-width:1200px) {

}

@media(max-width:992px) {

}

@media(max-width:768px) {
    #descargas.main-full {width:90%; margin: 0 auto;}
    #destacado .box-texto {width:100%; font-size:30px; line-height: 120%; letter-spacing:2px; left: 0; right: 0; padding: 0 20px; text-align:center;}
    #descargas .rotulo {text-align: center;}
    #descargas {background: none;}
    #descargas .boto span {font-family: roboto; padding: 20px 4px 5px 60px; background-position:20px 15px;}
    #descargas .rotulo.interior.top {margin-top:0;}
    #descargas .rotulo.interior {margin-top:40px;}
    #datos .container {width:90%; position: static;}
    #datos .mascara {display: none;}
    #datos .foto-datos {display: none;}
    #datos .boto.descarga.bg-naranjo span {width:auto;}
    #cartas .auxi {width:90%; margin: 0 auto;}
    #cartas .box-carta {background-position: left 40px !important; margin: 0 0 80px;}
    #cartas .grid-7.aright {float: none;}
    #cartas .rotulo {text-align: center;}
    #cartas .box {float: none; margin: 300px auto 20px; padding: 15px 0; text-align: center;}
    #cartas p.bajada {width: 100%; text-align: center;}
    #cartas .boto-mas {right: 0; left: 0; text-align: center; width:45px; margin: 0 auto; bottom: -55px;}
    #cartas .panel {display: none;}
    
}

/* TABLET IPADS PORTRAIT TODOS */
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation : portrait) {
    
}



/* FIN */