/*
    Theme Name: Tema Ozonoland
    Theme URI: www.ozonoland.com.mx
    Description: Mi descripción
    Version: 1
    Author: Alejandro

*/

@font-face {
    font-family: "Fedra Sans Std";
    src: url("fonts/FedraSansBook.ttf");
}

@font-face {
    font-family: "Autography";
    src: url("fonts/Autography.otf");
    
}

header{
    margin: 0;
    padding: 0;
}

body{
    padding: 0;
    margin: 0;
}

p{
    font: normal normal bold 15px/22px Fedra Sans Std;
    letter-spacing: 0px;
    color: #3C3C3B;
    opacity: 1;
}

li{
    font: normal normal bold 15px/22px Fedra Sans Std;
    letter-spacing: 0px;
    color: #3C3C3B;
    opacity: 1;
}

/*/////////////////////////////////// NAVIGATION VAR? BAR? ////////////////////////////*/

.header{
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}

.navigation-var{
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1350px;
    margin: 0 auto;
}

.green-container{
    height: fit-content;
    background-image: url("imgs/front-page/green-background2.svg");
}

.header-logo{
    position: relative;
    padding: 10px 40px;
    line-height: 80px;
}

.navigation-menu{
    display: flex;
    margin-right: 40px;
    list-style: none;
}

.menu-element{
    font-size: 18px;
    margin: 0 10px;
    line-height: 80px;
    width: max-content;
}

.link-element{
    padding: 8px 12px;
    border-radius: 3px;
}


.link-element{
    font: normal normal bold 17px/24px Fedra Sans Std;
    letter-spacing: 0px;
    color: white;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px;
    color: #3C3C3B;
    opacity: 1;
}

.link-element:hover{
    border-bottom: 5px solid black;
    transition: 0.5s;
}

.cellphone-button{
    color: white;
    background: none;
    border: none;
    font-size: 30px;
    line-height: 60px;
    display: none;
}
/*////////////////////////// FRONT PAGE ///////////////////////////*/

#green-background{
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100vw;
}

.front-page-container{
    display: flex;
   /*position: relative;*/
    flex-wrap: wrap;
    justify-content: space-around;

}

.front-page-woman{
    position: relative;
}

.fron-page-woman img{
    transition: all 10s;
}

.front-page-box1{
    width: 520px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    animation-name: cambiarColor;
    animation-duration: 1s;
    animation-iteration-count: 2;
    animation-direction: alternate;
}

.header-logo {
    position: relative;
    padding: 10px 40px;
    line-height: 80px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.header-logo img {
    display: block;
    width: 200px;
    height: auto;
}

.front-page-box1 li{
    list-style: none;
    text-align: left;
    font: normal normal bold 50px/55px Fedra Sans Std;
    letter-spacing: 0px;
    color: #3C3C3B;
    opacity: 1;
    margin-bottom: 30px;
}

.front-page-box1 button{
    background: #88B99E 0% 0% no-repeat padding-box;
    opacity: 1;
}

.front-page-box2{
    /*position: relative;*/
    width:fit-content;
}

.front-page-woman{
    /*border: solid black 1px;*/
}

#front-page-products{
    top: 0px;
    position: absolute;
    right: 20px;
}

.know-more-button{
    width: 205px;
    height: 50px;
    border-radius: 25px;
    background: #88B99E;
    border: none;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}

.know-more-button a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    color: white;
    text-decoration: none;
    font: normal normal bold 14px/21px Fedra Sans Std;
}

  /*///////////////////////////////////// PRODUCTS ///////////////////////////////*/

.contenedor-todo{
    width: 100%;
    margin: 0 auto;
}

.text-container{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pure-text{
    width: 60%;
}

.products-container{
    margin: 0 auto;
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-box{
   width: fit-content;
   width: 264px;
   height: 380px;
   
}

.inline-products-container{
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.product-inline-image{
    width: 30vw;
}

.my-button{
    border: 2px solid #000000;
    border-radius: 25px;
    opacity: 1;
    width: 133px;
    height: 50px;
    margin-top: 20%;
    background-color: white;
    cursor: pointer;
}    

.hoja-2{
    width: 30vw;
    position: absolute;
    top: -190px;
    right: 0;
}

.section-title{
    list-style: none;
    text-align: left;
    font: normal normal normal 50px/94px Autography;
    letter-spacing: 0px;
    color: #9282AD;
    opacity: 1;
    padding: 0;
    margin-bottom: -20px;
}

.product-box li{
    list-style: none;
    text-align: center;
}

.section-subtitle{
    list-style: none;
    text-align: left;
    font: normal normal bold 25px/37px Fedra Sans Std;
    letter-spacing: 0px;
    color: #3C3C3B;
    opacity: 1;
   width: 100%;
}


.product title{
    font: normal normal medium 17px/24px Fedra Sans Std;
    letter-spacing: 0px;
    color: #3C3C3B;
    opacity: 1;
}

.product-description{
    list-style: none;
    text-align: left;
    font: normal normal normal 15px/22px Fedra Sans Std;
    letter-spacing: 0px;
    color: #3C3C3B;
    opacity: 1;
}

.more-information{
    text-decoration: none;
    font: normal normal bold 14px/21px Fedra Sans Std;
    letter-spacing: 0px;
    color: #88B99E;
    opacity: 1;
}

.carousel__elemento{
    display: flex;
    flex-direction: column;
    justify-content: space-around
}



.carousel__elemento p{
    

}


.carousel-element-description{
    padding-left: 40px;
    padding-right: 40px;
}
/*//////////////////////////// NOSOTROS ///////////////////////////////*/

.us-container{
    position: relative;
    width: 100%;
    margin-top: 100px;
}

.us-text{
    width: 40%; 
    margin: 0 auto;
    text-align: center;
}

.us-images{
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    margin-top: 100px;
    flex-wrap: wrap;
}

.us-images img{
    margin: 20px;
}

.us-plant{
    position: absolute;
    bottom: -100;
    left: 0;
    width: 30vw;
}
.us{
    text-align: center;
}

.us-text li{
    text-align: center;
}


/*/////////////////////////// SERVICES /////////////////////////*/

.services-container{
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.main-text-services{ 
    width: 890px;
    margin-left: auto;
}

.service-box{
    margin-top: 50px;
    display: flex;
    width: 899px;
    height: 238px;
    margin-left: auto;
}

.box-text{
    padding: 20px;
    background-image: url('imgs/services/background-box2.png'); 
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
    background-color: #E8DFF7;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.box-text2{
    padding: 20px;
    background-image: url('imgs/services/background-box2.png'); 
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
    background-color: #D9F5E6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.box-image{
    width: 451px;
    height: 239px;
    margin-left: auto;
} 

.service-title{
    text-align: left;
    font: normal normal normal 50px/94px Autography;
    letter-spacing: 0px;
    color: #9282AD;
    opacity: 1;
    margin-bottom: -20px;
}

.right-text{
    text-align: left;
}

.services-subtitle{
    list-style: none;
    text-align: left;
    font: normal normal bold 25px/37px Fedra Sans Std;
    letter-spacing: 0px;
    color: #3C3C3B;
    opacity: 1;
}


/*//////////////////////////// HISTORY ///////////////////////////////////////*/

.history-container{
    width: 80%; 
    display: flex;
    margin: 0 auto;
    margin-top: 100px; 
}

.history-subcontainer{
    width: 100%;
    margin-left:auto ;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.history-image{
    width:fit-content;
}

.history-text{
    padding: 20px;
    width: 410px; 
}

.history-subtitle{
    list-style: none;
    text-align: left;
    font: normal normal bold 25px/37px Fedra Sans Std;
    letter-spacing: 0px;
    color: #3C3C3B;
    opacity: 1;
}

.history-title{
    text-align: left;
    font: normal normal normal 50px/94px Autography;
    letter-spacing: 0px;
    color: #9282AD;
    opacity: 1;
    margin-top: 0;
}

/*///////////////////////// FAQS //////////////////////////////*/

.faqs-container{
    margin: 100px auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    background-image: url('imgs/FAQs/FAQ-bottles.png');
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:center;
    width: 1164px;
    height: 440px;
    border-radius: 18px;
}

.acordeon-container{
    width: 450px;
    margin: 0 auto;
}


.white-selector{
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    cursor: pointer;
}

.parrafo{
    width: 90%;
    text-align: center;
}

.flechita-faqs{
    
}

.respuesta1{
    padding: 0;
    display: none;
    background-color: white;
    border-radius: 20px;
}

.respuesta2{
    display: none;
    background-color: white;
    border-radius: 20px;
    height: 250px;
    overflow-y: scroll;
}

.respuesta3{
    display: none;
    background-color: white;
    border-radius: 20px;
    height: 170px;
    overflow-y: scroll;
}


/*///////////////////////////////////// FOOTER ////////////////////////////////////*/

.footer-container{
    overflow: hidden;
    margin-top: 100px;
    position: relative;
    width: 100%;
}

.footer-subcontainer{
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.footer-subcontainer div{
    margin-right: 20px; 
}

.footer-logo{

}

.contact-container li{
    margin-top: 10px;
    list-style: none;
}

.links-container li{
    margin-top: 10px;
    list-style: none;
}

.social-media-container{
    display: flex;
}

.footer-hoja1{
    position: absolute;
    left: 0;
    bottom: -190px;
}

.footer-hoja2{
    position: absolute;
    right: 0;
    bottom: -140px;
}

.bottom-footer{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
}

.footer-grey-title{
    letter-spacing: 2.8px;
    color: #3C3C3B;
    text-transform: uppercase;
    opacity: 1;
    font-weight: bolder;
    font: normal normal bold 17px/24px Fedra Sans Std;
}

.bottom-footer li{
    list-style: none;
    margin-left: 30%;
    padding-top: 140px;
    text-align: center;
    letter-spacing: 0px;
    color: #AAAAAA;
    opacity: 1;
}

.phone-ref{
    color: black;
    text-decoration: none;
}


@media screen and (max-width: 1036px){
    .box-image{
        display: none;
    }

    .faqs-container{
        width: 100vw;
        border-radius: 20px;
    }

    .main-text-services{
        width: 100%;
        margin: 100px auto;
    }

    .box-text{
        width: 90vw;
        border-radius: 15px;
    }

    .services-container{
        align-items: center;
    }

    .service-box{
        width: 90vw;
    }

    .history-subcontainer{
        justify-content: center;
    }
    
    .us-images img{
        margin: 20px;
        width: 80vw;
    }
    
    .products-container{
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1000px){
    .hojas{
        display: none;
    }
}

@media screen and (max-width: 700px){
    .front-page-box1{
        margin-top: 20px;
    }

    .product-inline-image{
        margin-top: 20px;
        margin-left: -30px;
        width: 130vw;
    }
    
    .inline-products-container{
        flex-direction: column;
    }

    .front-page-box2 img{
        width: 85vw;
    }

    .text-container{
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
    }
    
    .button-container{
        margin:0 auto;

    }

    .pure-text{
        width: 100%;
    }

    .us-text{
        width: 100%;
    }

    .services-text{
        width: 100%;
    }

    .history-container{
        width: 100%;
    }

    .history-image img{
        width: 95vw;
    }

    .faqs-container{
        margin-left: -30px;
        width: 120vw;
    }

    .faqs-container li{
        width: 100vw;
    }

    .footer-hoja1{
        display: none;
    }

    .footer-hoja2{
        display: none;
    }

    .footer-subcontainer{
        flex-direction: column;
    }

    .social-media-container{
        margin-top: 7vh;
        margin-left: 30vw;
    }
  
    #front-page-products{
        width: 60vw;
    }

   .my-button{
    margin-bottom: 30px;
    }

    .navigation-menu{
       flex-direction: column;
       background-color: grey;
       position: fixed;
       left: 0;
       /*top: 80px;*/
       top: 65px;
        width: 100vw;
        align-items: center;
        padding: 20px 0;
        height: calc(100% - 60px);
        overflow-y: auto;
        left: 100%;
        transition: left 0.3s;
    }    
    
    .navigation-menu_visible{
        left: 0;
    }

    .front-page-woman_invisible{
        display: none;
    }

    .cellphone-button{
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .acordeon-container{
        width: 80vw; 
    }
}

/*///////////////////////// CAROUSEL ////////////////////////////////*/

.carousel-container-all{
    width: 80%;
    margin: 0 auto;
    position: relative;  
}

.carousel__contenedor{
    position: relative;
}

.carousel__anterior{
    position: absolute;
    left: -60px;
    top: calc(50% - 80px);
}

.carousel__siguiente{
    position: absolute;
    right: -60px;
    top: calc(50% - 80px);
}

.otraClase{
    width: auto;
}

.carousel__elemento{

    
}

.carousel__elemento img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.carousel__elemento p{
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*//////////////////////// FINAL BOXES /////////////////////*/

#why-us-box{
    width: 65vw;
    height: 59vh;
    background-color: grey;
    position: absolute;
    display: none;
    border-radius: 20px;
    background-color: white;
    box-shadow: 2px 2px 5px #999;
}

/*///////////// TO MANIPULATE WITH JAVASCRIPT ////////////////////////*/
#more-information-box{
    width: 20vw;
    height: 40vh;
    background-color: white;
    box-shadow: 2px 2px 5px #999;
    border-radius: 20px;
    position: fixed;
    left: 30vw;
    top: 30vh;
    display: none;
}

.ozonoterapia{
    width: 50vw;
    margin-left: 25vw;
    background-image: url('imgs/services/background-box.svg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.ozonoterapia p{
    width: 70%;
}

.plasma{
    width: 50vw;
    margin-left: 25vw;
    background-image: url('imgs/services/background-box.svg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.plasma p{
    width: 70%;
}

.alopecia{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 50vw;
    background-image: url('imgs/services/background-box.svg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 25vw;
    display: none;
}

.alopecia p{
    width: 70%;
}


@keyframes cambiarColor{
    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(20%);
    }

}

.know-more-button:hover{
    background-color: black;
}
