/* index2.html */

@font-face {
  font-family: 'Monsal';
  src: url('cursost_2025/Monsal Gothic Book [TheFontsMaster.com].otf') format('woff2'),
       url('cursost_2025/Monsal Gothic Bold [TheFontsMaster.com]_1.otf') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.f-monsal{
    font-family: 'Monsal';
}

.color-negro {
    color: black;
}

.color-azul {
    color: #136AA4;
}

.color-blanco {
    color: white;
}

.color-verde {
    color: green;
}
.bc-blanco {
    background-color: white;
}
.bc-verde {
    background-color: green;
}

.bc-azul-facebook {
    background-color: #213553;
    
}

.bc-negro-x {
    background-color: black;
    
}
.bc-in {
    background-color: #008bc2;
}
.bc-instagram {
    background-color: #4f86ac;
}
.bc-youtube {
    background-color: #ed4533;
}
.tamano-icons {
    font-size: 21px;
    margin-right: 10px;
    margin-left: 10px;
}
.contenedor-icons {
    
    font-weight: 700;
  
  background-color: white;
  height: 37px;
  margin-bottom: 0;
  padding-bottom: 0;
  
}
.icons-info {
   display: flex;
   flex-direction: row;
   align-items: center;
   
}

.display-info {
    display: inline;
}
.redes-sociales {
    margin-left: 352px;

}
.link-redes {
    text-decoration: none;
    font-weight: 700;
    color: white;
    padding: 5px 8px;
    width: 30px;
    height: 30px;
}
.brand {
    margin: auto;
    
}
.altura-cursos {
    height: 400px;
}

/* WhatsApp */

.conf-wa {
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 9999;
    font-size: 80px;
    
}   

.border-radius-wa {
    border-radius: 28px;
}
.apaciencia-link {
    text-decoration: none;
}

/* CURSOS */

.cont-cursos{
    background-color: #F3F3F3;
     padding-top: 13px;
    padding-bottom: 3px;
}
.text-cursos{
    font-family: 'Monsal';
    font-size: 30px;
    color: #136AA4;
    font-weight: 700;
  }

/* Carrusel Servicios */

.text-servicios{
    font-family: 'Monsal';
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }

.carrusel-cont {
   background-color: #5d667b;
}

.carousel-container {
    position: relative;
    max-width: 575px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-image {
    width: 100%;
    flex-shrink: 0;
    height: 450px;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.carousel-button.left {
    left: 10px;
}

.carousel-button.right {
    right: 10px;
}

.carousel-button:hover {
    background-color: rgba(0,0,0,0.8);
}
.div-autoplay{
    display: flex;
    justify-content: center;
}
#autoplay-btn {
    /*
    margin-top: 20px;
    padding: 10px 20px;
    */
    font-size: 30px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    
}

#autoplay-btn:hover {
    background-color: #0056b3;
}

/* Inicio_Cursos */

.img_incio_cursos{
    width: 100%;
}

/* Carrussel principal */
#banner-moviles {
    display: none;
}

@media screen and (min-width: 100px) and (max-width: 768px) {
    .display-600-none {
      display: none!important;   
    }
    .display-600-inline {
        display: inline;
    }
    
    .contenedor-icons {
      font-weight: 700;
      background-color: white;
      height: auto;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .icons-info {
       display: flex;
       flex-direction: row;
       justify-content: center;
    }
    .altura-cursos {
        height: 450px;
    }
   .text-cursos{
        font-family: 'Monsal';
        font-size: 18px;
        color: #136AA4;
        font-weight: 700;
    }
    .logo {
        float: none!important;
        text-align: center;
        margin: 0 auto -28px;
     }
     .img-logo-sm {
         display: block;
         margin: auto;
         width: 185px;
         
     }
     .pdin-0-sm {
         padding: 0;
     }

     .carousel-image-sm {
    width: 100%;
    flex-shrink: 0;
    height: 300px;
    }

/* Carrussel principal */

    #main-banner {
        display: none;
    }

    #banner-moviles {
        display: block;

    }

    #banner-moviles img {
        width: 100%;
    }
    
    .who-we-are-img {
        display: none;
    }


}/* @media screen and (min-width: 100px) and (max-width: 768px) */

@media screen and (min-width: 768px) and (max-width: 960px) {
    
    .contenedor-icons {
      font-weight: 700;
      background-color: white;
      height: auto;
      margin-bottom: 0;
      padding-bottom: 0;
      
    }
    
    .icons-info {
       display: flex;
       flex-direction: row;
       
       align-items: center;
    }
    
    .redes-sociales {
        margin-left: auto;
        margin-right: auto;
    }
    
    .altura-titulo-sm {
        height: auto;
    }
    
    .display-info {
        display: inline;
    }
    .display-769-none {
        display: none;
    }
    
}