@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

html, body {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}
a {
    text-decoration: none;
    color: black;
}
/* Desktop */
@media only screen and (min-width: 1024px) {
    .movil {
        display: none;
    }
    header {
        display: flex;
        height: 7vh;
        align-items: center;
        padding-inline: 5vw;
    }

    header > h1 {
        text-align: center;
    }

    header > nav {
        display: flex;
        align-items: center;
        justify-content: right;
        margin-left: auto;
    }

    header ul {
        display: flex;
        list-style: none;
        flex-direction: row;
    }
    header li {
        margin-inline: 1vw;
    }

    .whoweare {
        height: 93vh;
        justify-content: center;
        display: flex;

    }

    .whoweare > div {
        width: 93%;
        height: 86vh;
        background-color: #c9c9c9;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-inline: 5vw;
    }

    .whoweare > div > img {
        width: 40vw;
        
    }

    .text_whoweare {
        width: 50vw;
        height: max-content;
    }

    .text_whoweare > h2 {
        font-size: 2rem;
    }

    .text_whoweare > p {
        padding-block: 2vh;
        font-size: 2vw;
    }

    .first {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .first > img {
        position: relative;
        bottom: 5vh;
        height: 35vh;
    }

    .variedadmovil {
        display: none;
    }

    .first > div {
        width: 35vw;
        height: 43vh;
        background-color: #c9c9c9;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-inline: 2vw;
    }

    .first > div > h2 {
        font-size: 2.3vw;
        text-align: center;
    }

    .first > div > p {
        font-size: 1.3vw;
        width: 100%;
        text-align: center;
        padding-block: 1.2vh;
    }

    .punterouno {
        position: absolute;
        height: 60vh;
        transition: 1s;
        bottom: -92vh;
        left: 49vw;
        rotate: 40deg;
    }

    .divuno {
        display: flex;
        position: relative;
        top: 10vh;
        right: 25vw;
    }

    .divdos {
        display: flex;
        position: relative;
        top: -5vh;
        right: -25vw;
    }

    .punterodos {
        position: absolute;
        height: 40vh;
        transition: 1s;
        bottom: -137vh;
        left: 32vw;
        rotate: -10deg;
    }

    .divtres {
        display: flex;
        position: relative;
        top: 5vh;
        right: 25vw;
    }
    .punterotres {
        position: absolute;
        height: 40vh;
        transition: 1s;
        bottom: -186vh;
        left: 43vw;
        rotate: 10deg;
    }

    .contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 200vh;
    }

    .contact > div:nth-child(1) {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-block: 5vh;
    }

    .contact > div:nth-child(1) > h2 {
        font-size: 2.5rem;
        padding-bottom: 2vh;
    }

    .contact > div:nth-child(1) > p {
        font-size: 1.5rem;
        width: 60vw;
        text-align: center;
    }

    .secciones {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw;
    }
    .secciones > div {
        width: 40vw;
        height: 70vh;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);

    }

 



    .secciones_whatsapp {
        border: solid 2px rgb(163, 255, 163);
        justify-items: center;

    }

    .secciones_whatsapp > div:nth-child(1) {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 4vh;
        margin-bottom: 6vh;

     }


    .secciones_whatsapp > div:nth-child(1) > h2 {
        display: flex;
        text-align: center;
        align-items: center;    
        font-size: 2rem;
    }

    .secciones_whatsapp > div:nth-child(1) > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4vw;
        height: 8vh;
        margin-inline: 1vw;
        background-color: rgb(34, 197, 94);
        border-radius: 100px;
    }
   .secciones_whatsapp > div:nth-child(1) > div > i {
        font-size: 2.2vw;
        color: white;

    } 

    .secciones_whatsapp > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

   .secciones_whatsapp > div:nth-child(2) > p:nth-child(1) {
        width: 90%;
        color: #424242;
        font-size: 1.3vw;
        padding-bottom: 2vh;
    }

    .secciones_whatsapp > div:nth-child(2) > p:nth-child(2) {
        width: 40vw;
        color: #222222;
        font-size: 1.3vw;
        padding-bottom: 2vh;
    }

    .parent {
        margin-top: 5vh;
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: min-content;
        gap: 5vh;
        width: 90%;
        height: 22%;
    }
        
    .div1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-inline: 8vw;
        grid-column: span 2 / span 2;
        width: 100%;
        height: 7vh;
        background-color: rgb(34, 197, 94);
        color: white;
        border-radius: 10px;        

    }

    .div1 > i {
        font-size: 2rem;
        margin: auto;
    }
    .div1 > h2 {
        font-size: 1.5vw;
    }
    
    .div2 {
        grid-column-start: 2;
        grid-row-start: 2;
    }
    
    .div3 {
        grid-column-start: 1;
        grid-row-start: 2;
    }

    .div2, .div3 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 6vh;
        background-color: rgb(255, 255, 255);
        border: solid 1px rgb(34, 197, 94);
        color: rgb(34, 197, 94);
        border-radius: 10px;
    
 }

 .infos {
    background-color: #f3f3f3;
    border: solid 1px rgb(65, 65, 65);
    padding: 1vw;
    display: flex;
    flex-direction: column;
    
}



 .formas {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: min-content;
    margin-top: 2vh;
    gap: 3vh;

 }

 .formas > div {
    width: 100%;
    height: 7vh;
    display: flex;
 }

 .formas > div > div {
     margin-left: 1vw;
 }

 .formas > div > div > h3 {
    color: rgb(19, 19, 19);
    font-weight: 500;
}

 .formas > div:nth-child(4) {
    height: 28vh;

 }
 
.prefix {
    font-weight: 600;
}

.horario {
    line-height: 1.3;
}

.horario span {
    font-weight: 600;
}

.formas  p {
    font-size: 1.1vw;
}

 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4vw;          /* Tamaño del fondo */
    height: 8vh;
    border-radius: 10px;
    background-color: green;
    color: white;
    font-size: 1.8rem;    
    text-shadow: 0 0 4px currentColor;
}

.geo {
    background-color: #a0c9ff; 
    color: #2563EB;
}

.tel {
    background-color: #7affa8; 
    color: #16A34A;
}

.env {
    background-color: #dbb8ff; 
    color: #9333EA;
}

.clo {
    background-color: #ffd298; 
    color: #EA5A0F;
}


}
            

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .pc {
        display: none;
    }
    
header {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;

}

.logoheader{
    font-size: 7vw;
    width: 55vw;
    
}

.abrirmenu, .cerrarmenu{
    display: block;
    font-size: 2rem;
    border: 0;
    background-color: transparent;
    color: black;
    cursor: pointer;
 } 

 .cerrarmenu{
    color: white;
 }
 .nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2rem;
    position: fixed;
    top: 0;
    right: 0;
    padding: 2rem 2rem;
    height: 100vh;
    z-index: 1;
    background-color: rgb(27, 27, 27);
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
    pointer-events: none;
    
} 
    
.nav.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s;
    pointer-events: auto;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 1.3rem;
    font-size: 1.2rem;
    flex-direction: column;
    align-items: center;
    
}

.nav-list > div{
    display: flex;
}
.nav-list > div > li > a > i {
    font-size: 2rem;
    padding: 2vw;

}

.nav-list a{
    color: white;

}













    .whoweare {
        height: 93vh;
        justify-content: center;
        display: flex;
    }

    .whoweare > div {
        width: 90%;
        height: 86vh;
        background-color: #c9c9c9;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-inline: 10vw;
    }

    .whoweare > div > img {
        height: 30vh;
    }

    .text_whoweare {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80vw;
        height: 20vh;
    }

    .text_whoweare > h2 {
        font-size: 2rem;
    }

    .text_whoweare > p {
        text-align: center;
        padding-block: 2vh;
        font-size: 1.4rem;
    }

    .first {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .variedadpc {
        display: none;
    }

    .first > img {
        position: relative;
        bottom: 5vh;
        width: 100vw;
    }

    .first > div {
        width: 85vw;
        height: 40vh;
        background-color: #c9c9c9;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-inline: 2vw;
    }

    .first > div > h2 {
        font-size: 1.5rem;
    }

    .first > div > p {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
        padding-block: 1vh;
    }
    .divuno {
        display: flex;
        position: relative;
        top: 10vh;
    }
    .punterouno {
        display: none;

        position: absolute;
        height: 20vh;
        transition: 1s;
        bottom: -92vh;
        left: 49vw;
        rotate: 40deg;
    }

    .divdos {
        display: flex;
        position: relative;
        top: -5vh;
    }

    .punterodos {
        display: none;

        position: absolute;
        height: 40vh;
        transition: 1s;
        bottom: -134vh;
        left: 32vw;
        rotate: -10deg;
    }

    .divtres {
        display: flex;
        position: relative;
        top: 5vh;
    }
    .punterotres {
        display: none;
        position: absolute;
        height: 40vh;
        transition: 1s;
        bottom: -186vh;
        left: 43vw;
        rotate: 10deg;
    }


    .contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 200vh;
    }

    .contact > div:nth-child(1) {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-block: 5vh;
    }

    .contact > div:nth-child(1) > h2 {
        font-size: 2.5rem;
        padding-bottom: 2vh;
    }

    .contact > div:nth-child(1) > p {
        font-size: 1.5rem;
        width: 80vw;
        text-align: center;
    }

    .secciones {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
    }
    .secciones > div {
        width: 90vw;
        height: 90vh;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);

    }

    .secciones > div:nth-child(2) {
        height: 90vh;

    }
    

 



    .secciones_whatsapp {
        border: solid 2px rgb(163, 255, 163);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;

    }

    .secciones_whatsapp > div:nth-child(1) {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 4vh;
        margin-bottom: 6vh;
        margin-inline: 5vw;


     }


    .secciones_whatsapp > div:nth-child(1) > h2 {
        display: flex;
        text-align: center;
        align-items: center;    
        font-size:1.8rem;
    }

    .secciones_whatsapp > div:nth-child(1) > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4.5rem;
        height: 3.5rem;
        background-color: rgb(34, 197, 94); 
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
        transition: transform 0.2s ease; 
    }
    
    .secciones_whatsapp > div:nth-child(1) > div:hover {
        transform: scale(1.05); 
    }
    
    .secciones_whatsapp > div:nth-child(1) > div > i {
        font-size: 1.6rem;
        color: white;
    }
    

    .secciones_whatsapp > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

   .secciones_whatsapp > div:nth-child(2) > p:nth-child(1) {
        width: 90%;
        color: #424242;
        font-size: 4.5vw;
        padding-bottom: 2vh;
    }

    .secciones_whatsapp > div:nth-child(2) > p:nth-child(2) {
        width: 70vw;
        color: #222222;
        font-size: 3vw;
        padding-bottom: 2vh;
    }

    .parent {
        margin-top: 5vh;
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: min-content;
        gap: 5vh;
        width: 90%;
        height: 22%;
    }
        
    .div1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-inline: 8vw;
        grid-column: span 2 / span 2;
        width: 100%;
        height: 10vh;
        background-color: rgb(34, 197, 94);
        color: white;
        border-radius: 10px;        

    }

    .div1 > i {
        font-size: 2rem;
        margin: auto;
    }
    .div1 > h2 {
        font-size: 4vw;
    }
    
    .div2 {
        grid-column-start: 2;
        grid-row-start: 2;
    }
    
    .div3 {
        grid-column-start: 1;
        grid-row-start: 2;
    }

    .div2, .div3 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 6vh;
        font-size: 3vw;
        background-color: rgb(255, 255, 255);
        border: solid 1px rgb(34, 197, 94);
        color: rgb(34, 197, 94);
        border-radius: 10px;
    
 }

 .infos {
    background-color: #f3f3f3;
    border: solid 1px rgb(65, 65, 65);
    padding: 5vw;
    display: flex;
    flex-direction: column;
    
    }

    




 .formas {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: min-content;
    margin-top: 2vh;
    gap: 6vh;

 }

 .formas > div {
    width: 100%;
    height: 7vh;
    display: flex;
 }

 .formas > div > div {
     margin-left: 1vw;
 }

 .formas > div > div > h3 {
    color: rgb(19, 19, 19);
    font-weight: 500;
}

 .formas > div:nth-child(4) {
    height: 28vh;

 }
 
.prefix {
    font-weight: 600;
}



.horario {
    line-height: 1.3;
}

.horario span {
    font-weight: 600;
}

.formas h3{
    font-size: 3vw;
}

.formas  p {
    font-size: 2.2vw;
}

 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16vw;          /* Tamaño del fondo */
    height: 8vh;
    border-radius: 10px;
    background-color: green;
    color: white;
    font-size: 1.8rem;    
    text-shadow: 0 0 4px currentColor;
}

.geo {
    background-color: #a0c9ff; 
    color: #2563EB;
}

.tel {
    background-color: #7affa8; 
    color: #16A34A;
}

.env {
    background-color: #dbb8ff; 
    color: #9333EA;
}

.clo {
    background-color: #ffd298; 
    color: #EA5A0F;
}
    
}
/* Movil */
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    
header {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;

}

.logoheader{
    font-size: 7vw;
    width: 55vw;
    
}

.abrirmenu, .cerrarmenu{
    display: block;
    font-size: 2rem;
    border: 0;
    background-color: transparent;
    color: black;
    cursor: pointer;
 } 

 .cerrarmenu{
    color: white;
 }
 .nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2rem;
    position: fixed;
    top: 0;
    right: 0;
    padding: 2rem 2rem;
    height: 100vh;
    z-index: 1;
    background-color: rgb(27, 27, 27);
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
    pointer-events: none;
    
} 
    
.nav.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s;
    pointer-events: auto;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 1.3rem;
    font-size: 1.2rem;
    flex-direction: column;
    align-items: center;
    
}

.nav-list > div{
    display: flex;
}
.nav-list > div > li > a > i {
    font-size: 2rem;
    padding: 2vw;

}

.nav-list a{
    color: white;

}













    .whoweare {
        height: 93vh;
        justify-content: center;
        display: flex;
    }

    .whoweare > div {
        width: 90%;
        height: 86vh;
        background-color: #c9c9c9;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-inline: 10vw;
    }

    .whoweare > div > img {
        height: 30vh;
    }

    .text_whoweare {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80vw;
        height: 20vh;
    }

    .text_whoweare > h2 {
        font-size: 2rem;
    }

    .text_whoweare > p {
        text-align: center;
        padding-block: 2vh;
        font-size: 1.4rem;
    }

    .first {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .variedadpc {
        display: none;
    }

    .first > img {
        position: relative;
        bottom: 5vh;
        width: 100vw;
    }

    .first > div {
        width: 85vw;
        height: 40vh;
        background-color: #c9c9c9;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-inline: 2vw;
    }

    .first > div > h2 {
        font-size: 1.5rem;
    }

    .first > div > p {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
        padding-block: 1vh;
    }
    .divuno {
        display: flex;
        position: relative;
        top: 10vh;
    }
    .punterouno {
        display: none;

        position: absolute;
        height: 20vh;
        transition: 1s;
        bottom: -92vh;
        left: 49vw;
        rotate: 40deg;
    }

    .divdos {
        display: flex;
        position: relative;
        top: -5vh;
    }

    .punterodos {
        display: none;

        position: absolute;
        height: 40vh;
        transition: 1s;
        bottom: -134vh;
        left: 32vw;
        rotate: -10deg;
    }

    .divtres {
        display: flex;
        position: relative;
        top: 5vh;
    }
    .punterotres {
        display: none;
        position: absolute;
        height: 40vh;
        transition: 1s;
        bottom: -186vh;
        left: 43vw;
        rotate: 10deg;
    }


    .contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 200vh;
    }

    .contact > div:nth-child(1) {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-block: 5vh;
    }

    .contact > div:nth-child(1) > h2 {
        font-size: 2.5rem;
        padding-bottom: 2vh;
    }

    .contact > div:nth-child(1) > p {
        font-size: 1.5rem;
        width: 80vw;
        text-align: center;
    }

    .secciones {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
    }
    .secciones > div {
        width: 90vw;
        height: 90vh;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);

    }

    .secciones > div:nth-child(2) {
        height: 90vh;

    }
    

 



    .secciones_whatsapp {
        border: solid 2px rgb(163, 255, 163);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;

    }

    .secciones_whatsapp > div:nth-child(1) {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 4vh;
        margin-bottom: 6vh;
        margin-inline: 5vw;


     }


    .secciones_whatsapp > div:nth-child(1) > h2 {
        display: flex;
        text-align: center;
        align-items: center;    
        font-size:1.8rem;
    }

    .secciones_whatsapp > div:nth-child(1) > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4.5rem;
        height: 3.5rem;
        background-color: rgb(34, 197, 94); 
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
        transition: transform 0.2s ease; 
    }
    
    .secciones_whatsapp > div:nth-child(1) > div:hover {
        transform: scale(1.05); 
    }
    
    .secciones_whatsapp > div:nth-child(1) > div > i {
        font-size: 1.8rem;
        color: white;
    }
    

    .secciones_whatsapp > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

   .secciones_whatsapp > div:nth-child(2) > p:nth-child(1) {
        width: 90%;
        color: #424242;
        font-size: 5.5vw;
        padding-bottom: 2vh;
    }

    .secciones_whatsapp > div:nth-child(2) > p:nth-child(2) {
        width: 70vw;
        color: #222222;
        font-size: 4vw;
        padding-bottom: 2vh;
    }

    .parent {
        margin-top: 5vh;
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: min-content;
        gap: 5vh;
        width: 90%;
        height: 22%;
    }
        
    .div1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-inline: 8vw;
        grid-column: span 2 / span 2;
        width: 100%;
        height: 7vh;
        background-color: rgb(34, 197, 94);
        color: white;
        border-radius: 10px;        

    }

    .div1 > i {
        font-size: 2rem;
        margin: auto;
    }
    .div1 > h2 {
        font-size: 4.5vw;
    }
    
    .div2 {
        grid-column-start: 2;
        grid-row-start: 2;
    }
    
    .div3 {
        grid-column-start: 1;
        grid-row-start: 2;
    }

    .div2, .div3 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 6vh;
        font-size: 3vw;
        background-color: rgb(255, 255, 255);
        border: solid 1px rgb(34, 197, 94);
        color: rgb(34, 197, 94);
        border-radius: 10px;
    
 }

 .infos {
    background-color: #f3f3f3;
    border: solid 1px rgb(65, 65, 65);
    padding: 5vw;
    display: flex;
    flex-direction: column;
    
    }

    




 .formas {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: min-content;
    margin-top: 2vh;
    gap: 6vh;

 }

 .formas > div {
    width: 100%;
    height: 7vh;
    display: flex;
 }

 .formas > div > div {
     margin-left: 1vw;
 }

 .formas > div > div > h3 {
    color: rgb(19, 19, 19);
    font-weight: 500;
}

 .formas > div:nth-child(4) {
    height: 28vh;

 }
 
.prefix {
    font-weight: 600;
}



.horario {
    line-height: 1.3;
}

.horario span {
    font-weight: 600;
}

.formas h3{
    font-size: 4vw;
}

.formas  p {
    font-size: 2.5vw;
}

 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16vw;          /* Tamaño del fondo */
    height: 8vh;
    border-radius: 10px;
    background-color: green;
    color: white;
    font-size: 1.8rem;    
    text-shadow: 0 0 4px currentColor;
}

.geo {
    background-color: #a0c9ff; 
    color: #2563EB;
}

.tel {
    background-color: #7affa8; 
    color: #16A34A;
}

.env {
    background-color: #dbb8ff; 
    color: #9333EA;
}

.clo {
    background-color: #ffd298; 
    color: #EA5A0F;
}
}
    
