/*STYLE DANS SATT*/

body{

    font-family: 'TR Tempus Sans ITC', sans-serif;
    
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    
    
}






header {

    background-color:black;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 3;

}


.logo{

    width: 14em;
    height: 5.93em;
    padding-left: 4em;
    z-index: 20;

}




.wspBtn{
    position: fixed;
    left: 90%;
    top:80%;
    width: 55px;
    height: 55px;
    line-height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 90px;
    text-align: center;
    font-size: 2em;
    z-index: 1;

}

nav{

    position: absolute;
    right: 3em;
    top:55px;
    font-size: 0.8em;
    

}

nav li{

    display: inline;
    margin: 0 0 0 15px;
    

}

nav a{

    text-transform: uppercase;
    color: darkorange;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
    transition: font-size 0.5s;
    

}

nav a:hover{

    color: #8CA02A;
    text-decoration:none;
    font-size: 1.7em;
    transition: 0.5s;
    

}


.mainContent{
    padding-top: 8.6em;
    

}


.slider {

    position: relative;
    width: 100%;
    overflow: hidden;

}

.slider h1{
    font-size: 6em;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: whitesmoke;
}

.videoSlider{
    width: 100%;
    height: 100%;
}




.aboutUs{

    padding: 3em 0;
    color: #f5f5f5;
    margin: 0 auto; 

}

.aboutUsTitle{
    text-align: center;
    font-size: 2em;
    margin: 0 0 1em;
    clear:left;
}

.aboutUsText{
    margin: 0 0 1em;
    text-align: center;
    padding:2em 3em;
    font-size: 1.5em;
    transition: 1s;
    line-height: 1.5em;
}

.mission{
    text-align: center;
    background-image: linear-gradient(to right, #8CA02A  40%, #0ba360 100%);
    color: whitesmoke;
    padding: 2.5em;
    font-size: 2em;
  
}

.aboutUsText2{

    margin: 0 0 1em;
    text-align: center;
    padding:3em;
    font-size: 1.5em;
}



.map{

    padding: 3em 0;
    background:black;
    color: whitesmoke;

}


.mapTitle{
    text-align: center;
    font-size: 2.5em;
}
.mapText{

    margin: 0 0 2em;
    text-align: center;
    padding-top: 2em;
    font-size: 1.5em;

}


.mapContent{

    width: 940px;
    margin: 0 auto;

}

.differentials{

    padding: 3em 0;
    background-image: linear-gradient(to right, #8CA02A  40%, #0ba360 100%);
    color:whitesmoke;

}

.differentialsTitle{
    font-size: 2.5em;
    padding-bottom: 1em;
    text-align: center; 
}

.productos{
    width: 940px;
    margin: 0 auto;
    position: relative;
}


.productos li{
    display: inline-block;
    width: 30%;
    margin: 0 1.5%;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    position: relative;
}


.productos h2{
    display: grid;
    place-items: center;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    opacity: 0;
    
}

.productos li:hover h2{
    font-size: 33px;
    opacity: 1;
}

.productos li:hover img{
    opacity: 0.1;


}

.productos img{
    width: 100%;
    height: 16em;
    opacity: 1;
    transition: 0.5s;
}


footer{
    text-align: center;
    background: black;
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%;
    
}
.socialMedia{
    font-size: 2em;
    padding-bottom: 0;

}


.socialMedia h1{
    padding-top: 1em;
    color: #f5f5f5;
    
}

.socialMedia li{

    display: inline-block;
    padding: 1.5em 1em 2em;

}

.socialMedia i{
    color: darkorange;
    transition: color 0.5s;


}



.socialMedia i:hover{

    color: #8CA02A;
    transition: color 0.5s;


    
}

.phoneNumber{
    padding-bottom: 8em;
}
.phoneNumber p{
    color: #f5f5f5;
    display: block;
    font-size: 2em;
    padding-top: 1em;
    padding-bottom: 1em;

}

.phoneNumber a{
    text-decoration: none;
    color: whitesmoke;
    font-size: 1.5em;
    color: darkorange;
    

}

.phoneNumber a:hover{
    color: #8CA02A;
    transition: color 0.5s;
}

.logoFooter{
    width: 15em;
    height: 6em;
}

.copyright{
    color:whitesmoke;
    font-size: 13px;
    margin:20px;
}

.poweredBy{
    color: whitesmoke;
}

.menuButton{
    display: none;

}

.cont{
    display: none;;
}


/* INICIO TABLA DE HORARIOS*/

.mainContentSchedule{
    padding-top: 10em;
    padding-bottom: 4em;
    background-image: linear-gradient(to right, #8CA02A  40%, #0ba360 100%);
}

.mainContentSchedule h1{
    text-align: center;
    font-size: 2.5em;
    padding-bottom: 1em;
    color: whitesmoke;
}

  table {
    width: 100%;
    max-width: 800px; 
    margin: auto; 
    border-collapse: collapse;
    color: whitesmoke;
}

  th, td {
    border: 1px solid whitesmoke; 
    padding: 10px; 
    text-align: center; 
  }

  td p{
    color:whitesmoke;
    background-color: red;
  }

  .soldOut{
    color:whitesmoke;
    background-color: red;
    height:0.5em;
    font-size: 5em;

  }
  






/*FIN TABLA DE HORARIOS*/

/*INICIO GALERÍA*/

.menuButtonGallery{
    display:none;
}

.galleryHeader{
    background-color: black;
}

.mainContentGallery{
    padding: 10em 4em 9em;
    background:black;
}

.mainContentGallery h1{
    text-align: center;
    font-size: 2.5em;
    padding-bottom: 1em;
    color: darkorange;

}

.video1 {
    width: 13em;
    height: 25em;
    opacity: 1;
    transition: 0.5s;
    padding:1em;

}


.video2{
    padding:1em;
    height:30em;
    width:50em;
}

.imagen1{
    padding:3em;
    width: 20em;
    height: 20em;
    opacity: 1;
    transition: 0.5s;
}

.imagen2{
    padding:3em;
    width: 20em;
    height: 20em;
    opacity: 1;
    transition: 0.5s;
}

.imagen3{
    padding:3em;
    width: 20em;
    height: 20em;
    opacity: 1;
    transition: 0.5s;
}

.imagen4{
    padding:3em;
    width: 20em;
    height: 20em;
    opacity: 1;
    transition: 0.5s;
}

.imagen5{
    padding:3em;
    width: 20em;
    height: 20em;
    opacity: 1;
    transition: 0.5s;
}

.video3{
    height: 30em;
    width:50em;
    padding:1em;

}

.imagen6{
    padding:3em;
    width: 20em;
    height: 20em;
    opacity: 1;
    transition: 0.5s;
}
.imagen7{
    padding:3em;
    width: 20em;
    height: 20em;
    opacity: 1;
    transition: 0.5s;
}
.imagen8{
    padding:3em;
    width: 20em;
    height: 20em;
    opacity: 1;
    transition: 0.5s;
}
.imagen9{
    padding:3em;
    width: 20em;
    height: 20em;
    opacity: 1;
    transition: 0.5s;
}

/*FIN GALERÍA*/


/*INICIO CONTACTO*/

.mainContentContact{
    padding-top:9em;
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    padding-bottom: 4em;
}


.form{
    background-color: #f5f5f5;
    width: 90%;
    max-width: 400px;
    border-radius: 1em;
    padding: 3.5em 1.5em;
    margin: auto;
    
}

.formContainer{
    width:100%;
    display:grid;
    gap:1em;
    grid-auto-columns: 100% ;
    
}


.formCta{
    font-family:inherit;
    font-size: 1em;
    padding: 1em 1em;
    background-color: darkorange;
    color: #f5f5f5;
    border: none;
    cursor: pointer;
    transition: font-size 1s;


}

.formCta:hover{
    background-color: #8CA02A;
    transition: background-color font-size 1s;
    font-size: 1.2em;

}

.formInput{
    font-family: inherit;
    font-size: 1em;
    padding: 1em 1em;
    outline: none;
    border: none;
    border: 1px solid #f5f5f5;
    border-radius: 0.5em;
}

.formInput--message{
    resize: none;
    padding:1.8em 1em;
    margin-bottom: 1em;
    font-size: 1em;
}

.mainContentContact h1{
    text-align: center;
    font-size: 2.5em;
    padding-bottom: 1em;
}

.mainContentContact h2{
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    padding-bottom: 1.5em;
}

.mainContentScheduleMobile{
    display: none;
}
/*FIN CONTACTO*/

/*INICIO SERVICIOS ADICIONALES*/

.mainContentAdditionalServices{
    padding-top:9em;
    padding-bottom: 3em;
    background-image: linear-gradient(to right, #8CA02A  40%, #0ba360 100%);

}
.mainContentAdditionalServices h1{
    font-size: 2.5em;
    text-align: center;
    color: #f5f5f5;
    padding-bottom: 1em;
    padding-top: 1em;

}


.services{
    display:flex;
    justify-content: center;
    padding:2em;
}
.servicesItems{
    text-align: center;
    
}

.servicesItems img{
    width: 20em;
}

.servicesItems h2{
    font-size: 1.5em;
    color: #f5f5f5;
    font-weight: bold;
}





/*FIN SERVICIOS ADICIONALES*/










/*---------------MEDIA QUERIES-----------------*/

@media screen and (max-width:480px){


    header{
    padding-top: 0;
    padding-bottom: 0;
    }
    .logo{
    display: inline-block;
    position: relative;
    left:-1em;
    width: 50%;
    height: 50%;
    padding:0;
    }

    .slider{
        height: 15em;
        padding-bottom: 0;

    
    }

    .slider h1{
    font-size: 2.5em;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    }

    .videoSlider{
        width: 100%;
        height: 15em;
    }

    .mainContent{

    padding-top: 4.5em;  

    }


    /*                    DEPLOYABLE MENU        */



    .cont {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    left: -480px;
    transition: all ease-in-out 300ms;
    z-index: 4;
    display: block;

    }

    .sidebar {
    width: 100%;
    height: 100%;
    background: darkorange;
    overflow: auto;
    float: left;
    padding-left:1em ;
    line-height: 3em;
    }


    .side-hide {
    left: 80%;
    margin: 12px;
    color: white;
    opacity: .7;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    }

    .sidebar ul li {
    list-style: none;
    padding: 12px 10px;
    }

    .sidebar ul li:hover {
    background: #8CA02A;
    cursor: pointer;

    }

    .sidebar ul li a {
    text-decoration: none;
    color: white;
    opacity: .7;
    font-size: 17px;

    }

    .show {
    left: 0;
    }

    .menuButton {
    display: inline-block;
    position: relative;
    bottom: 1em;
    left:-1em;
    color: #8CA02A;
    background: black;
    border: whitesmoke;
    font-size: 2em;
    padding: 1em;
    border: none;
    z-index: 10;
    cursor: pointer;
    margin-top: 1em;
    margin-left: 1em
    }


    /*                    FIN DEPLOYABLE MENU        */



    .wspBtn{
    left:80%;
    top:85%;
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 90px;
    }


    .box, .aboutUs, .mapContent, .video {
    width: auto;
    }


    .aboutUsTitle{
    font-size: 2em;
    padding-top: 0;
    }

    .aboutUsText{
    font-size: 1.2em;
    padding: 2em 2em 3em;
    line-height: 2em;
    }

    .aboutUsText2{
    font-size: 1.2em;
    padding: 1em 2em 1em;
    line-height: 2em;
    }

    .mainMenu{
    display: none;

    }


    .map{
    padding-bottom: 4em;
    width: 100%;

    }

    .mapTitle{
    font-size: 2em;

    }

    .mapText{
    font-size: 1em;

    }

    .mapContent{
    width: 100%;

    }

    .productos {
    width: 14em;
    padding: 0;
    position: relative;

    }

    .productos li{
    display: block;
    width: 100%;

    }

    .productos h2{
    text-align:center ;
    display: grid;
    width: 100%;
    opacity: 0;
    font-size: 2em;
    transition: all ease-in-out 300ms;

    position: absolute;
    left: 50%;
    top: 50%;
    place-items: center;

    }

    .productos li:hover h2{
    font-size: 1.4em;
    opacity: 1;

    }


    .mainContentSchedule {

    display: none;

    }

    .mainContentScheduleMobile{
    display: block;
    padding-top:9em ;
    background-image: linear-gradient(to right , #8CA02A  40%, #0ba360 100%);
    }

    .mainContentScheduleMobile h1{
        font-size: 2em;
        text-align: center;
        padding-bottom: 2em;
        padding-top: 1.5em;
        color: #f5f5f5;
        }

    .mainContentScheduleMobile h2{
    font-size: 2em;
    text-align: center;
    color: #8CA02A;
    padding: 1em;
    background-color: black;

    }

    .mainContentScheduleMobile p{
    font-size: 1.5em;
    text-align: center;
    padding: 1.5em;
    color:#f5f5f5;
    }

    .classTitle{
    padding: 1em 1em;
    color: whitesmoke;
    background-color: darkorange;
    font-size: 0.5em;

    }








    /*Gallery*/


    .menuButtonGallery {
        display: inline-block;
        position: relative;
        bottom: 1em;
        left:-1em;
        color: #8CA02A;
        background: black;
        border: black;
        font-size: 2em;
        padding: 1em;
        border: none;
        z-index: 10;
        cursor: pointer;
        margin-top: 1em;
        margin-left: 1em
    }


    .mainContentGallery{
        padding:0;
        position: relative;
        padding-top: 10em;;
        width:100%;
        
    }

    .mainContentGallery h1{
        text-align: center;
        font-size: 2em;
        padding-bottom: 1em;
        color: darkorange;
    
    }

    .mainContentGallery img,video{
        position: relative;
        left:50%;
        transform: translateX(-50%);
        padding-top: 2em;
        width: 60%;
    }





    .imagen1{

        height:25em;
        width: 12em;
        padding:0
    
       }

    .imagen2{

        height:12em;
        width: 12em;
        padding:0
    
       }

    .imagen3{

        height:20em;
        width: 12em;
        padding:0
    
       }

   .imagen4{

    height:12em;
    width: 12em;
    padding:0

   }
   .imagen5{

    height:12em;
    width: 12em;
    padding: 0;

   }
   .imagen6{

    height:12em;
    width: 12em;
    padding: 0;

   }
   .imagen7{

    height:12em;
    width: 12em;
    padding: 0;

   }
   .imagen8{

    height:12em;
    width: 12em;
    padding:0;

   }
   .imagen9{

    height:12em;
    width: 12em;
    padding: 0;

   }

   .video1{
    height: 14em;
    width: 14em;
    padding: 0;
   }

    .video2{
    height: 12em;
    width: 17em;
    padding: 0;
    }

    .video3{
    height: 14em;
    width: 17em;
    padding:0;
    }

    /*Contact*/

    .form{
        padding: 3.5 1em;
        width: 80%;
    }

 


    .logoFooter{
    width: 120px;
    height: 50px;

    }



    iframe{
    height: 11em;

    }
    footer{
    width: 100%;

    }

    /*Additional services*/

    .services{
        display:block;
    }

    .servicesItems img{
        width:15em;

    }

    .mainContentAdditionalServices h1{
        font-size:1.5em;
    }


    }

    @media (min-width: 481px) and (max-width: 1023px) {


    


    /*INDEX*/

    nav li{
        font-size: 0.7em;
    }

    

    .mainContent{
        padding-top: 8em;
    }   

    .slider h1{
        font-size: 4em;
    }
    .logo{
        position: relative;
        left: 45%; 
        transform: translateX(-50%);  
        width: 8em;
        height: 3em;     
    }

    .mainMenu{
        padding-top: 1em;
        background-color: black;
        width: 100%;
        left:50%;
        transform: translateX(-50%);
        text-align: center;
        padding-bottom: 2em;

    }

    .container{
        display:block;
        position: relative;

    }
 
    .mapContent{
        width:90%;
        position: relative;
        left:50%;
        transform: translateX(-50%);
        padding: 0 2em;
    }

    .productos{
        width:100%;
    }

    .productos li{
        display: block;
        left: 50%;
        transform: translateX(-50%);
    }

    .productos img{
        width:15em;
        height: 20em;
        position: relative;
        left: 50%;
        transform: translateX(-50%);



    }
    
    /*END INDEX*/

    /*GALLERY*/
    .mainContentGallery{
        padding-top: 9em;
    }
    .gallery{
        display: block;

    }
    .gallery img{
        position: relative;
        left:50%;
        transform: translateX(-50%);
    }
    .video2{
        width:100%;
    }

    .video3{
        width:100%;
    }

    /*END GALLERY*/

    /*CONTACT*/

    .mainContentContact{
        padding-top: 9em;
    }
    /*END CONTACT*/

    /*SCHEDULE*/
    .mainContentSchedule{
        padding:10em 4em 3em;
    }
    /*END SCHEDULE*/

    /*ADDITIONAL SERVICES*/

    .mainContentAdditionalServices{
        padding-top: 9em;
    }
    .services{
        display:block;
    }

    /*END ADDITIONAL SERVICES*/
}