/*.interliniado1{line-height:30px !important;}
textarea{ min-height: 150px}

#fondo{ background: url(img/slide1.jpg) center top !important }
.blanco{ color: white; }
.girsoscuro{ background: #333333 !important }
.girsoscuro2{ background: #555555 !important }

.textolegal{ color: #ffffff; font-size:11px}
.textolegal:hover{ color: #ffffff; font-size:11px}

.enlace{ color: #ffffff; font-size:14px}
.enlace:hover{ color: #ffffff; font-size:14px}

.enlace2{ color: #aa9c6b; font-size:14px}
.enlace2:hover{ color: #aa9c6b; font-size:14px}

.morado{ color: #753071}
.marron{ color:#aa9c6b; font-weight: bold}

.doblecheck{ font-size:12px}

.bordertab{ border: 1px solid #dee2e6; border-top:none; padding: 25px}*/

/* PRIMERA COLUMNA APARTADO INICIAL */

@font-face {
    font-family: Lato-light;
    src: url(fonts/Lato-Light.ttf);
}

@font-face {
    font-family: Lato-regular;
    src: url(fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato-bold;
    src: url(fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: Lato-black;
    src: url(fonts/Lato-Black.ttf);
}

.pagina_inicio {
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(img/Video-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 20px;
}

.primera_columna_inicio {
    color: white;
    padding-left: 10%;
}

/*.primera_columna_inicio img:nth-child(1) {
    width: 100px;
}*/

.primera_columna_inicio img:nth-child(1){
    width: 190px;
}

.primera_columna_inicio h1{
    margin-top: 30px;
    color: #F39200;
    font-family: Lato-bold;
    font-size: 60px;
    transform: scaleY(0.95);
    margin-bottom: 18px;
    line-height: 55px;
}

.primera_columna_inicio h3 {
    font-family: Lato-regular;
    font-size: 17px;
}

.primera_columna_inicio ul {
    margin-top: 40px;
    margin-bottom: 50px;
}

.primera_columna_inicio li {
    font-weight: 700;
}

.direccion {
    font-size: 15px !important;
    margin-bottom: 50px;
}

.telefono_curso {
    font-weight: 900;
    font-size: 30px !important;
}

.telefono_curso img {
    width: 50px !important;
}

@media (max-width: 768px) {
    .pagina_inicio {
        height: 100%
    }

    .primera_columna_inicio {
        padding-left: 5% !important;
    }

    .primera_columna_inicio h1{
        font-size: 40px;
    }

    .direccion {
        margin-bottom: 10px;
    }

    .telefono_curso {
        font-size: 20px !important;
    }

    .telefono_curso img {
        width: 20px !important;
    }

    .bloque_inscripciones {
        margin-top: 50px !important;
    }

    .area_formulario {
        width: 95% !important;
        margin: auto;
        margin-bottom: 20px;
    }

    .segunda_columna_inicio {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .primera_columna_inicio {
        padding-left: 5% !important;
    }

    .pagina_inicio {
        padding-top: 80px;
        height: 100vh;
        padding-bottom: 40px;
    }

    .primera_columna_inicio h1{
        font-size: 44px;
    }

    .area_formulario {
        width: 100% !important;
    }

    .segunda_columna_inicio {
        margin-top: 0px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1480px) {

    .primera_columna_inicio {
        padding-left: 5% !important;
    }

    .pagina_inicio {
        height: 100%;
        padding-bottom: 40px;
    }

    .area_formulario {
        width: 80% !important;
    }

    .segunda_columna_inicio {
        margin-top: 0px !important;
    }
}

/* SEGUNDA COLUMNA APARTADO INICIAL */

.bloque_inscripciones {
    margin-top: 27px;
    margin-bottom: 60px;
}

.segunda_columna_inicio {
    font-family: Lato-regular;
    color: white;
    margin-top: 38px;
}

.bloque_inscripciones h3:nth-child(1){
    font-size: 16px !important;
}

.bloque_inscripciones h3:nth-child(2), .bloque_inscripciones h3:nth-child(3){
    font-size: 14px !important;
}

.orange {
    color: #F39200;
}

/* ESTILOS FORMULARIO INICIO*/

.area_formulario {
    background-color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 25px;
    width: 65%;
}

.area_formulario .form-control {
    font-size: 13px;
    border-radius: 0px;
    border: 2px solid #ced4da;
    margin-bottom: 20px;
    padding: 15px 15px;
}

.titulo_formulario {
    color: #F39200;
    font-family: Lato-bold;
    margin-bottom: 18px;
    transform: scaleY(0.9);
}

.titulo_formulario img {
    width: 40px;
}

.texto_condiciones_formulario {
    color: #606060;
    font-size: 12px;
}

.area_condiciones {
    padding-left: 20px;
    margin-bottom: 20px;
}

.area_formulario .btn-warning {
    color: white;
    background-color: #F39200;
    border-color: #F39200;
    font-size: 13px;
    width: 200px;
    border-radius: 25px;
    margin: auto;
}

/* ESTILOS SEGUNDO BLOQUE  PRIMERA FRANJA */

.area_total_segundoBloque {
}

.segundo_bloque {
    height: 64vh;
    background-image: url("img/Video-2.jpg");
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.tercer_bloque {
    height: 58vh;
    background-image: linear-gradient(rgba(255,255,255,.3), rgba(0,0,0,.1)), url("img/nuevaFoto02.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.area_texto_primerBloque {
    margin-left: 27%;
    margin-right: 4%;
    margin-top: 4%;
}

.area_texto_primerBloque .titulo {
    font-size: 26px;
    font-family: Lato-bold;
    transform: scaleY(0.95);
    margin-bottom: 14px;
}

.area_texto_primerBloque .texto {
    font-size: 15px;
    font-family: Arial;
    padding-left: 20px;
}

.area_texto_primerBloque p{
    margin-bottom: 2px;
}

.parrafo_diferente_primerBloque {
    margin-bottom: 30px !important;
}

.area_texto_primerBloque img{
    width: 13px;
}

.area_texto_segundoBloque {
    background-color: white;
    width: 80%;
    padding: 60px 65px;
    position: relative;
    top: 55vh;
    left: -34vh;
    z-index: 34;
    padding-top: 15px;
}

.area_texto_segundoBloque .titulo {
    font-size: 26px;
    font-family: Lato-bold;
    transform: scaleY(0.9);
    margin-bottom: 14px;
}

.area_texto_segundoBloque .texto {
    font-size: 14px;
    font-family: Arial;
}

.area_texto_tercerBloque {
    background-color: white;
    padding-top: 32px;
    padding-bottom: 20px;
    padding-left: 65px;
    padding-right: 65px;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 95%;
}

.area_texto_tercerBloque .titulo {
    font-size: 26px;
    font-family: Lato-bold;
    transform: scaleY(0.9);
    margin-bottom: 24px;
}

.area_texto_tercerBloque .texto {
    font-size: 14px;
    font-family: Arial;
}

.area_texto_tercerBloque img{
    width: 13px;
}

@media (max-width: 768px) {
    .area_texto_primerBloque {
        margin-left: 0%;
        text-align: center;
        margin-bottom: 60px;
    }

    .area_texto_primerBloque .titulo {
        margin-top: 40px;
    }

    .area_texto_primerBloque p {
        margin-bottom: 19px;
    }

    .area_texto_tercerBloque {
    }

    .segundo_bloque {
        height: 100%;
        margin-bottom: 2px
    }

    .tercer_bloque {
        height: 100%;
    }

    .area_texto_segundoBloque {
        background-color: white;
        width: 80%;
        padding: 15px 20px 25px 20px;
        position: relative;
        top: 0px;
        left: 0px;
        margin: auto;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 60px;
    }

    .area_texto_tercerBloque {
        position: unset;
        padding: 15px 20px 15px 20px;
        width: 80%;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .area_texto_tercerBloque .titulo {
        text-align: center;
        margin-bottom: 18px;
    }

    .area_texto_tercerBloque .texto {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1145px) {
    .segundo_bloque {
        height: 82vh !important;
    }

    .area_texto_primerBloque .titulo {
        margin-top: 20% !important;
    }

    .tercer_bloque {
        height: 69vh !important;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {

    .area_texto_primerBloque {
        margin-left: 4%;
        margin-right: 6%;
        margin-top: 7%;
        margin-bottom: 9%;
    }

    .area_texto_primerBloque .titulo {
        padding-left: 19px;
        margin-bottom: 9px;
    }

    .area_texto_segundoBloque {
        background-color: white;
        width: 90%;
        padding: 40px 65px;
        position: unset;
        padding-top: 30px;
        margin: auto;
    }

    .parrafo_diferente_primerBloque {
        margin-bottom: 15px !important;
    }

    .segundo_bloque {
        height: 100%;
        padding-top: 8%;
        padding-bottom: 21%;
    }

    .area_texto_tercerBloque {
        background-color: white;
        padding-top: 32px;
        padding-bottom: 20px;
        padding-left: 65px;
        padding-right: 65px;
        position: absolute;
        bottom: 0;
        width: 50%;
        left: 100%;
        top: 0%;
    }

    .tercer_bloque {
        height: 50vh;
    }
}

/* ESTILOS BLOQUE PROFESIONALES */

.area_titulo_profesionales {
    font-size: 40px;
    font-family: Lato-black;
    transform: scaleY(0.94);
    margin-top: 90px;
    margin-bottom: 35px;
}

.bloque_gris_profesionales {
    padding-right: 5%;
    padding-left: 7%;
    background-color: #C4C9BC;
    padding-bottom: 50px;
}

.bloque_gris_profesionales .nombre_profesional {
    font-size: 16px;
    font-family: Lato-black;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.bloque_gris_profesionales .subtitulo_profesional {
    font-size: 15px;
    font-family: Lato-regular;
    transform: scaleY(0.95);
    margin-bottom: 9px !important;
}

.bloque_gris_profesionales .explicacion_profesional {
    font-size: 15px;
    font-family: Lato-regular;
    transform: scaleY(0.95);
}

@media (max-width: 768px) {

    .bloque_gris_profesionales {
        padding-top: 14px;
        padding-bottom: 30px;
    }

    .area_titulo_profesionales {
        font-size: 36px;
        margin-top: 38px;
        margin-bottom: 25px;
        font-weight: 700;
        font-family: Lato-regular;
    }

    .bloque_gris_profesionales img {
        width: 210px;
    }

    .bloque_gris_profesionales .area_imagen_profesional {
        text-align: center;
        margin-bottom: 19px;
    }

    .bloque_gris_profesionales .col-md-8 {
        text-align: center;
    }

    .bloque_gris_profesionales .mt-5 {
        margin-top: 28px !important;
    }
}

@media (min-width: 768px) and (max-width: 1800px) {
}

/* AREA FOOTER */

.footer {
    padding: 60px 0px;
    color: #FFF;
    padding-top: 70px;
    padding-bottom: 15px;
}

.titulo_curso_footer {
    color: #F39200;
    font-family: Lato-bold;
    font-size: 25px;
    transform: scaleY(0.95);
    margin-bottom: 20px !important;
}

.footer h1 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom:20px;
}

.footer ul li{
    margin:10px 0px;
}

.footer ul li a {
    color: #FFF;
    text-decoration:none;
}

.footer ul li a:hover {
    color: #C4C9BC;
}

.ikonlar {
    text-align: center;
}

.ikonlar .fa {
    font-size: 30px;
    padding: 10px;
    color: #adadad;
}

.ikonlar img {
    width: 30px;
}

.ikonlar span {
    color: #D8D8D8;
    font-size: 15px;
    font-family: Lato-bold;
}

.ikonlar a {
    margin-right: 30px;
}

.segundo_listado_footer {
    font-family: Lato-bold;
    font-size: 17px;
}

.tercer_listado_footer {
    font-family: Lato-bold;
    font-size: 15px;
    position: relative;
    top: -10px;
}

.tercer_listado_footer li{
    margin-bottom: 20px !important;
}


.tercer_listado_footer span {
    font-family: Lato-bold !important;

}

.primera_columna_footer {
    position: relative;
    top: -20px;
}

footer {
    padding-bottom: 30px;
    background: #595959 !important;
}

@media (max-width: 963px) {
    .frase_final_footer {
        display: block;
        margin-top: 20px;
    }
}

/* ESTILOS RECUADRO OK EN EL FORMULARIO */

.recuadro_ok {
    padding: 15px;
    border: #ffdba5 solid 4px;
    width: 80%;
    text-align: center;
    padding-top: 0px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .recuadro_ok {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .recuadro_ok {
        width: 60% !important;
    }
}
