body {
    font-family: 'Raleway', sans-serif;
    /* font-size: 1.6rem; */
    background-color: #e9ecef;
}


img {
    max-width: 100%;
}

h1 {
    font-size: 4rem;
}

.jumbotron p{
    font-size: 1.2em;
}

@keyframes aparecer {
    0% {opacity: 0%;}
    20% {opacity: 20%;}
    40% {opacity: 40%;}
    60% {opacity: 60%;}
    80% {opacity: 80%;}
    100% {opacity: 100%;}
}



.jumbotron {
    color:#0B437E;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
    margin:100px auto;
    animation-name: aparecer;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    background-color: transparent;
}

.jumbotron p{
    color: black
}

.jumbotron img{
    border-radius: 5px;
}

.contenedor {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.entrada-blog{
    margin-bottom: 30px;
}


.entrada-blog a {
    display: inline-block;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.entrada-blog img{
    border-radius: 10px;
}

.entrada-blog a{
    background: linear-gradient(to right, #7af97a, #03c603);
}
.entrada-blog p{
    color: #0B437E
}
.tit-ent-blog {
    font-size: 1.75em;
}

/* ------------Navbar----------------*/
.navbar-custom {
    /*background: linear-gradient(to right, #baf8a2, #02d502, #013101);*/   /*fondo original*/
    background: linear-gradient(to right, #baf8a2, #7af97a, #03c603);
    padding: 0px 120px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.696)
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav .nav-link {
    /* color: rgb(243, 255, 5); */
    color:black;
    font-size: 1.15em;
    margin: 0px 14px;
}

.dropdown-menu.show{
    /* background-color:#013101; */
    background: linear-gradient(to right, #baf8a2, #7af97a, #03c603);
    font-size: 1.15em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.696);
    border-radius: 5px;
}

.dropdown-item{
    /* color: rgb(243, 255, 5); */
    color:black;
}

.dropdown-menu.show a:hover{
    background-color:transparent;
    font-weight: bolder;
}

@media (max-width:991.9px){
    .navbar-custom{
        padding:0 20px 0 20px;
        font-size: 0.75em;
    }
}


/*---------------footer----------------*/
.footer-custom {
    font-size: 0.9em;
    background: linear-gradient(to right, #baf8a2, #7af97a, #03c603);
    padding: 20px;
    /*color: rgb(243, 255, 5);*/    /*color amarillo*/
    color: black;
    /* color: #2196F3; */
}

.footer-custom p{
    margin:10px 0 0 0;
}

.footer-custom a{
    /*color: rgb(243, 255, 5);*/    /*color amarillo*/
    color: black;
    /* color:#2196F3; */
}

.footer-custom .container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-custom .row {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.insta img:hover{
    width: 30px;
}

#creditos{
    font-size: 0.85em;
    color:rgba(33, 24, 24, 0.849)
}

.footer-custom .col {
    flex: 1;
    text-align: center;
    margin-bottom: 10px;
}

/* .footer-custom .logo {
    max-width: 100px;
} */

@media (max-width:767px){
    .col-12{
        padding:0 40px;
    }
    /* .footer-custom img{
        width: 15%;
    } */
}

.banner__imagen {
    height: calc(100vh);
    width: 100%;
}
.banner__imagen-quienessomos {
    height: calc(100vh);
    width: 50%;
}
.banner__titulo {
    color: #fcfdfe;
    font-family:'Times New Roman', Times, serif;
    font-size: 5rem;
    position: absolute;
    left: 50%;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
}
/*----------------------------WHATSAPP------------------------------*/
.whatsapp-button {
    position: fixed;
    bottom: 35px;
    right: 35px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    /* padding: 15px; */
    font-size: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 999999;
}

@media (min-width:480px) {
    .tres-columnas {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 2rem;
    }
}

/* @media (min-width: 600px) {
    .contenedor {
        width: 80%;
    }
} */

/* @media (min-width:768px) {
    .contenedor {
        width: 90%;
    }
} */

@media (max-width:1199.9px){
    #nosotros h1{
        font-size: 3em;
    }
    #nosotros p{
        font-size: 1em;
    }    
}

@media (max-width:1024px){
    h1{
        font-size: 3em;
    }
    .jumbotron p{
        font-size: 1.25em;
    }
    .tit-ent-blog{
        font-size: 1.5em;
    }
}

@media (max-width:991.8px){
    h1{
        font-size: 2em;
    }
    .jumbotron{
        margin-top: 120px;
    }
    .jumbotron p{
        font-size: 1em;
    }
    .tit-ent-blog{
        font-size: 1.25em;
    }
    #nosotros-img{
        /* padding:50px 15px 0px 15px; */
        align-content: center;
    }
}

@media (max-width:830.9px){
    h1{
        font-size: 2em;
    }
    .jumbotron p{
        font-size: 1em;
    }
    .tit-ent-blog{
        font-size: 1.25em;
    }
    .tres-columnas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
    }
}

@media (max-width:575.9px){
    .jumbotron{
        margin-top: 130px;
    }
}

@media (max-width:426px){
    
    .tres-columnas {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    /* .footer-custom img{
        width: 10%;
    } */
}