/*Generales*/
* {
    margin: 0;
}

html{
    scroll-behavior: smooth;
}

li{
    font-size: 20px;
}

h1{
    font-size: 80px;
    margin-bottom: 1.5rem;
    color: #FF8D00;
}

h2{
    font: 700 25px/1.7 'Exo';
    color: #707070;
}

body{
    font: 500 16px/1.7 'Exo';
    text-align: left;
}

a:hover {
    color: #FF8D00;
}

/* Header Nav*/
.navbar-dark .navbar-nav .nav-link {
    color: #707070;
    padding: 40px 15px;
    border: solid 1px #707070;
    font-size: large;
}

.navbar-dark .navbar-nav .nav-link:hover{
    background-color: #FF8D00;
}

.nav-item.active {
    background-color: #FF8D00;
}

.navbar-dark .navbar-toggler {
    border-color: #FF8D00;
}

.img-fluid{
    max-width: 40%;
}

header {
    height: 100vh;
}

.separador_gris_sombra{
    background-color: #F8F8F6;
    background-image: url(../images/separadores/separador_gris_sombra.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #707070;
}

.separador_gris_sombra h2{
    font-size: 80px;
}

.segundo_bullet {
    margin-bottom: 7rem;
}

.primer_bullet{
    margin-top: -5rem;
}

.fondogris{
    background-color: #F8F8F6;
    background-image: url(../images/separadores/curva_naranja_sombra.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #707070;
    margin-top: -2.5rem;
}

.fondogris p{
    margin-top: -3rem;
}

.separador_naranja_sombra{
    background-color: #F8F8F6;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #707070;
    margin-top: -2.5rem;
}

.separador_naranja_sombra h1{
    margin-top: -3rem;
    font-size: 80px;
}

.naranja_grande{
    background-color: #F8F8F6;
    background-image: url(../images/separadores/curva_gris_gde_sombra.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 20rem;
}

.programas{
    background-color: #FF8D00;
    background-image: url(../images/separadores/curva_gris_sombra.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.separador_naranja_sombra p{
    margin-bottom: 0;
}

ul {
    margin-bottom: 5rem;
}

.programas .img-fluid{
    max-width: 87%;
    margin-bottom: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    margin-top: -10rem;
}

.fondoblanco p {
    color: #B7B7B7;
}

.nutritiva{
    margin-bottom: 10rem;
}

.nutricion{
    background-color: #FF8D00;
    background-image: url(../images/separadores/separador_naranja_sombra.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #707070;
    margin-top: -3rem;
}

.nutricion h1{
    color: white;
    font-size: 80px;
}

.nutricion .img-fluid{
    max-width: 100%;
}

.nutricion p{
    margin-bottom: 10rem;
}

.somos{
    background-color: #FF8D00;
    color: #707070;
    margin-top: -3rem;
    padding-bottom: 1rem;
}

.somos p{
    margin-bottom: -4rem;
}

.somos h1{
    color: white;
    font-size: 80px;
    margin-top: -4rem;
}

.somos_fotos {
    background-color: #F8F8F6;
    background-image: url(../images/separadores/separador_final.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 8rem;
}

.somos_fotos .img-fluid{
    max-width: 80%;
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.somos_fotos .fotos{
margin-top: -17rem;
}

.somos_list{
    margin-bottom: 4rem;
}

.fotos h3{
    padding-top: 2rem;
}

.lb-data .lb-caption{
    font-size: 18px;
    color: #FF8D00;
}

.programas .img-fluid{
    max-width: 80%;
    background-position: center;
}

.somos_fotos img{
    transition-duration: 0.4s;
}

.somos_fotos img:hover{
    transform: scale(1.1);
}

/*Footer*/
.footer{
    color: black;
    background-color: #F8F8F6;
    padding: 5px;
}

footer a{
    text-decoration: none;
    margin: 20px;
}

footer img{
    width: 80px;
    padding: 5px;
    transition-duration: 0.4s;
}

footer img:hover{
    transform: scale(1.2);
}

footer p{
    font-size: 90%;
    margin-bottom: 1rem;
    margin-top: -1rem;
}

.telefonos {
    font: 700 20px/1.7 'Exo';
    color: #FF8D00;
}

.legal{
    padding-top: 2rem;
    background-color: #F8F8F6;
}

.legal .row{
    background-color: #F8F8F6;
}

.flecha {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.flecha img{
    width: 50px;
    background-color: #FF8D00;
    padding: 5px;
    border-radius: 25%;
    transition-duration: 0.4s;
}

.flecha img:hover{
    transform: scale(1.2);
}


.modal-body h1{
    font-size: 40px;
}

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.help-block.with-errors {
    color: #FF8D00;
    margin-top: 5px;
}

.lead{
    margin-bottom: 2rem;
}

.btn-close{
    background-color: #FF8D00;
}

.btn-success{
    background-color: #FF8D00;
    border-color: black;
}

.controls .btn{
    background-color: #FF8D00;
    border-color: black;
}

.controls .btn:hover{
    background-color: #707070;
}

.controls .btn.disabled{
    background-color: #707070;
    border-color: #FF8D00;
}

.alert-success {
    color: #F8F8F6;
    background-color: #FF8D00;
    border-color: black;
}


/* Large devices (desktops, less than 1200px) "\003E" */
@media (max-width: 1200px) { 
    .img-fluid{
    max-width: 70%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link{
        padding: 30px 20px;
    }
    .nutricion .img-fluid{
    max-width: 125%;
    padding-top: 8rem;
    }
    .flecha{
    display: block;
    }
    .img-fluid{
    max-width: 75%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {   
    .separador_gris_sombra h1{
        font-size: 45px;
    }
    .separador_naranja_sombra h1{
    font-size: 45px;
    }
    .nutricion h1{
    font-size: 45px;
    }
    .nutricion .img-fluid{
    max-width: 120%;
    padding-top: 15rem;
    }
    .somos h1{
    font-size: 45px;
    }
    .img-fluid{
    max-width: 80%;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    body{
      text-align: left;  
    }
    .nutricion .img-fluid{
        max-width: 100%;
        padding-top: 0;
        margin-top: -10rem;
    }

    .img-fluid{
    max-width: 90%;
    }
    .margen_abajo{
        margin-bottom: 0;
    }
}
