
.content-section2{max-width: 100%;position: relative;}
.red-bg { background: #db3831 !important; }
#d-menu-golf{
  background: #ffffff;
  padding-left: 0%;
  padding-right: 0%;
  border-top-left-radius:0px;
  border-top-right-radius: 0px;
}
#icon-fundacion{
    width: 200px;
    height: 200px;
    position: absolute;
    top: -30px;
    float: left;
    left: 20%;
}
.menu-fundacion{
    background: #db3831 !important;
    height: 60px;
}
#fundacion-links {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 14px 4px;
    justify-content: end;
}
#fundacion-links li{ margin: 5px 5px; }
.current{color: #000 !important; background: rgba(255, 255, 255, 0.8); }
#fundacion-links li a {
    color: rgba(255, 255, 255, 0.8);
    /*color: rgba(0, 0, 0, 0.8);*/
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px 8px;
}
#fundacion-links li h1.titulo {
    font-size: 18px;
    color: #ffcc84;
    margin: 0 35px 0 0;
    padding: 0;
    position: relative;
}
#fundacion-links li h1.titulo:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: -4px;
    right: -20px;
    transform: rotate(-45deg);
}
.image-fundacion{
  background: url('../images/fundacion/main-img2a.jpg') top center no-repeat;
  height: 100%; 
  background-repeat: repeat; 
  background-size: cover; 
  display: inline-block; 
  position: relative; width: 100%;
}

.barra-black {
    display: block;
    width: 100%;
    padding: 45px 0;
    clear: both;
    background: #201e1f;
}
.barra-black h3 {
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.back-redes {display: flex; padding: 40px 20px; }
.foot-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot-list li{
  text-align: center;
  justify-content: center;
  color: #fff;
}


a.black-btn {
    color: #fff;
    border-radius: 0;
    background: rgba(0, 0, 0, 1);
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 15px;
    border: 1px solid rgba(255, 255, 255, 0);
    margin-top: 10px;
    margin-bottom: 10px;
}

a.redesIcon {
    display: block;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 1);
    color: #db3831;
    padding: 0;
    margin: 3px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    float: right;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}


.foot-list a.redesIcon .fab{ padding-top: 30%;}
.foot-list a{color: #fff;}
.foot-list li{color: #fff;padding-bottom: 10px;}
.foot-icon{padding-right: 5px;}

.list-left li{ text-align:left; }
.list-right li{ text-align:right; }


.iconos-programas{
  max-width:100%;
  margin:30px auto;
  animation-duration: 1s;
  animation-name: fadeInUp;
  /* animation-iteration-count: infinite; */
  animation-direction: alternate;
}


.titulo-eventos {
    text-align: center;
    font-size: 24px;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 40px 0;
    display: block;
}
.red-txt {
    color: #db3831;
}

#eventos-grid{
    list-style:none;
    display:block;
    margin:0;
    padding-bottom: 20px;
    padding-left: 0;
    text-align:center;
    width:100%;
}
#eventos-grid li{
    display:inline-block;
    width:calc(50% - 30px);
    margin:10px 10px 20px;
    height:82px;
}
#eventos-grid li .evento{
    height:82px;
    background:#505050;
    color:#fff;
}
#eventos-grid li .evento .fecha{
    width:140px;
    height: 100%;
    background:#db3831; /*#ffe103;*/
    display:table;
    /*color:#fff;*/
    color:#000;
    text-align:center;
    padding:10px 20px;
    font-weight:normal;
    position:relative;
    float:left;
}
#eventos-grid li .evento .fecha:after{
    top: 50%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(218, 56, 50, 0);
    border-left-color: #db3831; /*#ffe103;*/
    border-width: 15px;
    margin-top: -15px;
}

#eventos-grid li .evento .fecha div{width:100%;margin:0;display: table-cell;vertical-align: middle;}

#eventos-grid li .evento .fecha .mes{font-size:14px;}
#eventos-grid li .evento .fecha .dia{font-size:1.2em;font-weight:bold;}
#eventos-grid li .evento .fecha .mes2{font-size:1em;font-weight:bold; text-transform: uppercase;}


#eventos-grid li .evento .evento-info{
    float: right;
    display: table;
    text-align: left;
    padding-left: 20px;
    width: calc(100% - 145px);
    font-size: 1.2em;
    padding-right: 10%;
    height: 100%;
}
#eventos-grid li .evento .evento-info span{ width:100%;margin:0;display: table-cell;vertical-align: middle; }
.foot-list a.redesIcon .fab { padding-top: 30%; }

@media screen and (max-width: 991px){
    .menu-fundacion{height: auto;}
    #fundacion-links li h1.titulo{display: none;}
}

@media screen and (max-width: 768px){
    #eventos-grid li {
        margin: 10px 0 20px;
    }
    .back-redes{display: block;}
    .list-right li{text-align: center;}
    .list-left li{text-align: center;}
    .barra-black h3 { font-size: 22px; }
}

@media screen and (max-width: 991px){
    #eventos-grid li {
        width: 100%;
    }
    .titulo-eventos {font-size: 18px;}
}

@media screen and (max-width: 480px){
    #fundacion-links{ justify-content: center; }
}