@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin&family=Manrope:wght@200&display=swap');
:root {
    --color-primario: #F35B51;
    --color-secundario: #2A3D44;
    --color-intermedio: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #AAAAAA;
    --color-gris-claro: #F4F4F4;
    --color-blanco: #FFFFFF;
}

html {
    min-height: 100%;
    position: relative;
}
body {
    margin: 0;
    margin-bottom: 40px;
    background-color: var(--color-gris-claro) !important;
    text-align: justify;
}

a {
    color: #DB6352;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.h1, h1 {
    font-size: 1.9rem !important;
}

.h2, h2 {
    font-size: 1.7rem;
    text-align: initial;
}

.h3, h3 {
    font-size: 1.6rem;
    text-align: initial;
}

.h4, h4 {
    font-size: 1.5rem;
    text-align: initial;
}

/* whatsapp */

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right: 40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }


  .whatsapp-icon {
    margin-top:13px;
  }

.bg-color-primary{
    background-color: var(--color-primario);
}
.bg-color-secundary{
    background-color: var(--color-secundario);
}
.text-color-primary{
    color: var(--color-primario);
}
.text-color-secundary{
    color: var(--color-secundario);
}
.row{
    margin: 0 !important;
    padding: 0 !important;
}

/* home estilos seccion header */
.header{

    background: url('../images/background-home.jpg');
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    background-size: 100% 100%;
    height: 300px;
    width: 100%;
    margin-top: 72px;
}
.header-blog{
    background: url('../images/background-home.jpg'), rgb(140,52,47);
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    background-size: 100% 100%;
    height: 300px;
    width: 100%;
    margin-top: 72px;
}


.header-cuenta{
    width: 100%;
    height: 300px;
    width: 100%;
    margin-top: 72px;
    color: #000 !important;
    background: linear-gradient(0deg, rgba(220, 220, 220,0.2 ), rgb(220, 220, 220,0.2)), url(../images/background-home.jpg);
    /* background: url(''), rgb(220, 220, 220); */
    mix-blend-mode: color-burn;
    background-repeat: no-repeat;
    background-size:cover;


}

.title-header{
    /* Hero text
    Tamaño de texto para hero sections
    */
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: #FFFFFF;
}

.title-header-cuenta{

    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    /* or 100% */

    text-align: center;


    color: #000;

}
.title-header-cuenta-texto-normal-rojo{


    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    /* or 129% */

    text-align: center;

    /* Color Primario */

    color: #F35B51;


}

.text-aviso-header{
    color: #000;

}
.text-normal{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 129% */
}

.text-small{

    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
}

.text-midium{

    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 34px;
    /* identical to box height, or 120% */

    text-align: center;

    /* Blanco */
}

.btn-orange{

    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 47px;
    gap: 10px;
    width: 193px;

    color: #FFFFFF;
    background: var(--color-primario);
    border: none;
    border-radius: 50px;
}

.btn-orange:hover{
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 47px;
    gap: 10px;
    width: 193px;

    color: #FFFFFF;
    background: var(--color-secundario);
    border: none;
    border-radius: 50px;
}

/* reporte legal home  */
.reporte-legal-home{

    /* Reporte Legal */

    /* Reporte Legal */

width: 1138px;

}

/* reporte hunter */
.reporte-hunter-home{
    width: 1106px;
}
/* reporte compliance */
.reporte-compliance-home{
    width: 1186px;
}

/* container descargas */
.container-descargas{
    margin-top: 20px !important;
    width: 100%;
}

.presentacion{
    /* bg-descara-llamenos */
    width: 100%;
    height: 350px;
    /* Color Secundario
    Color Secundario de JusWho
    */
    background: var(--color-secundario);
    border-radius: 25px;
}
.llamenos{

    width: 100%;
    height: 350px;

    background: var(--color-primario);
    border-radius: 25px;
}

.btn-white{
    padding: 12px 47px;
    border: none;
    height: 51px;
    background: #FFFFFF;
    border-radius: 50px;
}

.btn-white:hover{
    cursor: pointer;
    padding: 12px 47px;
    border: none;
    height: 51px;

    background: #dad6d6;
    border-radius: 50px;
}
/* servicios home */
.container-servicios{


    width: 100%;
    height: auto;


    background: var(--color-gris-claro)
}

.card-services {
    width: 100%;
    height: 220px;
    margin-bottom: 25px !important;
    background: #FFFFFF;
    border-radius: 25px;
    padding-top: 22px !important;
}

.card-services-component {
    width: 129px;
    height: 145px;
    margin-bottom: 25px !important;
    background: #FFFFFF;
    border-radius: 25px;
    margin: 5px;
    padding-top: 20px !important;
}

.text-card-services{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 250% */
    color: #000000;
}
.titles{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height, or 112% */
    /* Color Secundario */
    color: var(--color-secundario);
}

.owl-carousel {

    margin-bottom: 40px;
}

/* container testimonials */
.container-testimonials{

    width: 100%;
    height: auto;

    background: var(--color-primario)
}

.owl-nav {
    display: none;
}

.item-owl {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 25px;
}

.star-img{
    width: 20px !important;
}
/* container articulos */
.container-articulos {
    width: 100%;
    height: auto;
    background: var(--color-gris-claro);
    margin-bottom: 70px;
}

.img-articulos {
    width: 100%;
    height: 256.46px;
    border-radius: 25px 25px 25px 25px;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    background-position: center !important;
    background-size: cover !important;
}

.img-content{


    width: 100%;
    height: 446px;


    background: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
}
.small-text{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */

    text-align: center;

}
.strong-text{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    /* or 142% */

    text-align: center;


}

.blog-date {
    font-size: 12px;
}

.line-gray{

    width: 100%;
    height: 5px;
    background: var(--color-intermedio)
}
.footer{
    width: 100%;
    height: auto;
    background-color: var(--color-secundario);
}
.enlaces{
    text-decoration: none;
}


/* nosotroso inicio */

.texto-normal-rojo{
/* CONOZCA MÁS SOBRE */


    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    /* or 129% */

    text-align: center;

    /* Color Primario */

    color: #F35B51;
}

.div-transparent-red{
    position: absolute;
    width: 202px;
    height: 202px;
    top: 450px;
    left: -80px;

    /* Color Primario

    Color primario de JusWho
    */
    background: #F35B51;
    opacity: 0.8;
    border-radius: 20px;
}

.content-nosotros{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
}

.text-title-nosotros{

    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */


    /* Color Secundario */

    color: var(--color-secundario);
}

.text-normal-nosotros {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-secundario);
    text-align: left;
}

/* CONTACTO */
.container-contact-form{
    padding-top: 200px;
    width: 100%;
    height: auto;

    text-align: center;
    background: url('../images/contacto/bg-edificios.png'), rgb(47, 47, 49);
    mix-blend-mode: multiply;
}
.contact-form{
    margin-top: 50px !important;
    /* bg-form */
    position: relative;
    padding-top: 150px !important;
    width: 100%;
    height: auto;
    padding-bottom: 25px !important;

    /* Gris claro */

    background: #F4F4F4;
    border-radius: 25px;
}

.img-email{
    position: absolute;
    width: 200px;
    height: 167.66px;
    top: -100px;
    left: 30%;

    background: url('../images/contacto/juswho-email-1.png');
    /* Sombra */


}

.input-form{

    width: 100%;
    height: 55px;
    border: none;

    /* Blanco */

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
/* responsive web */
@media screen and (min-width: 600px) {
    .services-web{
        display: block;
    }
    .services-responsive{
        display: none !important;
    }

    .div-transparent-red{
        display: block;
    }



    /* BLOG DETALLE */
    .content-blog{
        position: relative;
        top: -70px;
        left: 29%;
        width: 800px;
        height: auto;
        padding-bottom: 50px;

        /* Blanco */

        background: #FFFFFF;
        /* Sombra */

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);






}

}
/* responsive */
@media only screen and (max-width: 600px) {

    .d-xs-none, .d-sm-none {
        display: none;
    }

    .card-services-component {
        width: auto;
        height: auto;
        grid-auto-columns: 145px;
        margin-bottom: 25px !important;
        background: #FFFFFF;
        border-radius: 25px;
        margin: 5px;
        padding-top: 20px !important;
    }

 
    .text-card-services {
        font-family: 'Libre Franklin';
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #000000;
    }

    .h1, h1 {
        font-size: 1.6rem !important;
    }
    
    .h2, h2 {
        font-size: 1.5rem;
        text-align: initial;
    }

    .h3, h3 {
        font-size: 1.4rem;
    }

    .h4, h4 {
        font-size: 1.3rem;
    }

    .footer{
        width: 100%;
        text-align: center !important;
        padding-bottom: 40px !important;
        height: auto;
        background-color: var(--color-secundario);
    }

    .container-contact-form{
        padding-top: 200px;
        width: 100%;
        height: auto;

        text-align: justify;
        background: url('../images/contacto/bg-edificios.png'), rgb(47, 47, 49);
        mix-blend-mode: multiply;
    }

    .contact-form{

        /* bg-form */
        padding-top: 20px !important;
        position: relative;
        padding-bottom: 20px !important;
        width: 100%;
        height: auto;


        /* Gris claro */

        background: #F4F4F4;
        border-radius: 25px;
    }

    .img-email{
      display: none;
        /* Sombra */

    }

    .title-header{
        /* Hero text

        Tamaño de texto para hero sections
        */
        font-family: 'Libre Franklin';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
        /* or 100% */


        /* Blanco */

        color: #FFFFFF;
    }

    .titles{
        font-size: 30px;
    }

    .card-services{

        width: 100%;
        height: 220px;
        margin-bottom: 25px !important;
        background: #FFFFFF;
        border-radius: 25px;
    }

    .item-owl{

        width: 100%;
        height: auto;
        text-align: center;

        /* Blanco */

        background: #FFFFFF;
        border-radius: 25px;
    }
    .services-web{
        display: none !important;
    }
    .services-responsive{
        display: block;
    }

    .div-transparent-red{
        display: none;
    }

    .dropdown-menu{
        border: none !important;
    }

    /* BLOG DETALLE */
    .content-blog{
        position: relative;
        top: -40px;

        width: 100%;
        height: auto;
        padding-bottom: 50px;

        /* Blanco */

        background: #FFFFFF;
        /* Sombra */

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    }

    .presentacion{
        /* bg-descara-llamenos */
        width: 100%;
        height: 160px;
        /* Color Secundario
        Color Secundario de JusWho
        */
        background: var(--color-secundario);
        border-radius: 25px;
    }
    .llamenos{
    
        width: 100%;
        height: 160px;
    
        background: var(--color-primario);
        border-radius: 25px;
    }


}



  .nav-link{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    /* identical to box height, or 150% */

    text-align: right;

    /* Color Secundario */

    color: #2A3D44 !important;
  }

  .acount{



    font-family: 'Libre Franklin' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    /* identical to box height */

    text-align: right !important;
  }


  .badge:after{
    content:attr(value);
    font-size:12px;
    color: #fff;
    background: var(--color-primario);
    border-radius:50%;
    padding: 5px 10px 5px 10px;
    position:relative;
    width: 20px;
    height: 20px;
    left:-5px;
    top:-10px;

    opacity:0.9;



}


.cursor-pointer{
    cursor: pointer;
}





.title-blog{



    /* Section title

    Titulares de secciones secundarias
    */
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    /* or 112% */


    /* Color Secundario */

    color: #2A3D44;
}


.text-publicado{



    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #888888;
    /* identical to box height, or 193% */
}


.blog-content:first-letter{


    font-size: 4rem;
    float: top;
    line-height: 1;
   }
.blog-content{
    text-align: justify;
}


.informes {
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 90px;
    background: #D4E8FF;
    padding-bottom: 25px;
    padding-top: 25px;
}

.div-reports{
margin: 5px;


    /* Blanco */
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    background: #FFFFFF;
    height: 280px;
}
.div-download{

    text-align: center;
    border-radius: 20px;
    padding: 30px;
    background: var(--color-secundario);
    height: 280px;
}
.div-agenda{
margin: 5px;


    /* Blanco */
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    background: var(--color-primario);
    height: 280px;
}
.div-obtener{
    margin: 5px;
    /* Blanco */
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    background: var(--color-intermedio);
    height: 280px;
}


.link{
    color: white;
}
.link:hover{
    color: white;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: #1D2529;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}



