

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3{
    font-family: "Fira Sans", sans-serif;
}


.portada-expertos{
    background: url("../img/bg-top-expertos.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    padding-top: 100px;
}

.tit-portada-expertos{
    margin-top: 150px;
    padding: 50px 100px;
    color: #415a77;
}


.tit-portada-expertos h1{
    font-weight: 900;
    font-size: 5em;
    font-style: italic;
    line-height: 1.1;
}

.tit-portada-expertos h2{
    font-family: "Montserrat", sans-serif;
    margin-top: 25px;
    color: #767e88;
    font-size: 1.8em;
    font-weight: 500;
    padding-right: 100px;
}
.img-portada-expertos{
    text-align: center;
}
.img-portada-expertos img{
    width: 80%;
    height: auto;
    margin-left: -5%;
}

@media (min-width: 1400px) and (max-width: 1479px){
  .tit-portada-expertos{
    margin-top: 100px;
}

.tit-portada-expertos h2{
    font-size: 1.7em;
    padding-right: 50px;
}

.img-portada-expertos{
    margin-top: 30px;
}
}

@media (min-width: 1200px) and (max-width: 1399px){

  .portada-expertos{
    padding-bottom: 50px;
  }

  .tit-portada-expertos{
    margin-top: 100px;
    padding: 50px;
    padding-left: 100px;
}

.img-portada-expertos img{
    width: 100%;
    height: auto;
    margin-left: -5%;
}

.tit-portada-expertos h2{
    font-size: 1.7em;
    padding-right: 0px;
}
}

@media (min-width: 1100px) and (max-width: 1199px){
    .portada-expertos{
    padding-bottom: 50px;
  }

  .tit-portada-expertos{
   
    padding: 50px;
    
}

.img-portada-expertos img{
    width: 100%;
    height: auto;
    margin-left: -5%;
}

.tit-portada-expertos h1{
    font-size: 4.5em;
}


.tit-portada-expertos h2{
    font-size: 1.6em;
    padding-right: 0px;
}

.img-portada-expertos{
    margin-top: 30px;
}
}

@media (min-width: 992px) and (max-width: 1099px){
    .portada-expertos{
    padding-bottom: 50px;
  }

  .tit-portada-expertos{
   margin-top: 100px;
    padding: 50px;
    
}

.img-portada-expertos img{
    width: 100%;
    height: auto;
    margin-left: -5%;
}

.tit-portada-expertos h1{
    font-size: 4em;
}


.tit-portada-expertos h2{
    font-size: 1.5em;
    padding-right: 0px;
}

.img-portada-expertos{
    margin-top: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px){
      .portada-expertos{
        padding-top: 0px;
    padding-bottom: 50px;
  }

  .tit-portada-expertos{
   margin-top: 50px;
    padding: 50px 30px;
    
}

.img-portada-expertos img{
    width: 100%;
    height: auto;
    margin-left: -5%;
}

.tit-portada-expertos h1{
    font-size: 3.5em;
}


.tit-portada-expertos h2{
    font-size: 1.3em;
    padding-right: 0px;
}

.img-portada-expertos{
    margin-top: 30px;
}
}

@media (min-width: 576px) and (max-width: 767px){
  .portada-expertos{
    padding-bottom: 100px;
  }

  .tit-portada-expertos{
    margin-top: 50px;
    padding: 50px;
}

.tit-portada-expertos h2{
    padding-right: 0px;
}

.img-portada-expertos{
    display: none;
}

}

@media (max-width: 575px){

   .portada-expertos{
    padding-bottom: 100px;
    overflow: hidden;
  }

  .tit-portada-expertos{
    margin-top: 50px;
    padding: 50px 20px;
}

.tit-portada-expertos h1{
  font-size: 4em;
}

.tit-portada-expertos h2{
  font-size: 1.5em;
    padding-right: 0px;
}

.img-portada-expertos{
    display: none;
}
}

/*ESTILOS BUSCADOR*/

.buscador-expertos{
    padding-top: 100px;
    padding-bottom: 100px;
}

.buscador-expertos.docentes{
  margin-top: 150px;
}

.tit-buscador-expertos{
    text-align: center;
}


.tit-buscador-expertos h2{
    font-weight: 900;
    color: #a8882f;
    font-size: 3em;
}


.search-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 30px;
}

#searchInput {
  width: 100%;
  padding: 14px;
  font-size: 1em;
  border: thin solid #415a77;
  box-shadow: 3px 3px 5px 0 #1b263b25;
  background: rgba(222, 225, 231, 0.5);
  border-radius: 10px;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #415a77;
}

#searchInput:focus{
    border: #a8882f 2px solid;
}


.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 280px));
  gap: 30px 20px;
  justify-content: center;
}


.ficha {
    width: 100%;
  max-width: 280px;
  background: white;
  border-radius: 5%;
  border: none;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0 rgba(48, 70, 97, 0.25);
  transition: 0.5s ease;
}

.ficha:hover {
  transform: translateY(-5px);
}
.ficha .ficha-foto{
    padding: 15px 25px;
    
}

.ficha .ficha-foto img {
  width: 100%;
  height: 100%;
  border-radius: 5%;
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.25);
  object-fit: cover;
}


.ficha-body {
  padding: 18px 30px;
}

.ficha-body h3 {
  font-size: 1.2em;
  margin-bottom: 6px;
  color: #1a2b48;
}

.ficha-body p {
  font-size: 1em;
  color: #6c757d;
  margin-bottom: 15px;
}


.ficha-button {
  display: inline-block;
  padding: 10px 20px;
  background: #415a77;
  color: white;
  text-decoration: none;
  font-family: "Fira Sans";
  font-size: 1em;
  transition: 0.5s ease;
}

.ficha-button:hover {
  background: #a8882f;
  transition: 0.5s ease;
}

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.page-button {
  padding: 8px 12px;
  border: none;
  background: #e0e1dd;
  cursor: pointer;
  border-radius: 6px;
  font-size: 1em;
  color: #a8882f;
  transition: 0.5s ease;
}

.page-button:hover {
  background: #415a77;
  color: white;
  transition: 0.5s ease;
}

.page-button.active {
  background: #1b263b;
  color: white;
}





@media (max-width: 575px){
.pagination {
  margin-top: 100px;
}
}

/*PERFIL DE EXPERTO*/

.portada-perfiles{
      background: url("../img/bg-top-perfiles.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    padding-top: 150px;
}

.foto-perfil-experto{
  text-align: center;
}

.foto-perfil-experto img{
  width: 80%;
  height: auto;
  border-radius: 30px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.info-top-experto{
  padding: 30px;

}
.nombre-perfil-experto{  
  margin-bottom: 15px;  
}

.nombre-perfil-experto h1{
  font-weight: 900;
  color: #415a77;
  font-size: 3em;
}

.social-perfil-experto{
  background: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
  display: inline-flex;
  gap: 30px;
}

.social-perfil-experto a{
  text-decoration: none;
  font-size: 1.5em;
  color: #a8882f;
  transition: all 0.5s;
}

.social-perfil-experto a:hover{
  color: #3199ed;
  transition: all 0.5s;
}

.mod-social-destacado{
  padding: 30px;
}


.top-cv-experto{
  padding: 30px 0px;
  border-top: #c5a059 solid thin;
  border-bottom: #c5a059 solid thin;
}

.info-cv-experto{
  padding: 30px 15px;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  color: #3b4652;
  font-weight: 500;
}

.info-cv-experto h2{
  font-weight: 900;
  font-size: 2em;
  color: #415a77;
}


.info-cv-experto ul li{
    list-style: none; 
    list-style-image: url("../img/bullet-perfil.svg");
    margin-bottom: 0.5em;
    margin-top: 0.3em;
         -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-orphans: auto;
    orphans: auto;
    -webkit-widows: auto;
    widows: auto;
}


.info-cv-experto ul li::before{
        content: '';    
}

@media (min-width: 1200px) and (max-width: 1399px){
  .portada-perfiles{
    padding-bottom: 50px;
  }
  .foto-perfil-experto{
  margin-top: 30px;
}
}

@media (min-width: 1100px) and (max-width: 1199px){
    .portada-perfiles{
    padding-bottom: 50px;
  }
  .foto-perfil-experto{
  margin-top: 30px;
}

.mod-social-destacado{
  padding: 30px 0px;
}

.info-top-experto{
  padding: 30px 0px;
}




}

@media (min-width: 992px) and (max-width: 1099px){
      .portada-perfiles{
    padding-bottom: 50px;
  }
  .foto-perfil-experto{
  margin-top: 30px;
}

.mod-social-destacado{
  padding: 30px 0px;
}

.info-top-experto{
  padding: 30px 0px;
}


}

@media (min-width: 768px) and (max-width: 991px){

  .portada-perfiles{
    padding-top: 50px;
}

.info-top-experto{
  padding: 0px;

}

.nombre-perfil-experto h1{
  font-size: 2.5em;
}

.social-perfil-experto{
  gap: 20px;
}

.mod-social-destacado{
  padding: 15px 0px;
}

.mod-social-destacado iframe{
  height: 240px;
}

.top-cv-experto{
  padding: 30px 50px;
}



}

@media (min-width: 576px) and (max-width: 767px){
  .portada-perfiles{
    padding-top: 50px;
}
.foto-perfil-experto{
  padding: 30px 50px;
}

.info-top-experto{
  text-align: center;
}
.nombre-perfil-experto h1{
  font-size: 2.5em;
}



}

@media (max-width: 575px){
  .portada-perfiles{
    padding-top: 50px;
}


.foto-perfil-experto{
  padding: 30px;
}
.foto-perfil-experto img{
  width: 100%;
  height: auto;
}
.info-top-experto{
  text-align: center;
  padding: 30px 10px;
}
.nombre-perfil-experto h1{
  font-size: 2.5em;
}


.social-perfil-experto{
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;

}
.social-perfil-experto a{
  font-size: 2em;
  
}

.mod-social-destacado{
  padding: 30px 0px;
}


.info-cv-experto{
  padding: 30px 15px;
}

}

/*CURSOS RELACIONADOS*/
.cursos-expertos{
  padding: 30px;  
  background: #1b263b;
  color: #fff;
}

.cursos-expertos h2{
  font-weight: 900;
  background: transparent;
  color: #dcd4ae;
  font-size: 3em;
  margin-bottom: 30px;
}

.mod-curso-exp{
  background: rgba(199, 211, 225, 0);
    padding: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  transition: all 0.5s;
}

.mod-curso-exp:hover{
  background: rgba(199, 211, 225, 0.5);
  transition: all 0.5s;
}

.img-curso-exp{
  display: none;
}

.img-curso-exp img{
  width: 100%;
  height: auto;
}

.tit-curso-exp{
  padding: 15px 10px;
}

.tit-curso-exp a{
  text-decoration: none;
}

.tit-curso-exp h3{
  font-size: 1.2em;
  color: #fff;
  line-height: 1.1;
  font-weight: 500;
  transition: all 0.5s;
       -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-orphans: auto;
    orphans: auto;
    -webkit-widows: auto;
    widows: auto;
}

.tit-curso-exp h3:hover{
  color: #ffffbf;
  transition: all 0.5s;
}

.tit-curso-exp p{
  padding: 0px 10px;
  margin-top: 20px;
  color: #eaeaef;
  font-size: 1em;
}

.tit-curso-exp p a{
  font-weight: 500;
  font-style: italic;
  color: #a8882f;
  transition: all 0.5s;
}

.tit-curso-exp p a:hover{
  color: #43ffff;
  transition: all 0.5s;
}

.link-curso-exp{
  padding: 0px 15px;
}

.link-curso-exp a{
  font-family: "Fira Sans", sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
  color: #cc051a;
  letter-spacing: 1px;
  transition: all 0.5s;
}

.link-curso-exp a:hover{
  color: #fbb03b;
  transition: all 0.5s;
}

.link-curso-exp a i{

  transition: all 0.5s;
}

.link-curso-exp a:hover i{
  color: #fbb03b;
  margin-left: 1em;
  transition: all 0.5s;
}



@media (min-width: 1100px) and (max-width: 1199px){
  /*
  .cursos-expertos{
  padding: 50px 0px;  
}

.cursos-expertos h2{
  font-weight: 900;
  background: transparent;
  color: #415a77;
  font-size: 3em;
  margin-bottom: 30px;
}

.mod-curso-exp{
  background: rgba(199, 211, 225, 0);
    padding: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  transition: all 0.5s;
}

.mod-curso-exp:hover{

  background: rgba(199, 211, 225, 0.5);
  transition: all 0.5s;
}

.img-curso-exp{
  display: none;
}

.img-curso-exp img{
  width: 100%;
  height: auto;
}

.tit-curso-exp{
  padding: 15px 10px;
}

.tit-curso-exp a{
  text-decoration: none;
}

.tit-curso-exp h3{
  font-size: 1.2em;
  color: #1a2b48;
  line-height: 1.1;
  font-weight: 500;
  transition: all 0.5s;
       -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-orphans: auto;
    orphans: auto;
    -webkit-widows: auto;
    widows: auto;
}

.tit-curso-exp h3:hover{
  color: #fbb03b;
  transition: all 0.5s;
}

.tit-curso-exp p{
  padding: 0px 10px;
  margin-top: 20px;
  color: #415a77;
  font-size: 1em;
}

.tit-curso-exp p a{
  font-weight: 500;
  font-style: italic;
  color: #a8882f;
  transition: all 0.5s;
}

.tit-curso-exp p a:hover{
  color: #0066d1;
  transition: all 0.5s;
}

.link-curso-exp{
  padding: 0px 15px;
}

.link-curso-exp a{
  font-family: "Fira Sans", sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
  color: #a4161a;
  letter-spacing: 1px;
  transition: all 0.5s;
}

.link-curso-exp a:hover{
  color: #0066d1;
  transition: all 0.5s;
}

.link-curso-exp a i{

  transition: all 0.5s;
}

.link-curso-exp a:hover i{
  color: #0066d1;
  margin-left: 1em;
  transition: all 0.5s;
}
  */
}

@media (min-width: 992px) and (max-width: 1099px){
  /*
  .cursos-expertos{
  padding: 50px 0px;  
}

.cursos-expertos h2{
  font-weight: 900;
  background: transparent;
  color: #415a77;
  font-size: 3em;
  margin-bottom: 30px;
}

.mod-curso-exp{
  background: rgba(199, 211, 225, 0);
    padding: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  transition: all 0.5s;
}

.mod-curso-exp:hover{

  background: rgba(199, 211, 225, 0.5);
  transition: all 0.5s;
}

.img-curso-exp{
  display: none;
}

.img-curso-exp img{
  width: 100%;
  height: auto;
}

.tit-curso-exp{
  padding: 15px 10px;
}

.tit-curso-exp a{
  text-decoration: none;
}

.tit-curso-exp h3{
  font-size: 1.2em;
  color: #1a2b48;
  line-height: 1.1;
  font-weight: 500;
  transition: all 0.5s;
       -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-orphans: auto;
    orphans: auto;
    -webkit-widows: auto;
    widows: auto;
}

.tit-curso-exp h3:hover{
  color: #fbb03b;
  transition: all 0.5s;
}

.tit-curso-exp p{
  padding: 0px 10px;
  margin-top: 20px;
  color: #415a77;
  font-size: 1em;
}

.tit-curso-exp p a{
  font-weight: 500;
  font-style: italic;
  color: #a8882f;
  transition: all 0.5s;
}

.tit-curso-exp p a:hover{
  color: #0066d1;
  transition: all 0.5s;
}

.link-curso-exp{
  padding: 0px 15px;
}

.link-curso-exp a{
  font-family: "Fira Sans", sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
  color: #a4161a;
  letter-spacing: 1px;
  transition: all 0.5s;
}

.link-curso-exp a:hover{
  color: #0066d1;
  transition: all 0.5s;
}

.link-curso-exp a i{

  transition: all 0.5s;
}

.link-curso-exp a:hover i{
  color: #0066d1;
  margin-left: 1em;
  transition: all 0.5s;
}
  */
}

@media (min-width: 768px) and (max-width: 991px){
  /*
  .cursos-expertos{
  padding: 50px 0px;  
}

.cursos-expertos h2{
  font-weight: 900;
  background: transparent;
  color: #415a77;
  font-size: 3em;
  margin-bottom: 30px;
}

.mod-curso-exp{
  background: rgba(199, 211, 225, 0);
    padding: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  transition: all 0.5s;
}

.mod-curso-exp:hover{

  background: rgba(199, 211, 225, 0.5);
  transition: all 0.5s;
}

.img-curso-exp{
  display: none;
}

.img-curso-exp img{
  width: 100%;
  height: auto;
}

.tit-curso-exp{
  padding: 15px 10px;
}

.tit-curso-exp a{
  text-decoration: none;
}

.tit-curso-exp h3{
  font-size: 1.2em;
  color: #1a2b48;
  line-height: 1.1;
  font-weight: 500;
  transition: all 0.5s;
       -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-orphans: auto;
    orphans: auto;
    -webkit-widows: auto;
    widows: auto;
}

.tit-curso-exp h3:hover{
  color: #fbb03b;
  transition: all 0.5s;
}

.tit-curso-exp p{
  padding: 0px 10px;
  margin-top: 20px;
  color: #415a77;
  font-size: 1em;
}

.tit-curso-exp p a{
  font-weight: 500;
  font-style: italic;
  color: #a8882f;
  transition: all 0.5s;
}

.tit-curso-exp p a:hover{
  color: #0066d1;
  transition: all 0.5s;
}

.link-curso-exp{
  padding: 0px 15px;
}

.link-curso-exp a{
  font-family: "Fira Sans", sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
  color: #a4161a;
  letter-spacing: 1px;
  transition: all 0.5s;
}

.link-curso-exp a:hover{
  color: #0066d1;
  transition: all 0.5s;
}

.link-curso-exp a i{

  transition: all 0.5s;
}

.link-curso-exp a:hover i{
  color: #0066d1;
  margin-left: 1em;
  transition: all 0.5s;
}
  */
}

@media (min-width: 576px) and (max-width: 767px){
  /*
  .cursos-expertos{
  padding: 50px 0px;  
}

.cursos-expertos h2{
  font-weight: 900;
  background: transparent;
  color: #415a77;
  font-size: 3em;
  margin-bottom: 30px;
}

.mod-curso-exp{
  background: rgba(199, 211, 225, 0);
    padding: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  transition: all 0.5s;
}

.mod-curso-exp:hover{

  background: rgba(199, 211, 225, 0.5);
  transition: all 0.5s;
}

.img-curso-exp{
  display: none;
}

.img-curso-exp img{
  width: 100%;
  height: auto;
}

.tit-curso-exp{
  padding: 15px 10px;
}

.tit-curso-exp a{
  text-decoration: none;
}

.tit-curso-exp h3{
  font-size: 1.2em;
  color: #1a2b48;
  line-height: 1.1;
  font-weight: 500;
  transition: all 0.5s;
       -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-orphans: auto;
    orphans: auto;
    -webkit-widows: auto;
    widows: auto;
}

.tit-curso-exp h3:hover{
  color: #fbb03b;
  transition: all 0.5s;
}

.tit-curso-exp p{
  padding: 0px 10px;
  margin-top: 20px;
  color: #415a77;
  font-size: 1em;
}

.tit-curso-exp p a{
  font-weight: 500;
  font-style: italic;
  color: #a8882f;
  transition: all 0.5s;
}

.tit-curso-exp p a:hover{
  color: #0066d1;
  transition: all 0.5s;
}

.link-curso-exp{
  padding: 0px 15px;
}

.link-curso-exp a{
  font-family: "Fira Sans", sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
  color: #a4161a;
  letter-spacing: 1px;
  transition: all 0.5s;
}

.link-curso-exp a:hover{
  color: #0066d1;
  transition: all 0.5s;
}

.link-curso-exp a i{

  transition: all 0.5s;
}

.link-curso-exp a:hover i{
  color: #0066d1;
  margin-left: 1em;
  transition: all 0.5s;
}
  */
}

@media (max-width: 575px){
  /*
  .cursos-expertos{
  padding: 50px 0px;  
}

.cursos-expertos h2{
  font-weight: 900;
  background: transparent;
  color: #415a77;
  font-size: 3em;
  margin-bottom: 30px;
}

.mod-curso-exp{
  background: rgba(199, 211, 225, 0);
    padding: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  transition: all 0.5s;
}

.mod-curso-exp:hover{

  background: rgba(199, 211, 225, 0.5);
  transition: all 0.5s;
}

.img-curso-exp{
  display: none;
}

.img-curso-exp img{
  width: 100%;
  height: auto;
}

.tit-curso-exp{
  padding: 15px 10px;
}

.tit-curso-exp a{
  text-decoration: none;
}

.tit-curso-exp h3{
  font-size: 1.2em;
  color: #1a2b48;
  line-height: 1.1;
  font-weight: 500;
  transition: all 0.5s;
       -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-orphans: auto;
    orphans: auto;
    -webkit-widows: auto;
    widows: auto;
}

.tit-curso-exp h3:hover{
  color: #fbb03b;
  transition: all 0.5s;
}

.tit-curso-exp p{
  padding: 0px 10px;
  margin-top: 20px;
  color: #415a77;
  font-size: 1em;
}

.tit-curso-exp p a{
  font-weight: 500;
  font-style: italic;
  color: #a8882f;
  transition: all 0.5s;
}

.tit-curso-exp p a:hover{
  color: #0066d1;
  transition: all 0.5s;
}

.link-curso-exp{
  padding: 0px 15px;
}

.link-curso-exp a{
  font-family: "Fira Sans", sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
  color: #a4161a;
  letter-spacing: 1px;
  transition: all 0.5s;
}

.link-curso-exp a:hover{
  color: #0066d1;
  transition: all 0.5s;
}

.link-curso-exp a i{

  transition: all 0.5s;
}

.link-curso-exp a:hover i{
  color: #0066d1;
  margin-left: 1em;
  transition: all 0.5s;
}
  */
}

/*ENLACES RELACIONADOS CON EL EXPERTO*/
.enlaces-expertos{
  margin-top: 50px;
  background: #1a2b48;
  color: #fff;
  padding: 50px;

}

.enlaces-expertos h3{
  font-weight: 900;
  margin-bottom: 15px;
}

.mod-enlaces-expertos{
  font-size: 1em;
  font-family: "Montserrat";
  font-weight: 500;
}

.mod-enlaces-expertos a{
  font-style: italic;
  text-decoration: underline transparent;
  color: #DCD4AE;
  transition: all 0.5s;
}

.mod-enlaces-expertos a:hover{
  text-decoration: underline #fff;
  color: #1fd3ff;
  transition: all 0.5s;
}

.mod-enlaces-expertos ul li{
    list-style: none; 
    list-style-image: url("../img/bullet-perfil.svg");
    margin-bottom: 1em;
    margin-top: 0.5em;
}


.mod-enlaces-expertos ul li::before{
        content: '';    
}
@media (min-width: 1200px) and (max-width: 1399px){}

@media (min-width: 1100px) and (max-width: 1199px){}

@media (min-width: 992px) and (max-width: 1099px){}

@media (min-width: 768px) and (max-width: 991px){}

@media (min-width: 576px) and (max-width: 767px){}

@media (max-width: 575px){}


/*BANNER CURSOS EXPERTOS*/

.cursos-promo-expertos{
background: #ffffff;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(219, 191, 143, 1) 35%, rgba(197, 160, 89, 1) 100%);position: relative;
z-index: 0;
overflow: hidden;

}


.img-cursos-expertos-left{
  position: relative;
  z-index: 1;
}

.img-cursos-expertos-left img{
  width: 100%;
  height: auto;
}

.txt-cursos-expertos-right{
  position: relative;
  z-index: 2;
  color: #fff;

}

.txt-cursos-expertos-right h2{
  margin-top: 20%;
  font-weight: 900;
  font-size: 3.5em;
    color: #1a2b48;
}

.txt-cursos-expertos-right h3{
  font-size: 2em;
  width: 75%;
}

.cta-cursos-expertos{
  margin-top: 50px;
}

.cta-cursos-expertos button{
  background: #a4161a;
    padding: 15px 50px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500px;
    font-size: 1.1em;
    border: none;
    box-shadow: 2px 2px 5px 0px #00000025;
    transition: all 0.5s;
}

.cta-cursos-expertos button:hover{
background: #fff;
    color: #a4161a;   
    box-shadow: 2px 2px 3px 2px #00000050;
  transition: all 0.5s;
}

.cta-cursos-expertos button i{
    transition: all 0.5s;
}

.cta-cursos-expertos button:hover i{
margin-left: 1em;
  transition: all 0.5s;
}


@media (min-width: 1200px) and (max-width: 1399px){

  .img-cursos-expertos-left img{
  width: 110%;
  height: auto;
  margin-left: -10%;
}


}

@media (min-width: 1100px) and (max-width: 1199px){
    .img-cursos-expertos-left img{
  width: 115%;
  height: auto;
  margin-left: -10%;
}

.txt-cursos-expertos-right h2{

  font-size: 3em;
}

.txt-cursos-expertos-right h3{
  font-size: 1.8em;
  width: 85%;
}

}

@media (min-width: 992px) and (max-width: 1099px){
     .img-cursos-expertos-left img{
  width: 115%;
  height: auto;
  margin-left: -10%;
}

.txt-cursos-expertos-right h2{
  font-size: 3em;
}

.txt-cursos-expertos-right h3{
  font-size: 1.5em;
  width: 85%;
}

.cta-cursos-expertos button{
    padding: 15px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px){

  .img-cursos-expertos-left img{
  width: 120%;
  height: auto;
  margin-left: -10%;
}

.txt-cursos-expertos-right h2{
  font-size: 2em;
}

.txt-cursos-expertos-right h3{
  font-size: 1.3em;
  width: 90%;
}

.cta-cursos-expertos button{
    padding: 15px 30px;
    width: 85%;
    font-size: 1em;
    text-align: left;
    transition: all 0.5s;
}
.cta-cursos-expertos{
  margin-top: 30px;
}


}

@media (min-width: 576px) and (max-width: 767px){

  .cursos-promo-expertos{
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(219, 191, 143, 1) 45%, rgba(197, 160, 89, 1) 100%);
padding-bottom: 100px;
}

.txt-cursos-expertos-right{
  padding: 50px;
}

.txt-cursos-expertos-right h2{
  margin-top: 0%;

}

.txt-cursos-expertos-right h3{
  font-size: 2em;
  width: 100%;
}

.cta-cursos-expertos button{
    padding: 15px 30px;
}

}

@media (max-width: 575px){

   .cursos-promo-expertos{
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(219, 191, 143, 1) 35%, rgba(197, 160, 89, 1) 100%);
padding-bottom: 100px;
}

.txt-cursos-expertos-right{
  padding: 20px;
}

.txt-cursos-expertos-right h2{
  margin-top: 30px;

}

.txt-cursos-expertos-right h3{
  font-size: 1.8em;
  width: 100%;
}

.cta-cursos-expertos button{
    padding: 15px;
}

}

/*

@media (min-width: 1200px) and (max-width: 1399px){}

@media (min-width: 1100px) and (max-width: 1199px){}

@media (min-width: 992px) and (max-width: 1099px){}

@media (min-width: 768px) and (max-width: 991px){}

@media (min-width: 576px) and (max-width: 767px){}

@media (max-width: 575px){}

*/
/*

@media (min-width: 1200px) and (max-width: 1399px){}

@media (min-width: 1100px) and (max-width: 1199px){}

@media (min-width: 992px) and (max-width: 1099px){}

@media (min-width: 768px) and (max-width: 991px){}

@media (min-width: 576px) and (max-width: 767px){}

@media (max-width: 575px){}

*/

