.aviso_internet {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
}

.contenido_variable {
    width: 1280px;
    margin: 0 auto;
}

.mvl {
    display: none;
}

b {
    font-weight: bold;
}

.centrar2 {
    font-weight: bold;
}

ul {
    list-style: none;
}

.contenido_variable a {
    color: inherit;
    text-decoration: none;
}

.clear {
    clear: both;
}

.cabecera {
    height: 60%;
}

.cuerpo {
    height: auto;
    margin-top: 250px;
}

/* BARRA MENÚ */
.barra_principal {
    width: 100%;
    position: absolute;
    z-index: 50;
}

.img_logotipo {
    /*width: 25%;*/
    width: 20%;
    float: left;
}

.img_img_logotipo {
    width: 100%;
}

.img_img_logotipo img {
    width: 100%;
    margin-top: 1.1em;
    position: relative;
}

.menu {
    /*width: 75%;*/
    width: 81%;
    float: left;
    padding-top: 25px;
    padding-left: 3%;
    margin-left: -1.3%;
    border-bottom: 2px solid white;
}

.menu ul {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu ul li {
    display: inline-block;
    float: left;
    padding: 20px 0 20px 20px;
    text-align: center;
}

.menu ul li a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 11pt;
}

.menu ul li a:hover {
    color: white;
}

/* BARRA MENÚ */
/* SLIDER */
.modulo_slider {
    width: 100%;
    height: 80%;
    overflow: hidden;
}

.capa_oscura {
    height: 80%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.modulo_slider .grupo_imagenes {
    width: 100%;
    height: 100%;
}

.cadena_texto {
    position: absolute;
    z-index: 5;
    min-width: 330px;
    margin-top: 18%;
    left: -100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

.modulo_slider .grupo_imagenes .texto_slider {
    color: white;
    padding: 10px;
    text-align: right;
    font-weight: 400;
}

.modulo_slider .grupo_imagenes .texto_slider .cuerpo_slider p {
    margin-top: 40px;
    font-size: 20px;
}

.modulo_slider .grupo_imagenes .texto_slider .cuerpo_slider p a.ancla_boton {
    color: inherit;
    text-decoration: none;
    border: 1px solid white;
    padding: 20px 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.modulo_slider .grupo_imagenes .texto_slider .cuerpo_slider p a.ancla_boton big {
    font-size: 25px;
}

.modulo_slider .grupo_imagenes .texto_slider .cuerpo_slider h3 {
    font-size: 30px;
}

/* Cadena Serie1 */
.modulo_slider .grupo_imagenes .cadena.serie1 {
    width: 100%;
    height: 80%;
    display: none;
    position: absolute;
}

.modulo_slider .grupo_imagenes .cadena.serie1 .imagen_slider {
    width: 100%;
    height: 100%;
    background-image: url('../images/slider/forma-tec_slider1.jpg');
    background-size: cover;
    background-position: 0;
}

/* Cadena Serie 2 */
.modulo_slider .grupo_imagenes .cadena.serie2 {
    width: 100%;
    height: 80%;
    position: absolute;
    display: none;
}

.modulo_slider .grupo_imagenes .cadena.serie2 .imagen_slider {
    width: 100%;
    height: 100%;
    background-image: url('../images/slider/forma-tec_slider2.jpg');
    background-size: cover;
    background-position: 0;
}

/* Cadena Serie 3 */
.modulo_slider .grupo_imagenes .cadena.serie3 {
    width: 100%;
    height: 80%;
    position: absolute;
    display: none;
}

.modulo_slider .grupo_imagenes .cadena.serie3 .imagen_slider {
    width: 100%;
    height: 100%;
    background-image: url('../images/slider/forma-tec_slider3.jpg');
    background-size: cover;
    background-position: 0;
}

.modulo_subslider {
    width: 100%;
    margin-top: 10%;
    position: absolute;
    z-index: 5;
}

.mod_subapar {
    width: 33%;
    float: left;
    color: white;
    height: 570px;
}

.formadores, .certificacion {
    background-color: #058AB4;
}

.formacion_presencial, .sectores {
    background-color: #4ABBDC;
}

.formacion_elearning, .formacion_bonificada {
    background-color: #369BDA;
}

.subap_ico {
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

.subap_ico img {
    width: 30%;
}

.subap_tit {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 10px 0;
    font-size: 18px;
}

.subap_text {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.subap_text p {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.sectores .subap_text p {
    text-align: center;
}

.sectores .subap_text p.separa {
    margin-top: 20px;
    font-size: 15px;
}

.mas_subap {
    margin-top: 10px;
}

.mas_subap .img_mas {
    text-align: center;
}

.mas_subap img {
    width: 45px;
    cursor: pointer;
}

.mas_subap p {
    font-weight: bold;
    text-align: justify;
}

.oculto {
    display: none;
}

.mas_texto table {
    margin-top: 10px;
    font-size: 14px;
}

.mas_texto table tr th {
    background-color: white;
    color: #058AB4;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.mas_texto table tr td {
    border: 1px solid white;
    text-align: center;
    padding: 10px;
}

/* SLIDER */
/* SECCION*/
.seccion {
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo_seccion {
    text-align: center;
    color: #369BDA;
    padding: 10px 0;
    border-bottom: 1px solid #058AB4;
    border-top: 1px solid #058AB4;
}

.titulo_seccion h3 {
    font-size: 35px;
}

.texto_seccion {
    color: #5B5B5F;
    padding-top: 40px;
}

.texto_seccion p {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 10px;
}

.texto_seccion li {
    line-height: 28px;
    font-size: 15px;
}

.texto_seccion ul {
    list-style: disc;
    padding-left: 17px;
}

/* SECCION */
/* SECCION1 QUIENES SOMOS */
.seccion1 {}

.imagen_quienes_somos {
    width: 45%;
    margin-right: 5%;
    float: left;
}

.imagen_quienes_somos img {
    width: 100%;
}

.texto_quienes_somos {
    width: 50%;
    float: left;
}

.texto_quienes_somos h4 {
    color: #058AB4;
    padding-bottom: 20px;
    font-size: 22px;
}

.texto_quienes_somos p {
    text-align: justify;
}

.slider_quienes_somos {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    /*height: 450px;*/
    margin-bottom: 15px;
}

.seccion1 .texto_seccion {
    /*position: relative;*/
    width: 100%;
    height: 100%;
}

.seccion1 .texto_seccion2 {
    left: 100%;
}

.seccion1 .texto_seccion3 {
    left: 100%;
}

.circulos_posicion {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.circulos_posicion img {
    width: 20px;
}

/* SECCION1 QUIENES SOMOS */
/* SECCION2 CATÁLOGO */
.seccion2 {}

.modalidad {
    width: 33%;
    float: left;
    margin-top: 30px;
}

.modalidad.centro {
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.modalidad .img_modalidad {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.modalidad .img_modalidad img {
    width: 100%;
}

.info_modalidad {
    margin-top: 0px;
    background-color: #369BDA;
    color: white;
    padding: 30px 0;
    cursor: pointer;
}

.info_modalidad .titulo_modalidad {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 10px 0;
    font-size: 18px;
}

.modalidad .cursos_des {
    text-align: center;
    margin-top: -25px;
}

.modalidad .cursos_des img {
    width: 55px;
}

.cursos_presencial {
    width: 100%;
    margin-top: 510px;
}

.cursos_elearning {
    width: 100%;
    margin-top: 510px;
}

.cursos_online {
    width: 100%;
    margin-top: 510px;
}

.texto_modalidad {
    margin-top: 20px;
    color: #5B5B5F;
    width: 33%;
    float: left;
}

.texto_modalidad .clase_modalidad {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #5B5B5F;
    padding: 20px 0;
}

.texto_modalidad .clase_modalidad.first {
    border-top: 1px solid #5B5B5F;
}

.decolorar {
    margin-top: 0px;
    width: 422.5px;
    height: 111px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 3;
    cursor: pointer;
}

.slider_modalidad {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 280px;
}

.slider_modalidad .img_modalidad {
    width: 100%;
    display: none;
    z-index: 1;
    clear: none !important;
    position: absolute;
    float: left;
}

.slider_modalidad .img_modalidad:nth-child(1) {
    display: block;
}

.seccion2 .circulos_posicion {
    margin-top: 270px;
}

.seccion2 .circulos_posicion img {
    width: 10px;
}

/* SECCION2 CATÁLOGO */
/* SECCION3 FORMACIÓN */
.imagen_formacion {
    width: 45%;
    float: left;
}

.imagen_formacion img {
    width: 100%;
}

.texto_formacion {
    width: 50%;
    margin-right: 5%;
    float: left;
}

.texto_formacion p {
    text-align: justify;
}

/* SECCION3 FORMACIÓN */
/* SECCION4 INSTALACIONES */
.seccion4 {}

.texto_instalacion {
    width: 100%;
    float: left;
}

.texto_instalacion p {}

.texto_instalacion p.separa {
    padding-bottom: 20px;
}

/* SECCION4 INSTALACIONES */
/* SECCION5 CONTACTO */
.seccion5 {}

.texto_seccion5 {
    /* width: 960px; */
    /* margin: 0 auto; */
    width: 70%;
    float: left;
}

/*.texto_seccion5 p {
    width: 90%;
}*/
/*.texto_seccion5 .formulario_contacto{
    width: 90%;
}*/
/*texto_seccion6*/
.texto_seccion6 {
    width: 30%;
    float: left;
}

.texto_seccion6 p {
    margin-left: 10%;
}

.icono_movil {
    width: 13px;
}

/**/
.formulario_contacto {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    vertical-align: top;
    width: 95%;
    max-width: 95%;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: white;
    color: #aaa;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

svg:not(:root) {
    overflow: hidden;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 0 0;
    width: 100%;
    font-weight: 400;
    color: #5B5B5F;
}

.input__field:focus {
    outline: none;
}

.input--madoka {
    margin: 1.1em;
    margin-bottom: 50px;
}

.input__field--madoka {
    width: 100%;
    background: transparent;
    color: #5B5B5F;
}

.input--madoka.mensaje {
    min-width: 96%;
}

.input--madoka.derecha {
    text-align: right;
    min-width: 96%;
}

button#input-35 {
    padding: .5em 2em;
    background: 0 0;
    border: 2px solid #058AB4;
    color: #058AB4;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
    margin-top: 0;
}

.button-llegar {
    padding: .5em 2em;
    background: 0 0;
    border-bottom: 2px solid #058AB4;
    color: #058AB4 !important;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
    margin-top: 0;
    cursor: pointer;
    font-size: 13px;
}

.mt-1 {
    margin-top: 20px;
}

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

.input__label--madoka {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #5B5B5F;
    text-align: left;
    cursor: text;
}

.input__label-content--madoka {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.graphic--madoka {
    -webkit-transform: scale3d(1, -1, 1);
    transform: scale3d(1, -1, 1);
    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
    pointer-events: none;
    stroke: #058AB4;
    stroke-width: 6px;
    stroke-dasharray: 962;
    stroke-dashoffset: 558;
}

.input__field--madoka:focus+.input__label--madoka,
.input--filled .input__label--madoka {
    cursor: default;
    pointer-events: none;
}

.input__field--madoka:focus+.input__label--madoka .graphic--madoka,
.input--filled .graphic--madoka {
    stroke-dashoffset: 0;
}

.input__field--madoka:focus+.input__label--madoka .input__label-content--madoka,
.input--filled .input__label-content--madoka {
    -webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);
    transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);
}

/* SECCION5 CONTACTO */
/* SECCION6 CERTIFICADOS */
.certificados {
    width: 100%;
    margin: 0 auto;
}

.certificados .img_certificado {
    width: 33.3%;
    float: left;
    text-align: center;
}

.certificados .img_certificado img {
    width: 70px;
}

.certificados .img_certificado.iso9001 img {
    width: 70px;
    height: 128px;
}

.certificados .img_certificado.iq_net1 img {
    margin-top: 10%;
}

.certificados .img_certificado.iq_net2 img {
    margin-top: 10%;
}

/* SECCION6 CERTIFICADOS */
/* FOOTER */
.footer {
    background-image: url("../images/forma-tec_footer.jpg");
    background-size: cover;
    height: 500px;
    background-position: 0;
}

.capa_clara {
    height: 500px;
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 3;
}

.logo_footer {
    width: 100%;
    text-align: center;
    z-index: 5;
    position: absolute;
}

.logo_footer img {
    width: 30%;
    margin-top: 100px;
}

.copy {
    color: white;
    background-color: #058AB4;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.copy .columna_izquierda {
    width: 70%;
    float: left;
    text-align: left;
}

.copy .columna_derecha {
    width: 30%;
    float: left;
    text-align: right;
}

.cuerpo.aviso_legal {
    margin-top: 0;
    padding-top: 20px;
}

.texto_aviso_legal h4 {
    color: #058AB4;
    padding-bottom: 20px;
    font-size: 22px;
    padding-top: 20px;
}

.cuerpo.politica {
    margin-top: 0;
    padding-top: 20px;
}

.cuerpo.politica ul {
    list-style: square;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cuerpo.politica ul li {
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 15px;
}

/* FOOTER */
@media screen and (max-width: 1300px) {
    .contenido_variable {
        width: 960px;
        margin: 0 auto;
    }

    .cadena_texto {
        min-width: 275px;
    }

    .seccion2 .boton_mas {
        position: absolute;
        z-index: 12;
        margin-top: -96px;
        width: 100px;
        margin-left: 92px;
    }

    .fondo_imagen {
        width: 192px;
        height: 145px;
    }

    .fondo_imagen .informacion {
        font-size: 12px;
    }

    .menu ul li {
        padding: 20px 0 20px 20px;
    }

    .img_logotipo {
        width: 20%;
        margin-top: 10px;
    }

    .menu {
        padding-top: 17px;
        padding-left: 2%;
        width: 80%;
    }

    .subap_tit {
        font-size: 13px;
    }

    .subap_text p {
        font-size: 12px;
    }

    .mas_texto table {
        font-size: 9px;
    }

    .slider_modalidad {
        height: 210px;
    }

    .seccion2 .circulos_posicion {
        margin-top: 200px;
    }

    .decolorar {
        width: 316.5px;
    }

    .input {
        max-width: 100%;
        width: 95%;
    }
}

@media screen and (min-width: 1600px) {
    .contenido_variable {
        width: 1450px;
    }

    .decolorar {
        margin-top: 0px;
        width: 478.5px;
    }

    .menu {
        padding-top: 34px;
    }
}

/*Formulario de contacto*/
.form-contact-politica {
    width: 343px;
}

.ml-1 {
    margin-left: 20px;
}

/* Paginas de textos legales */
.texto_seccion {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: justify;
}

.titulo-seccion-legal h3 {
    margin-left: 160px;
}

div.back-home {
    float: right;
    font-size: 15px;
    margin-top: 12px;
    width: 160px;
}

div.back-home img, div.back-home span {
    vertical-align: middle;
}

.pag-text-cabecera h2, .pag-text-cabecera h3, .div-text-pag h2, .div-text-pag h3 {
    color: #058AB4;
}

.pag-text-cabecera h2 {
    margin-bottom: 20px;
}

.pag-text-cabecera h3, .div-text-pag h2 {
    padding: 20px 0;
}

.div-text-pag h3 {
    padding: 10px 10px;
}

.div-text-pag ul, .pag-text-cabecera ul {
    font-size: 14px;
    margin-left: 25px;
    line-height: 35px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Botón Menú */
.boton-menu {
    padding: 10px 15px;
    background-color: #369BDA;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}

h4 {
    color: #058AB4;
    padding-bottom: 20px;
    font-size: 22px;
}

.texto-style p {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.btn-cursos {
    text-align: center;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.btn-cursos .active {}

.d-none {
    display: none;
}

.btn-cursos__item {
    border: 1px solid #369BDA;
    color: #369BDA !important;
    padding: 20px 15px;
    margin-bottom: 1rem;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    width: 95%;
    cursor: pointer;
}

.btn-cursos__item:hover {
    background: #f2f2f2;
}

#seccion6{
    background: #f2f2f2;
}

.btn-cursos__item.active {
    background: #369BDA;
    color: white !important;
    pointer-events: none;
}

.cursos-tab h4 {
    padding: 10px 0;
    border-bottom: 1px solid #058AB4;
    margin-bottom: 1rem;
}

.cursos-tab li {
    font-size: 14px;
    padding: 10px 15px;
    list-style: none;
}

.cursos-tab li:nth-child(odd) {
    background: #fff;
}

.cursos-tab li:nth-child(even) {
    background: #ebebeb;
}

.row {
    display: flex;
}

.col-left-cursos {
    width: 33%;
    display: inline-block;
}

.col-right-cursos {
    width: 67%;
    display: inline-block;
}

.title-block-curso{
    display: none;
}
