:root {
    --verde-primario: #aad8d3; 
    --verde-secundario: #00adb5;
    --fuente-primaria: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --fuente-secundaria: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --width-logo: 200px;
}
a {
    text-decoration: none;
}
.HeaderR {
    background-color: var(--verde-primario);
    font-family: var(--fuente-primaria);
}
.width-logo{
    width: var(--width-logo);
}
.texto-dropdown {
    color: black;
    font-weight: bold;
}
.carousel-text{
    background-color: black;
    opacity: 0.6;
    text-align: left;
    padding-left: 30px;
    left: 5%;
    bottom: 20%;
    width: 700px;
}
.button-prev-carousel{
    margin-right: 120px;
}
.button-next-carousel{
    margin-left: 120px;
}
@media (min-width: 414px) and (max-width: 600px){
    .carousel-text{
        margin-left: -14px;
        width: 400px;
        height: 115px;
        padding: 20px;
    }  
}
@media (min-width: 601px) and (max-width: 740px){
    .carousel-text{
        padding-right: 100px;
        height: 130px;
    }
}
.text-card-h5 {
    font-family: var(--fuente-secundaria);
    font-size: 1.5rem;
}
.text-card-p {
    font-family: var(--fuente-primaria);
}
.card {
    border: none;
    line-height: 1.2;
}
.card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.card-body-color0-4 {
    background-color: var(--verde-secundario);
}
.card-body-color1-3 {
    background-color: var(--verde-primario);
}
.card-body-color2 {
    background-color: #eeeeee;
}
.contactanos{
    background-color: var(--verde-primario);;
}
.fuente{
    color: dimgray;
    font-family: var(--fuente-secundaria);
}
.colorform{
    background: var(--verde-primario);
}
.bg-img{
    float: left;
}
.bg-text{
    background-color: #393e46;
    float: right;
    font-family: var(--fuente-primaria);
}
.text-h1-b {
    font-family: var(--fuente-primaria);
}
.text-p-b {
    font-family: var(--fuente-secundaria)
}
.bg-sec {
    background-color: #393E46;
    color: white;
}
.carousel-caption-b {
    color: black;
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    text-shadow: 2px 2px 5px rgb(255, 255, 255);
}
.button-noticias{
    border-radius: 0px;
    background-color: var(--verde-primario);
    color: white;
}
.button-noticias:hover {
    padding: 10px 14px;
    color: white;
}
.news-img-cont{
    position: relative;
}
.style-notice{
    color: gray;
}
.img-news {
    -webkit-filter: grayscale(50%);
    filter: grayscale(60%);
}
.img-news:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(0%);
    transition:0.4s;
}
.news-date{
    background: var(--verde-primario) none repeat scroll 0 0;
    color: #fff;
    left: 0;
    line-height: 1;
    height: 68px;
    width: 68px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
}
.news-date-custom{
    font-size: 45px;
    margin-bottom: 0px;
    margin-top: -5px;
}
.footerJ{
    background-color: var(--verde-primario);
    font-family:  var(--fuente-primaria);
    
}
iframe{
    max-width: 100%;
    max-height: 100%;
}
.links{
    color: black; 
}
.container-redes{
    display: inline-block;
    margin: 4px;
}
.span-contactos{
    font-family: var(--fuente-primaria); 
}
.team-dr{
    position: relative
}
.text-dr{
    position: absolute;
    bottom: 0%;
    transition: all .5s;
    padding: 10px;
    /* background-color: var(--verde-secundario); */
    color: white;
    opacity: 0;
    font-size: 50px;
    font: var(--fuente-primaria);
}  
.text-dr:hover {
    /* transform: translateY(100%); */
    opacity: 1;
}
.sec-med{
    font: var(--fuente-secundaria);
}