body {
    font-family: 'Raleway', sans-serif;
}

/* ------------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;
    }
}

img {
    max-width: 100%;
}

.display-5{
    margin:45px 0 45px 0;
    font-size: 4em;
}

@keyframes aparecer {
    0% {opacity: 0%;}
    20% {opacity: 20%;}
    40% {opacity: 40%;}
    60% {opacity: 60%;}
    80% {opacity: 80%;}
    100% {opacity: 100%;}
}

.jumbotron {
    background-image: url("./img/portada.png");
    background-size: cover;
    background-position: center;
    color: #7af97a;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 90px auto 0px auto;
    animation-name: aparecer;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    /* padding-top: 200px; */

}
.jumbotron p {
    font-size: 2em;
}


.btn-transparent {
    background-color: transparent;
    border: 2px solid #baf8a2;
    color: #baf8a2;
    margin:120px 0 150px 0;
}
.btn-lg:hover {
    font-weight: bolder;
    color:#baf8a2 ;
}


.contenedor {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.entrada-blog{
    margin-bottom: 30px;
}


.entrada-blog a {
    display: inline-block;
    background-color: #2196F3;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.entrada-blog img{
    border-radius: 10px;
}

.entrada-blog a{
    background-color: #03512b;
}

/*--------------------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.container {
    max-width: 1200px; 
    width: 100%;
    margin: 0 auto;
}


.footer-custom .row {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.footer-custom .col {
    flex: 1;
    text-align: center;
    margin-bottom: 10px;
}

.insta img:hover{
    width: 30px;
}

#creditos{
    font-size: 0.85em;
    color:rgba(33, 24, 24, 0.849)
}

@media (min-width:320px){
    .display-5{
        font-size: 2em;
    }
    .jumbotron p{
        font-size: 1.25em;
    }
}

@media (min-width:425px){
    .display-5{
        font-size: 2.5em;
    }
    .jumbotron p{
        font-size: 1.75em;
    }
}

@media (min-width:768px){
    .display-5{
        font-size: 3em;
    }
    .jumbotron p{
        font-size: 2.25em;
    }
}

@media (max-width:767px){
    .col-12{
        padding:0 40px;
    }
}

.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: 99999;
}