@font-face {
    font-family: "helvetica";
    src: url('../fonts/helvetica.eot');
    src: url('../fonts/helvetica.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica.woff') format('woff'),
         url('../fonts/helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: "brownie";
    src: url('../fonts/brownie.eot');
    src: url('../fonts/brownie.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brownie.woff') format('woff'),
         url('../fonts/brownie.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;}

*{
    margin: 0;
    padding: 0;}
body{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 auto;
    max-width: 3000px;}
#video{   
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1000;
    max-width: 3000px;}
video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    max-width: 3000px;}
#virespon{
    display: none;
}


/*---------------------BOTONERA GENERAL*/
#botonera{
    width: 100%;
    max-width: 3000px;
    float: left;}
nav{
    width:100%;
    max-width: 3000px;
    height:60px; 
    background: rgba(237,226,197,1.0);
    position:fixed;
    z-index:100;
    float: left;
    text-align: center;}
nav ul{
    width: 55%;
    height: 60px;
    float: left;
    padding: 0% 15%;}
nav ul li{
    width: 20%;
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    list-style: none;
    float: left;
    color: grey;
    font-family: sans-serif;
    font-weight: 300;
    letter-spacing: 2px;}
.linea2{
    border-right: 2px solid rgba(255,87,98,0.8);
}
.hola{
    width: auto;
    padding: 0;}
.logobotonera{
    height: 50px;
    margin-top: -15px;}
#idioma{
    width: 6%;
    margin-right: 1.5%;
    height: 50px;
    margin-top: 15px;
    float: right;
    font-size: 13px;
    text-align: right;
    font-family: sans-serif;
    line-height: 16px;}
#idioma a{
    color: grey;
    font-size: 12px;
    transition: .3s;
    opacity: .6;
    text-decoration: none;}
h000{
    color: rgba(255,87,98,1.0);
    font-weight: 800;
    transition: .3s;}
#idioma a:hover{
    opacity: 1;
    color: rgba(255,87,98,1.0);
    font-size: 13px;
    font-weight: 800;}
#idioma a:hover ~ h000{
    color:grey;
    opacity: .5;}
#info{
    width: 7.5%;
    height: 60px;
    float: left;}
.iconnav{
    width: 50%;
    height: 50px;
    padding: 5px 0px;
    float: left;}


/*---------------------HOME*/
header{
    width: 100%;
    height: 100%;
    float: left;
    z-index: -100;}
.imagenes{
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: -100;
    background-image: url(../img/header.gif);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}   
#inicio{
    height: auto;
    width: 100%;
    background: rgba(152,192,194,0.8);
    float: left;
    margin-top: 40%;
    z-index: 1000;
    text-align: center;
    position: absolute;}
.logoindex{
    width: 40%;
    margin-top: 2%;}
#redesinicio{
    width: 100%;
    height: auto;
    float: left;
    background: rgba(255,255,255,0.7);
    text-align: center;}
.redesindex{
    width: 6%;
    height: auto;
    margin: 1%;
    transition: .3s;}
.redesindex:hover{
    opacity: .7;
}
.texto{
    width: 100%;
    height: auto;
    float: left;
    color: white;
    text-align: center;
    font-family: showcase;
    z-index: 10;}
@keyframes ani{
    0%{opacity: 0;}
    25%{opacity: 1;}
    50%{opacity: 0;}
    75%{opacity: 0;}
    100%{opacity: 0;}
}
@keyframes ani2{
    0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 1;}
    75%{opacity: 0;}
    100%{opacity: 0;}
}
@keyframes ani3{
    0%{opacity: 0;}
    25%{opacity: 0;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 0;}
}

.ani1{
    opacity: 0;
    animation-name: ani;
    animation-duration: 15s;
    animation-iteration-count: infinite;}
.ani2{
    opacity: 0;
    animation-name: ani2;
    animation-duration: 15s;
    animation-iteration-count: infinite;}
.ani3{
    opacity: 0;
    animation-name: ani3;
    animation-duration: 15s;
    animation-iteration-count: infinite;}

.texto{
    width: 100%;
    height: auto;
    float: left;
    color: white;
    text-align: center;
    font-family: helvetica;
    z-index: 10;}
.tex1{
    width: 100%;
    height: auto;
    float: left;
    text-shadow: 2px 2px coral;
    position: absolute;}
.tex2{
    width: 100%;
    height: auto;
    float: left;
    text-shadow: 2px 2px rgba(152,192,194,1.0);
    position: absolute;
}


/*---------------------FOOTER*/
#logofooter{
    height: 15%;
    width: 100%;
    background: rgba(152,192,194,0.8);
    float: left;
    text-align: center;}
.logofooter{
    width: 30%;
    margin-top: 2%;
    margin-bottom: 2%;}
footer{
    width: 100%;
    height: 200px;
    text-align: center;
    float: left;
    background: grey;}
p.footer{
    font-size: 18px;
    letter-spacing: 3px;
    font-family: sans-serif;
    font-weight: 300;
    color: white;
    line-height: 50px;
}
.redes{
    width: 120px;
    height: auto;
    margin: 5px;
}


/*---------------------OUR HISTORY*/
#whowe{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 50px;
    margin-bottom: 80px;}
#frases{
    width: 60%;
    padding: 3% 20% 3% 20%;
    background: rgba(0,0,0,0.2);
    text-align: center;
    color: white;
    font-family: helvetica;
    font-size: 40px;
    border-bottom: 2px solid rgba(222,88,98,1.0);}
.logohistory{
    height: 40px;
    margin-top: 10px;}
.conceptex{
    width: 60%;
    margin-left: 10%;
    margin-top: 2%;
    height: auto;
    float: left;
    background: rgba(255,255,255,0.8);
    border-radius: 15px;}
.conceptex2{
    width: 60%;
    margin-right: 10%;
    margin-top: 2%;
    height: auto;
    float: right;
    background: rgba(255,255,255,0.8);
    border-radius: 15px;}
.conceptocontenido{
    width: 80%;
    height: auto;
    padding: 2% 1%;
    margin-left: 8%;
    margin-right: 8%;}
.concepto{
    width: 100%;
    height: auto;
    font-family: brownie;
    color: rgba(222,88,98,1.0);
    font-size: 80px;
    float: left;}
.concep2{
    color: rgba(222,88,98,1.0);
    text-align: right;
    float: right;}
p.textconcepto{
    width: 100%;
    float: left;
    height: auto;
    font-family: helvetica;
    font-size: 26px;
    text-align: left;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 25px;}
p.textconcepto2{
    width: 100%;
    float: right;
    height: auto;
    font-family: helvetica;
    font-size: 26px;
    text-align: right;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 25px;}
.historia{
    width: 80%;
    margin-left: 10%;
    margin-top: 2%;
    height: auto;
    float: left;
    background: rgba(255,255,255,0.8);
    border-radius: 15px;}
#imghistoria{
    float: left;
    width: 20%;
    height: auto;
    margin: 2%;}
.texthistoria{
    width: 70%;
    float: left;
    margin: 2%;
    font-family: sans-serif;}
h1{
    font-family: brownie;
    font-size: 80px;
    color: rgba(164,192,192,1.0);}
p.his{
    font-family: helvetica;
    line-height: 40px;
    font-size: 32px;}
#lineah1u{
    width: 100%;
    float: left;
    border: 1px solid rgba(222,88,98,1.0);
    margin-top: 1%;
    margin-bottom: 3%;}

#frases2{
    width: 90%;
    padding: 3% 5% 3% 5%;
    background: rgba(0,0,0,0.2);
    text-align: center;
    color: white;
    border-bottom: 2px solid rgba(222,88,98,1.0);
    font-family: brownie;
    font-size: 50px;}
.servibotondetalle{
    width: 90%;
    margin-left: 5%;
    float: left;}
.imgbtnservi{
    width: 100%;
    height: 35px;}
#imghistoriamovil{
    display: none;
}    



/*---------------------ARTE Y TECNICA*/
.arteytecnicapc{
    width: 90%;
    margin: 2% 5%; 
    height: auto;
    float: left;}

#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

@keyframes anim{
    0%{
        opacity: 0; 
    }
    100%{
        opacity: 1;   
    }
}

.arte{
    width: 100%;
    height: auto;
    animation-name: anim;
    animation-duration: .5s;}
.tecnica{
    width: 100%;
    height: auto;
    animation-name: anim;
    animation-duration: .5s;}


.grupouno{
    width: 100%;
    float: left;
    margin-bottom: 5%;}
#columna1{
    float: left;
    width: 25%;}
#columna2{
    float: left;
    width: 25%;}
#columna3{
    float: left;
    width: 25%;}
#columna4{
    float: left;
    width: 25%;}
.img{
    width: 98%;
    margin: .5%;}

.circulo{
    width: 2.5%;
    height: 30px;
    float: left;
    line-height: 35px;
    background: rgba(237,226,197,0.8);}
.cir{
    background: white;
    width: 8px;
    height: 8px;
    margin:0 auto;
    border-radius: 4px;
    margin-top: 11px;}

.arteytecnicamovil{
    display: none;
}
.titulosecfotos{
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-family: brownie;
    color: rgba(255,87,98,1.0);
    float: left;
    padding: 1% 0%;
    border-bottom: 2px solid white;
    margin-bottom: 1%;
}

/*---------------------menu*/
#menu{
    width: 100%;
    height: auto;
    float: left;}
#titulomenu{
    width: 90%;
    padding: 7% 5% 2% 5%;
    background: rgba(0,0,0,0.2);
    text-align: center;
    color: white;
    border-bottom: 2px solid rgba(222,88,98,1.0);
    font-family: brownie;
    font-size: 70px;}
.listadeprecios{
    width: 70%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    padding: 1% 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.5);
    float: left;
    border-radius: 15px;}
#menulistado{
    width: 100%;
    height: auto;
    font-family: sans-serif;
    color: black;
    float: left;}
#menulistadoderecha{
    width: 52%;
    text-align: right;
    margin-right: 2%;
    float: left;
    line-height: 40px;
    font-size: 18px;
    font-family: helvetica;}
.menuprecio{
    width: 50px;
    text-align: right;
    padding: .2% 0% 0% 0%;
    line-height: 40px;
    font-family: helvetica;
    font-size: 18px;
    border-left: 2px solid rgba(222,88,98,1.0);
    float: left;}
.menucentavos{
    width: 20px;
    text-align: left;
    font-family: helvetica;
    line-height: 40px;
    float: left;}
.menudetalle{
    width: 100px;
    text-align: left;
    font-family: helvetica;
    line-height: 40px;
    float: left;}
h50{
    color: black;
    font-size: 12px;
}

.listadeprecios1{
    display: none;
}
.listadeprecios2{
    display: none;
}
.listadeprecios3{
    display: none;
}
#btn-lista:checked ~ .listadeprecios1{
   display: block;
}
#btn-lista2:checked ~ .listadeprecios2{
   display: block;
}
#btn-lista3:checked ~ .listadeprecios3{
   display: block;
}

#btn-lista{
    display: none;
}
#btn-lista2{
    display: none;
}
#btn-lista3{
    display: none;
}
#btn-none{
    display: none;
}

/*ACA ESTOY APAGANDO LAS LISTAS MENU ACTIVAR CUANDO ESTEN LOS PRECIOS*/

#menu label{
    display: none;/*ACA ESTOY APAGANDO LAS LISTAS MENU ACTIVAR CUANDO ESTEN LOS PRECIOS*/
    cursor: pointer;
    color: grey;
    font-family: sans-serif;
    letter-spacing: 2px;
    font-weight: 200;
    width: 19%;
    text-align: center;
    height: 30px;
    background: rgba(237,226,197,0.8);
    line-height: 30px;
    margin:0 auto;
    float: left;}
.circulomenu{
    width: 2.5%;
    height: 30px;display: none;/*ACA ESTOY APAGANDO LAS LISTAS MENU ACTIVAR CUANDO ESTEN LOS PRECIOS*/
    float: left;
    line-height: 35px;
    background: rgba(237,226,197,0.8);}
.cirmenu{
    background: white;
    width: 8px;
    height: 8px;display: none;/*ACA ESTOY APAGANDO LAS LISTAS MENU ACTIVAR CUANDO ESTEN LOS PRECIOS*/
    margin:0 auto;
    border-radius: 4px;
    margin-top: 11px;}
#btn-lista:checked ~ .btn1{
    color: rgba(222,88,98,1.0);
    font-weight: 400;}
#btn-lista2:checked ~ .btn2{
    font-weight: 400;
    color: rgba(222,88,98,1.0);}
#btn-lista3:checked ~ .btn3{
    font-weight: 400;
    color: rgba(222,88,98,1.0);}


/*---------------------service*/
#descuentos{
    width: 80%;
    height: auto;
    margin-top: 10%;
    margin-bottom: 2%;
    float: left;
    margin-left: 10%;}
.desc1{
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    float: left;}
.descizquierda{
    float: left;
    width: 70%;
    text-align: right;}
.descderecha{
    float: right;
    width: 25%;
    height: 80px;
    color: white;
    font-family: sans-serif;
    font-weight: 300;
    padding: 1%;
    border-left: 0.5px solid black;}
h30{
    font-family: brownie;
    font-size: 50px;
    color: rgba(255,87,98,1.0);
    text-shadow: 1px 1px black;}
h31{
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: white;}
h32{font-family: helvetica;
    font-size: 34px;
    font-weight: 300;
    line-height: -120px;
    color: white;}
h33{font-family: sans-serif;
    font-size: 58px;
    font-weight: 200;
    letter-spacing: 3px;
    color: white;}

#service{
    width: 96%;
    margin-top: 20px;
    height: auto;
    float: left;
    text-align: center;
    padding: 2% 2% 10% 2%;
    background: rgba(0,0,0,0.3);}
#h22{
    width: 100%;
    height: 100px;
    line-height: 120px;
    font-family: helvetica;
    color: white;
    font-size: 60px;
    text-shadow: 1px 1px black;}
.botonservice{
    width: 23%;
    float: left;
    margin: 1%;
    transition: .3s;}
.botonservice:hover{
    opacity: .8;
    box-shadow: 4px 4px rgba(152,192,194,0.8);
}

/*---------------------CONTACTO*/
#contact{
    width: 100%;
    height: auto;
    margin-top: 5%;
    float: left;}
.iconcont{
    width: 30%;
    float: left;}
.iconocontac{
    width: 22%;
    float: left;}
#mapa{
    width: 100%;
    float: left;
    height: 200px;}
#formulario{
    width: 70%;
    height: auto;
    float: left;
    margin: 5% 14.5%;}
.labelform{
    width: 48%;
    padding: 1%;
    height: 40px;
    border: 0px;
    color:grey;
    font-size: 14px;
    float: left;}
.labelform3{
    width: 48%;
    padding: 1%;
    height: 40px;
    color:grey;
    font-size: 14px;
    border: 0px;
    margin-right: -1%;
    margin-bottom: 1%;
    float: right;}
.labelform2{
    width: 99%;
    padding: 1%;
    height:40px;
    color:grey;
    font-size: 14px;
    border: 0px;
    margin-bottom: 1%;
    float: left;}
.textform{
    width: auto;
    padding: 1% 0% 0% 1%;
    height: 100px;
    color:grey;
    font-size: 14px;
    max-height: 100px;
    margin-bottom: 1%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    border: 0px;
    float: left;}
.botoncont{
    width: 30%;
    height: 50px;
    float: right;
    color: white;
    letter-spacing: 3px;
    margin-right: -1%;
    font-size: 16px;
    font-weight: 300;
    border-radius: 5px;
    transition: .3s;
    background: rgba(152,192,194,0.8);}

.botoncont:hover{
    border-right: 1px solid grey;
    cursor: pointer;
    background: rgba(152,192,194,0.5);    
    border-bottom: 1px solid grey;}

.mensajeneviado{
    width: 70%;
    margin: 5% 15%;
    float: left;}


/*---------------------DEEP CONDITIONING*/
.tituloservicios{
    width: 90%;
    padding: 3% 5% 3% 5%;
    background: rgba(0,0,0,0.2);
    text-align: center;
    color: white;
    border-bottom: 2px solid rgba(222,88,98,1.0);
    font-family: brownie;
    font-size: 50px;}
.servibotondetalle{
    width: 90%;
    padding: 0% 5%;
    margin: 0;
    background: rgba(237,226,197,1.0);}
.servibotondetalle ul li{
    list-style: none;
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    color:black;
    padding: .5% 5%;
    float: left;
    transition: .3s;
    opacity: .5;}
.selectboton{
    font-weight: bold;
    border-bottom: 3px solid rgba(222,88,98,1.0);}
.servibotondetalle ul li:hover{
    font-weight: bold;
    border-bottom: 3px solid rgba(222,88,98,1.0);
}

#contendordeep{
    width: 100%;
    float: left;
    max-width: 2000px;
    margin: 0 auto;}
.cajadeep1{
    width: 60%;
    margin-left: 10%;
    margin-right: 30%;
    margin-top: 2%;
    height: auto;
    padding: 0;
    float: left;
    background: rgba(255,255,255,0.8);
    border-radius: 15px;}
.cajadeep2{
    width: 60%;
    margin-right: 10%;
    margin-top: 2%;
    padding: 0;
    height: auto;
    float: right;
    background: rgba(255,255,255,0.8);
    border-radius: 15px;}

.fotodeep1{
    width: 20%;
    margin: 4% 3%;
    float: left;}
.fotodeep2{
    width: 20%;
    margin: 4% 3%;
    float: right;}
.conceptodeep{
    width: 70%;
    height: auto;
    font-family: brownie;
    color: rgba(222,88,98,1.0);
    margin: 4% 0% 2%;
    font-size: 50px;
    float: left;}
.conceptodeep2{
    width: 70%;
    height: auto;
    font-family: brownie;
    color: rgba(222,88,98,1.0);
    margin: 4% 0% 2%;
    font-size: 50px;
    float: right;
    text-align: right;}

p.textconceptodeep{
    width: 70%;
    float: left;
    height: auto;
    font-family: helvetica;
    font-size: 22px;
    text-align: left;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 25px;}
p.textconceptodeep2{
    width: 70%;
    float: right;
    height: auto;
    font-family: helvetica;
    font-size: 22px;
    text-align: right;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 25px;}

p.his2{
    font-size: 16px;
    width: 80%;
    margin-left: 10%;}
.texthistoria1212{
    width: 96%;
    padding: 2%;
    float: left;
    font-family: sans-serif;
    text-align: center;}
h1212{
    font-family: brownie;
    font-size: 50px;
    color: rgba(164,192,192,1.0);}
h1213{
    font-family: brownie;
    font-size: 30px;
    color:rgba(255,87,98,1.0);}


.iconcont a {
    color: white;
    text-decoration: none;
}