/* PORTADA */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.lato-thin {
font-family: "Lato", serif;
font-weight: 100;
font-style: normal;
}

.lato-light {
font-family: "Lato", serif;
font-weight: 300;
font-style: normal;
}

.lato-regular {
font-family: "Lato", serif;
font-weight: 400;
font-style: normal;
}

.lato-bold {
font-family: "Lato", serif;
font-weight: 700;
font-style: normal;
}

.lato-black {
font-family: "Lato", serif;
font-weight: 900;
font-style: normal;
}

.lato-thin-italic {
font-family: "Lato", serif;
font-weight: 100;
font-style: italic;
}

.lato-light-italic {
font-family: "Lato", serif;
font-weight: 300;
font-style: italic;
}

.lato-regular-italic {
font-family: "Lato", serif;
font-weight: 400;
font-style: italic;
}

.lato-bold-italic {
font-family: "Lato", serif;
font-weight: 700;
font-style: italic;
}

.lato-black-italic {
font-family: "Lato", serif;
font-weight: 900;
font-style: italic;
}

/* GENERAL */

body {
    font-family: "Lato", serif;
    font-weight: 500;
    font-style: normal;
}

.metrica_bloque {
    height: 80px;
}

/* SUBMENU */
.submenu_interno {
    background-color: #333;
}

.submenu_interno a {
    color:#fff!important;
}

.submenu_interno .active {
    color:#000!important;
}



.header_formacion {
    background-color: #333;
    color:#fff!important;
}

.header_formacion .t1 {
    color:#fff!important;
}

/* FORMACIONES */
.formacion_bloque {

}

.formacion_bloque:hover {
    background-color: #f2f2f2;
}

.formacion_bloque h6 a {
    color:#333!important;
}

.formacion_img {
    height: 350px;
    background-size: cover;
    background-position: center;
}

.dn {
    text-decoration:none!important;
    cursor: pointer;
}

.que-es {
  background-color: #128bcc;
  color: #fff!important;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
  padding: 10px;
  cursor: pointer;
}  

.que-es:hover {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding: 10px;
  cursor: pointer;
}  


/* BOTONES */
.btn_01 {
    border: 1px solid #333;
    background-color: #cdcdcd;
    color:#000!important;
    border-radius: 5px;
    text-decoration: none;
}

.btn_01:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #222;
    color:#fff!important;
}

.btn_02 {
    border: 1px solid #333;
    background-color: #222;
    color:#fff!important;
    border-radius: 5px;
    text-decoration: none;
}

.btn_02:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #222;
    color:#fff!important;
}

.btn_03 {
    background-color: #128bcc;
    border: 1px solid #128bcc;
    color:#fff!important;
    border-radius: 5px;
    text-decoration: none;
}

.btn_03:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #333;
    border: 1px solid #333;
    color:#fff!important;
}

.btn_04 {
    background-color: #c3d148;
    border: 1px solid #c3d148;
    color:#333!important;
    border-radius: 5px;
    text-decoration: none;
}

.btn_04:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #333;
    border: 1px solid #333;
    color:#fff!important;
}

.btn_05 {
    background-color: #efefef;
    border: 1px solid #efefef;
    color:#333!important;
    border-radius: 5px;
    text-decoration: none;
}

.btn_05:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #333;
    border: 1px solid #333;
    color:#fff!important;
}

.resaltado {
    background-color: #c3d148;
}

.owl-dots .owl-dot.active span {
    background-color: #000!important;
}

.owl-dots .owl-dot span {
    background-color: #666!important;
}

.next {
    background-color: #ccc;
}

.w1 {
    min-height: 90vh;
}

.w2 {
    min-height: 60vh;
}

/* RESEÑAS */
.estrella {
    max-width: 20px;
}

.letra-chica {
    font-size: 10px;
}

.resena_video {
    border: 1px solid #888;
    
    color:#000!important;
}

.resena_video a {
    color:#000!important;
}

.resena_video:hover {
    cursor: grab;
}

.resena {
    border: 1px solid #888;
    min-height: 300px;
}

.resena:hover {
    cursor: grab;
}

.fondo_01 {
    background-color: #fff;
}

.fondo_02 {
    background-color: #000;
}

.fondo_03 {
    background-color: #f3f3f3;
}

.fondo_04 {
    background-color: #efefef;
}

.fondo_05 {
    background-color: #128bcc;
}

.fondo_06 {
    background-color: #cccccc;
}

.fondo_07 {
    background-color: #333;
}

.color_01 {
    color:#fff!important;
}

.color_03 {
    color:#111111!important;
}

.color_04 {
    color:#999;
}

.testimonio:hover {
    cursor: grab;
}

.lista_reproduccion {
    overflow-y: scroll;
    max-height: 650px;
}

.testimonio_bloquecito {
    text-decoration: none;
    color: #000!important;
}

.testimonio_bloquecito:hover {
    background-color: #333;
    color: #fff!important;
    text-decoration: none;
}

.wrap_reproductor {
    background-color: #000;
}

/* RESPONSIVE */

@media screen and (min-width: 0px) {
    .formacion_bloque {
        min-height: 0px!important;
    }

    .header_counseling .t1 {
        font-size: 7vw!important;
        line-height: 10px;
    }
    
    .header_counseling .t2 {
        font-size: 12vw!important;
    }

    .header_interno .t1 {
        font-size: 7vw!important;
        line-height: 10px;
    }
    .header_interno .t2 {
        font-size: 12vw!important;
    }

    .t-f {
        font-size: 8vw!important;
    }
    .header_formacion .t1 {
        font-size: 8vw!important;
    }
}

@media screen and (min-width: 750px) {
    .formacion_bloque {
        min-height: 500px!important;
    }

    .header_counseling .t1 {
        font-size: 5vw!important;
        line-height: 20px;
    }
    .header_counseling .t2 {
        font-size: 6vw!important;
    }

    .header_interno .t1 {
        font-size: 7vw!important;
        line-height: 20px;
    }
    .header_interno .t2 {
        font-size: 12vw!important;
    }

    .t-f {
        font-size: 5vw!important;
    }
    .header_formacion .t1 {
        font-size: 4vh!important;
    }
}

@media screen and (min-width: 970px) {
    .formacion_bloque {
        min-height: 530px!important;
    }

    .header_counseling .t1 {
        font-size: 4vw!important;
        line-height: 20px;
    }
    
    .header_counseling .t2 {
        font-size: 7vh!important;
    }

    .header_interno .t1 {
        font-size: 4vw!important;
        line-height: 20px;
    }
    .header_interno .t2 {
        font-size: 7vh!important;
    }

    .t-f {
        font-size: 4vw!important;
    }
    .header_formacion .t1 {
        font-size: 5vh!important;
    }
}

@media screen and (min-width: 1170px) {
    .formacion_bloque {
        min-height: 520px!important;
    }

    .header_counseling .t1 {
        font-size: 4vw!important;
        line-height: 25px;
    }

    .header_counseling .t2 {
        font-size: 9vh!important;
    }

    .header_interno .t1 {
        font-size: 3vw!important;
        line-height: 25px;
    }
    .header_interno .t2 {
        font-size: 11vh!important;
    }

    .t-f {
        font-size: 2.7vw!important;
    }
    .header_formacion .t1 {
        font-size: 6vh!important;
    }
}
  