/* box fran */
.box-francisco-santolo{
    margin-top: 0!important;
    padding: 2rem 0!important;
}

.seccion-profesor {
    background-color: #f5f5f5;
}

/* imagen francisco santolo */

.img-francisco-santolo {
    position: relative;
}

.img-francisco-santolo .img-fran {
    object-fit: cover;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    text-align: center;

}

.linkedin {
    position: absolute;
    bottom: -.4rem;
    left: 45%;
    font-size: 2rem;
}

.forbes{
    position: absolute;
    bottom: -.9rem;
    left: 50.5%;
}

.forbes img{
    height: 35px;
    width: 70px;
}

.linkedin a {
    color: #0e76a8 !important;
    cursor: pointer;
}


.linkedin img {
    height: 35px;
    width: 35px;
}

.linkedin:hover, .forbes:hover{
    opacity: 0.8;
}

/* Responsive - solo mobile */
@media (max-width: 767px) {
    .video{width: 85%;
    }

    .forbes{
        bottom: 0.9rem;
        left: 49%;
    }
    .linkedin{
        bottom: 0.5rem;
        left: 40%;
    }
}
/* /solo mobile */

/* Mobile - Tablet  */
/* Ipad */
@media (min-width:768px) and (max-width:1023px){
    .video{width: 600px;
    }
    .forbes{
        bottom: 0.9rem;
        left: 49%;
    }
    .linkedin{
        bottom: 0.5rem;
        left: 45%;
    }
}
/* /Ipad */

.seccion-profesor-curso_es {
    background-color: #f2f2f2;
}

.seccion_oferta_es{
    background-color: #f2f2f2;
}

#carouselSobreElCurso .about-course_item{
    width: 50%;
}

.logo-stripe{
    width: 90px;
}

.turquesa-grow{
    color: #5CE1E6;
  }