.col:hover .info-bottom span {
background: #00c4d5;
border-color:  #00c4d5;
}

.destacado .redes-sociales .btn-facebook {
background-color: #3883bd
}

.destacado .redes-sociales .btn-twitter {
background-color: #59c0ed
}



.destacado .redes-sociales ul li A {
background-color: #83bd27;
}


.destacado .redes-sociales{ position: initial; background: #fff; }
.destacado .redes-sociales h3{ display: none;}
.destacado .redes-sociales ul li A {
background-color: #83bd27;
}
.destacado .redes-sociales .fa-whatsapp {
background-color: transparent;
}
.content-top p{ margin-bottom: 40px;}

.row{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%
}
.info-bottom{ position: initial;padding: 20px 0px 40px;}

.img-container {max-width: 416px;}

.info-bottom p, .info-bottom p a {
margin: 0 0 10px;
color: #4b55a1;
font-size: 24px;
font-family: 'Galano Grotesque Bold', Arial;
text-align: left;
}


.col .info-bottom span {
color: #000;
font-size: 18px;
width: 100%;
text-align: left;
padding: 0;
}

.img-container:hover .info-bottom span{  background: none;
transform: none;
border: none;
}
.img-container:hover img{  transform: none;    }

.img-container:nth-child(odd){padding-left:44px;}
.img-container:nth-child(even){padding-right:44px;}

.info-bottom p.subtitle, .info-bottom p.subtitle a{
color: #000;
font-family: 'Galano Grotesque Regular', Arial;
font-size: 18px;
}

.info-bottom p { margin: 0;}


.list-item p {
margin-bottom: 15px;
}
.list-item ul {
margin-bottom: 30px; list-style:disc; margin-left: 45px;
}

.list-item li {
font-family: 'Galano Grotesque Regular', Arial;
padding-bottom: 10px; font-size: 18px;
}

.follow-programs{ padding-top:55px}
.destacado-footer{padding: 70px 0px; background: #f9f9f9;}
.destacado-footer p strong{ font-family: 'Galano Grotesque Regular', Arial; color: #4b55a1 }
.destacado-footer p:nth-child(odd){ margin-bottom: 5px;}

.content-top .container UL{
    padding-left: 40px;
    padding-bottom: 35px;
}
.content-top .container UL LI{
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 12px;
    position: relative;
    font-family: 'Galano Grotesque Regular', Arial; 
}
.content-top .container UL li:before{
     content: "";
     width: 6px;
     height: 6px;
    border-radius: 50%;
    position: absolute;
    top:5px;
    left: 0;
    background-color: #00c4d5;
}

@media screen and (max-width: 768px){
.img-container{ max-width: 100%;}
.img-container:nth-child(odd){padding: 0px}
.img-container:nth-child(even){padding: 0px}
.list-item li{font-size: 14px;}
.content-top .info-bottom p{ font-size: 24px;}
.content-top .info-bottom p.subtitle{ font-size: 18px;}

    .content-top .container UL{
        padding: 0 20px 25px;
    }
    .content-top .container UL LI{
       font-size: 14px;
       line-height: 21px;
    }
    .col .info-bottom span{
        margin-left: 20px;
    }
}