html{
    scroll-behavior: smooth;
}


@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Lora&family=Tilt+Prism&display=swap');


body{
    margin: 0;
    /*font-family: sans-serif;*/
}

.btn_up{
    position: fixed;
    bottom: 40px;
    right: 50px;
}
.btn_up:hover{
    transition: all 0.3s;
    transform: scale(1.5);
}

header{
    padding: 20px;
    height: 8vh;
    /*height: auto;*/
    /*border: 2px solid red;*/
    transition: transform 0.3s;
}
.height{ /*hace que el menú se vea completo cuando se le de a las 3 rayitas*/
    height: auto;
}

.logo{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    width: 250px;
}
@media screen and (min-width: 768px){
    .logo img{
        width: 350px;
    }
}

.toggle-menu{
    cursor: pointer;
}
/*.toggle-menu{
    position: relative;
    top: 1rem;
    right: 1.5rem;
    cursor: pointer;
    z-index: 1;
}*/
@media screen and (min-width: 768px) {
    .toggle-menu{
        display: none;
    }
}

.main-menu{
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s;
    transform: translateY(-300%);
}
.main-menu-show{
    transform: translateY(0);
}

@media screen and (min-width: 768px) {
    .main-menu{
        /*position: absolute;
        right: 0;*/
        flex-direction: row;
        transform: translateY(0);
    }
    .conteiner_header{
        display: flex;
        justify-content: space-around;
    }
    .main-menu_item{
        margin-left: 5px;
        margin-right: 5px;
    }
}

.main-menu_item{
    padding: 1em;
}

.main-menu_link{
    color: black;
    font-size: 18px;
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.main-menu_item a:hover{
    color: #0033ff;
}
.main-menu li:hover{
    transition: all 0.3s;
    transform: scale(1.15);

}
/*******************************************MAIN INTRO**********************************/

.main_intro{
    position: relative;
    /*width: 100%;*/
    height: 100vh;
    background-image: url(../img/intr.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border: 2px solid blue;*/
}
.main_intro::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /*background-color: #23158bbb;*/
}

.main_intro h1{
    color: #0033ff;
    font-family: "DM Serif Display", serif;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    text-shadow: 2px 2px 15px #0033ff;
    z-index: 1;
}
.main_intro p{
    font-family: 'lora', serif;
    font-size: 30px;
    /*font-style: italic;*/
    color: rgb(255, 0, 0);
    text-align: center;
    text-shadow: 2px 2px 15px red;
    z-index: 1;
}




/**************************ABOUT*****************************************/

.section_about{
    width: 100%;
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*border: 2px solid red;*/
}

.section_about .container_about{
    width: 80%;
    height: 80%;
    /*border: 2px solid blue;*/
}

h2{
    color: #0033ff;
    font-family: "DM Serif Display", serif;
    font-size: 30px;
    /*border-bottom: 2px solid #1e00ff;*/
    /*font-weight: 400;*/
}
.container_about p{
    font-family: 'lora', serif;
    /*text-align: center;*/
}

@media screen and (max-width: 768px) {
    .container_about p{
        text-align: justify;
    }
}

h3{
    color: #353535;
    font-family: "DM Serif Display", serif;
    font-size: 30px;
}

.container_img_myv{
    display: flex;
    flex-direction: row;
}
.container_about_img{
    width: 500px;
    height: 500px;
}


@media screen and (max-width: 768px) {
    .container_img_myv{
        flex-direction: column;
        /*justify-content: center;*/
        align-items: center;
    }
    .container_about_img{
        width: 250px;
        height: 250px;
        /*position: relative;*/
        /*display: flex;
        justify-content: center;
        align-items: center;*/
        /*border: 2px  solid red;*/
    }
    .container_about_img img{
        width: 100%;
        height: 100%;
    }

}




/*.section_about {
    width: 100%;
    height: 100vh;
    /*background-image: url('../img/fondomorado.jpg');
    background-size: cover;*/
    /*background: radial-gradient(circle at center, #533dff, #8d7eff);*/
   /* background: linear-gradient(to bottom, #ffffff, #8d7eff, #533dff, #533dff, #8d7eff, #ffffff);
    display: flex;
    align-items: center;
  }*/

  /*.container_about{
    width: 60rem;
    height: 30rem;
    border: 3px solid #fafafa10;
    margin: 0 auto;
    border-radius: 1rem;
  }
  .glass_effect{
    background: #fafafa10;
    backdrop-filter: blur(0.4rem);
    -webkit-backdrop-filter: blur(0.4rem);
  }*/
  

/*************************CARRUSEL*************************************/

.slider{
    width: 100%;
    /*max-width: 100vw;*/
    height: 100vh;
    margin: auto;
    position: relative;
    overflow: hidden;
    /*border: 2px solid red;*/
}
@media screen and (max-width: 768px) {
    .slider{
        /*width: 100vw;*/
        height: 400px;
    }
}

.list{
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    height: 100%;
    display: flex;
    width: max-content;
    transition: 1s;
}
.list img{
    width: 100vw;
    /*max-width: 100vw;*/
    height: 100%;
    object-fit: contain;
}

.flechas{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.flechas button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0077ff;
    color: #ffffff;
    border: none;
    font-family: monospace;
    font-weight: bold;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .flechas button{
        width: 30px;
        height: 30px;
    }
}

.dots{
    position: absolute;
    bottom: 10px;
    color: #0033ff;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #0033ff;
    margin: 20px;
    border-radius: 20px;
    transition: 1s;
}
.dots li.active{
    width: 30px;
}


/***********************************INSTAGRAM******************************************/

.container_ig{
    position: relative;
    width: 100%;
    height: 10vw;
    background-image: url('../img/subscribe-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /*border: 2px solid red;*/
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.container_ig::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
}
.texto_ig h4{
    position: relative;
    font-family: 'lora', serif;
    font-size: 18px;
    color: #0033ff;
    text-shadow: 2px 2px 15px #0033ff;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .container_ig{
        height: auto;
        flex-direction: column;
    }
    .texto_ig h4{
        text-align: center;
    }
}

/**********************************SERVICIOS*******************************************/

.section_servicios{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    /*height: 100vw;*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    /*margin-bottom: 100px;*/
}
.container_servicios{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.servicios_icon_text{
    width: 400px;
    height: auto;
    /*padding-top: 30px;*/
    display: flex;
    align-items: center;
}

.servicios_icon_text i{
    margin-left: 30px;
    margin-right: 30px;
}

.servicios_icon_text p{
    font-family: 'lora', serif;
}

/*********************************************SIGNIFICADO DEL LOGO******************************************/

.section_logo{
    width: 100%;
    padding-bottom: 100px;
    /*height: 100vw;*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    text-align: center;
    /*border: 2px solid red;*/
}

.container_logo{
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logo_icon_text{
    width: 600px;
    height: auto;
    /*padding-top: 30px;*/
    display: flex;
    align-items: center;
    text-align: start;
    /*border: 2px solid red;*/
    /*justify-content: center;*/
}
.logo_icon_text:hover{
    transition: all 0.3s;
    transform: scale(1.1);
}
.logo_icon_text:hover h3{
    transition: all 0.3s;
    color: #0033ff;
}

.logo_icon_text img{
    width: 200px;
    height: 200px;
    margin-left: 30px;
    margin-right: 30px;
}
.logo_icon_text p{
    font-family: 'lora', serif;
}
@media screen and (max-width: 768px) {
    .logo_icon_text{
        flex-direction: column;
        text-align: center;
    }
}

/*****************************************DESCARGAR RESULTADOS******************************/

.section_descargar{
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section_descargar p{
    font-family: 'lora', serif;
    text-align: center;
}

.section_descargar_archivos{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
}
.section_descargar_archivos img{
    width: 350px;
    height: 250px;
    cursor: pointer;
}
.section_descargar_archivos img:hover{
    transition: all 0.3s;
    transform: translateY(-20px);
}

.container_txt h2{
    position: relative;
    top: 0;
}

@media screen and (max-width: 768px) {
    .section_descargar_archivos{
        flex-direction: column;
    }
    .section_video iframe{
        width: 300px;
        height: 180px;
    }
}

/*****************************************FOOTER**********************************/

footer{
    width: 100%;
    /*height: auto;*/
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
    background: #353535;
    justify-content: space-around;
}

.footer_info{
    width: auto;
    /*border: 2px solid red;*/
}

.footer_info p{
    font-family: 'lora', serif;
    color: white;
}
@media screen and (max-width: 768px) {
    footer{
        padding: 0;
        padding-top: 30px;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .footer_info{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

footer .footer{
    /*position: relative;*/
    width: auto; 
    /*height: 100%;*/
    display: flex;
    align-items: center;
    z-index: 1;
}


footer .footer ul{
    position: relative;
    display: flex;
    z-index: 2;
}
footer .footer ul li{
    position: relative;
    list-style: none;
    margin: 10px;
}
footer .footer ul li a{
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    backdrop-filter: blur(2px);
    transition: 0.5s;
    overflow: hidden;
}
footer .footer ul li a:hover{
    transform: translateY(-20px);
}
footer .footer ul li a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100px;
    background: rgba(255, 255, 255, 0.5);
    transform: skewX(45deg) translateX(150px);
    transition: 0.5s;
}
footer .footer ul li a:hover::before{
    transform: skewX(45deg) translateX(-150px);
}

/****************************************************************************************************/


  











