﻿#main {
    font-family: "Open Sans";
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.banners {
    position: relative;
    height: 300px;
}

    .banners a {
        cursor: pointer;
    }

    .banners img {
        width: 100%;
        height: 300px;
    }

.title-banner {
    position: absolute;
    top: 15%;
    left: 20%;
    color: #616161;
}

    .title-banner h2 {
        margin: 0;
        font-size: 40px;
        font-weight: 600;
    }

a.btn-banner {
    position: absolute;
    top: 55%;
    left: 20%;
    width: 350px;
    height: 50px;
    background-color: #25435F;
    /*background: #7748C6;*/
    color: #ffffff !important;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

    a.btn-banner:hover {
        background-color: #1B3146 !important;
        /*background: #44109A !important;*/
        text-decoration: none;
        color: #fff;
        outline: none;
    }

    a.btn-banner:active {
        background: #936AD7 !important;
        text-decoration: none;
        outline: none;
    }

    a.btn-banner:focus {
        text-decoration: none;
        outline: none;
    }

.opciones {
    height: 228px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 39px;
    text-decoration: none;
}

.card__item {
    width: 275px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    background-color: #25435F;
    color: #ffffff;
    border-radius: 4px;
    height: 303px;
    position: relative;
    top: -75px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    transition: all .3s;
    cursor: pointer;
    z-index: 99;
    text-decoration: none;
    padding: 16px 0px;
    gap: 8px;
}

.item__description {
    height: 135px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
/*.expediente {
    width: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background: #28C2E4;
    color: #ffffff;
    border-radius: 4px;
    height: 350px;
    position: relative;
    top: -50px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    transition: all .3s;
    cursor: pointer;
    z-index: 99;
    text-decoration: none;
}
.resultados {
    width: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background: #28C2E4;
    color: #ffffff;
    border-radius: 4px;
    height: 350px;
    position: relative;
    top: -50px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    transition: all .3s;
    cursor: pointer;
    z-index: 99;
    text-decoration: none;
}
.biblioteca {
    width: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background: #28C2E4;
    color: #ffffff;
    border-radius: 4px;
    height: 350px;
    position: relative;
    top: -50px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    transition: all .3s;
    cursor:pointer;
    z-index: 99;
    text-decoration: none;
}*/
.redondo {
    width: 129px;
    height: 129px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.redondo2 {
    width: 96px;
    height: 96px;
    /*border-radius: 50%;
    border: 3px solid #28C2E4;*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.redondo i {
    /*color: #28C2E4;*/
    color: #1B3146;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.card__item:hover {
    color: #FFFFFF;
}
/*.card__item:hover .redondo {
        border: 3px solid #28C2E4;
    }*/

.opciones .card__item:hover h3 {
    /*color: #28C2E4 !important;*/
    color: #FFFFFF !important;
    text-decoration: none;
}

.opciones .card__item:hover p {
    /*color: #28C2E4 !important;*/
    color: #FFFFFF !important;
    text-decoration: none;
}

.card__item:hover {
    /*background: #ffffff;*/
    background-color: #1B3146;
    color: #28C2E4;
    text-decoration: none;
}

.opciones h3 {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bolder;
}

    .opciones h3:active {
        text-decoration: none;
    }

.opciones p {
    font-size: 16px;
    /*height: 190px;*/
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    color: #ffffff;
}

    .opciones p:active {
        text-decoration: none;
    }

    .opciones p:focus {
        text-decoration: none;
        outline: none;
    }

hr.separacion {
    margin: 25px 0;
    width: 100%;
}

.seccion_fondo {
    margin-bottom: 15px;
    background: #F8F8F8;
}

.secciones {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*.secciones img {
        width: 100%;*/ /* Asegura que la imagen ocupe todo el ancho */
/*height: auto;*/ /* Mantiene la proporción original de la imagen */
/*margin-bottom: 10px;*/ /* Espaciado entre imágenes (ajustable según sea necesario) */
/*}*/
.indices_sd {
    width: 100%;
    height: 261px;
    position: relative;
    /* margin-right: 30px; */
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
}

.secciones_derecha {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 765px;
    height: 550px;
    overflow: hidden;
}

.educacion_paciente {
    width: 61%;
    height: 227px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.noticias {
    width: 28%;
    height: 292px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gaceta_medica {
    width: 100%;
    height: 261px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 2%;
    margin-bottom: 2%;
}

.servicios {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    overflow: auto;
}

.servicio {
    width: 92px;
    height: 88px;
    background: #6ACBE0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    word-break: break-word;
    text-align: center;
}

    .servicio i {
        height: 58px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 50px;
    }

    .servicio p {
        font-size: 12px;
        margin: 0;
        color: #ffffff !important;
        line-height: 1;
        height: 30px;
        padding: 0 6px;
    }

.secciones_titulo {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    position: absolute;
    right: 0;
    overflow: hidden;
    height: 60px;
    transition: all .5s;
}

.title_cont {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    transition: .3s;
    background-color: #86B85D;
    overflow: hidden;
    white-space: nowrap;
}

.secciones_titulo i {
    margin-left: 26px;
    font-size: 24px;
    line-height: 27px;
    color: #1B3146;
}

.secciones_titulo p {
    font-size: 20px;
    color: #1B3146;
    margin: 0;
    font: normal normal bold 20px/27px Open Sans;
    text-overflow: clip;
    white-space: nowrap;
    margin-right: 26px;
}

.info-contenedor {
    width: 250px;
    height: 0;
    visibility: hidden;
    transition: .5s;
    position: absolute;
    bottom: 0px;
    right: 20px;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(97 97 97 / 69%);
    border-radius: 4px;
}

    .info-contenedor h4 {
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
        color: #FFFFFF;
        margin: 15px 0;
        display: none;
        transition-delay: .2s;
        margin: 0;
        height: 29px;
    }

    .info-contenedor p {
        font-size: 16px;
        color: #FFFFFF;
        display: none;
        transition-delay: .2s;
        margin: 0;
        height: auto;
    }

    .info-contenedor btn-contenedor {
        width: 100%;
        display: flex;
        justify-content: center;
        transition-delay: .2s;
    }

    .info-contenedor .btn-contenedor a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        background-color: #25435F;
        color: #FFFFFF;
        text-decoration: none;
        border-radius: 4px;
        font: normal normal 600 16px/22px Open Sans;
        transition: all .3s;
    }

        .info-contenedor .btn-contenedor a:hover {
            text-decoration: none;
            background: #1B3146;
            color: #ffffff;
        }

        .info-contenedor .btn-contenedor a:active {
            background: #1B3146;
        }


/*Indices :Hover*/
.indices_sd .info-contenedor .btn-contenedor {
    display: none;
}

.indices_sd:hover .secciones_titulo .title_cont {
    width: 0;
}

    .indices_sd:hover .secciones_titulo .title_cont p {
        visibility: hidden;
    }

.indices_sd:hover .info-contenedor {
    visibility: initial;
    height: 220px;
}

    .indices_sd:hover .info-contenedor p {
        display: flex;
    }

    .indices_sd:hover .info-contenedor h4 {
        display: flex;
        align-items: center;
    }

    .indices_sd:hover .info-contenedor .btn-contenedor {
        display: flex;
    }

/*Educacion al paciente :Hover*/
.educacion_paciente .info-contenedor .btn-contenedor {
    display: none;
}

.educacion_paciente:hover .secciones_titulo .title_cont {
    width: 0;
}

    .educacion_paciente:hover .secciones_titulo .title_cont p {
        visibility: hidden;
    }

.educacion_paciente:hover .info-contenedor {
    visibility: initial;
    height: 220px;
}

    .educacion_paciente:hover .info-contenedor p {
        display: flex;
    }

    .educacion_paciente:hover .info-contenedor h4 {
        display: flex;
        align-items: center;
    }

    .educacion_paciente:hover .info-contenedor .btn-contenedor {
        display: flex;
    }

/*Noticias :Hover*/
.noticias .info-contenedor .btn-contenedor {
    display: none;
}

.noticias:hover .secciones_titulo .title_cont {
    width: 0;
}

    .noticias:hover .secciones_titulo .title_cont p {
        visibility: hidden;
    }

.noticias:hover .info-contenedor {
    visibility: initial;
    height: 190px;
}

    .noticias:hover .info-contenedor p {
        display: flex;
    }

    .noticias:hover .info-contenedor h4 {
        display: flex;
        align-items: center;
    }

    .noticias:hover .info-contenedor .btn-contenedor {
        display: flex;
    }

/*Gaceta :Hover*/
.gaceta_medica .info-contenedor .btn-contenedor {
    display: none;
}

.gaceta_medica:hover .secciones_titulo .title_cont {
    width: 0;
}

    .gaceta_medica:hover .secciones_titulo .title_cont p {
        visibility: hidden;
    }

.gaceta_medica:hover .info-contenedor {
    visibility: initial;
    height: 262px;
}

    .gaceta_medica:hover .info-contenedor p {
        display: flex;
    }

    .gaceta_medica:hover .info-contenedor h4 {
        display: flex;
        align-items: center;
    }

    .gaceta_medica:hover .info-contenedor p {
        display: flex;
    }

    .gaceta_medica:hover .info-contenedor .btn-contenedor {
        display: flex;
    }


.menu_movil {
    display: none;
}

.header-btns2 {
    display: none;
}

.separacion-movil {
    display: none;
}

.separacion-horizontal {
    border-top: 1px solid #AFAFAF;
    opacity: 1;
    margin: 24px 0;
}



button.owl-prev.icono-angle-left {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 900px;
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.16);
    background: #FFF;
    color: #0074D9;
}

    button.owl-prev.icono-angle-left:hover {
        color: #25435F !important;
    }

.icono-angle-left:before {
    /*position: absolute;
    left: -16% !important;
    height:100%;*/
}

.icono-angle-right:before {
    /*content: '\f105';
    position: absolute;
    right: -16% !important;
    height:100%;*/
    /*top: 45%;
    transform: translateY(-50%);*/
}

button.owl-next.icono-angle-right {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 900px;
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.16);
    background: #FFF;
    color: #0074D9;
}

    button.owl-next.icono-angle-right:hover {
        color: #25435F !important;
    }

.owl-theme .owl-dots .owl-dot.active span {
    background: #FFF !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: unset !important;
    border: 1px solid #FFF;
}

.banners .owl-theme .owl-dots {
    display: none !important;
}

.secciones img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.biblioteca a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    color: #fff;
}

    .biblioteca a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .biblioteca a:active {
        text-decoration: none;
    }

    .biblioteca a:focus {
        text-decoration: none;
        outline: none;
    }

.footer-articles a:hover {
    text-decoration: none;
    color: #28C2E4;
}

/*GUARDANDO*/
/*.guardando
{
    position:fixed;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9999999;
    text-align: center;
    transition: all .3s ease-in;
    visibility: hidden;
}
.guardando img
{
    top: calc(50% - 75px);
    position: fixed;
    left: calc(50% - 75px);
    z-index: 9999999;
    width: 150px;
}*/
/*FIN GUARDANDO*/
@media screen and (max-width: 1680px) {
    .title-banner,
    a.btn-banner {
        left: 16%;
    }
}

@media screen and (max-width: 1440px) {
    .title-banner,
    a.btn-banner {
        left: 10%;
    }
}

@media screen and (max-width: 1366px) {
    .title-banner,
    a.btn-banner {
        left: 8%;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 950px;
    }

    .secciones {
        width: 100%;
    }

    .indices_sd {
        width: 100%;
        height: 261px;
        position: relative;
        /* margin-right: 30px; */
        cursor: pointer;
        overflow: hidden;
        border-radius: 20px;
    }

    .secciones_derecha {
        width: 61%;
    }

    .gaceta_medica {
        width: 100%;
        height: 261px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        border-radius: 20px;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .servicio {
        margin-right: 10px;
        padding: 0 10px;
        height: 83px;
    }

        .servicio p {
            padding: 0;
        }

    button.owl-next.icono-angle-right {
        right: 5px;
    }

    button.owl-prev.icono-angle-left {
        left: 5px;
    }

    .opciones {
        height: 320px;
        align-items: center;
    }

    .banners img {
        height: 300px;
    }

    .title-banner, a.btn-banner {
        left: 50%;
        transform: translateX(-50%);
    }

    .title-banner {
        top: initial;
        bottom: 20%;
        text-align: center;
    }

    a.btn-banner {
        top: initial;
        bottom: 5%;
    }

    .banners {
        position: relative;
        height: 300px;
    }
}

@media screen and (max-width: 992px) {
    .card__item {
        width: 275px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        text-align: center;
        background-color: #25435F;
        color: #ffffff;
        border-radius: 4px;
        height: 303px;
        position: relative;
        top: 10%;
        box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
        transition: all .3s;
        cursor: pointer;
        z-index: 99;
        text-decoration: none;
        padding: 16px 0px;
        gap: 8px;
    }

    .container {
        width: 750px;
    }

    .secciones {
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 25px;
        /* height:600px;*/
    }

    .indices_sd {
        width: 49%;
        height: 290px;
        margin: 0 0 20px 0;
    }

    .educacion_paciente {
        width: 49%;
        height: 290px;
        margin: 0;
    }

    .noticias {
        width: 49%;
        height: 290px;
    }

    .gaceta_medica {
        width: 49%;
        height: 290px;
        top: 0;
        right: 0;
    }

    .secciones_titulo {
        right: 0px;
    }

    .resultados {
        margin: 0 13px;
    }

    input.search {
        display: none;
    }

    .indices_sd .info-contenedor,
    .educacion_paciente .info-contenedor {
        visibility: initial;
        height: 219px;
    }

    .noticias .info-contenedor {
        visibility: initial;
        height: 190px;
    }

    .gaceta_medica .info-contenedor {
        visibility: initial;
        height: 262px;
    }
    /*.info-educacion, .info-gaceta, .info-indices, .info-noticias {
        visibility: initial;
        height: 230px;
    }*/
    .indices_sd .info-contenedor h4 {
        display: flex;
    }

    .indices_sd .info-contenedor p {
        display: flex;
    }

    .indices_sd .info-contenedor .btn-indices {
        display: flex;
    }

    .educacion_paciente .info-contenedor h4 {
        display: flex;
    }

    .educacion_paciente .info-contenedor p {
        display: flex;
    }

    .educacion_paciente .info-contenedor .btn-contenedor {
        display: flex;
    }

    .noticias .info-contenedor h4 {
        display: flex;
    }

    .noticias .info-contenedor p {
        display: flex;
    }

    .noticias .info-contenedor .btn-contenedor {
        display: flex;
    }

    .gaceta_medica .info-contenedor h4 {
        display: flex;
    }

    .gaceta_medica .info-contenedor p {
        display: flex;
    }

    .gaceta_medica .info-contenedor .btn-contenedor {
        display: flex;
    }

    .secciones_titulo {
        display: none;
    }

    button.owl-next.icono-angle-right {
        right: 5px;
    }

    button.owl-prev.icono-angle-left {
        left: 5px;
    }

    .seccion_fondo {
        margin-bottom: 15px;
        background: #F8F8F8;
        padding-top: 20px;
    }
}

@media screen and (max-width: 805px) {
    .container {
        width: initial;
    }

    .title-banner h2 {
        font-size: 38px;
    }

    button.owl-prev.icono-angle-left {
        left: 10px;
    }

    button.owl-next.icono-angle-right {
        right: 10px;
    }
}

@media screen and (max-width: 650px) {
    .title-banner {
        left: 15%;
    }

    a.btn-banner {
        width: 250px;
        left: 43%;
    }

    .secciones_titulo p {
        font-size: 16px;
        color: #ffffff;
        padding: 10px 10px;
        margin: 0;
        font-weight: 700;
    }

    .indices_sd {
        width: 49%;
        height: 250px;
        margin: 0 0 10px 0;
    }

    .educacion_paciente {
        width: 49%;
        height: 250px;
        margin: 0;
    }

    .noticias {
        width: 49%;
        height: 250px;
    }

    .gaceta_medica {
        width: 49%;
        height: 250px;
    }

    .opciones p {
        font-size: 15px;
        height: 210px;
        margin: 0;
        padding: 0 5px;
    }

    .opciones h3 {
        margin: 0;
        font-size: 15px;
        height: 25px;
    }
}

@media screen and (max-width: 600px) {
    .title-banner {
        left: 10%;
    }

    a.btn-banner {
        width: 250px;
        left: 42%;
    }

    .indices_sd {
        margin: 0;
    }
}

@media screen and (max-width: 750px) {
    .opciones {
        height: 100%;
        flex-wrap: wrap;
        gap: 13px;
        width: 100%;
    }

    #footerI {
        width: auto !important;
        align-items: start;
        gap: 10px;
        height: auto;
        order: 2;
    }

    .footer-articles {
        flex-direction: row;
        justify-content: start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .info-barra {
        display: none;
        height: 25%;
        justify-content: start;
    }

    .footer-acomodo {
        flex-direction: column;
        gap: 22px !important;
    }

    #footer-general {
        height: 549px !important;
        padding: 30px 0;
    }


    .opciones h3 {
        font-size: 16px;
    }

    .opciones p {
        height: 85px;
    }

    .title-banner {
        left: 12%;
    }

    a.btn-banner {
        left: 35%;
    }

    .title-banner h2 {
        font-size: 34px;
    }

    .secciones {
        height: 100%;
        justify-content: center;
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .indices_sd {
        width: 330px;
        height: 290px;
    }

    .educacion_paciente {
        width: 330px;
        height: 290px;
        margin: 32px 0;
    }

    .noticias {
        width: 330px;
        height: 290px;
    }

    .gaceta_medica {
        width: 330px;
        height: 290px;
        margin: 32px 0;
    }

    button.owl-prev.icono-angle-left {
        width: 35px;
        height: 35px;
    }

    button.owl-next.icono-angle-right {
        width: 35px;
        height: 35px;
    }

    .banners .owl-theme .owl-dots {
        display: block !important;
    }

    .info-contenedor {
        padding: 10px 15px;
        width: 250px;
        right: 18px;
    }

    .seccion_fondo {
        margin-top: 20px;
    }

    .separacion-horizontal {
        margin: 30px 0;
    }
}


@media screen and (max-width: 550px) {
    .enlaces-movil {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        font-size: 28px;
        order: 1;
    }

    .opciones {
        height: 100%;
        flex-wrap: wrap;
        gap: 13px;
        width: 100%;
    }

    #footerI {
        height: auto;
        order: 2;
    }

    .footer-articles {
        flex-direction: row;
        justify-content: start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .info-barra {
        display: none;
        height: 25%;
        justify-content: center;
    }

    .footer-acomodo {
        flex-direction: column;
    }

    #footer-general {
        height: 549px;
        padding: 30px 0;
    }


    .opciones h3 {
        font-size: 16px;
    }

    .opciones p {
        height: 85px;
    }

    .title-banner {
        left: 12%;
    }

    a.btn-banner {
        left: 35%;
    }

    .title-banner h2 {
        font-size: 34px;
    }

    .secciones {
        height: 100%;
        justify-content: center;
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .indices_sd {
        width: 330px;
        height: 290px;
    }

    .educacion_paciente {
        width: 330px;
        height: 290px;
        margin: 32px 0;
    }

    .noticias {
        width: 330px;
        height: 290px;
    }

    .gaceta_medica {
        width: 330px;
        height: 290px;
        margin: 32px 0;
    }

    .banners .owl-theme .owl-dots {
        display: block !important;
    }

    .info-contenedor {
        padding: 10px 15px;
        width: 250px;
        right: 18px;
    }

    .seccion_fondo {
        margin-top: 20px;
    }

    .separacion-horizontal {
        margin: 30px 0;
    }
}

@media screen and (max-width: 430px) {
    a.btn-banner {
        left: 20%;
        top: 70%;
    }

    .title-banner, a.btn-banner {
        left: 50%;
        transform: translateX(-50%);
    }

    .title-banner {
        width: 100%;
    }

    a.btn-banner {
        top: initial;
        bottom: 5%;
    }

    .title-banner {
        width: 100%;
        bottom: 20%;
    }
}

@media screen and (max-width: 380px) {
    .title-banner h2 {
        font-size: 30px;
    }

    button.owl-prev.icono-angle-left {
        left: 4px;
    }

    button.owl-next.icono-angle-right {
        right: 4px;
    }
}

@media screen and (max-width: 767px) {
    .container-banner p {
        font-size: 32px !important;
    }

    .info_contenido h2 {
        font-size: 23px !important;
    }

    .container-banner .btnIniciarConversacion p {
        font-size: 16px !important;
    }
}
