.content__asesor {
  width: 100%;
  padding: 20px;
  display: inline-block;
}

.container__asesor {
  border-radius: 10px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.header__asesor {
  float: left;
  background-color: #014b87;
  background-image: url('../images/header__asesor.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 10px;
  display: flex;
}

.logo_cosami {
  height: 40px;
}

.imagen__asesor {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.foto__asesor {
  background-position: 50% -20px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.informacion__asesor {
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
}

.titulo__asesor {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nombre__asesor {
  color: #014b87;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.puesto__asesor {
  color: #014b87;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.contacto__asesor {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.square__contact {
  background-color: #ebfce8;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
}

.square__contact.var {
  background-color: #f3f5ff;
}

.telefono__asesor {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
}

.info__final__asesor {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.info__asesor {
  float: left;
  border: 1px solid #f3f5ff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.texto__info__asesor {
  color: #000;
  margin-left: 15px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.footer__asesor {
  float: left;
  background-color: #01447b;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 15px;
  text-decoration: none;
  display: flex;
}

.web__asesor {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: inline-flex;
}
.info__asesor img{
  max-width: 24px;
  max-height: 24px;
}
.container_slider_asesore{
  float: left;
  width: 100%;
  padding: 20px;
}
.slider_texto{
  color: #014b87;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  padding: 10px;
}
.slider_link{
  width: 100%;
  padding: 10px;
  text-align: center;
}
.slider_link a{
  display: block;
  background-color: #004c88;
  padding: 10px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
}
.slider_link a:hover{
  background-color: #3dae2b;
}
.container_bloque_slider{
  display: block;
  width: 100%;
  float: left;
  padding: 10px;
}
.w-slider-nav.w-num > div{
  width: 10px;
  height: 10px;
  font-size: 1px;
  background-color: gray;
}
.w-slider-nav{
  height: 28px;
}
.w-slider-arrow-left, .w-slider-arrow-right{
  width: 40px;
}
.w-icon-slider-left:before, .w-icon-slider-right:before{
  color: #01447b;
}
.w-slider-dot.w-active{
  background-color: #01447b!important;
}
.container_bloque_image{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.container_bloque_image{
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid #f3f5ff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.txt_dato{
  color: #014b87;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0px;
}
.container_info a{
  display: block;
  width: 100%;
  text-align: center;
  background-color: #004c88;
  color: white;
  padding: 10px;
  border-radius: 20px;
  text-decoration: none;
}
.container_bloque_slider .w-slider{
  height: auto!important;
  background-color: transparent;
  padding-bottom: 20px;
  border: 1px solid #f3f5ff;
  border-radius: 5px;
}
.video_item iframe{
  width: 100%;
}
@media screen and (max-width: 479px) {
  .content__asesor {
    padding: 10px;
  }
}