
.contacto__decoracion.contacto__decoracion--superior{
    display: none;
}


/* =====================================================
       SECCIÓN CONTACTO
       ===================================================== */

    .contacto {
        padding: 28px 0 45px;
        overflow: hidden;
         background:
        linear-gradient(
            135deg,
            #f7fbff 0%,
            #eef7ff 50%,
            #f8fbff 100%
        );
    }


    /* =====================================================
       CONTENEDOR
       ===================================================== */

    .contacto__contenedor {
        width: 100%;
        max-width: 100%;
        padding: 0 14px;
        box-sizing: border-box;
    }


    


    /* =====================================================
       TARJETAS DE SUCURSAL
       ===================================================== */

    .contacto__tarjeta {
        display: flex;
        flex-direction: column;

        width: 100%;
        max-width: 100%;

        gap: 24px;

        margin: 0 auto 28px;

        padding: 24px 18px 20px;

        box-sizing: border-box;

        border-radius: 22px;

        background: rgba(255, 255, 255, 0.96);

        box-shadow:
            0 8px 25px rgba(47, 108, 170, 0.08);
    }


    /* =====================================================
       INFORMACIÓN
       ===================================================== */

    .contacto__informacion {
        width: 100%;
        padding-right: 0;
    }


    /* =====================================================
       DIRECCIÓN
       ===================================================== */

    .contacto__direccion {
        display: flex;
        align-items: flex-start;

        width: 100%;

        gap: 16px;
    }


    /* Icono */

    .contacto__icono {
        width: 50px;
        height: 50px;
        min-width: 50px;

        border-radius: 50%;
    }


    .contacto__icono img {
        width: 23px;
        height: 23px;
        object-fit: contain;
    }


    /* Datos */

    .contacto__dato {
        min-width: 0;
        width: 100%;
    }


    .contacto__direccion .contacto__dato {
        padding-top: 2px;
    }


    .contacto__dato h2 {
        margin: 0 0 7px;

        color: #12365f;

        font-size: 19px;
        line-height: 1.25;

        font-weight: 700;

        word-break: normal;

       margin-left: -50px;
    }



    .contacto__dato.decolorverde h2{
     
        margin-left: -110px;
        
    }


    .contacto__dato p {
        margin: 0;

        color: #637590;

        font-size: 14px;
        line-height: 1.5;

        word-break: normal;
    }



    .contacto__dato h2::after{
    display: none
    }


    /*
       IMPORTANTE:
       En escritorio tenías:

       margin-left: -120px;

       para .decolorverde.

       Eso no debe utilizarse en móvil.
    */

    

    /* =====================================================
       SEPARADOR
       ===================================================== */

    .contacto__separador {
        width: 100%;
        height: 1px;

        margin: 20px 0 8px;

        background: #e4edf5;
    }


    /* =====================================================
       FILAS TELÉFONO / WHATSAPP / EMAIL
       ===================================================== */

    .contacto__fila {
        display: grid;

        grid-template-columns: 50px minmax(0, 1fr) 24px;

        align-items: center;

        width: 100%;

        gap: 15px;

        min-height: 64px;
    }


    .contacto__fila .contacto__dato {
        gap: 3px;
        min-width: 0;
    }


    /* Etiqueta */

    .contacto__dato > span {
        display: block;

        color: #7290b2;

        font-size: 13px;
        line-height: 1.2;
    }


    /* Teléfono / WhatsApp / Email */

    .contacto__dato a {
        display: block;

        max-width: 100%;

        color: #12365f;

        font-size: 14px;
        line-height: 1.35;

        font-weight: 500;

        text-decoration: none;

        overflow-wrap: anywhere;
        word-break: break-word;
    }


    /* =====================================================
       ICONO DE ACCIÓN
       ===================================================== */

    .contacto__accion {
        display: flex;

        align-items: center;
        justify-content: center;

        width: 24px;
        height: 24px;

        flex-shrink: 0;
    }


    .contacto__accion img {
        width: 21px;
        height: 21px;

        object-fit: contain;
    }


    /* =====================================================
       MAPA
       ===================================================== */

    .contacto__mapa {
        width: 100%;
    }


    .contacto__mapa-contenedor {
        position: relative;

        width: 100%;
        height: 285px;

        overflow: hidden;

        border-radius: 16px;

        box-shadow:
            inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    }


    .contacto__mapa iframe {
        display: block;

        width: 100%;
        height: 100%;

        border: 0;
    }


    /* =====================================================
       BOTÓN CÓMO LLEGAR
       ===================================================== */

    .contacto__como-llegar {
        position: absolute;

        top: 12px;
        right: 10px;

        display: flex;

        align-items: center;
        justify-content: center;

        gap: 6px;

        height: 42px;

        padding: 0 13px;

        border-radius: 25px;

        background: #147bd1;

        color: #fff;

        font-size: 12px;

        font-weight: 700;

        text-decoration: none;

        box-shadow:
            0 4px 12px rgba(20, 123, 209, 0.22);
    }


    .contacto__como-llegar span {
        color: #fff;
    }


    .contacto__como-llegar-icono {
        display: flex;

        align-items: center;
        justify-content: center;
    }


    .contacto__como-llegar-icono img {
        width: 18px;
        height: 18px;

        filter: brightness(0) invert(1);
    }


    .contacto__como-llegar strong {
        font-size: 17px;

        line-height: 1;

        font-weight: 500;
    }


    /* =====================================================
       ASESORAMIENTO
       ===================================================== */

    .contacto__asesoramiento {
        display: flex;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        width: 100%;
        max-width: 100%;

        min-height: auto;

        margin: 22px auto 0;

        padding: 28px 20px;

        box-sizing: border-box;

        gap: 16px;

        text-align: center;

        border-radius: 22px;

        background: #e5f2ff;
    }


    /* =====================================================
       ICONO ASESORAMIENTO
       ===================================================== */

    .contacto__asesoramiento-icono {
        width: 66px;
        height: 66px;
        min-width: 66px;

        border-radius: 50%;

        display: flex;

        align-items: center;
        justify-content: center;

        background: #d2e6fc;
    }


    .contacto__asesoramiento-icono img {
        width: 38px;
        height: 38px;

        object-fit: contain;
    }


    /* =====================================================
       SEPARADOR
       ===================================================== */

    .contacto__asesoramiento-separador {
        display: none;
    }


    /* =====================================================
       TEXTO ASESORAMIENTO
       ===================================================== */

    .contacto__asesoramiento-texto {
        width: 100%;
    }


    .contacto__asesoramiento-texto h2 {
        margin: 0 0 7px;

        color: #12365f;

        font-size: 20px;
        line-height: 1.25;

        font-weight: 700;
    }



    .contacto__asesoramiento-texto h2::after{
        display: none;
    }


    .contacto__asesoramiento-texto p {
        margin: 0;

        color: #637c99;

        font-size: 14px;
        line-height: 1.5;
    }


    /* =====================================================
       BOTÓN CONTACTANOS
       ===================================================== */

    .contacto__boton {
        display: flex;

        align-items: center;
        justify-content: center;

        gap: 12px;

        width: 190px;
        height: 48px;

        margin: 2px auto 0;

        border-radius: 28px;

        background: #147bd1;

        color: #fff;

        font-size: 15px;

        font-weight: 700;

        text-decoration: none;
    }


    .contacto__boton span {
        color: #fff;
    }


    .contacto__boton strong {
        font-size: 19px;

        line-height: 1;

        font-weight: 400;
    }


    /* =====================================================
       DECORACIÓN
       ===================================================== */

    .contacto__decoracion--superior {
        width: 500px;
        height: 300px;

        right: -250px;
        top: -170px;

        transform: rotate(-18deg);
    }


    .contacto__decoracion--inferior {
        width: 350px;
        height: 150px;

        right: -180px;
        bottom: -80px;
    }




/*REDES SOCIALES*/

.redes{

    background:linear-gradient(90deg,  #1fb76a, #4580b9);
    padding:20px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;

    min-height:90px;

}


.redes__icono img{

    width:28px;

    height:auto;

}

.redes__contenido{

    flex:1;

    margin-left:10px;  /* mueve hacia la derecha */

    margin-top:-30px;   /* sube el bloque */

}

.redes__contenido h2{

    font-size:1.05rem;

    font-weight:700;

    color:#fff;

    margin:0 0 5px;

    text-align:left;

}

.redes__contenido h2::after{

    display:none;

}

.redes__contenido p{

    font-size:.65rem;

    color:rgba(255,255,255,.85);

    margin:0;

    line-height:1.4;

}

.redes__links{

    display:flex;

    flex-direction:column;

    gap:8px;

}

.redes__links a{

    display:flex;

    align-items:center;

    gap:6px;

    text-decoration:none;

    color:#fff;

    font-size:.75rem;

}

.redes__links img{

    width:16px;

    height:16px;

}


/*FORMULARIO*/

.contacto-formulario{

    padding:40px 20px 60px;
    

}

.contacto-formulario__contenedor{

    background:#ffffff;

    border:1px solid #d9d9d9;

    border-radius:12px;

    padding:25px 20px;

}

.contacto-formulario h2{

    color:#2E83C1;

    font-size:1.4rem;

    text-align:left;

    margin-bottom:8px;

}

.contacto-formulario h2::after{

    display:none;

}

.contacto-formulario p{

    color:#666;

    font-size:.85rem;

    margin-bottom:25px;

}

.formulario{

    display:flex;

    flex-direction:column;

    gap:15px;

}

.formulario input,
.formulario textarea{

    width:100%;

    padding:15px;

    border:1px solid #d9d9d9;

    border-radius:8px;

    font-size:1rem;

    font-family:inherit;

    box-sizing:border-box;

    transition:.3s ease;


}

.formulario textarea{

    min-height:140px;

    resize:none;

}

.formulario button{

    border:none;

     background:linear-gradient(
        90deg,
        #1FB76A,
        #2E83C1
    );
    color:#fff;

    font-size:1.1rem;

    font-weight:600;

    padding:14px;

    border-radius:12px;

    cursor:pointer;

    transition:.3s ease;

}



.formulario button:hover{

    transform:translateY(-3px);

    box-shadow:0 8px 20px rgba(0,0,0,.15);

}




.formulario input:focus,
.formulario textarea:focus{

    outline:none;

    

    

    transform:translateY(-2px);


    border-bottom:3px solid transparent;

    border-image:linear-gradient(
        90deg,
        #1FB76A,
        #2E83C1
    ) 1;
}

.formulario input::placeholder,
.formulario textarea::placeholder{

    transition:.3s ease;

}

.formulario input:focus::placeholder,
.formulario textarea:focus::placeholder{

    opacity:.4;

}


/*VENTANA EMERGENTE*/


.mensaje-exito{

    position:fixed;

    top:0;
    left:0;

    width:100%;
    height:100%;

    background:rgba(0,0,0,.5);

    display:none;

    justify-content:center;
    align-items:center;

    z-index:9999;

}

.mensaje-exito.activo{

    display:flex;

}

.mensaje-exito__contenido{

    background:white;

    padding:30px;

    border-radius:12px;

    text-align:center;

    width:90%;
    max-width:400px;

    box-shadow:0 10px 30px rgba(0,0,0,.2);

}

.mensaje-exito__contenido h3{

    color:#1FB76A;

    margin-bottom:10px;

}

.mensaje-exito__contenido button{

    margin-top:20px;

    padding:10px 20px;

    border:none;

    border-radius:8px;

    background-color: #2E83C1;

    color:white;

    cursor:pointer;

}


.hero-nosotros__texto{
    display: none;
}


/*VERSION ESCRITORIO*//*VERSION ESCRITORIO*//*VERSION ESCRITORIO*//*VERSION ESCRITORIO*/
/*VERSION ESCRITORIO*//*VERSION ESCRITORIO*//*VERSION ESCRITORIO*//*VERSION ESCRITORIO*/
/*VERSION ESCRITORIO*//*VERSION ESCRITORIO*//*VERSION ESCRITORIO*//*VERSION ESCRITORIO*/


@media (min-width:768px){ 


/*TEXTO DE HERO*/

.hero__slide{
    position:relative;
}

.hero-nosotros__texto{

    position:absolute;

    left:3%;
    top:50%;

    transform:translateY(-50%);

    color:#fff;

    z-index:10;

    text-shadow:
        0 4px 12px rgba(0,0,0,.45);

     display: block;   

}

.hero-nosotros__texto h1{

    margin:0 0 10px;

    font-size:4rem;

    font-weight:800;

    line-height:1;

    color:#fff;

}

.hero-nosotros__texto p{

    margin:0;

    font-size:1.5rem;

    line-height:1.3;

    font-weight:600;

    color:#fff;

}


/* =========================================================
   CONTACTO
========================================================= */

.contacto {

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #f7fbff 0%,
            #eef7ff 50%,
            #f8fbff 100%
        );

    padding: 34px 0 64px;

}


/* =========================================================
   CONTENEDOR
========================================================= */

.contacto__contenedor {

    position: relative;

    z-index: 2;

}




/* =========================================================
   TARJETA PRINCIPAL
========================================================= */

.contacto__tarjeta {

    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 48px;
    align-items: center;

    width: 85%;
    max-width: 1250px;

    margin: 0 auto;
    margin-bottom: 50px;

    background: rgba(255,255,255,.94);
    border-radius: 25px;
    padding: 28px 28px 28px 34px;

    box-shadow: 0 10px 35px rgba(47, 108, 170, .08);

}


/* =========================================================
   INFORMACIÓN
========================================================= */

.contacto__informacion {

    padding-right: 5px;

}




.contacto__dato h2::after {
    content: none !important;
    display: none !important;
}



/* =========================================================
   DIRECCIÓN
========================================================= */

.contacto__direccion {

    display: flex;

    align-items: flex-start;

    gap: 26px;

}


.contacto__icono {

    width: 58px;

    height: 58px;

    min-width: 58px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}


.contacto__icono--azul {

    background: #e8f4ff;

}


.contacto__icono--verde {

    background: #e6f9ef;

}


.contacto__icono img {

    width: 27px;

    height: 27px;

    object-fit: contain;

}


.contacto__dato {

    display: flex;

    flex-direction: column;

}


.contacto__direccion .contacto__dato {

    padding-top: 4px;

}


.contacto__dato h2 {

    margin: 0 0 8px;

    color: #12365f;

    font-size: 23px;

    line-height: 1.25;

    font-weight: 700;

}


.contacto__dato p {

    margin: 0;

    color: #637590;

    font-size: 16px;

    line-height: 1.55;

}



.contacto__dato.decolorverde h2{

 margin-left: -120px !important; 
  
}

    





/* =========================================================
   SEPARADOR
========================================================= */

.contacto__separador {

    width: 100%;

    height: 1px;

    margin: 26px 0 16px;

    background: #e4edf5;

}


/* =========================================================
   FILAS
========================================================= */

.contacto__fila {

    display: grid;

    grid-template-columns: 58px 1fr 25px;

    align-items: center;

    gap: 26px;

    min-height: 68px;

}


.contacto__fila .contacto__dato {

    gap: 4px;

}


.contacto__dato > span {

    color: #7290b2;

    font-size: 15px;

    line-height: 1.2;

}


.contacto__dato a {

    color: #12365f;

    font-size: 17px;

    font-weight: 500;

    text-decoration: none;

    transition: .25s ease;

}


.contacto__dato a:hover {

    color: #147bd1;

}


/* =========================================================
   ICONOS DE ACCIÓN
========================================================= */

.contacto__accion {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 24px;

    height: 24px;

}


.contacto__accion img {

    width: 22px;

    height: 22px;

    object-fit: contain;

}


.contacto__accion--verde img {

    filter: none;

}


/* =========================================================
   MAPA
========================================================= */

.contacto__mapa {

    width: 100%;

}


.contacto__mapa-contenedor {

    position: relative;

    width: 100%;

    height: 365px;

    overflow: hidden;

    border-radius: 18px;

    box-shadow:
        inset 0 0 0 1px rgba(0,0,0,.04);

}


.contacto__mapa iframe {

    display: block;

    width: 100%;

    height: 100%;

    border: 0;

}


/* =========================================================
   BOTÓN CÓMO LLEGAR
========================================================= */

.contacto__como-llegar {

    position: absolute;

    top: 12px;

    right: 13px;

    display: flex;

    align-items: center;

    gap: 9px;

    height: 47px;

    padding: 0 20px;

    border-radius: 30px;

    background: #147bd1;

    color: #fff;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

    box-shadow:
        0 5px 15px rgba(20,123,209,.2);

    transition: .25s ease;

}


.contacto__como-llegar span{
    color: rgb(240, 240, 240);
}



.contacto__como-llegar:hover {

    background: #106dbb;

    color: white;

    transform: translateY(-1px);

}


.contacto__como-llegar-icono {

    display: flex;

    align-items: center;

    justify-content: center;

}


.contacto__como-llegar-icono img {

    width: 21px;

    height: 21px;

    filter: brightness(0) invert(1);

}


.contacto__como-llegar strong {

    font-size: 20px;

    line-height: 1;

    font-weight: 500;

}


/* =========================================================
   ASESORAMIENTO
========================================================= */

.contacto__asesoramiento {

    position: relative;

    display: flex;

    align-items: center;

    min-height: 136px;

    margin-top: 30px;

    padding: 22px 84px 22px 52px;

    overflow: hidden;

    border-radius: 24px;

    background:
            #e5f2ff ;
           /* #e1f0ff ;*/
   

    width: 85%;
    max-width: 1250px;

    margin: 0 auto;
}


/* =========================================================
   ICONO ASESORAMIENTO
========================================================= */

.contacto__asesoramiento-icono {

    position: relative;

    z-index: 2;

    width: 78px;

    height: 78px;

    min-width: 78px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #d2e6fc;

}


.contacto__asesoramiento-icono img {

    width:60px;

    height: 60px;

    object-fit: contain;

}




.contacto__asesoramiento-texto h2::after {
    display: none !important;
}



/* =========================================================
   SEPARADOR ASESORAMIENTO
========================================================= */

.contacto__asesoramiento-separador {

    width: 2px;

    height: 67px;

    margin-left: 42px;

    margin-right: 43px;

    background: #b8d8f6;

}


/* =========================================================
   TEXTO
========================================================= */

.contacto__asesoramiento-texto {

    position: relative;

    z-index: 2;

}


.contacto__asesoramiento-texto h2 {

    margin: 0 0 7px;

    color: #12365f;

    font-size: 21px;

    font-weight: 700;

}


.contacto__asesoramiento-texto p {

    margin: 0;

    color: #637c99;

    font-size: 17px;

}


/* =========================================================
   BOTÓN CONTACTANOS
========================================================= */

.contacto__boton {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 13px;

    width: 205px;

    height: 51px;

    margin-left: auto;

    border-radius: 30px;

    background: #147bd1;
  
    color: #fff;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

    transition: .25s ease;

}


.contacto__boton span{
    color: white;
}


.contacto__boton:hover {

    background: #106dbb;

    transform: translateY(-1px);

}


.contacto__boton strong {

    font-size: 20px;

    line-height: 1;

    font-weight: 400;

}


/* =========================================================
   DECORACIONES DE FONDO
========================================================= */

.contacto__decoracion {

    position: absolute;

    pointer-events: none;

}


/* Forma superior derecha */

.contacto__decoracion--superior {

    width: 850px;

    height: 500px;

    right: -260px;

    top: -300px;

    border-radius: 50%;

    background: rgba(219,237,253,.38);

    transform: rotate(-18deg);

}


/* Forma inferior */

.contacto__decoracion--inferior {

    width: 470px;

    height: 180px;

    right: -80px;

    bottom: -100px;

    border-radius: 50%;

    background: rgba(205,239,230,.45);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .contacto__tarjeta {

        grid-template-columns: 1fr;

        gap: 30px;

    }


    .contacto__mapa-contenedor {

        height: 330px;

    }


    .contacto__asesoramiento {

        padding-right: 40px;

    }

}


/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 767px) {

    .contacto {

        padding: 30px 0 45px;

    }


    .contacto__encabezado {

        margin-bottom: 24px;

    }


    .contacto__etiqueta span:first-child {

        font-size: 13px;

        letter-spacing: 3px;

    }


    .contacto__linea {

        width: 55px;

    }


    .contacto__encabezado h1 {

        font-size: 27px;

    }


    .contacto__encabezado p {

        font-size: 15px;

    }


    .contacto__encabezado p br {

        display: none;

    }


    .contacto__tarjeta {

        display: flex;

        flex-direction: column;

        gap: 28px;

        padding: 22px 18px;

        border-radius: 20px;

    }


    .contacto__direccion {

        gap: 17px;

    }


    .contacto__icono {

        width: 50px;

        height: 50px;

        min-width: 50px;

    }


    .contacto__icono img {

        width: 23px;

        height: 23px;

    }


    .contacto__dato h2 {

        font-size: 19px;

    }


    .contacto__dato p {

        font-size: 14px;

    }


    .contacto__fila {

        grid-template-columns: 50px 1fr 20px;

        gap: 17px;

        min-height: 65px;

    }


    .contacto__dato > span {

        font-size: 13px;

    }


    .contacto__dato a {

        font-size: 14px;

    }


    .contacto__mapa-contenedor {

        height: 300px;

        border-radius: 15px;

    }


    .contacto__como-llegar {

        height: 43px;

        padding: 0 14px;

        gap: 7px;

        font-size: 13px;

    }


    .contacto__como-llegar strong {

        font-size: 17px;

    }


    .contacto__asesoramiento {

        flex-wrap: wrap;

        justify-content: center;

        text-align: center;

        gap: 20px;

        padding: 28px 20px;

        margin-top: 22px;

    }


    .contacto__asesoramiento-icono {

        width: 65px;

        height: 65px;

        min-width: 65px;

    }


    .contacto__asesoramiento-icono img {

        width: 33px;

        height: 33px;

    }


    .contacto__asesoramiento-separador {

        display: none;

    }


    .contacto__asesoramiento-texto {

        width: 100%;

    }


    .contacto__asesoramiento-texto h2 {

        font-size: 19px;

    }


    .contacto__asesoramiento-texto p {

        font-size: 14px;

    }


    .contacto__boton {

        width: 190px;

        height: 48px;

        margin: 0 auto;

    }

}







/* REDES SOCIALES */ 

.redes{

    padding:35px 80px;

    gap:35px;

    min-height:230px;

}


.redes__icono img{

    width:80px;

}


.redes__contenido{

    flex:1;

}


.redes__contenido h2{

    font-size:2.3rem;

    margin-bottom:10px;

}


.redes__contenido p{

    font-size:1rem;

    line-height:1.6;

    margin-left: 10px;

    margin-top: -8px;

}


.redes__links{

    gap:15px;

    margin-right: 30px;

}


.redes__links a{

    font-size:18px;

    gap:10px;

    transition:.3s ease;

}


.redes__links a:hover{

    transform:translateX(5px);

    opacity:.9;

}




.redes__links img{

    width:40px;

    height:40px;

}



/*FORMULARIO*/

.formulario{

     display:grid;

    grid-template-columns:420px 1fr;

    grid-template-areas:
        "nombre mensaje"
        "telefono mensaje"
        "correo mensaje"
        ". boton";

    row-gap:25px;

    column-gap:35px;

    align-items:start;

}



/* Nombre */

.formulario input:nth-of-type(1){

    grid-area:nombre;

}

/* Correo */

.formulario input:nth-of-type(2){

    grid-area:correo;

}

/* Teléfono */

.formulario input:nth-of-type(3){

    grid-area:telefono;

}

/* Mensaje */

.formulario textarea{

    grid-area:mensaje;
    
     min-height:150px;

}

/* Botón */

.formulario button{
    grid-area:boton;

    justify-self:end;

    width:100%;

    height:40px;

    margin-top: -65px;

    border-radius: 10px;
}


.contacto-formulario{
    background-color: #f5f5f5;
}


.contacto-formulario__contenedor{
    justify-content: center;
    max-width: 1000px;
    margin-left: 12%;
    margin-top: 30px;
}

.contacto-formulario__contenedor h2{
    font-size: 30px;
}

.contacto-formulario__contenedor p{
    font-size: 18px;
}

}