main{
    font-family: 'Montserrat', sans-serif;

}
.container-fluid .p-0{
    font-size: 11px;
    margin: 5px 10px;
    color: white;
}
.navbar img{
    max-width: 200px;   
}
.navbar{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
.navbar a{
    color: white;
}
.navbar a:hover{
    color: yellow;
}
.navbar-collapse{
    align-items: center;
    justify-content: space-between;
}

.navbar button{
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}
.navbar button:hover{
    background-color: black;
    border: 0px;
}

@media screen and (max-width: 767px) {
    .navbar-brand{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .navbar-brand{
        display: none;
    }
}

.info-general .row{
    padding: 10px 0px;
}

.columna i{
    font-size: 50px;
    color: #22b7d2;
}
.info-general-titulo{
    font-weight: bold;
    padding: 5px;
    margin: 5px;
}
.info-general{
    padding: 15px;
}
.info-general .container{
    padding: 15px;
}
.info-general-descripcion{
    margin: 8px;
    text-align: left;
    text-justify: inter-word;
}
.container button{
    color: white;
}
.container button i{
    font-size: 18px;
    color: white;
}
.fw-normal{
    color: white;
    font-weight: bold;
}
.card small, .pricing-card-title{
    font-size: 20px;
}
.logo{
    padding: 3px;
    margin: 0 7.5px 15px;
    height: 53px;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 45px;
    text-align: center;
}
.row .text-white{
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}
section h2 {
    font-family: 'Roboto Mono', monospace;
}
p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}
html {
    scroll-padding-top: 70px; /* height of sticky header */
}
.seccion-oscura{
    background-color: #1a1a1a;
    color: white;
}
/* Footer */
footer{
    background-color: #1a1a1a;
    color: white;
    padding: 20px;
    min-height: 500px;
}
.footer-logo{
    font-size: 30px;
    margin: 10px;
    height: 100px;
    width: 320px;
}
.footer-texto{
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
}
.iconos-redes-sociales a{
    font-size: 20px;
    padding: 10px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    padding: 2px;
    margin: 10px;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.iconos-redes-sociales i{
    color: white;
    size: 1.5rem;
    transition: all 0.2s ease-in;
}

.iconos-redes-sociales a:hover{
    background-color: white;
    border: 2px solid rgb(13, 110, 253);
    border-radius: 50%;
}

.iconos-redes-sociales a:hover i{
    color: rgb(13, 110, 253);
}

.title-section{
    font-size: 2rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
}
/* End Footer */