/*--------------------------------pag-----------------------------------------*/
/*----------------------------CONTACTENOS.html-------------------------------------*/
/*----------------------------------------------------------------------------*/

.contactenos_main {
    width: 100%;
}

.container_cont {
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0rem 0rem 5rem 0rem;
}

.left_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_cont {
    background-color: white;
    flex: 0 0 25%;
    border: 1px solid rgba(201, 201, 201, 0.226);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.25);
    margin: 2rem;
    width: 250px;
}

.menu_cont ul {
    list-style-type: none;
    margin: 2rem;
}

.menu_cont li {
    padding: 10px;
    cursor: pointer;
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
}

.menu_cont li:hover {
    color: var(--fros-blue-color);
}

.lineaatencion-box {
    border: 1px solid rgba(26, 114, 196, 0.37);
    margin: 1rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.lineaatencion-box img {
    width: 60px;
}

.lineaatencion-box span {
    color: var(--fros-blue-color);
}

.content {
    flex: 1;
    margin: 2rem;
   height: auto;
}

.contenedor-box {

    width: 100%;
}


.titulo-cb{
    color: white;
    background-color: #005bad;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 1.5rem 0rem;
    font-size: 18px;
}

.fin-cb{
    color: white;
    background-color: #005bad;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 1.5rem 0rem;
    font-size: 18px;
}

.box_contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section_ccc {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 2rem 1rem;
}

.item-section_ccc {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
    flex-grow: 1;
    word-wrap: break-word;
}

.icon-section_cc {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-s {
    margin: 0 auto;
    border-radius: 50%;

    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-s img {
    display: block;
    width: 100%;
}

.icon-s svg {
    width: 70%;
    margin: 0 auto;
}


.texto-section_ccc {
    flex-grow: 1;
    word-break: break-word;

}

.texto-section_ccc img {
    max-width: 500px;
    margin: 0 auto;
}

.texto-section_ccc p {
    font-size: 20px;
}

.titulo-section_ccc {
    font-size: 20px;
}

.btn-llamenos {
    display: flex;
    justify-content: center;
}

.btn-llamenos img{
max-width: 300px;
margin: 0 auto;
}

.titulo-contact {
    font-size: 25px;
    font-weight: 600;
}

/* content 3 */
.whatsapp-button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.whatsapp-button img {
    width: 350px;
}

.sedes{
    padding: 1rem;
}

@media (max-width: 400px) {
    .btn-llamenos img{
        max-width: 250px;
 
        }

}

@media (max-width: 480px) {
    .item-section_ccc {
        flex-direction: column;
    }

}

@media (max-width: 600px) {
   
    .texto-c{
 
        color: #003785;
        font-size: 10px;
    }

}

@media (max-width: 900px) {
    .container_cont {
        flex-direction: column;
    }
}
