/*////////////////////  ESTILOS GENERALES  ////////////////////*/
/*----- Importar fuente -----*/
@font-face{
    font-family: 'muli';
    src: url(../tipografias/Muli-Regular.ttf);
    font-style: normal;
    font-weight: 100;
}
.font, h1,h2,h3,h4,h5,h6,p,p1,p2,label,li,input, textarea{
    font-family: muli;
    font-weight: 100;
} 
@font-face{
    font-family: 'multicolore';
    src: url(../tipografias/Multicolore.otf)
}
.header-font{
    font-family: multicolore;
    font-weight: 100;
}
@font-face{
    font-family: 'neutraface';
    src: url(../tipografias/Neutra2Display-Bold.otf)
}
.title-font{
    font-family: neutraface;
    font-weight: 100;
}

iframe{
    width: 100%;
    height: 240px;
    margin-bottom: -5px;
}

.dark-blue{
    color: #25293F;
}
.dark-blue-bg{
    background-color: #25293F;
}
.light-blue{
    color: #5464A3;
}
.light-blue-bg{
    background-color: #5464A3;
}
.beige{
    color: #C0B4A0;
}
.beige-bg{
    background-color: #C0B4A0;
}
.white{
    color: #FFF;
}
.white-bg{
    background-color: #FFF;
}

/*----- Tamaños de texto -----*/
.size1{
    font-size: 30px;
}
.size2{
    font-size: 20px;
}
.size3{
    font-size: 14px;
}
.size4{
    font-size: 12px;
}

/*----- Clases para scripts -----*/
.table{
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.fixed-height{
    display: table;
}
.adaptative-height{
    display: table-cell;
    
}

a{
    text-decoration: none;
}/*Quitar subrayado de etiquetas a*/
p1,p2{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    }/*Que las etiquetas p1 y p2 funcionen como si fueran una etiqueta <p>*/
.img {
    width: 100%;
    margin: 0;
    display: inline-block;
    margin-bottom: 0;
}/*Para que la imagen se adapte al 100% de su contenedor*/
.ajuste-img{
    margin-bottom: -7px;
}
.justify{
    text-align: justify;
}/*Justificar el texto*/

.box{
    max-width: 1200px;
    margin: 0 auto;
}/*Caja que se tiene que poner al footer y a los bloques(rows) de cada pagina para que respeten un tamaño maximo*/
.small-margin-top{
    margin-top: 15px;
}/*Para dar un margen superior de 15px*/
.small-margin-bot{
    margin-bottom: 15px;
}/*Para dar un margen inferior de 15px*/
.margin-top{
    margin-top: 30px;
}/*Para dar un margen superior de 30px*/
.margin-bot{
    margin-bottom: 30px;
}/*Para dar un margen inferior de 30px*/
.big-margin-top{
    margin-top: 45px;
}/*Para dar un margen superior de 45px*/
.no-margin{
    margin: 0;
}
.no-margin-top{
    margin-top: 0;
}
.no-margin-bot{
    margin-bottom: 0;
}
.inputText{
    width: 100%;
}
.relative{
    position: relative;
    display: block;
    z-index: 5;
}
.absolute{
    position: absolute;
    display: block;
}
.block{
    display: inline-block;
}



/*Para pegar footer al bottom. El elemento html se queda en todo momento, en cambio el body solo aplica a tamaños S, mismo que se cambia con los media queries*/
body{
    margin-top:79px;
    overflow: hidden;
    margin-bottom: 40px;
}
html{
    min-height: 100%;
    position: relative;
}

/*////////////////////  HEADER  ////////////////////*/
header{
    width: 100%;
    height: 80px;
    background: #25293F;
    color: #fff;
    font-family: multicolore;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    
    border-bottom: 10px solid #5464A3;
    
    margin-bottom: -20px;
}
.contenedor{
    width: 96%;
    margin: auto;
}
header img{
    float: left;
    height: 60px;
    margin: 5px 0;
}
#menu-bar{
    display: none;
}
header label{
    float: right;
    font-size: 28px;
    margin: 19px 0;
    cursor: pointer;
}
.menu{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    background: #25293F;
    transition: all 0s;
    transform: translateX(-100%);
    opacity: 0.8;
}
.menu a{
    display: block;
    color: #fff;
    
    text-decoration: none;
    margin: 0;
    padding: 25px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.menu a:hover{
    color: #C0B4A0;
    transition: all 0.2s;
}
#menu-bar:checked ~ .menu{
    transform: translateX(0%);
}

/*////////////////////  FOOTER  ////////////////////*/
footer{
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
footer div{
    width: 83.33333%;
    max-width: 1200px;
    margin: auto;
}
footer p1 a{
    padding: 11px 0;
    float: right
}

/*/////////////////////////////////////////////////////////////////////| TEJEDA DE LA ROSA |/////////////////////////////////////////////////////////////////////*/
section{
    width: 100%;
    display: table;
    margin: 0 auto;
    position: relative;
}
section > *{
    display: table-cell;
    vertical-align: middle;
    max-width: 1200px;
}
.iconoTel{
    position: fixed;
    right: 30px;
    bottom: 10px;
    width: 40px;
    font-size: 40px;
    color: #a2a2a2;
    z-index: 52;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.title{
    text-align: center;
}
.title h1, .title-contacto h1{
    display: inline-block;
    font-family: neutraface;
    border-bottom: 4px solid #C0B4A0;
}
.title-contacto{
    text-align: left;
}
.titulo-valor-agregado{
    line-height: 47px
}
.ancla1{
    position: absolute;
    top: 0px;
}
.ancla2{
    position: absolute;
    top: 500px;
}
.ancla3{
    position: absolute;
    top: 1200px;
}
.ancla4{
    position: absolute;
    top: 2500px;
}
.ancla5{
    position: absolute;
    top: 3850px;
}

/*////////////////////  SECCIONES  ////////////////////*/
#seccion-uno{
    height: 500px;
    background-image: url(../img/fondo-inicio.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#seccion-dos{
    height: 700px;
}
#seccion-tres{
    height: 1300px;
    background-image: url(../img/fondo-servicios.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#seccion-cuatro{
    height: 1350px;
}
#seccion-cinco{
    height: 850px;
    background-image: url(../img/fondo-contacto.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width:340px){
    #seccion-tres{
        height: 1200px;
    }
    .ancla4{
        top: 2400px;
    }
    .ancla5{
        top: 3750px;
    }
}
@media (min-width:370px){
    #seccion-tres{
        height: 1150px;
    }
    .ancla4{
        top: 2350px;
    }
    .ancla5{
        top: 3700px;
    }
}
@media (min-width:470px){
    #seccion-dos{
        height: 650px;
    }
    #seccion-tres{
        height: 1050px;
    }
    .ancla3{
        top: 1150px;
    }
    .ancla4{
        top: 2200px;
    }
    .ancla5{
        top: 3550px;
    }
}
@media (min-width:579px){
    #seccion-cuatro{
        height: 750px;
    }
    .ancla5{
        top: 2950px;
    }
}
@media (min-width:863px){
    #seccion-dos{
        height: 750px;
    }
    #seccion-cinco{
        height: 750px;
    }
    .ancla3{
        top: 1250px;
    }
    .ancla4{
        top: 2300px;
    }
    .ancla5{
        top: 3050px;
    }
}
/*////////////////////  LOGO  ////////////////////*/
.logo-inicio{
    margin-top: 0px;
}
.mensaje-inicio{
    padding-top: 50px;
    margin-bottom: 0px;
}

/*////////////////////  SERVICIOS  ////////////////////*/
td>*{
    width: 100%;
    padding: 3.2% 5%;
}
td span{
    font-size: 18px;
}
td p2{
    line-height: 16px;
}
.icono{
    width: 30px;
    margin-right: 12px;
    margin-top: -7px;
    float: left;
}

/*////////////////////  VALOR AGREGADO  ////////////////////*/
.cuadros{
    max-width: 850px;
    margin: 0 auto;
}
/* - - - - - */
.contenedor-giro {
  -webkit-perspective: 1000px;
  perspective: 1000px;
    display: inline-block;
    margin: 7px;
}
.reversible-giro {
  position: relative;
  width: 265px;
  height: 265px;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; 
  -webkit-transition: -webkit-transform 1s ease;
  -webkit-transition: transform 1s ease;
  transition: transform 1s ease;
}

.reversible-giro div {
  position: absolute;
  left: 0;
  top: 0;
  width: 265px;
  height: 265px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.reversible-giro div:after {
  content: attr(data-transitions);
  display: block;
  position: relative;
  text-align: center;
}
.cara {
  font-size: 20px;
  padding: 0 10px;
  z-index: 2;
}
.c1{
    padding-top: 111.5px;
    background-color: #25293F;
}
.c2{
    padding-top: 111.5px;
    background-color: #C0B4A0;
}
.c3{
    padding-top: 111.5px;
    background-color: #25293F;
}
.c4{
    padding-top: 102.5px;
    background-color: #C0B4A0;
}
.c5{
    padding-top: 102.5px;
    background-color: #25293F;
}
.c6{
    padding-top: 102.5px;
    background-color: #C0B4A0;
}
.verso {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.v1{
    background-color: #25293F;
    padding-top: 27.5px;
}
.v2{
    background-color: #C0B4A0;
    padding-top: 111.5px;
}
.v3{
    background-color: #25293F;
    padding-top: 38px;
}
.v4{
    background-color: #C0B4A0;
    padding-top: 80px;
}
.v5{
    background-color: #25293F;
    padding-top: 59px;
}
.v6{
    background-color: #C0B4A0;
    padding-top: 59px;
}
@media(min-width:579px) and (max-width:862px){
    .c1{
        padding-top: 111.5px;
        background-color: #25293F;
    }
    .c2{
        padding-top: 111.5px;
        background-color: #C0B4A0;
    }
    .c3{
        padding-top: 111.5px;
        background-color: #C0B4A0;
    }
    .c4{
        padding-top: 102.5px;
        background-color: #C0B4A0;
    }
    .c5{
        padding-top: 102.5px;
        background-color: #C0B4A0;
    }
    .c6{
        padding-top: 102.5px;
        background-color: #25293F;
    }
    .v1{
        background-color: #25293F;
        padding-top: 27.5px;
    }
    .v2{
        background-color: #C0B4A0;
        padding-top: 111.5px;
    }
    .v3{
        background-color: #C0B4A0;
        padding-top: 38px;
    }
    .v4{
        background-color: #C0B4A0;
        padding-top: 80px;
    }
    .v5{
        background-color: #C0B4A0;
        padding-top: 59px;
    }
    .v6{
        background-color: #25293F;
        padding-top: 59px;
    }
}
@media(max-width:862px){
    .hide-special{
        display: none;
    }
}
/*////////////////////  CONTACTO  ////////////////////*/
input, textarea{
    width: 90%;
}
input{
    margin-bottom: 5px;
}
input, textarea{
    border: solid 2px #fff;
    background-color: rgba(62, 59, 81, 0);
    color: #fff;
    width: 100%;
    padding: 5px;
    font-size: 16px;
}
button{
    margin-top: 10px;
    padding: 3px 10px;
    background-color: #fff;
    color: #3e3b51;
    border: none;
    font-weight: lighter;
    float: right;
}
.texto-agradecimiento{
    font-size: 18px;
}

@media (min-width:601px){
    .texto-agradecimiento{
        font-size: 21px;
    }
    td>*{
        padding: 2% 5%;
    }
}
@media (max-width:847px){
    .hide-especial{
        display: none;
    }
}
/* ----- Tamaño L ----- */
@media (min-width:993px){
    #seccion-uno{
        height: 800px;
    }
    #seccion-dos{
        height: 800px;
    }
    #seccion-tres{
        height: 800px;
    }
    #seccion-cuatro{
        height: 800px;
    }
    #seccion-cinco{
        height: 800px;
    }
    .ancla1{
        top: 0px;
    }
    .ancla2{
        top: 800px;
    }
    .ancla3{
        top: 1600px;
    }
    .ancla4{
        top: 2400px;
    }
    .ancla5{
        top: 3200px;
    }
    /*----- Inicio -----*/
    .logo-inicio{
        margin-top: 0px;
    }
    .mensaje-inicio{
        padding-top: 100px;
        margin-bottom: 0px;
    }
    /*----- Valor agregado -----*/
    .ajuste-altura{
        padding: 16.5px 0;
    }
    td>*{
        padding: 3.2% 5%;
    }
    div.reversible-giro:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
    /*----- Contacto -----*/
    .texto-agradecimiento{
        font-size: 24px;
    }
    /*----- Header -----*/
    .contenedor{
        width: 91.66666%;
        max-width: 1200px;
        margin: auto;
    }
    .menu{
        position: static;
        width: auto;
        height: auto;
        transform: translateX(0%);
        float: right;
        display: flex;
        opacity: 1;
    }
    .menu a{
        border: none;
        padding: 46px 16px 0 16px;;
    }
    
    header label{
        display: none;
        margin: 26px 0;
    }
    /*----- Footer -----*/
    footer p{
        width: calc(100% - 270px);
        margin-left: 270px;
        margin-right: 8.33333%;
        padding-right: 20px;
    }
    .contactanos{
        padding: 0%;
    }
    footer ul{
        margin: 48.164px auto;
    }
    .aviso-privacidad{
        text-align: justify;
    }
    /*----- Tamaños de texto -----*/
    .size1{
        font-size: 50px;
    }
    .size2{
        font-size