/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*
body {
    font-family: Arial, Verdana, sans-serif;
    background-image: url('LPobesidad/assets/img/fondoHero_1.jpg');
    background-size: 1920px 900px;
    background-repeat: no-repeat;
    background-position: top;
    
}
*/




#hero3 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px 0 50px 0;
}

#hero3::before {
    content: "";
    position: absolute;
    right: -100%;
    top: 20%;
    width: 250%;
    height: 200%;
    z-index: -1;
    /*
    background-color: #ffffff;
    transform: skewY(135deg);
    */
}

#hero3 h1 {
    margin: 0 0 0px 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    color: #5777ba;
    font-family: "Poppins", sans-serif;
}

#hero3 h2 {
    color: #515f7d;
    margin-bottom: 25px;
    font-size: 20px;
}

#hero3 p {
    text-align: left;
}

#hero3 .download-btn {
    font-family: "Raleway", sans-serif;

    display: inline-block;
    /*arriba enfrente abajo izq*/
    padding: 20px 20px 5px 20px;
    border-radius: 3px;
    transition: 0.5s;
    color: #fff;
    background: #ff3300;
    position: relative;
    text-decoration: none;
    /*le quitar el subrayado al enlace*/
}

#hero3 .download-btn:hover {
    background: #1ab806;
}

#hero3 .download-btn i {
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 8.5px;
}

#hero3 .download-btn+.download-btn {
    margin-left: 20px;
}

#hero3 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px 0 50px 0;
}

#agendarConsulta {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
}


#videoPagina{
    width: 432px;
    height:324px;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media (max-width: 991px) {

    [data-aos-delay] {
        transition-delay: 0 !important;
    }


    #hero3 {
        text-align: left;
    }

    #hero3 .hero-img {
        text-align: center;

    }

    #hero3 .download-btn+.download-btn {
        margin: 0 5px;
        font-size: 5px bolt;
    }

    #hero3 .hero-img img {
        width: 80%;
    }

    #hero3 h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero3 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    

    #agendarConsulta {
        font-family: "Raleway", sans-serif;
        font-size: 15px;
    }

    #hero3 p {
        text-align: left;
    }

    #p_1 {
        text-align: left;
    }

    #p_2 {
        text-align: left;
    }

    #p_3 {
        text-align: left;
    }

    #p_4 {
        text-align: left;
    }

    #p_5 {
        text-align: left;
    }

}

/*//fin de max 991*/


@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }


    #hero3 p {
        text-align: left;
    }

    #hero3 h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero3 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero3 .hero-img img {
        width: 100%;
    }

    

    #hero3 .download-btn+.download-btn {
        margin: 0 5px;
        font-size: 5px bolt;
    }

    #agendarConsulta {
        font-family: "Raleway", sans-serif;
        font-size: 15px;
    }

    #hero3 p {
        text-align: left;
    }

    #p_1 {
        text-align: left;
    }

    #p_2 {
        text-align: left;
    }

    #p_3 {
        text-align: left;
    }

    #p_4 {
        text-align: left;
    }

    #p_5 {
        text-align: left;
    }

}

/*//fin de max 768*/

@media (max-width: 575px) {


    [data-aos-delay] {
        transition-delay: 0 !important;
    }


    #hero3 p {
        text-align: left;
    }

    #hero3 h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero3 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero3 .hero-img img {
        width: 100%;
    }

   

    #hero3 .download-btn+.download-btn {
        margin: 0 5px;
        font-size: 5px bolt;
    }

    #agendarConsulta {
        font-family: "Raleway", sans-serif;
        font-size: 15px;
    }

    #hero3 p {
        text-align: left;
    }

    #p_1 {
        text-align: left;
    }

    #p_2 {
        text-align: left;
    }

    #p_3 {
        text-align: left;
    }

    #p_4 {
        text-align: left;
    }

    #p_5 {
        text-align: left;
    }


}

/*mnaximo 575*/