﻿/*XTRA-Small devices (landscape phones, 576px and up)*/
@media (min-width: 0px) and (max-width: 575.8px)
{
    @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
    * 
    {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html 
    {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        scroll-behavior: smooth;
    }

    body 
    {
        min-width: 100%;
        margin: 0;
    }

    header
    {
        display: flex; 
        height: 25vw;
        align-items: center;
        background-color: #F2F2F2;
    }

    #ContLogo, #ContMenu
    {
        flex: 1;
    }

    #ContLogo
    {
        text-align: center; 
    }

    #ContMenu
    {
        display: none;
    }

    #ContMenu2
    {
        z-index: +1;
        position: absolute;
        width: 100%;
        height: 60vw;
        margin-top: unset !important;
        top: 25vw;
        padding-top: 7vw;
        background-color: var(--color-azul);
        display: none;
        transition: background 300ms ease-out, color 300ms ease-out !important;
    }

    #ContMenu2.active
    {        
        transition: background 300ms ease-out, color 300ms ease-out !important;
        display: block !important;
    }


    .Logo 
    {
        height: 4vw;
        margin-left: 2vw;
    }

    #ContMenu > ul 
    {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 1.5rem;
    }

    #ContMenu2 > ul > li
    {
        list-style: none;
        padding: 3vw 0;
        text-align: center;
    }

    #ContMenu2 > ul > li > a
    {
        color: #FFF;
    }


    .OMenu1 
    {
        font-family: 'Comfortaa', cursive;
        font-size: 5.5vw;
        text-decoration: none;
        color: #585858;
        padding: 1.2vw 0;
    }

    .OMenu1:hover
    {
        font-family: 'Comfortaa', cursive;
        font-size: 5.5vw;
        text-decoration: none;
        color: var(--color-azulhover);
        padding: 1.2vw 0;
        transition: color 300ms ease-out;
    }

    #MenuMobile
    {       
       position: absolute;
       margin-left: 85.5%;
       width: 10.5%;
       display: block !important;
    }


    .MenuBtn
    {
        display: block !important;
        height: 10vw;
    }

    #Registrate 
    {
        color: var(--color-azul);
        padding: 0.8vw 1.5vw;
        border: 1px solid var(--color-azul);
        border-radius: 3px;
    }

    #Registrate:hover
    {
        color: #FFF;
        padding: 0.8vw 1.5vw;
        border: 1px solid var(--color-azulhover);
        background-color: var(--color-azulhover);
        border-radius: 3px;
        transition: color 300ms ease-out, background 300ms ease-out;
    }

    button
    {
        border-radius: 3px;
    }

    /*Primera sección*/
    .S1
    {
        height: 240vw;
        padding-bottom: 15vw;
    }

    #ContTexto
    {
        text-align: center;
        margin-top: 15vw;
    }

    #P1
    {
        font-family: 'Comfortaa', cursive;
        font-size: 6vw; 
        line-height: 7vw;
        color: var(--color-azul);
        width: 65%;
        margin: auto;
    }

    #P2
    {
        font-family: 'Montserrat', sans-serif;
        color: #B1B1B1;
        font-size: 5vw;
        line-height: 6vw;
        text-align: center;
        font-weight: 300;
        margin: auto;
        margin-top: 5vw;
        width: 80%;
        
    }

    #ContIconos
    {
        width: 90%;
        margin: auto;
        margin-top: 10vw;
        /*background-color: green;*/
        height: 250vw;
    }

    #ContIconos > div
    {
        display: flex;
        justify-content: unset !important;
    }

    #CI1
    {
        /*background-color: blue;*/
        display: flex;
        flex-wrap: wrap;
    }

    #CI2 
    {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5vw;
    }

    #ContIconos > div > a
    {
        text-align: center;
        justify-content: center;
        padding: 0;
        padding-top: 0.8vw;
        padding-bottom: 0.8vw;
        width: 50%;
        margin: auto;
        text-decoration: none;
        border-radius: 3px;
    }

    #Icos1, #Icos2
    {
        width: 45% !important;
    }

    #Icos3
    {
        width: 50% !important;
        margin-top: 10vw !important;
    }

    #Icos6
    {
        width: 50% !important;
        margin-top: 10vw !important;
    }

    #ContIconos > div > a > img
    {
        height: 13vw;
    }

    #ContIconos > div > a > p
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 4.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }


    #CBS
    {
        text-align:center;
    }

    #BtnMasServicios 
    {
        font-family: 'Comfortaa', cursive;
        color: var(--color-azul);
        padding: 3.5vw 2vw;
        border: 1px solid var(--color-azul);
        border-radius: 3px;
        background-color: #FFF;
        cursor: pointer;
        font-size: 4vw;
    }

    #BtnMasServicios:hover 
    {
        font-family: 'Comfortaa', cursive;
        color: #FFF;
        padding: 3.5vw 2vw;
        border: 1px solid var(--color-azulhover);
        border-radius: 3px;
        background-color: var(--color-azulhover);
        cursor: pointer;
        font-size: 4vw;
        transition: color 200ms ease-out, background 200ms ease-out;
    }

    /*Segunda sección*/
    #S2
    {
        height: 200vw;
        padding-top: 5vw;
    }


    #Titulo1
    {
        text-align: center;
    }

    #Titulo1 > p
    {
        font-family: 'Montserrat', sans-serif;
        line-height: 7vw;
        font-size: 5vw;
        font-weight: 300;
        color: #B1B1B1;
        width: 80%;
        margin: auto;
    }

    #Titulo2
    {
        text-align: center;
        margin-top: 10vw;
    }

    .Tit
    {
        font-family: 'Montserrat', sans-serif;
        font-size: 5vw;
        font-weight: 700;
        color: var(--color-azul);
    }

    .Parr
    {
        font-family: 'Montserrat', sans-serif;
        line-height: 6vw;
        font-size: 5vw;
        font-weight: 300;
        color: #B1B1B1;
    }

    #Titulo2 > div > p
    {
        width: 70%;
        margin:auto;
        margin-top: 3vw;
    }

    #ContIconos2 
    {
        width: 90%;
        margin:auto;
        margin-top: 10vw;
    }

    #CI21, #CI22
    {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    #CI21
    {
        display: flex;
        flex-wrap: wrap;
    }

    #CI21 > a
    {
        text-align: center;
        width: 50%;
        text-decoration: none;
    }

    #CI22 > a
    {
        text-align: center;
        width: 50% !important;
        text-decoration: none;
    }

    #Icos9
    {
        margin-top: 10vw;
    }

    #CI21 > a > p 
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 4.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }

    #CI22 > a > p
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 4.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }


    #CI22
    {
        width: 100%;
        margin:auto;
        margin-top: 5vw;
    }

    .Iconos
    {
        height: 13vw;
    }

    /*Tercera sección*/
    #S3
    {
        height: 220vw;
        padding-top: 2vw;
    }


    #Titulo3
    {
        text-align: center;
    }

    #Titulo3 > p
    {
        font-family: 'Montserrat', sans-serif;
        line-height: 2.3vw;
        font-size: 1.3vw;
        font-weight: 300;
        color: #B1B1B1;
        width: 45%;
        margin: auto;
    }

    #Titulo3 > div > p
    {
        width: 70%;
        margin:auto;
        margin-top: 3vw;
    }

    #ContIconos3 
    {
        width: 90%;
        margin:auto;
        margin-top: 10vw;
    }

    #CI31
    {
        width: 100%;
        display: flex;
        flex-wrap: wrap; 
    }
    #CI31 > a
    {
        text-align: center;
        width: 50%;
        text-decoration: none;
    }

    #Icos14
    {
        margin-top: 10vw;
    }


    #CI31 > a > p
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 4.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }

    #Titulo4
    {
        text-align: center;
        margin-top: 15vw;
    }

    #Titulo4 > p
    {
        font-family: 'Montserrat', sans-serif;
        line-height: 2.3vw;
        font-size: 1.3vw;
        font-weight: 300;
        color: #B1B1B1;
        width: 45%;
        margin: auto;
    }

    #Titulo4 > div > p
    {
        width: 70%;
        margin:auto;
        margin-top: 3vw;
    }

    #ContIconos4
    {
        width: 90%;
        margin:auto;
        margin-top: 3.5vw;
    }

    #CI41
    {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    #CI41 > a
    {
        text-align: center;
        width: 50%;
        text-decoration: none;
    }


    #CI41 > a > p
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 4.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }

    #Icos15
    {
        margin-top: 10vw !important;
    }

    /*Sección 4*/
    #S4
    {
        height: 227vw;
        padding-top: 2vw;
    }


    #Titulo5
    {
        text-align: center;
    }

    #Titulo5 > p
    {
        font-family: 'Montserrat', sans-serif;
        line-height: 2.3vw;
        font-size: 1.3vw;
        font-weight: 300;
        color: #B1B1B1;
        width: 35%;
        margin: auto;
    }


    #Titulo5 > div > p
    {
        width: 70%;
        margin: auto;
        margin-top: 1.5vw;
    }

    #ContIconos5 
    {
        width: 90%;
        margin:auto;
        margin-top: 10vw;
    }

    #CI51
    {
        width: 100%;
        display: flex;
        margin:auto;
        justify-content: space-around;
    }
    #CI51 > a
    {
        text-align: center;
        width: 50%;
        text-decoration: none;
    }


    #CI51 > a > p
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 4.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }

    #ContImgCasaParrf
    {
        text-align:center;
        margin-top: 8vw;
    }

    #CIC > Img
    {
        height: 50vw;
    }

    #CPF
    {
        text-align: center;
        margin-top: 5vw;
    }

    #CPF > p
    {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 4.5vw;
        line-height: 6vw;
        width: 70%;
        margin:auto;
        color: #B1B1B1;
    }

    #ContBotones
    {
        width: 80%;
        margin: auto;
        margin-top: 20vw;
        height: 5vw;
        justify-content: space-around

    }

    #ContBotones > div
    {
        height: 5vw;
        width: 62%;
        justify-content: space-around;
        margin: auto;
        text-align:center;
        display: flex;
        flex-direction: column;
    }

    .BtnMain
    {
        font-size: 4vw;
        padding: 3.5vw 1.4vw;
        font-family: 'Comfortaa', cursive;
        cursor: pointer;
    }


    #EF 
    {
        background-color: #FFF;
        color: var(--color-azul);
        border: 1px solid var(--color-azul);
    }

    #EF:hover
    {
        background-color: var(--color-azulhover);
        border: 1px solid var(--color-azulhover) !important;
        color: #FFF; 
        transition: background 300ms ease-out, color 300ms ease-out;
        font-size: 4vw;
        padding: 3.5vw 1.4vw;
        margin: 0;
        font-family: 'Comfortaa', cursive;
        border: none;
    }

    #CP 
    {
        padding: 3.5vw 13.5vw;
        margin-top: 2vw;
        background-color: var(--color-azul);
        color: #FFF;
        border: none;
        text-decoration: none;
    }

    #CP:hover
    {
        background-color: var(--color-azulhover);
        color: #FFF;
        transition: background 300ms ease-out, color 300ms ease-out;
        font-size: 4vw;
        padding: 3.5vw 13.5vw;
        font-family: 'Comfortaa', cursive;
        border: none;
    }

    footer
    {
        background-color: #F2F2F2 !important;
        height: 35vw !important;
        padding: 5vw 0 !important;
    }

    footer > div
    {
        align-items: center;
    }


    footer > div > ul
    {
        width: 80%;
        margin: auto;
        display: flex;
        height: 9vw;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
        list-style: none;
    }

    footer > div > ul > li
    {
        text-align: center;
    }

    footer > div > ul > li > a
    {
        display: none;
    }

    #QueOfrecemos2
    {
        color: #B1B1B1;
    }

    #ComoFunciona2
    {
        color: #B1B1B1;
    }

    #TC
    {
        display: block;
        color: #B1B1B1;
        font-size: 4vw;
    }

    #AvisoPrivacidad
    {
        display: block;
        color: #B1B1B1;
        font-size: 4vw;
    }

    /*Modal*/

    .modal-dialog {
        max-width: unset;
        width: 90%;
        margin: auto;
        margin-top: 10vw;
    }

    .modal-content {
        border-radius: 5px;
        border: 0px;
    }

    .modal-body {
        padding-bottom: 10vw;
    }

    .ContTitModal {
        text-align: center;
    }

    .TituloEnviarCorreo {
        font-size: 6vw;
        font-family: Comfortaa;
        color: var(--color-azul);
        font-weight: 500;
    }

    #Contformu2 {
        display: flex;
        width: 90%;
        flex-direction: column;
        margin: auto;
    }

    #Contformu2 label
    {
        font-size: 4.5vw;
    }

    .custom-alert {
        font-size: 3vw !important;
    }

    #ContBts {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        margin: auto;
        margin-top: 5vw;
    }

    .cancelar {
        padding: 1.2vw 0;
        border: 1px solid var(--color-azul);
        border-radius: 3px;
        font-family: Comfortaa;
        font-size: 4.5vw;
        color: var(--color-azul);
        margin-right: 0.2vw;
        flex: unset;
        width: 100%;
        text-align: center;
    }

        .cancelar:hover {
            background-color: var(--color-azulhover);
            border: 1px solid var(--color-azulhover);
            color: #FFF;
            transition: background-color 300ms ease-out, color 300ms ease-out, border 300ms ease-out;
        }

    .enviarCorreo {
        height: 11vw;
        flex: unset;
        width:100%;
        padding: 0 !important;
        font-family: Comfortaa;
        font-size: 4.5vw;
        background-color: var(--color-azul);
        color: #FFF;
        border: 0px;
        margin-left: 0.2vw;
        margin-top: 1.5vw;
    }

        .enviarCorreo:hover {
            background-color: var(--color-azulhover);
            color: #FFF;
            transition: background-color 300ms ease-out, color 300ms ease-out;
        }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 768px) 
{
    @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');

    * 
    {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html 
    {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        scroll-behavior: smooth;
    }

    body 
    {
        min-width: 100%;
        margin: 0;
    }

    header {
        display: flex;
        height: 20vw;
        align-items: center;
        background-color: #F2F2F2;
    }

    #ContLogo, #ContMenu
    {
        flex: 1;
    }

    #ContLogo
    {
        text-align: center; 
    }

    #ContMenu
    {
        display: none;
    }

    #ContMenu2
    {
        z-index: +1;
        position: absolute;
        width: 100%;
        height: 60vw;
        margin-top: 80vw;
        padding-top: 7vw;
        background-color: var(--color-azul);
        display: none;
        transition: background 300ms ease-out, color 300ms ease-out !important;
    }

    #ContMenu2.active
    {        
        transition: background 300ms ease-out, color 300ms ease-out !important;
        display: block !important;
    }


    .Logo 
    {
        height: 4vw;
        margin-left: 2vw;
    }

    #ContMenu > ul 
    {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 1.5rem;
    }

    #ContMenu2 > ul > li
    {
        list-style: none;
        padding: 3vw 0;
        text-align: center;
    }

    #ContMenu2 > ul > li > a
    {
        color: #FFF;
    }


    .OMenu1 
    {
        font-family: 'Comfortaa', cursive;
        font-size: 5vw;
        text-decoration: none;
        color: #585858;
        padding: 1.2vw 0;
    }

    .OMenu1:hover
    {
        font-family: 'Comfortaa', cursive;
        font-size: 5vw;
        text-decoration: none;
        color: var(--color-azulhover);
        padding: 1.2vw 0;
        transition: color 300ms ease-out;
    }

    #MenuMobile
    {       
       position: absolute;
       margin-left: 85.5%;
       width: 10.5%;
       display: block !important;
    }


    .MenuBtn
    {
        display: block !important;
        height: 8vw;
    }

    #Registrate 
    {
        color: var(--color-azul);
        padding: 0.8vw 1.5vw;
        border: 1px solid var(--color-azul);
        border-radius: 3px;
    }

    #Registrate:hover
    {
        color: #FFF;
        padding: 0.8vw 1.5vw;
        border: 1px solid var(--color-azulhover);
        background-color: var(--color-azulhover);
        border-radius: 3px;
        transition: color 300ms ease-out, background 300ms ease-out;
    }

    button
    {
        border-radius: 3px;
    }

    /*Primera sección*/
    .S1
    {
        height: 210vw;
        padding-bottom: 15vw;
    }

    #ContTexto
    {
        text-align: center;
        margin-top: 15vw;
    }

    #P1
    {
        font-family: 'Comfortaa', cursive;
        font-size: 5vw; 
        line-height: 7vw;
        color: var(--color-azul);
        width: 75%;
        margin: auto;
    }

    #P2
    {
        font-family: 'Montserrat', sans-serif;
        color: #B1B1B1;
        font-size: 4vw;
        line-height: 5vw;
        text-align: center;
        font-weight: 300;
        margin: auto;
        margin-top: 5vw;
        width: 65%;
        
    }

    #ContIconos
    {
        width: 90%;
        margin: auto;
        margin-top: 15vw;
        /*background-color: green;*/
        height: 250vw;
    }

    #ContIconos > div
    {
        display: flex;
        justify-content: unset !important;
    }

    #CI1
    {
        /*background-color: blue;*/
        display: flex;
        flex-wrap: wrap;
    }

    #CI2 
    {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10vw;
    }

    #ContIconos > div > a
    {
        text-align: center;
        justify-content: center;
        padding: 0;
        padding-top: 0.8vw;
        padding-bottom: 0.8vw;
        width: 50%;
        margin: auto;
        text-decoration: none;
        border-radius: 3px;
    }

    #Icos1, #Icos2
    {
        width: 45% !important;
    }

    #Icos3
    {
        width: 50% !important;
        margin-top: 10vw !important;
    }

    #Icos6
    {
        width: 50% !important;
        margin-top: 10vw !important;
    }

    #ContIconos > div > a > img
    {
        height: 10vw;
    }

    #ContIconos > div > a > p
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 3.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }


    #CBS
    {
        text-align:center;
    }

    #BtnMasServicios 
    {
        font-family: 'Comfortaa', cursive;
        color: var(--color-azul);
        padding: 3.5vw 2vw;
        border: 1px solid var(--color-azul);
        border-radius: 3px;
        background-color: #FFF;
        cursor: pointer;
        font-size: 3vw;
    }

    #BtnMasServicios:hover
    {
        font-family: 'Comfortaa', cursive;
        color: #FFF;
        padding: 3.5vw 2vw;
        border: 1px solid var(--color-azulhover);
        border-radius: 3px;
        background-color: var(--color-azulhover);
        cursor: pointer;
        font-size: 3vw;
        transition: color 200ms ease-out, background 200ms ease-out;
    }

    /*Segunda sección*/
    #S2
    {
        height: 155vw;
        padding-top: 5vw;
    }


    #Titulo1
    {
        text-align: center;
    }

    #Titulo1 > p
    {
        font-family: 'Montserrat', sans-serif;
        line-height: 5vw;
        font-size: 4vw;
        font-weight: 300;
        color: #B1B1B1;
        width: 65%;
        margin: auto;
    }

    #Titulo2
    {
        text-align: center;
        margin-top: 10vw;
    }

    .Tit
    {
        font-family: 'Montserrat', sans-serif;
        font-size: 4vw;
        font-weight: 700;
        color: var(--color-azul);
    }

    .Parr
    {
        font-family: 'Montserrat', sans-serif;
        line-height: 5vw;
        font-size: 4vw;
        font-weight: 300;
        color: #B1B1B1;
    }

    #Titulo2 > div > p
    {
        width: 70%;
        margin:auto;
        margin-top: 3vw;
    }

    #ContIconos2 
    {
        width: 90%;
        margin:auto;
        margin-top: 10vw;
    }

    #CI21, #CI22
    {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    #CI21
    {
        display: flex;
        flex-wrap: wrap;
    }

    #CI21 > a
    {
        text-align: center;
        width: 50%;
        text-decoration: none;
    }

    #CI22 > a
    {
        text-align: center;
        width: 50% !important;
        text-decoration: none;
    }

    #Icos9
    {
        margin-top: 10vw;
    }

    #CI21 > a > p 
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 3.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }

    #CI22 > a > p
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 3.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }


    #CI22
    {
        width: 100%;
        margin:auto;
        margin-top: 5vw;
    }

    .Iconos
    {
        height: 10vw;
    }

    /*Tercera sección*/
    #S3
    {
        height: 170vw;
        padding-top: 2vw;
    }


    #Titulo3
    {
        text-align: center;
    }

    #Titulo3 > p
    {
        font-family: 'Montserrat', sans-serif;
        line-height: 2.3vw;
        font-size: 1.3vw;
        font-weight: 300;
        color: #B1B1B1;
        width: 45%;
        margin: auto;
    }

    #Titulo3 > div > p
    {
        width: 70%;
        margin:auto;
        margin-top: 3vw;
    }

    #ContIconos3 
    {
        width: 90%;
        margin:auto;
        margin-top: 10vw;
    }

    #CI31
    {
        width: 100%;
        display: flex;
        flex-wrap: wrap; 
    }
    #CI31 > a
    {
        text-align: center;
        width: 50%;
        text-decoration: none;
    }

    #Icos14
    {
        margin-top: 10vw;
    }


    #CI31 > a > p
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 3.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }

    #Titulo4
    {
        text-align: center;
        margin-top: 15vw;
    }

    #Titulo4 > p
    {
        font-family: 'Montserrat', sans-serif;
        line-height: 2.3vw;
        font-size: 1.3vw;
        font-weight: 300;
        color: #B1B1B1;
        width: 45%;
        margin: auto;
    }

    #Titulo4 > div > p
    {
        width: 70%;
        margin:auto;
        margin-top: 3vw;
    }

    #ContIconos4
    {
        width: 90%;
        margin:auto;
        margin-top: 3.5vw;
    }

    #CI41
    {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    #CI41 > a
    {
        text-align: center;
        width: 50%;
        text-decoration: none;
    }


    #CI41 > a > p
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 3.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }

    #Icos15
    {
        margin-top: 10vw !important;
    }

    /*Sección 4*/
    #S4
    {
        height: 170vw;
        padding-top: 2vw;
    }


    #Titulo5
    {
        text-align: center;
    }

    #Titulo5 > p
    {
        font-family: 'Montserrat', sans-serif;
        line-height: 2.3vw;
        font-size: 1.3vw;
        font-weight: 300;
        color: #B1B1B1;
        width: 35%;
        margin: auto;
    }


    #Titulo5 > div > p
    {
        width: 70%;
        margin: auto;
        margin-top: 1.5vw;
    }

    #ContIconos5 
    {
        width: 90%;
        margin:auto;
        margin-top: 10vw;
    }

    #CI51
    {
        width: 100%;
        display: flex;
        margin:auto;
        justify-content: space-around;
    }
    #CI51 > a
    {
        text-align: center;
        width: 50%;
        text-decoration: none;
    }


    #CI51 > a > p
    {
        width: 70%;
        margin: auto;
        font-family: 'Comfortaa', cursive;
        font-size: 3.5vw;
        color: var(--color-azul);
        margin-top: 0.5vw;
    }

    #ContImgCasaParrf
    {
        text-align:center;
        margin-top: 10vw;
    }

    #CIC > Img
    {
        height: 45vw;
    }

    #CPF
    {
        text-align: center;
        margin-top: 5vw;
    }

    #CPF > p
    {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 3.5vw;
        line-height: 5vw;
        width: 70%;
        margin:auto;
        color: #B1B1B1;
    }

    #ContBotones
    {
        width: 80%;
        margin: auto;
        margin-top: 15vw;
        height: 5vw;
        justify-content: space-around

    }

    #ContBotones > div
    {
        height: 5vw;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: auto;
        text-align:center;
    }

    .BtnMain
    {
        font-size: 3vw;
        padding: 3.5vw 1.4vw;
        font-family: 'Comfortaa', cursive;
        cursor: pointer;
    }


    #EF 
    {
        background-color: #FFF;
        color: var(--color-azul);
        border: 1.5px solid var(--color-azul);
    }

    #EF:hover
    {
        background-color: var(--color-azulhover);
        border: 1.5px solid var(--color-azulhover) !important;
        color: #FFF; 
        transition: background 300ms ease-out, color 300ms ease-out;
        font-size: 3vw;
        padding: 3.5vw 1.4vw;
        margin: 0;
        font-family: 'Comfortaa', cursive;
        border: none;
    }

    #CP 
    {
        padding: 3.7vw 10.5vw;
        margin-top: 2vw;
        background-color: var(--color-azul);
        text-decoration: none;
        color: #FFF;
        border: none;
    }

    #CP:hover
    {
        background-color: var(--color-azulhover);
        color: #FFF;
        transition: background 300ms ease-out, color 300ms ease-out;
        font-size: 3vw;
        padding: 3.7vw 10.5vw;
        font-family: 'Comfortaa', cursive;
        border: none;
    }

    footer
    {
        background-color: #F2F2F2;
        height: 20vw;
        padding-top: 5.5vw;
        text-align: center;
    }

    footer > div
    {
        align-items: center;
    }


    footer > div > ul
    {
        width: 80%;
        margin: auto;
        display: flex;
        height: 9vw;
        align-items: center;
        justify-content: space-around;
        list-style: none;
    }

    footer > div > ul > li
    {
        text-align: center;
    }

    footer > div > ul > li > a
    {
        display: none;
    }

    #QueOfrecemos2
    {
        color: #B1B1B1;
    }

    #ComoFunciona2
    {
        color: #B1B1B1;
    }

    #TC
    {
        display: block;
        color: #B1B1B1;
        font-size: 3vw;
        width: 50%;
    }

    #AvisoPrivacidad
    {
        display: block;
        color: #B1B1B1;
        font-size: 3vw;
        width: 45%;
    }

    /*Modal*/

    .modal-dialog {
        max-width: unset;
        width: 85%;
        margin: auto;
        margin-top:7vw;
    }

    .modal-content {
        border-radius: 5px;
        border: 0px;
    }

    .modal-body {
        padding-bottom: 7vw;
    }

    .ContTitModal {
        text-align: center;
        margin-top: 2vw;
    }

    .TituloEnviarCorreo {
        font-size: 5vw;
        font-family: Comfortaa;
        color: var(--color-azul);
        font-weight: 500;
    }

    #Contformu2 {
        display: flex;
        width: 85%;
        flex-direction: column;
        margin: auto;
        margin-top: 3vw;
    }

        #Contformu2 label {
            font-size: 3.5vw;
        }

    .custom-alert {
        font-size: 3vw !important;
    }

    #ContBts {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 85%;
        margin: auto;
        margin-top: 3vw;
    }

    .cancelar {
        padding: 1vw 0;
        border: 1px solid var(--color-azul);
        border-radius: 3px;
        font-family: Comfortaa;
        font-size: 3.5vw;
        color: var(--color-azul);
        margin-right: 0.2vw;
        flex: unset;
        width: 100%;
        text-align: center;
    }

        .cancelar:hover {
            background-color: var(--color-azulhover);
            border: 1px solid var(--color-azulhover);
            color: #FFF;
            transition: background-color 300ms ease-out, color 300ms ease-out, border 300ms ease-out;
        }

    .enviarCorreo {
        height: 8vw;
        flex: unset;
        width: 100%;
        padding: 0 !important;
        font-family: Comfortaa;
        font-size: 3.5vw;
        background-color: var(--color-azul);
        color: #FFF;
        border: 0px;
        margin-left: 0.2vw;
        margin-top: 1.5vw;
    }

        .enviarCorreo:hover {
            background-color: var(--color-azulhover);
            color: #FFF;
            transition: background-color 300ms ease-out, color 300ms ease-out;
        }

}