/*generales*/
*{
    box-sizing: border-box;
}
body{
    background-color: #f9f8f4;
}
a{
    text-decoration: none;
    color: #5fb677;
}
a:hover{
    text-decoration: none;
    color: #91c470;
}
h2 {
    color: #00b300;
    margin-top: 1em;
}
h4{
    color:#71C34B;
    border-bottom: 1px solid #e0e0e4 ;
    padding-bottom: 10px;
}
.fuente-grande {
    font-size: 19px;
}
.aclaracion{
    font-size: smaller;
    border-top: 1px solid #e0e0e4 ;
    padding-top: 10px;
}

.font-grande{
    font-size: 1.2em;
}
.menu{
    background-color: #77c9d4;
    position: fixed;
    z-index: 100;
    width: 100%;
}

.dropdown-item:hover {
    background: none;
}

.nav-link{
    text-decoration: none;
    color: #015249;
}
nav-link:hover{
    color: olive;

}
#consulta-online ul {
    list-style-type: none; /* no default bullets */
}

#consulta-online ul li {
    font-family: Arial;
    font-size: 18px;
}
#consulta-online ul li:before { /* the custom styled bullets */
    background-color: #57bc90;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    height: 10px;
    width: 10px;
}

footer a{
    color:black;
}
footer a:hover{
    color: olive;
}

.str {
    color:black;
    font-weight: bold;
}

#torre {
    display: none;
}

.wrap{
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 5px;
    width: 200px;
}

.padding-top-height{
    padding-top: 70px;
}
/*@media only screen and (max-width: 640px) {

    #contacto-nav{
        display: none;
    }
}*/
.page-footer{
    background: #77c9d4;

}
.sub-list{
    list-style: none;
}
textarea{
    resize:none;
    margin:5px;
    padding-left: 5px;
    width: 450px;
    height: 220px;
    border-radius: 5px;
    border: 1px solid #80bdff;
}
input{
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}
#boton input{
    padding: 5px 10px 5px 10px;
}


.titulo{
    border-bottom: 1px solid black;
    padding: 5px 10px 5px 10px;
    border-radius: 9px 9px 0 0;
    background-color: #A5A5AF;
}
.contenido{
    width: 80%;
    margin: auto;
    padding-top: 10px;
}
.tiempo_bono{
    border: 1px solid black;
    border-radius: 5px;
    margin: auto;
    width: 80%;
    padding: 5px;
    background-color: #F7FDF8;
}
.tiempo{
    border-bottom: 1px solid black;

}
.boton{
    width: 80%;
    border: 1px solid black;
    padding: 5px;
    margin: 5px auto 5px auto;
    border-radius: 5px;

}
.alert{
    background: #77c9d4;
    border:none;
}
.degradado{
   background-color: rgba(0,0,0,0.3);
    border-radius: 20px;

}
@media only screen and (max-width: 540px) {
    #torre {
        display: inline;
    }
    #carouselExampleIndicators {
        display: none;
    }
    #boton input{
        width: 100%;
    }

    .wrap {
        width: 100%;
    }
}

/*.circle{
    height: 100px;
    width: 100px;
    padding-top: 35px;
    padding-left: 5px;
    background: #57BC90;
    border: 1px solid #57BC90;
    border-radius:50%;
    position: fixed;
    bottom: 22px;
    right: 5px;
}*/
