:root {
    --font-bold: 'AvertaStd-Bold', sans-serif;
    --font-light: 'AvertaStd-Light', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: linear-gradient(to right, #0CD664, #000000);
    min-height: 100vh; 
    display: flex;
    flex-direction: column; 
    /* font-family: var(--font-source); */
}
.conteiner {
    max-width: 100vw;
    min-height: auto;
    display: flex;
}

.conteiner-image {
    width: 55%;
    height: 100vh;
    /* background-color: #0CD664; */
    display: flex;
    align-items: center;
    justify-content: end; 
}

.conteiner-info {
    width: 45%;
    height: 100vh;
    /* background-color: #000000; */
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font: var(--font-source);
}
.info{
    margin: 15px;
    /* background-color: red; */
    width: 360px;
}
.image-info img{
    width: 70%;
    margin: 0px 0px 0px 0px;
    position: relative;
    z-index: 600;
}

.image {
    width: 450px;
    height: 450px; 
    /* max-width: 100%;  */
    /* max-height: 100%;  */
    border-radius: 50%; 
    background-color: #000000; 
    border: 4px solid #0CD664;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 850;
}
.pattern1 img{
    width: 120px;
    position: absolute;
    /* transform: translate(-40px, -230px); */
     top: 20%;
    z-index: 600;
    opacity:0.4;
}
.pattern2 img{
    width: 150px;
    position: absolute;
    /* transform: translate(-150px, 80px); */
    top: 60%;
    transform: translateX(-140px);
    z-index: 600;
    opacity:0.4;
}
.image img{
    width: 100%;
    object-fit: cover;
    z-index: 900;
    /* padding: 30px; */
}
.text{
    font-size: 30px;
    font-weight: 600;
}
div {
    line-height: 1; 
}
.small-text{
    margin-bottom: 0px;
    font-family: var(--font-light);
    font-size: 20px;
}
.text .bold-text1{
    font-size: 50px;
    font-weight:900;
    line-height: 1; 
    font-family: var(--font-bold);
}
.bold-text1 svg{
    width: 50px;
    height: 50px;
    /* margin-bottom: 10px; */
    /* margin-left: 15px; */
    /* padding: 5px; */
}
.text .bold-text2{
    font-size: 50px;
    font-weight:900;
    margin-bottom: 10px;
    font-family: var(--font-bold);
}
.button-registration{
    margin-top: 20px;
    margin-bottom: 30px;
    /* background-color: red; */
}
.button-registration button{
    background-color: #0CD664;
    color: #000000;
    font-family: var(--font-bold);
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
}
.button-registration button:hover{
    background-color: #25ef7d;
    cursor: pointer;
}
.text-p{
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: var(--font-light);
}
.text-p b{
    color: #0CD664;
    font-family: var(--font-bold);
    font-size: 13px;
}
.text-p b:hover{
    cursor: pointer;
}
hr{
    border: 2px dashed #0CD664;
    margin: 0px 0 20px 0;
}

/* modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(5px); 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999; 
}
.modal-conteiner {
    width: 600px;
    /* height: 400px; */
    background-color: #1F262F;
    position: relative; 
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 1000;
    font-family: var(--font-bold);
}
.div-close{
    width: 100%;
    text-align: end;
}
.div-close svg{
    width: 20px;
}
.div-close svg:hover{
    cursor: pointer;
}
.div-content-modal{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
}
.title-modal{
    font-size: 38px;
    font-family: var(--font-source);
    font-weight: 600;
    margin-top: 15px;
}
.subtitle-modal{
    font-size: 20px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 20px;
}
.conteiner-links{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.conteiner-links a{
    background-color: #0CD664;
    padding: 10px 18px 10px 18px;
    border-radius: 30px;
    margin: 5px;
    color: #000000;
    font-weight: 700;
    font-family: var(--font-source);
    text-decoration: none;
}
.conteiner-links a:hover{
    background-color: #FFFFFF;
}
.footerLegales{
    background-color: #1F262F;
    max-width: 100%;
    /* height: 60px; */
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    color: #FFFFFF;
    font-family: var(--font-bold);
    text-align: center;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
     padding: 20px;
    margin-top: 50px;
}
.footerLegales img{
    width: 25px;
}
.footerLegales p{
    font-size: 9px;
}
/* modificado y ver si dejeamos */
 .divInfoFooterLegales{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
    /* width: 50%; */
 }
 /* fin modificado y ver si dejeamos */


 .conteiner-whatsapp-dialogo{
    /* background-color: red; */
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: flex;
    flex-direction: column;
    align-items: end;
 }
.conteiner-whatsapp{
    width: 55px;
    height: 55px;
    position: relative;
    /* top: 85%;
    right: 5%; */
    background-color: #0CD664;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 700;
    margin: 5px;
}
.conteiner-whatsapp svg{
   width: 60%;
}
.conteiner-modal-dialogo{
    width: 300px;
    min-height: 100px;
    /* height: auto; */
    max-height: 200px;
    background-color: #F8F8F8 ;
    border: 3px solid #0CD664;
    border-radius: 12px;
    position: relative;
    /* top: 70%; */
    /* right: 5%; */
    z-index: 500;
    margin-right: 35px;
    transform: translateY(25%);
     /* bottom: 30%; */
    overflow: auto;
    animation: slideIn 1s ease-out forwards;
}
@keyframes slideIn {
    from {
        /* right: -10%; */
        opacity: 0%;
    }
    to {
        right: 0%;
        opacity: 1;
    }
}
.conteiner-modal-dialogo::-webkit-scrollbar {
    display: none;
}
.div-close-dialogo{
    /* background-color: red; */
    width: 100%;
    padding: 10px 10px 0px 10px;
}
.div-close-dialogo svg{
    width: 15px;
}
.div-close-dialogo svg:hover{
    cursor: pointer;
}
.div-texto-dialogo{
    /* width: 100%; */
    padding: 5px 15px 15px 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1F262F;
    font-size: 15px;
}

/* links redes */
 .conteinerLinksRedes{
    /* background-color: red; */
    /* width: 200px; */
    /* height: 60px; */
    position: absolute;
    right: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
 }
 .linksRedes{
    
 }
 .linksRedes img{
    /* width: 25px; */
    margin: 0 5px 0 5px ;
    /* background-color: red; */
 }
 .tiktok img{
    width: 30px;
 }
 .x img{
    width: 30px;
    padding:4px;
 }
 .telegram img{
    width: 33px;
 }
 .instagram img{
    width: 30px;
 }
 .facebook img{
    width: 30px;
 }
 /* fin links redes */

.conteiner-img-publicidad{
    /* background-color: red; */
    display: flex;
    justify-content: center;
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 90%);
    margin: 20px 0 20px 0;
}
.conteiner-img-publicidad a{
    display: flex;
    justify-content: center;
}
.conteiner-img-publicidad img{
    width: 70%;
    border-radius: 50px;
    border: 5px double #0CD664;
}

 /* medias querie */
@media (max-width: 850px) {
    .conteiner{
        flex-direction: column;
        /* height: auto; */
    }
    .image{
        width: 320px;
        height: 320px;
    }
    .conteiner-image{
        width: 100%;
        height: auto;
        justify-content: center;
    }
    .conteiner-info{
        width: 100%;
        /* background-color: red; */
        align-items: center;
        height: auto;
    }
    .info{
        /* background-color: rebeccapurple; */
        width: 300px;
    }
    .text .small-text{
        font-size: 20px;
    }
    .image-info{
        text-align: center;
    }
    .text .bold-text2, .text .bold-text1{
        font-size: 40px;
    }
    .bold-text1 svg{
        margin-bottom: 0;
    }
    .modal-conteiner {
        width: 80%;
        height: auto;
        text-align: center;
    }
    body{
        background: linear-gradient(to bottom, #0CD664, #000000);
        min-height: 100vh; 
        display: flex; 
        flex-direction: column; 
    }
    .pattern1 img{
        width: 100px;
        /* transform: translate(-40px, -230px); */
        top: 20%;
        opacity:0.4;
    }
    .pattern2 img{
        width: 120px;
        /* transform: translate(-150px, 80px); */
        top: 35%;
        transform: translateX(-140px);
        opacity:0.4;
    }
    .conteinerLinksRedes{
        position: relative;
        right: 0;
        display: flex;
    }
    .footerLegales{
        flex-direction: column;
    }
    .divInfoFooterLegales{
        order: 2;
    }
    .linksRedes{
        order: 1;
        margin-bottom: 30px;
    }
    .conteiner-img-publicidad img{
        width: 90%;
        border-radius: 20px;
    }
}
@media (max-width: 370px) {
    .image {
        width: 80vw;   
        height: 80vw;  
        max-width: 100%;
        max-height: 100%; 
    }
    .conteiner-image{
        align-items: start;
    }
    .info{
        /* background-color: rgb(153, 51, 51); */
        width: 90%;
    }
    .text .bold-text2, .text .bold-text1{
        font-size: 30px;
    }
    .title-modal{
        font-size: 30px;
    }
    .pattern1 img{
        width: 80px;
        /* transform: translate(-40px, -230px); */
        top: 15%;
        opacity:0.4;
    }
    .pattern2 img{
        width: 100px;
        /* transform: translate(-150px, 80px); */
        top: 30%;
        transform: translateX(-140px);
        opacity:0.4;
    }
    .conteiner-modal-dialogo{
        width: 150px;
        /* height: ; */
    }
    .conteiner-img-publicidad img{
        width: 90%;
        border-radius: 10px;
    }
}