h1 {
    font-family: 'GothamBook' !important;
    font-size: 3vw !important;
    line-height: 3vw !important;
}

h2 {
    font-family: 'GothamBook' !important;
    font-size: 1.7vw !important;
}

h3 {
    font-family: 'GothamBook' !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

p.font-chica {
    font-size: 1vw;
}

#main-home img#img-header-home {
    width: 112em;
}

#main-support {
    color: #4A4A4A;
}

.btn-naranja {
    background: #f26f41 !important;
    color: #ffff !important;
    border: 1px solid #f26f41 !important;
    font-size: 0.8rem !important;
}

.btn-naranja:hover {
    background: #ff9874 !important;
}

.btn-celeste {
    background: #5db9c7 !important;
    color: #ffff !important;
    border: 1px solid #5db9c7 !important;
    font-size: 0.8rem !important;
}

.btn-celeste:hover {
    background: #5db9c7b0 !important;
}

.btn-blanco {
    font-size: 0.8rem !important;
}

.btn-download {
    background-color: white !important;
    width: 15em;
    height: 44px;
}

.btn-download:hover {
    background-color: #f26f41 !important;
    border: 1px solid #f26f41 !important;
}

.btn-find {
    width: 15em;
    height: 44px;
    background-color: #f26f41 !important;
    color: white !important;
}

.btn-find:hover {
    background-color: white !important;
    border: 1px solid #4a4a4a !important;
    color: #4a4a4a !important;
}

.linea {
    border-bottom: 3px solid #f26f41;
}

.borde-gris {
    border-top: 1px solid #b0b0b0;
}

.color-bg-gris {
    background: #eeeeee;
}

.cards-home {
    position: absolute;
}

.img-support {
    height: 48em !important;
    object-fit: cover;
    width: 100vw;
}

.img-and {
    margin-left: 0.5vw;
    width: 2.5vw;
    margin-top: .5em;
    vertical-align: top;
}

.secciones img {
    width: 100%;
}

.secciones p {
    font-size: 1.2em;
    width: 100%;
}

.size-titulo {
    font-size: 2em;
    line-height: 36px;
}

.secciones div {
    margin-right: -5px !important;
}

.secciones {
    margin-top: 23vw !important;
}

.overlay-div {
    height: 100%;
    width: 62%;
    position: absolute;
    background-color: #35a7b9;
    background-blend-mode: multiply;
    opacity: 0.8;
}

.index-primero {
    z-index: 1;
}

.img-pdf {
    display: block;
}

.card-effect {
    transition: box-shadow .3s ease-out;
}

.card-effect:hover {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
}

.card-effect:hover p {
    color: #f26f41 !important;
}

.subtitulo-support {
    font-family: 'GothamBold';
    font-size: 1em;
    line-height: 1;
}

.edr-check {
    color: #4A4A4A;
    font-family: 'GothamBlack' !important;
    font-size: 36px;
    line-height: 36px;
}

.titulo-pdf {
    font-family: 'GothamBold' !important;
    font-size: 32px;
    line-height: 36px;
}

.titulo-pdf-text {
    font-family: 'GothamBook' !important;
    font-size: 1em;
    line-height: 18px;
    width: 85%
}

.call-medica {
    width: 22em;
}

.title-home span {
    font-family: 'GothamBlack';
    font-size: 3.5vw;
    line-height: 4vw;
}

.subtitle-home {
    font-family: 'GothamBlack';
    font-size: 1.8vw;
    line-height: 2.2vw;
}


/* MODAL */

h5#downloadModalLabel {
    font-size: 1.1rem !important;
}

.modal-body p {
    font-size: 0.8rem !important;
}


/* TABLET */

@media (min-width: 768px) and (max-width: 991px) {
    .container#cont-secciones {
        display: contents !important;
        background-color: #ffff;
        margin-left: 0px !important;
        margin-right: 0px !important;
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .call-medica,
    .btn-find,
    .btn-download {
        width: 100%;
    }
    .edr-check {
        font-size: 24px;
        line-height: 29px;
    }
    .card-body {
        font-size: 14px !important;
    }
    .titulo-pdf {
        font-size: 24px !important;
        line-height: 29px !important;
    }
    .titulo-pdf-text {
        font-size: 14px !important;
    }
}


/* MOVIL */

#main-home div.img-home-bg {
    background-image: url('../img/Man-Pants.png');
    background-repeat: no-repeat;
    height: 65rem;
    width: 100%;
    float: left;
    background-size: cover;
    background-color: #eeeeee;
    background-position-x: 18vw !important;
}

@media (min-width: 992px) and (max-width: 1170px) {
    #main-home div.img-home-bg {
        background-position-x: 8vw !important;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 7vw !important;
        line-height: 7vw !important;
    }
    h2 {
        font-size: 3.7vw !important;
    }
    .cards-home {
        position: relative;
    }
    #cont-secciones {
        padding: 0 !important;
    }
    /* Imagen header */
    #main-home div.img-home {
        display: block !important;
        margin-right: auto !important;
        width: 100% !important;
        overflow: hidden;
    }
    #salto {
        display: none;
    }
    #main-home div.img-home img {
        width: 190% !important;
        right: 50% !important;
    }
    /* Imagenes accesos */
    .secciones {
        background: #ffff;
        margin-top: 8vw !important;
    }
    .secciones div {
        width: 100%;
    }
    .footer-copyright .container div {
        text-align: left !important;
    }
    footer .container h6,
    footer .footer-copyright .container div {
        text-align: left !important;
    }
    #main-home .container div {
        position: relative !important;
    }
    /* SUPPORT */
    .overlay-div {
        width: 100%;
        opacity: 1;
    }
    .size-titulo {
        font-size: 5vw;
    }
    .img-pdf {
        display: none;
    }
    .btn-w-100 {
        width: 100%;
    }
    p.font-chica {
        font-size: 4vw;
    }
    #support-card {
        background-color: #35a7b9;
    }
    .title-home span {
        font-size: 42px;
        line-height: 46px;
    }
    .subtitle-home {
        font-size: 24px;
        line-height: 24px;
        max-width: 15em;
    }
    .img-and {
        margin-top: 8px;
        width: 2em;
    }
}

@media (max-width: 1200px) {
    .secciones p {
        font-size: .9em;
    }
}


/* FOOTER */

.footer-copyright .container div {
    text-align: center !important;
}