/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Import Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

.br10{
    border-radius: 10px;

}

.br6{
    border-radius: 6px;


}

.htitulo {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: black;
}

.ftitulo {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.ftitulo.bold,
.ftitulo .bold {
    font-weight: 700;
}

.fparrafo {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.volanta-home {
    background-color: #B1AEE5;
    border: 1px solid #d9d1c0;
    /* letter-spacing: 2px; */
    font-weight: 500;
}


.contenido-texto {
    color: black !important;
}

.contenido-texto p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.contenido-texto p,
.contenido-texto span,
.contenido-texto p span {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 2.1rem!important;
    /* color:#545454 !important; */
}

.contenido-texto img,
.contenido-texto p img,
.contenido-texto span img,
.contenido-texto p span img {
    width: 100% !important;
    height: unset !important;
    margin-bottom: 1rem;
}

.foto-nota img {
    width: 100% !important;
    height: unset !important;
    /* margin-bottom: 1rem; */
}

.font-default {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.font-default.bold,
.font-default .bold {
    font-weight: 700;
}

.links_redes_sociales a {
    color: #545454 !important;
    text-decoration: none;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
    margin-top: 30px;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-fluid{
    width: 100%;
    height: auto;
}

.video-nota iframe {
    max-width: 100%;
    
}

/* definiciones para pantallas moviles */
@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md {
        display: none;
    }
}