
.section-about{
    margin: 20px auto;
}

.about-intro{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.about-content1{
  width: 100%;
}

.img-about{
    width: 100%;
    border-radius: 5px;
    display: block;
    margin: auto;
}

.title-about{
    width: 100%;
    padding: 8px 0px;
    /* background-color: #f7f7f7; */
    border-radius: 2px;
    /* border-left: 4px solid var(--color1); */
    margin-bottom: 10px;
    margin-top: 10px;
}

.icon-about{
    width: 40px ;
    height: 40px;
    /* display: block;
    margin: auto; */
}

.h6-about{
    margin-top: 5px;
}

.btn-about{
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: var(--color3);
}

.btn-about:hover{
    background: var(--redHover);
    color: white;
}

/* ------------------------------------- */

.svg-icon{
    width: 70px;
    height: 70px;
}

/* ---------------------------------------- */


.container-seguros{
    width: 100%;
    height: auto;
}

.cont-arrows{
    width: 100%;
    height: 30px;
    /* background-color: #f8f8f8; */
    margin-bottom: 15px;
}

.arrow{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.arrow i{
    font-size: 26px;
    margin: 7px;
    cursor: pointer;
}


.card-seguro{
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.164);
}

.card-image{
    width: 100%;
    height: 250px;
    object-fit: cover ;
    border-radius: 20px 20px 0px 0px;
}

.contenido-card{
    width: 100%;
    height: 120px;
    padding: 10px;
    background-color: #f8f8f8;
}

.contenido-card small{
    width: auto;
    height: auto;
    color: white;
    border-radius: 50px;
    padding: 7px 10px;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 5px;
}

.contenido-card .id1{background-color: var(--color1);}
.contenido-card .id2{background-color: var(--color3);}

.contenido-card span{
    display: block;
    padding: 0px;
}

/* --------------------------------------------------------- */
.section-fianzas{
    width: 100%;
    height: auto;
    padding: 0px 0px; 
}

.fianzas-container{
    background-color: #f8f8f8;
    padding: 0px;
}
.background-fianzas{
    width: 100%;
    height: 250px;
    background-image: url('../img/background-fianzas.jpeg');
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.281);
    border-radius: 10px 10px 0px 0px;

    display: flex;
    justify-content: center;
    align-items: center;
}



.background-fianzas div{
    color: white;
    padding: 20px;
}

.background-fianzas h2{
    font-size: 2.5rem;
    color: white;
    font-weight: 700;
}


.items-fianzas{
    width: 100%;
    height: auto;
    padding: 10px;
}

.items-fianzas p{
  width:98%;
  height: auto;
  padding-bottom: 10px;
}

/* -------------------------------------------- */

.div-text{
    width: 95%;
    height: auto;
    margin: auto;
}

.empresas{
    width: 100%;
    height: auto;
}

.cont-companies{
    display: flex ;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.cont-companies img{
    width: 100%;
    height: 200px;
    object-fit: cover ;
}

@media (min-width: 576px) { }


@media (min-width: 768px) { 

      .cont-companies{
        display: flex ;
        flex-direction: row;
    }
    
    .cont-companies img{
        width: 30%;
    }

    .about-content2 p{
        text-align: justify;
    }
}


@media (min-width: 992px) { 
    .about-intro{
        flex-direction: row;
    }

    .about-content1{
        width: 40%;
    }

    .about-content2{
        width: 60%;
    }

    .img-about{
        width: 90%;
    }
    /* -------------------------- */

    .background-fianzas div p{
        width: 85%;
        font-size: 18px;
    }

    /* ------------------------------ */

    .div-text{
        width: 80%;
    }

    .cont-companies img{
        width: 18%;
    }
}


@media (min-width: 1200px) {
 }


@media (min-width: 1300px) { }