#contact{
    margin-top: 90px;
}

.section-cotizar{
    width: 100%;
    height: auto;
    padding: 5px 0px;
    
}

.title-cotizar{
    text-align: center;
    padding-bottom: 30px;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.content-menu-select{
    width: 100%;
    background-color: #eaf4fc;
    padding-top: 40px ;
}

.menu-select{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.item-select{
    width: 50%;
    height: auto;
    padding: 10px;
    border-radius: 7px 7px 0px 0px;
    transition: all 300ms ease;
    cursor: pointer;
    /* border-top: 2px solid transparent; */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .item-select:hover{
  background-color: white;
} */

.active-item{
    background-color: white;
}



.svgItem{
    width: 60px;
    height: 60px;
    filter: brightness(0) saturate(100%) invert(36%) sepia(61%) saturate(2932%) hue-rotate(197deg) brightness(99%) contrast(88%);
    pointer-events: none;
}

.item-select h6{
    pointer-events: none;
    padding-top: 3px;
}

/* ------------------------------------------------------ */

.contenido-select{
  width: 100%;
  height: auto; 
  /* position: relative; */
}

.container-contenido-seguros{
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    position: relative;
    padding-top: 30px;
}

.contenido-seguros{
    width: 100%;
    height: auto;
    transition: all 400ms ease;
    opacity: 0;
    position: absolute;
    transform: scale(0.1);
    /* background-color: gray; */

    display: flex;
    flex-direction: column;
}
.active-contenido{
   opacity: 1;
   transform: scale(1);
}

/* .pie{
    width: 100%;
    height: 200px;
    background-color: antiquewhite;
    position: relative;
    bottom: 0;
    left: 0;
} */

.card-seguro{
    width: 95%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
    color: #333;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.233);
    cursor: pointer;
    margin: 20px auto;
    display: block;
}


.card-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.card-seguro div{
    padding: 5px 10px;
}

.card-seguro h4 {
    font-size: 1.2rem;
    text-align: center;
}


.card-seguro small{
    width: auto;
    height: auto;
    color: #333;
    border-radius: 50px;
    padding: 7px ;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    text-align: center;
}

.card-seguro .id1 {border: 1px solid var(--color1);}
.card-seguro .id2 {border: 1px solid var(--color1);}
.descrip-card{
    padding: 10px 0px;
}

 .card-seguro:hover  .id1{
    background: linear-gradient(var(--color1),var(--color2));
    color: white;
    border: 1px solid white;
}


.p-form{
    color: #333;
    font-size: 17px;
    padding: 20px 0px;
}

.img-form{
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    display: block;
}



@media (min-width: 576px) { }


@media (min-width: 768px) { 
    #contact{
        margin-top: 120px;
    }
    
    .menu-select{
        width: 80%;
        margin: auto;
        justify-content: space-around ;
    }
   .item-select{
     width: 20%;
   }
   /* ----------------------------- */

   .contenido-seguros{
    width: 100%;
    margin: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: flex-start;
     align-items: flex-start;
   }

   .card-seguro{
    width: 45%;
    margin: 15px;
   }
}


@media (min-width: 992px) { 
    .card-seguro{
        width: 30%;
        margin: 16px;
    }
}


@media (min-width: 1200px) {
    .contenido-seguros{
        width: 100%;
        margin: auto;
    }

    .card-seguro{
        width: 30%;
        margin: 20px;
    }
 }


@media (min-width: 1300px) { 
    .card-seguro{
        width: 27%;
        margin: 25px 40px ;
    }
}