@import url('../styles/variables.css');
@import url('../styles/style_tag.css');
@import url('../styles/style_menuBar.css');
@import url('../styles/style_section-contacto.css');

.titulo_{
    font-family: var(--le_your_script);

    font-size: 200px;
    color: var(--blanco);
    margin-top: 30vh;
    text-shadow: 10px 10px 10px rgba(100, 9, 153, 0.9);
}

@media (max-width: 768px){
    .titulo_{
        font-size: 70px;
    }
}

.subtitulo_{
    font-family: var(--sensations);
    font-size: 50px;
    color: var(--blanco);
    text-align: center;
    margin-top: 5px;
    text-shadow: 5px 5px 5px rgba(63, 62, 62, 0.9);
}

.titulo_main{
    font-family: var(--sensations);
    color: var(--blanco);
    font-size: 30px;
}

.seccion-2{
    display: flex;
    align-items: center;
    padding-left: 0 5%;
    width: 100%;
    
    background-image: url('../images/background_2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.seccion-3{
    display: flex;
    align-items: center;
    padding-left: 0 5%;
    width: 100%;
    
    background-image: url('../images/floral_4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ima{
  
    width: 90%;
    max-width: 100%;
    display: block; 
    margin: 0 auto;
    align-items: center;
    border-radius: 50% 50% 50% 50%;
    border: 10px solid rgba(158, 142, 81, 0.578);
}

.img-gral{
    width: 80%;
    max-width: 100%;
    display: block; 
    margin: 0 auto;
    align-items: center;
    border-radius: 0px 200px 0px 200px;
    
    border: 20px solid rgba(255, 252, 252, 1);
}

.ico-servicios{
    width: 100px;
    margin-right: 10px;
}

.parrafo1{
    padding-left: 15%;
    padding-right: 10%;
    margin-top: 20px;
    text-align: justify;
    font-size: var(--text);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.parrafo2{
    padding-left: 15%;
    padding-right: 10%;
    margin-top: 20px;
    text-align: justify;
    font-size: large;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
  }  

.padding_text{
    padding-top: 10%;
    padding-bottom: 5%;

    align-items: center;
   
  }

.div-block {
    display: flex; 
    flex-direction: row;
    width: 100%; 
}

.div-prueba{
    display: flex;
    grid-template-rows: auto 1fr auto;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
}

.by{
    display: flex;
    justify-content: center;
    align-items: flex-end;

    color: var(--blanco);
    width: 100%;
    height: 10%;    
}


.ico_by{
    width: 40%;
    text-align: center;

}

.ico_content{
    display: flex; /* Activa Flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    text-align: center;
    height: 80%;
    width: 45%;

    padding-top: 5%;

 

    /*border: 1px solid rgba(255, 252, 252, 1);*/
}

.ico_content_2{
    display: flex; /* Activa Flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    text-align: center;
    height: 80%;
    width: 30%;

    padding-top: 5%;

    /*border: 1px solid rgba(255, 252, 252, 1);*/
}

.ico_rs{
    width: 60%;
    height: 60%;
    text-align: center;
}

.txt_footer{
    color: var(--blanco);
    font-size: 20px;
    text-align: center;
}

.marco{
    /*border: 1px solid rgba(255, 252, 252, 1);*/
    height: 80%;

    display: flex;
    justify-content: space-evenly;
    padding-top: 1%;
    padding-bottom: 1%;
    
}

.conte{
    /*border: 1px solid rgb(230, 16, 16);*/
    width: 30%;
    padding: 3%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 10%;

}


@media (max-width: 768px) {
    .seccion-3{
        display: block;
        justify-content: center;
        height: auto;
        width: 100%;
    }
    .ima{
        margin: 10%;
        width: 100%;
        max-width: 80%;
        height: auto;
        border-radius: 50% 50% 50% 50%;
    }
}

@media (max-width: 768px) {
    .seccion-2{
        display: block;
        justify-content: center;
        height: auto;
        width: 100%;
    }
    .img-gral{
        padding: 10%;
        width: 100%;
        max-width: 60%;
        height: auto;
        border: 1px solid rgba(255, 252, 252, 1);
    }
}

@media (max-width: 768px) {
    .marco{
       /*border: 1px solid rgba(255, 252, 252, 1);*/
        height: 85%;
    
        display: block;
        justify-content: space-evenly;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    
    .conte{
        /*border: 1px solid rgb(230, 16, 16);*/
        width: 100%;
        height: 25%;
    
    }

    .txt_footer{
        font-size: 15px;
    }

    .ico_by{
        width: 20%;   
    }

    .ico_rs{
        width: 30%;
    }
}
