
@font-face {
    font-family: 'DIN Pro';
    src: url('storage/fonts/DINpro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Aplicarla a todo el sitio */
body {
    font-family: 'DIN Pro', sans-serif;
     letter-spacing: 0.04em;
}


.bg-focus-dark {
    
    background-color: #00204A;
}
.text-focus-light {
    color: #53C1F2;
}



/* FRASE DE FOCUS  */
            .frase-focus{
                font-family: 'DIN Pro', sans-serif;
                font-weight: 500;
            
                margin-bottom: 0;
                font-size: 15pt;
            }

            .frase-focus-bajada{

            font-weight: 500;
            font-size: 18px;
            letter-spacing: 0%;

            }
                @media (max-width: 923px) {
                    .frase-focus {
                        text-align: left !important;
                        font-size: 0.8rem !important;
                    }

                    .frase-focus + small {
                        display: block;
                        font-size: 0.6rem !important;
                    }
                }
/* FIN */

/* NAV FOCUS */

            .nav-focus{
                width: 90%;
                margin-left: auto;
                margin-right: auto;
                margin-top: 10pt;
            }

            .nav-item-focus{
                width: 82;
                height: 25;
                top: 178px;
                left: 808px;
                margin-left: 10px;

            }

            .nav-link{
                font-size: 11pt;
            }


            @media (max-width: 553px) {

                #img-logo{
                    height: 40px;
                }

                }

/* FIN */


/* boton de whats app */
        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 20px;
            right: 20px;
            background-color: #25d366;
            color: white;
            border-radius: 50%;
            text-align: center;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.2s ease;
        }

        .whatsapp-float:hover {
            transform: scale(1.1);
        }

        .whatsapp-float img {
            width: 30px;
            height: 30px;
        }


/* TITULO H2 DE LAS SECCIONES         */
    h2{
        font-weight: 700;
        font-size: 58px;
        line-height: 65px;
        letter-spacing: 0px;

    }
        @media (max-width: 903px) {
         h2{    font-size: 30px;}
            
        }



/* NOSOTROS SECCION */


        #nosotros-caja-texto{
            width: 90%;
            margin-top: 70px;
            margin: auto;
            
        }

        #imagen-nosotros{
            display: block;
        }


        #nosotros-reponsive {
            display: none !important;
            width: 100%;
            top: 252px;
            font-size: 11pt;
            font-weight: 50;
            background-color: #00204A;
            color: #FFFFFF;
        }

        @media (max-width: 923px) {
            #nosotros-reponsive {
                display: block !important;
            }

                #imagen-nosotros{
                display: none;
            }

        }

/* FIN */


/* FILOSOFIA SECCION */



            .caja-png-filosofia {
            width: 56px;
            height: 56px;
            background-color: #ACCDE0;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            
            }

            .card-filosofia {
                background: #fff;
                margin: 25px;
                width: 387px;
                height: 449px;               
                border-radius: 20px;
                height: auto;
                display: flex;
                flex-direction: column;
                justify-content: start;
                align-items: center;
                padding: 1.5rem 1rem; /* ← padding necesario para que el texto no desborde */
                box-shadow: 0 6px 12px rgba(38, 45, 118, 0.5);
                overflow: hidden; /* ← evita desbordes inesperados */
                text-align: center;               
                background: rgba(255, 255, 255, 1);

                }
                

            .swiper-wrapper {
            padding-bottom: 24px;
            }

            .swiper-pagination-bullet {
            background-color: #ccc;
            opacity: 1;
            }

            .swiper-pagination-bullet-active {
            background-color: #00204A;
            }






/* FIN */



/* LINEAS DE SEGUROS  */

        #lineas-seguros{
            background: rgba(242, 245, 255, 1);

        }

        .lineas-titulo{
            font-weight: 900;
            font-size: 37px;
            line-height: 100%;
            letter-spacing: 0px;

        }

        .lineas-ul li{
            color:rgba(102, 102, 102, 1);
            font-size:20px;
        }

        .caja-li-linea{
            padding-left: 70px;
            margin-bottom: 25px;
        }

        @media (max-width: 1024px) {
         .lineas-titulo{    font-size: 25px;}
         .lineas-ul li{     font-size:15px;} 
        }

/* FIN */



/* RIESGOS ESPECIALES */


        .slide-riesgos{
            width: 490px;
            height: 340px;
            border-radius: 8px;
            box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.25);

            margin-left: 20px;
            padding: 15px;
        }

        .swiper-slide h5{
            margin-top:5px;
            font-size: 22px;
        }

        .swiper-slide p{
            font-size: 15px;
            color: rgba(102, 102, 102, 1);
        

        }


        @media (max-width: 950px) {

        .swiper-slide{width: 280px;
        }

        .swiper-slide h5{
            font-size: 15px;
        }

        .swiper-slide p{
            font-size: 12px;
       

        }



        }
/* FIN */




/* SECCION CONTACTO */


        .bg-focus-dark {
                background-color: #00204A;
            }

            #contacto a {
                text-decoration: underline;
            }


/* FIN */