/*------------------------VIDEOFONDO-----------------------*/
@media screen and (max-width:768px) {
    #video{
       display: none;}
    body{
        width: 100%;
        height: 100%;
        float: left;
        background-image: url(../img/posterfondo.png);
        background-position: top;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;}
}

/*-------------------------BOTONERA------------------------*/
#btn-menu{
    display: none;
}
#iconomenu{
    width:100%;
}
#botonera{
    width:100%;
    z-index: 10000;
    position: fixed;
    background: rgba(237,226,197,1.0);
    float: left;}
#botonera label{
    display:none;
    width:30px;
    height: 30px;
    padding: 10px;
    border-right: 1px solid rgba(255,87,98,0.8);;}
#botonera label:hover{
    cursor:pointer;
    background: rgba(0,0,0,0.3);}
.logoresponsive{
    display: none;
}


@media only screen and (max-width : 768px) {
	.boto animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

@media screen and (max-width:1500px) {
    nav ul{
        margin-left: 10%;
        width: 68%;
        height: 60px;
        float: left;
        padding: 0%;}
}
@media screen and (max-width:1200px) {
    nav ul{
        margin-left: 0%;
        width: 85%;}
}
@media screen and (max-width:950px) {
    nav ul{
        width: 80%;
        margin-left: 2%;}
    nav ul li{
        width: 19.5%;
        padding: 0%;}
    .hola{
        width: 20%;
        padding: 0;}
    .logobotonera{
        width: 100%;
        height: auto;
        margin-top: -10px;}
}
@media screen and (max-width:768px) {
    #botonera label{
        display: block;} 
    .linea2{
        border-right: 0px;}
    .hola{
        display: none;}
    .logoresponsive{
        display: block;
        float: right;
        height: auto;
        margin-top: -45px;}
    .logorespon{
        height: 40px;
        padding: 5px;
        float: right;}
    nav{
        position: absolute;
        width:50%;
        height: auto;
        margin: -70%;
        float: left;
        transition: all .5s;
        z-index:1000;
        text-align: left;}
    nav ul{
        width: 100%;
        height: auto;}
    nav ul li{
        padding: 0%;
        margin: 0%;
        border-bottom: 2px solid rgba(255,87,98,0.8);
        list-style: none;
        background: rgba(237,226,197,1.0);
        float: left;
        color: grey;
        text-align: center;
        font-family: sans-serif;
        font-weight: 300;
        letter-spacing: 2px;
        width: 95%;
        height: 50px;
        font-size: 20px;
        line-height: 50px;}
    #idioma{
        width: 100%;
        height: 40px;
        float: left;
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        margin-right: 0%;}
    #enter{display: none;}
    #info{
        width: 45%;
        float: left;
        margin-left: 27%;
        border-bottom: 2px solid rgba(255,87,98,0.8);
        margin-right: 0%;}
    #btn-menu:checked ~ nav{
        margin:0;}
}
@media screen and (max-width:400px){
    nav{
        width: 70%;
        min-width: 200px;
    }
}

/*------------------------HEADER INDEX-------------------------*/
.texto{
    margin-top: 25%;
    font-size: 180px;}
@media screen and (max-width:2500px) {
 /*HOME*/
    #video{
        background-image: none;}
    #vi{
        display: block;}
    .texto{
       font-size: 130px;}
}
@media screen and (max-width:2000px) {
    .texto{
       font-size: 120px;}
}
@media screen and (max-width:1600px) {
    .texto{
       font-size: 80px;}
    #inicio{
        height: 300px;}
}
@media screen and (max-width:1200px) {
    #inicio{
        margin-top: 50%;
        height: 200px;}
}
@media screen and (max-width:768px) {
    .texto{
        font-size: 60px;
        line-height: 70px;}   
    #inicio{
        margin-top: 70%;}
    .logoindex{
        width: 60%;
        margin-top: 2%;}
    #redesinicio{
        width: 100%;}
    .redesindex{
        width: 10%;
        margin: 1%;}
}
@media screen and (max-width:420px) {
    .texto{
        margin-top: 40%;} 
    #inicio{
        margin-top: 120%;
        height: 200px;}
    .logoindex{
        width: 80%;
        margin-top: 5%;}
    .redesindex{
        width: 20%;
        margin: 1%;}
}
@media screen and (max-width:350px) {
    .texto{
        font-size: 40px;} 
}


/*----------------------------OUR HISTORY---------------------*/
@media screen and (max-width:2000px){
    #frases{
        font-size: 30px;}
    .logohistory{
        height: 30px;
        margin-top: 10px;}
    .concepto{
        font-size: 60px;}

    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;}

    h1{
        font-size: 60px;}
    p.his{
        line-height: 26px;
        font-size: 20px;}
}
@media screen and (max-width:1700px){
    .concepto{
        font-size: 40px;}

    p.textconcepto{
        font-size: 20px;
        line-height: 30px;}
    p.textconcepto2{
        font-size: 20px;
        line-height: 30px;}
    h1{
        font-size: 40px;}
    p.his{
        line-height: 26px;
        font-size: 20px;}
}    
@media screen and (max-width:1500px){
    .concepto{
        font-size: 40px;}

    p.textconcepto{
        font-size: 20px;
        line-height: 30px;}
    p.textconcepto2{
        font-size: 20px;
        line-height: 30px;}
    h1{
        font-size: 40px;}
    p.his{
        line-height: 20px;
        font-size: 16px;}
}  
@media screen and (max-width:1300px){
    #frases{
        font-size: 20px;}
    .logohistory{
        height: 20px;
        margin-top: 10px;}
    .concepto{
        font-size: 40px;}

    p.textconcepto{
        font-size: 16px;
        line-height: 20px;}
    p.textconcepto2{
        font-size: 16px;
        line-height: 20px;}
    h1{
        font-size: 40px;}
    p.his{
        line-height: 20px;
        font-size: 16px;}
    #imghistoria{
        float: left;
        width: 20%;
        height: auto;
        margin: 7% 2%;}
}  
@media screen and (max-width:1100px){
        .concepto{
        font-size: 30px;}
    p.textconcepto{
        font-size: 12px;
        line-height: 16px;}
    p.textconcepto2{
        font-size: 12px;
        line-height: 16px;}
    p.his{
        line-height: 16px;
        font-size: 12px;}
}  
@media screen and (max-width:800px){
    #frases{
        width: 80%;
        padding: 3% 10% 3% 10%;}
    .conceptex{
        width: 80%;
        margin-left: 5%;}
    .conceptex2{
        width: 80%;
        margin-right: 5%;}
    .historia{
        width: 90%;
        margin-left: 5%;}
}  
@media screen and (max-width:600px){
    #frases{
        font-size: 14px;}
    .logohistory{
        height: 14px;
        margin-top: 10px;}
    .conceptex{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding: 0%;
        text-align: center;}
    .conceptex2{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding: 0%;
        text-align: center;}
    .conceptocontenido{
        width: 96%;
        height: auto;
        padding: 2% 1%;
        margin-left: 0%;
        margin-right: 0%;}
    .concep2{
        text-align: center;}
    p.textconcepto{
        text-align: center;}
    p.textconcepto2{
        text-align: center;}    
    #imghistoria{
        display: none;}    
    #imghistoriamovil{
        width: 98%;
        height: auto;
        float: left;
        margin: 1%;
        display: block;}
    .texthistoria{
        width: 90%;
        padding: 2%;
        text-align: center;
    }
}

/*----------------------footer---------------------------*/
@media screen and (max-width:768px){
    .logofooter{
        width: 60%;
        margin-top: 7%;
        margin-bottom: 7%;}
    footer{
        width: 100%;
        height: auto;}
    p.footer{
        font-size: 24px;}
    .redes{
        width: 20%;
    margin-bottom: 2%;}  
}
@media screen and (max-width:500px){
    .logofooter{
        width: 90%;
        margin-top: 10%;
        margin-bottom: 10%;}
    .redes{
        width: 30%;}  
}


/*----------------------servicios---------------------------*/
#descuentos{
    width: 60%;
    height: auto;
    margin-top: 4%;
    margin-bottom: 2%;
    float: left;
    margin-left: 20%;}
.desc1{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;}
.descizquierda{
    float: left;
    width: 70%;
    text-align: right;}
.descderecha{
    float: right;
    width: 23%;
    height: auto;
    color: white;
    font-family: sans-serif;
    font-weight: 300;
    padding: 3% 2%;
    border-left: 0.5px solid black;}
h30{
    font-family: brownie;
    font-size: 80px;
    letter-spacing: 5px;
    color: rgba(255,87,98,1.0);
    text-shadow: 1px 1px black;}
h31{
    font-family: sans-serif;
    font-size: 35px;
    letter-spacing: 5px;
    font-weight: 500;
    text-shadow: 2px 2px black;
    color: white;}
h33{
    font-family: sans-serif;
    font-size: 70px;
    font-weight: 200;
    letter-spacing: 3px;
    float: left;
    text-shadow: 3px 3px black;
    letter-spacing: 5px;
    color: white;}
h32{
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 5px;
    text-shadow: 1px 1px black;
    float: left;
    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);
}


@media screen and (max-width:2700px){
    #descuentos{
        width: 70%;
        margin-left: 15%;}
}
@media screen and (max-width:2300px){
    h30{
        font-size: 65px;
        text-shadow: 1px 1px black;}
    h31{
        font-size: 35px; 
        letter-spacing: 3px;
        text-shadow: 1px 1px black;}
}
@media screen and (max-width:1900px){
    #descuentos{
        width: 80%;
        height: auto;
        margin-top: 5%;
        margin-bottom: 2%;
        float: left;
        margin-left: 10%;}
    h30{
        font-size: 60px;}
    h33{
        text-shadow: 2px 2px black;}
}
@media screen and (max-width:1630px){
    .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-size: 50px;}
    h31{
        font-size: 20px;}
    h32{
        font-size: 30px;}
    h33{
        font-size: 50px;
        text-shadow: 1px 1px black;}
    #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;}    
} 
@media screen and (max-width:1400px){
    #descuentos{
        margin-top: 8%;}
    h30{
        font-size: 40px;}
}
@media screen and (max-width:1200px){
    #descuentos{
        width: 90%;
        margin-left: 5%;}
    h33{
        font-size: 40px;}
    h32{
        font-size: 20px;}
    h31{
        font-size: 16px;}
}
@media screen and (max-width:1100px){
    h30{
        font-size: 30px;
    }
    .descderecha{
        width: 21%;
        padding: 2%;
        height: 50px;}
    h33{
        letter-spacing: 0px;}
    h32{
        letter-spacing: 0px;}
    h30{
        letter-spacing: 2px;}
    h31{
        letter-spacing: 1px;}
}
@media screen and (max-width:768px){
    #descuentos{
        width: 90%;
        margin-left:4%;
        margin-top: 80px;
        border: 4px solid white;
        background: rgba(0,0,0,0.2);}
    .desc1{
        width: 100%;
        margin-top: 2%;
        margin-left: 0%;
        margin-right: 0%;}
    .descizquierda{
        float: left;
        width: 65%;
        margin: 0;
        text-align: center;
        padding: 2%;}
    .descderecha{
        float: right;
        width: 25%;
        text-align: right;
        padding: 3% 2%;
        border-left: 2px solid rgba(255,87,98,1.0);
        margin: 0;}
    h30{
        font-size: 50px;}
    h31{
        font-size: 25px;}
    h33{
        font-size: 50px;}
    h32{
        font-size: 30px;}
    #service{
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;}
    #h22{
        width: 90%;
        margin-left: 2.5%;
        padding: 1% 2.5% 3%; 
        font-size: 80px;
        line-height: 160px;
        border-bottom: 4px solid rgba(255,87,98,1.0); }
    .botonservice{
        width: 46%;
        margin: 2%;} 
    
}
@media screen and (max-width:600px){
    h30{
        font-size: 40px;}
    h31{
        font-size: 20px;}
    #h22{
        font-size: 50px;
        padding: 1% 2.5%; 
        line-height: 120px;}
}
@media screen and (max-width:500px){
    .descderecha{
        padding: 1% 2%;}
    h30{
        font-size: 32px;}
    h31{
        font-size: 17px;}
    h33{
        font-size: 43px;}
    h32{
        font-size: 25px;}
}
@media screen and (max-width:370px){
    h30{
        font-size: 25px;}
    h31{
        font-size: 12px;}
    h33{
        font-size: 30px;}
    h32{
        font-size: 16px;}
    .desc1{
        margin-top: 2%;
        margin-bottom: 2%;}
    .descderecha{
        width: 20%;
        padding: 4% 5% 0% 5%;}
    #h22{
        font-size: 40px;
        line-height: 100px;}
}


/*-----------------------MENU--------------------------*/
@media screen and (max-width:1000px){
    #menulistadoderecha{
        font-size: 15px;}
}
@media screen and (max-width:800px){
    #menulistadoderecha{
        width: 75%;
        text-align: left;
        margin-right: 0%;
        line-height: 40px;
        font-size: 16px;}
    .menudetalle{
        width: 50px;}
}
@media screen and (max-width:700px){
    #titulomenu{
        width: 90%;
        padding: 10% 5% 2% 5%;
        font-size: 70px;}
    #menulistadoderecha{
        width: 70%;
        font-size: 12px;}
    .menudetalle{
        width: 40px;}
}
@media screen and (max-width:550px){
    #titulomenu{
        font-size: 60px;
        padding: 16% 5% 1% 5%;}
    .listadeprecios{
        width: 86%;
        height: auto;
        margin-left: 5%;
        padding: 2%;}
    .menuprecio{
        width: 40px;
        font-size: 18px;}
    .menucentavos{
        width: 20px;
        line-height: 40px;}
    .menudetalle{
        width: 40px;}
}
@media screen and (max-width:400px){
    #menu label{
        width: 31.6%;
        font-size: 12px;}   
    .btn-none{
        display: none;}
    #menulistadoderecha{
        line-height: 27px;
        font-size: 11px;}
    .menuprecio{
        width: 30px;
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;}
    .menucentavos{
        font-weight: 400;
        line-height: 26px;}
    .menudetalle{
        width: 30px;
        margin-top: 4px;
        line-height: 26px;}
    h50{
        font-size: 10px;}
}
@media screen and (max-width:350px){
    #menulistadoderecha{
        line-height: 22px;
        font-size: 10px;}
    .menuprecio{
        line-height: 22px;
        font-size: 12px;}
    .menucentavos{
        line-height: 21px;}
    .menudetalle{
        line-height: 21px;}
    h50{
        font-size: 8px;}
}
@media screen and (max-width:320px){
    #menulistadoderecha{
        width: 78%;
        line-height: 22px;
        font-size: 10px;}
    .menudetalle{
        display: none;}
}


/*-----------------------FIND US--------------------------*/
    #iconoscontacto{
        width: 60%;
        margin-top: -100px;
        padding: 4% 16% 2% 24%;
        float: left;
        background: rgba(0,0,0,0.2);} 
    p.textcont{
        width: 70%;
        font-family: sans-serif;
        color: white;
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 300;
        float: left;}
@media screen and (max-width:2500px){ 
    p.textcont{
        font-size: 20px;}    
}
@media screen and (max-width:2000px){ 
    #iconoscontacto{
        margin-top: -50px;} 
    p.textcont{
        font-size: 18px;}  
}
@media screen and (max-width:1750px){ 
    p.textcont{
        font-size: 16px;}  
}
@media screen and (max-width:1500px){ 
    p.textcont{
        font-size: 16px;} 
    #iconoscontacto{
        width: 80%;
        padding: 6% 5% 3% 15%;
        float: left;
        background: rgba(0,0,0,0.2);} 
}
@media screen and (max-width:1200px){
    #mapa{
        height: 150px;}
    .iconocontac{
        width: 15%;}
    p.textcont{
        font-size: 12px;}
}
@media screen and (max-width:1000px){
    #iconoscontacto{
        margin-top: 20px;
        width: 100%;
        padding: 0;
        padding-top: 2%;
        padding-bottom: 2%;}
    .iconcont{
        width: 30%;
        margin: 1.5%;}
    p.textcont{
        font-size: 11px;
        text-align: center;}
    #formulario{
        width: 90%;
        margin: 5% 4.5%;}
}
@media screen and (max-width:768px){
    .iconocontac{
        width: 20%;
        margin-left: 40%;
        margin-right: 40%;}
    p.textcont{
        width: 100%;}
    .labelform{
        width: 99%;
        margin-right: 1%;
        margin-bottom: 1%;}
    .labelform3{
        width: 99%;
        margin-right: 1%;
        margin-bottom: 1.1%;
        float: left;}
    .botoncont{
        width: 90%;
        height: 40px;
        margin-right: 5%;
        margin-top: 1%;}
}
@media screen and (max-width:500px){
    #iconoscontacto{
        padding-top: 8%;
        padding-bottom: 4%;}
    p.textcont{
        font-size: 11px;
        letter-spacing: 0px;
        font-weight: 400;}
}
@media screen and (max-width:350px){
    p.textcont{
        font-size: 10px;}
}



/*----------------------deep condition---------------------------*/
@media screen and (max-width:1600px){
    .servibotondetalle ul li{
        padding: .5% 4%;}
    .conceptodeep{
        font-size: 35px;}
    .conceptodeep2{
        font-size: 35px;}
    p.textconceptodeep{
        width: 70%;
        font-size: 16px;}
    p.textconceptodeep2{
        width: 80%;
        font-size: 16px;}
}
@media screen and (max-width:1350px){
    .servibotondetalle ul li{
        font-size: 16px;}
    p.textconceptodeep{
        font-size: 13px;
        line-height: 20px;}
    p.textconceptodeep2{
        font-size: 12px;
        line-height: 20px;}
    p.his2{
        font-size: 12px;}
    h1212{
        font-size: 40px;}
    h1213{
        font-size: 20px;}
}
@media screen and (max-width:1220px){
    .servibotondetalle{
        width: 100%;
        padding: 0%;}
    .servibotondetalle ul li{
        width: 23%;
        font-size: 12px;
        padding: .5% 0%;}
}
@media screen and (max-width:1000px){
    .tituloservicios{
        font-size: 40px;}
}   
@media screen and (max-width:768px){
    .cajadeep1{ 
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 2%;}
    .cajadeep2{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding: 0;
        margin-top: 2%;
        height: auto;
        float: left;}
    .conceptodeep{
        width: 70%;
        margin: 4% 0% 1%;
        font-size: 35px;}
    .conceptodeep2{
        width: 70%;
        margin: 4% 0% 1%;
        font-size: 35px;}
    p.textconceptodeep{
        line-height: 18px;}
    p.textconceptodeep2{
        line-height: 18px;}
}
@media screen and (max-width:600px){
    p.textconceptodeep2{
        width: 70%;}
}
@media screen and (max-width:500px){
    .tituloservicios{
        font-size: 30px;
        padding: 5%;}
    .servibotondetalle ul li{
        font-size: 10px;}
    .fotodeep1{
        display: none;}
    .fotodeep2{display: none;}
    .conceptodeep{
        width: 100%;
        font-size: 30px;
        text-align: center;}
    .conceptodeep2{
        width: 100%;
        font-size: 30px;
        text-align: center;}
    p.textconceptodeep{
        width: 90%;
        font-size: 14px;
        text-align: center;
        line-height: 22px;
        margin-top: 5px;
        margin: 0% 5%;
        margin-bottom: 25px;}
    p.textconceptodeep2{
        text-align: center;
        width: 90%;
        margin: 0% 5%;
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
        margin-bottom: 25px;}
    h1212{
        font-size: 30px;
    }
}    

/*------------------------ARTE Y TECNICA-------------------------*/

@media screen and (max-width:768px){
    .arteytecnicapc{
        display: none;}
    .arteytecnicamovil{
        display: block;
        width: 90%;
        margin: 2% 5%; 
        height: auto;
        float: left;}
    #columna1movil{
        float: left;
        width: 50%;}
    #columna2movil{
        float: left;
        width: 50%;}
}



.cortito{
    display: none;}
.chico{
    font-size: 60px;
    line-height: 120px;}
#br{
    display: none;}
@media screen and (max-width:780px){
    #br{
        display: block;}    
    .btnchico{
        line-height: 25px;}  
    .chico{
        font-size: 80px;
        line-height: 120px;}
}

@media screen and (max-width:500px){
    .largo{
        display: none;}
    .cortito{
        display: block;}
}