@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

:root {
    --color-naranja-1: #f99961;
    --color-rojo-1:#e5064d;
    --color-rojo-2: #b72534;
    --color-rosa-1: #ef6391;
    --color-bg-nar-nat: #f48264;
    --color-bg-nar-nat-2: #fd5e33;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

#backToTopBtn {
    display: none; /* Oculto por defecto */
    position: fixed; /* Fijo en la ventana */
    bottom: 15px; /* Posición desde el fondo */
    right: 15px; /* Posición desde la derecha */
    z-index: 50; /* Asegúrate de que esté en frente */
    width: 50px; /* Ancho del botón */
    height: 50px; /* Altura del botón */
    border: none; /* Sin borde */
    outline: none; /* Sin contorno */
    background-color: #5050507b; /* Color de fondo */
    color: white; /* Color del texto */
    cursor: pointer; /* Cursor de puntero */
    border-radius: 50%; /* Bordes redondeados para hacerlo circular */
    display: flex; /* Flexbox para centrar el contenido */
    align-items: center; /* Centrar verticalmente */
    justify-content: center; /* Centrar horizontalmente */
    padding-top: 8px;
}

#backToTopBtn:hover {
    background-color: #8b8b8b; /* Cambio de color al pasar el ratón */
}

#backToTopBtn::before {
    content: ""; /* Contenido vacío */
    border: solid white; /* Bordes sólidos blancos */
    border-width: 0 4px 4px 0; /* Ajuste de los bordes para crear la flecha */
    display: inline-block; /* Mostrar en línea */
    padding: 8px; /* Tamaño de la flecha */
    transform: rotate(-135deg); /* Rotar para crear la flecha */
    -webkit-transform: rotate(-135deg); /* Rotar para Safari */
}


.cl-white {
    color: white;
}

.bg-red {
    background-color: #d65b6e;
}

.mg-bot-10 {
    margin-bottom: 10px;
}

.mg-l-16 {
    margin-left: 16px;
}

/* estilos de banner */

    .cont-bann {
    width: 100%;
    height: 60vh;
    background-image: url(../img/header-nat.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    }

/* estilos de seccion 1 */

    .txt-cent {
        text-align: center;
    }

    .sect-princ {
        width: 100%;
        height: auto;
        padding: 40px 0 0 0;
        margin: 0;
    }

    .sect-princ-2 {
        width: 100%;
        height: auto;
        padding: 40px 0;
        margin: 0;
    }

    .cont-princ {
        width: 90%;
        max-width: 1200px;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    h1 {
        font-size: 36px;
        font-weight: 600;
        text-align: center;
        margin: 0 0 16px 0;
    }

    .txt-fsn-16 {
        font-size: 16px;
        font-weight: 400;
        
    }

    .txt-fsn-18 {
        font-size: 18px;
        font-weight: 400;
    }

    h2 {
        font-size: 30px;
        font-weight: 600;
    }

    /* estilos de contenedores de color */

    .cont-rd-pc {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 30px 0 0 0;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: stretch;
    }
    
    .sc-red {
        width: 50%;
        max-width: 600px;
        height: auto;
        padding: 0;
        margin: 0;
        background-color: #d65b6e;
    }

    .sc-peach {
        width: 50%;
        max-width: 600px;
        height: auto;
        padding: 16px;
        margin: 0;
        background-color: #f8d7c8;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
    }

    .sc-red div {
        padding: 16px;
    }

    .sc-red img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    .txt-lg-26 {
        font-size: 26px;
        font-weight: 600;
    }

    .txt-fsw-18 {
        font-size: 18px;
        font-weight: 500;
    }

    .ln-1-4 {
        line-height: 1.6;
    }


    /* seccion 2 */

    .sc-yellow {
        width: 50%;
        max-width: 600px;
        height: auto;
        padding: 0;
        margin: 0;
        background-color: #f3b938;
    }

    .sc-yellow div {
        padding: 16px;
    }

    .sc-yellow img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    .sc-bg {
        width: 50%;
        max-width: 600px;
        height: auto;
        padding: 16px;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
    }

    /* seccion 3*/

    .cont-insc {
        width: 100%;
        height: auto;
        padding: 16px;
        margin: 0 0 16px 0;
        text-align: center;
        background-color: #f8d7c8;
        border-left: 5px solid #bf2139 ;
    }

    .txt-wa-1 {
        font-size: 22px;
        font-weight: 600;
    }

    .txt-wa-2 {
        font-size: 18px;
        font-weight: 500;
    }

    .btn-whats {
        display: block;
        width: fit-content;
        font-size: 20px;
        font-weight: 500;
        padding: 12px 24px;
        border-radius: 32px;
        background-color: green;
        color: white;
        text-decoration: none;
        text-align: center;

    }

     .btn-whats i {
        font-size: 22px;
    }

    .cont-form {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }


    /* estilos de footer */

    footer {
        padding: 30px 16px;
    }

    .txt-footer {
        font-size: 14px;
        font-weight: 400;
        color: #4b4b4b;
        text-align: center;
    }
    

    .txt-footer a {
        text-decoration: none;
        color: #4b4b4b;
    }
    

    @media(max-width: 799px) {
    
        /* estilos de banner */

        .cont-bann {
            height: 30vh;
        }

        /* estilos de seccion 1 */

        .sect-princ {
            width: 100%;
            height: auto;
            padding: 30px 0 0 0;
            margin: 0;
        }

        .sect-princ-2 {
            width: 100%;
            height: auto;
            padding: 30px 0;
            margin: 0;
        }

        h1 {
            font-size: 28px;
        }

        .txt-fsn-16 {
            font-size: 15px;
            
        }

        .txt-fsn-18 {
            font-size: 16px;
        }

        h2 {
            font-size: 22px;
        }

    /* estilos de contenedores de color */

        .cont-rd-pc {
            width: 100%;
            height: auto;
            padding: 0;
            margin: 30px 0 0 0;
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
        }
    
        .sc-red {
            width: 100%;
            max-width: 600px;
        }

        .sc-peach {
            width: 100%;
            max-width: 600px;
            height: auto;
            padding: 16px;
            margin: 0;
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }

        .sc-red div {
            padding: 16px;
        }

        .txt-lg-26 {
            font-size: 20px;
        }

        .txt-fsw-18 {
            font-size: 16px;
        }

        .ln-1-4 {
            line-height: 1.4;
        }

    /* seccion 2 */

        .sc-yellow {
            width: 100%;
            max-width: 600px;
        }

        .sc-yellow div {
            padding: 16px;
        }

        .sc-bg {
            width: 100%;
            max-width: 600px;
            height: auto;
            padding: 16px;
            margin: 0;
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }

        /* seccion 3*/

        .cont-insc {
            font-size: 20px;
        }

        .txt-wa-1 {
            font-size: 18px;
        }

        .txt-wa-2 {
            font-size: 15px;
        }

        .btn-whats {
            font-size: 16px;
            padding: 12px 20px;
            background-color: green;
        }

        .btn-whats i {
            font-size: 18px;
        }

        /* estilos de footer */

        footer {
            padding: 20px 16px;
        }

        .txt-footer {
            font-size: 12px;
        
        }
        
    }
