/*
    Theme Name: SummaUniversity
    Theme URI:
    Autor: Sergio Juncos
    Autor URI: http://sergiojuncos.com
    Version: 1.0
    Text Domain: SummaUniversityen
*/

@charset "UTF-8";

/******* FONTS *******/

@import url("https://fonts.googleapis.com/css?family=Raleway:300,500,600,800");
@font-face {
  font-family: 'Avant';
      src: url('assets/fonts/avant-garde/avantgardemditc-bold-webfont.eot');
      src: url('assets/fonts/avant-garde/avantgardemditc-bold-webfont.eot?#iefix') format('embedded-opentype'),
            url('assets/fonts/avant-garde/avantgardemditc-bold-webfont.woff2') format('woff2'),
            url('assets/fonts/avant-garde/avantgardemditc-bold-webfont.woff') format('woff'),
            url('assets/fonts/avant-garde/avantgardemditc-bold-webfont.ttf') format('truetype'),
            url('assets/fonts/avant-garde/avantgardemditc-bold-webfont.svg#avantgardemditcregular') format('svg');   
      font-weight: 700;
      font-style: normal;
}
@font-face {
  font-family: 'Raleway-Italic';
  src: url("assets/fonts/raleway/Raleway-MediumItalic-webfont.eot");
  src: url("assets/fonts/raleway/Raleway-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-MediumItalic-webfont.woff2") format("woff2"), url("../fonts/raleway/Raleway-MediumItalic-webfont.woff") format("woff"), url("../fonts/raleway/Raleway-MediumItalic-webfont.ttf") format("truetype"), url("../fonts/raleway/Raleway-MediumItalic-webfont.svg#ralewaymedium_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
button.btn.btn-dark.btn-lg {
    margin-right: 20px;
}
p, a{
    font-family: 'Raleway', arial, sans-serif;
    font-size: 16px;
    color: #212529;
}
a{
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
    color: #212529;
}
a[href^=tel] {
    color:#ffffff;
    text-decoration:none;
}
h1, h2, h3, h4, h5{
    font-family: "Avant", "Arial", sans-serif;
}

h1{
    font-size: 61px;
    line-height: 61px;
    @include media-breakpoint-up(sm) {
        font-size: 0.2rem;
    }
}

h6 {
    font-family: 'Raleway', arial, sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.no-gutters.container,
.no-gutters.container-fluid{
  margin: 0;
  padding: 0;
}
button.btn.btn-secondary.precio {
    display: none;
}
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.col-sm-12.col-lg-10 {

-webkit-box-flex: 0;
    -ms-flex: 0 0 80.333333% !important;
    flex: 0 0 80.333333% !important;
    max-width: 80.333333% !important;
}


.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
    top: 0;
    color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 736px)
{
.col-sm-12.col-lg-10 {

-webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}

/******* Menu idioma *******/


.wpml-ls-statics-shortcode_actions a {
    color: #444444;
    background-color: transparent;
    
}
.wpml-ls-legacy-list-horizontal {
    padding: 0;
    margin-left:20px;
    padding-left:20px;
    border:none;
    border-left:1px solid #444444;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    background-color: transparent;
    padding-top:15px;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover > a {
    text-decoration:underline;
    background:transparent;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a span{
    color: #ffffff!important;
}

/******* MODAL & FORMS *******/

.modal-dialog{
    margin-top: 150px;
}
.modal-content{
    border-radius: 0;
}
.modal-header,
.modal-body,
.modal-footer{
    background-color: #ebe300;
    border-radius: 0;
    border-bottom: none;
    border-top:none;
}
.modal-header{
    padding-top: 10px;
    padding-bottom: 5px;
}
.modal-footer{
    padding-bottom: 30px;
}
.modal-body{
    padding-top: 0;
    padding-bottom: 0;
}
.modal-body h2{
    margin-bottom: 10px;
}
select,
input,
textarea{
    font-family: 'Raleway', arial, sans-serif;
    letter-spacing: 0.03em;
}
.form-control{
    border:1px solid #ffffff;
    border-radius: 0;
    font-size: 14px;
}
input[type="text"],
input[type="email"]{
    padding: .54rem .75rem;
}
.form-check a{
    padding-left: 2px;
    padding-right: 2px;
    
}
.form-control::placeholder,
.custom-select {
    color: #9b9b9b;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 5px);
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #ffffff;
}
.custom-select {
    padding: 0.54rem 0.55rem;
}

.modal .display-4 {
    line-height: 55px;
}

.modal p,
.form-check-label {
    line-height: 20px;
}

.form-check-label{
    display: block!important;
    font-family: 'Raleway', arial, sans-serif;
}
.form-group {
    margin-bottom: 0;
}
.form-check-label{
    margin-bottom: 15px;
}

/******* CABECERA *******/
#menu-principal{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
}
#menu-principal-blanco{
    background-color: white;
    padding: 0;
}
#menu-principal #logo-negro{
    display:none;
}
#menu-principal-blanco #logo-blanco{
    display:none;
}
#menu-principal-blanco #logo-blanco.logo-deac {
    display:inline-block;
}
#menu-principal .navbar-dark .navbar-brand{
    color: #000000;
}
#menu-principal-blanco .navbar-dark .navbar-brand{
    color: #ffffff;
    text-decoration: none;
}
#navResponsive{
    padding-top: 0px;
}

#menu-principal #navResponsive a {
    color: #ffffff;
}
#menu-principal-blanco #navResponsive a {
    color: #ffffff;
}
#menu-principal #navResponsive a,
#menu-principal-blanco #navResponsive a {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7px;
    margin-left: .6rem;
    margin-right: .6rem;
    text-decoration: none;
    letter-spacing: 0.05em;
}

#navResponsive a:hover {
    border-bottom: 1px #ebe300 solid;
}
#navResponsive li.active a {
    border-bottom: 1px #ebe300 solid;
}

.menu .documentos{
    background-color: #161616;
    padding-right: 25px;
}

.menu .documentos div{
    padding-top: 2px;
    padding-bottom: 1px;
}

.menu .documentos img{
    margin-top: 5px;
    margin-right: 0px;
}

.menu .documentos a{
    text-decoration:none;
}

.menu .documentos a span{
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    color: #c75e5e;
    margin-top: 2px;
    display: block;
}

.menu .documentos a span span{
    font-family: 'Raleway', sans-serif;
    color: #c75e5e;
    font-size: 11px;
    position: relative;
    top: -7px;
}

.menu .documentos a:hover{
    text-decoration: none;
}

.navbar-toggler {
    border:none;
    background-color: #333333;
    border-radius: 0;
}
.navbar-toggler {
    padding:20px 20px;
}
.navbar-dark .navbar-toggler-icon {
    color: red;
    background-image: url(assets/img/i-menu.svg);
    width: 22px;
    height: 18px;
    padding: 0;
}

#navResponsive.collapsing ul li,
#navResponsive.collapse.show ul li{
    background-color: #232323;
    border-bottom: 1px #333333 solid;
    text-transform: uppercase;
}

#navResponsive.collapsing ul li.principal,
#navResponsive.collapse.show ul li.principal{
    background-color: #333333;
    border-bottom: 1px #414141 solid;
}

#navResponsive.collapsing ul li a,
#navResponsive.collapse.show ul li a{
    padding: 1rem 1rem;
    padding-left: 2.1rem;
    margin-left: 0;
    margin-right: 0;
}

#navResponsive.collapsing ul li a:hover,
#navResponsive.collapse.show ul li a:hover{
    border-bottom: 0;
    background-color: #161616;
}

/******* BOTONES ********/

.btn{
    font-family: "Avant", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.btn-dark{
    background: #ebe300;
    border-color: #ebe300;
    color:#161616;
}
.btn-secondary{
    background: #444444;
    border-color: #444444;
    color: white;
    display:inline-block;
}

.btn:hover{
    background-color: white;
    border-color: white;
    color:#161616;
    -webkit-filter: drop-shadow(0px 0px 4px #999);
}
.btn.btn-dark{
    text-decoration:none;
    color: #444444;
}
button.btn.btn-dark.btn-lgbolsa {
    margin: 8px 14px 0 0;
    font-size: 12px;
    background-color: transparent;
    border-color: #161616;
    color: #000000;
    background: #ebe300;
    border-color: #ebe300;
}

button.btn.btn-dark.btn-lghcn {
padding: 1rem 0 0 0;
margin: 0 1rem 0 0;
background: transparent;
border-color: transparent;
color: #fff;
font-size: 12px;
}
.lghcn {
border-right: 1px solid #444444;
}

.btn:active{
    -webkit-filter: drop-shadow(0px 0px 0px #999);
}

.btn {
    padding: .5rem 1rem;
    border-radius: 0;
}
.btn-lg {
    padding: .8rem 2rem;
    font-size: 1.25rem;
    border-radius: 0;
}
.btn-menu {
    padding: .4rem .6rem;
    border-radius: 0;
    font-size: 0.8rem;
    letter-spacing: 0;
    margin-left: 20px;
    margin-right:10px;
}

/******* HOME *******/

.container-destacados{
    width: 100%;
    height: 100%;
}
.destacados{
    width: 50%;
    height: 100%;
    float: left;
}

.destacado{
    width: 100%;
    background-color: white;
    vertical-align: middle;
    text-align: center;
}

.i-uno{
    height: 65%;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.i-dos{
    height: auto;
    border-right: 1px solid #f7f7f7;
}
.d-uno{
    height: 50%;
    display: block;
    border-bottom: 1px solid #f7f7f7;
}

.d-uno,
.d-dos{
    height: 50%;
    display: block;
}

.destacado:hover{
    background-color: #f7f7f7;
}


.destacado img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: Gray();
}

.destacado img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray();
}

.navbar-toggler{
    position: relative;
    right: 0;
}

.testimonial{
    height: 560px;
    background-color: gray;
    background-position:center;
    background-repeat: none;
}

.testimonial h2{
    margin-bottom: 20px;
    font-size: 3rem;
}

.testimonial p{
    color:white;
}

.open-quotes{
    margin-left: -40px;
}
.close-quotes{
    margin-right: -40px;
}

/****** VIDEO *******/

.video-home{
    height: 87vh;
    min-height: 50vh;
    max-height: 1000px;
    background-color: black;
    background-position:center;
    background-repeat: none;
    background-size: auto 100%;
    margin-top: 50px;
}

.video-home div{
    
}

.video-home h1{
    margin-bottom:80px;
}

#video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 90%;
    width: auto;
    height: auto;
    z-index: 1;
}

.header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/******** PIE *******/

.footer{
    background: #ebe300;
}
.footer .grupo{
    padding: 0;
}
.contacto{
    padding-right: 0;
}

.contacto span{
    border-right: 1px #666666 solid;
    display: block;
}

.contacto,
.privacidad,
.logo {
    background-color: #424242;
    color: white;
    padding-top: 20px;
    padding-bottom: 5px;
}
.logo{
    text-align:right;
}

.footer h6{
    margin-bottom: 10px;
}
.footer p {
    font-family: 'Raleway', arial, sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 15px;
    color: white;
}

.footer a.email{
    color: #ebe300;
    text-decoration: underline;
}
.footer a.email:hover{
    text-decoration: none;
}

.privacidad {
    font-family: 'Raleway', arial, sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: white;
    padding-bottom: 25px;
}

.privacidad a {
    color: white;
    text-decoration: underline;
    font-size: 12.5px;
}

.privacidad a:hover {
    text-decoration: none;
}

.email{
    font-size: 10px;
}

.footer .documentos img{
    margin-bottom: 10px;
}

.footer .documentos img{
    margin-right: 7px;
}

.footer .documentos a{
    text-decoration: none;
}

.footer .documentos span{
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 11px;
    display: flex;
    padding-top: 3px;
    text-align: left;
}

/**** LISTADO BOLSA DE EMPLEO ****/

.titulo-bolsa{
    height: 480px;
    margin-top: 50px;
    position: relative;
}
.titulo-bolsa div{
    margin-top: 70px;
}
.titulo-bolsa h1 {
    text-transform:uppercase;
    line-height: 1;
    font-size: 4.5rem;
}
.titulo-bolsa::after {
    content: "";
    background: url(assets/fotos/bolsa.jpg);
    background-color: #f2f2f2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#listado-bolsa{
    padding: 80px 0 80px 0;
    background-color: #f9f9f9;
}

#listado-bolsa h3{
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 23px;
    line-height: 24px;
    color: #444444;
}
#listado-bolsa img{
    color:#f9f9f9;
}
#listado-bolsa span{
    font-size: 13px;
    color:#888888;
    font-family: 'Raleway', arial, sans-serif;
}
#listado-bolsa .list-unstyled{
    margin: auto auto;
    width: 420px;
}
#listado-bolsa .media{
    margin: auto auto;
    padding: 20px 0 20px 0;
}

#listado-bolsa .diplomado_iz{
    width: 50%;
    float: left;
    border-right: 1px #dddddd solid;
    padding-left: 4%;
}

#listado-bolsa .diplomado_de{
    width: 50%;
    float: right;
    padding-right: 4%;
}


/**** LISTADO PROGRAMAS ****/

.titulo-programas{
    height: 480px;
    margin-top: 50px;
    position: relative;
}
.titulo-programas div{
    margin-top: 70px;
}
.titulo-programas h1 {
    text-transform:uppercase;
    line-height: 1;
    font-size: 4.5rem;
}
.titulo-programas::after {
    content: "";
    background: url(assets/fotos/programs2.jpg);
    background-color: #f2f2f2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

#listado-programas{
    padding: 80px 0 80px 0;
    background-color: #f9f9f9;
}

#listado-programas h3{
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 23px;
    line-height: 24px;
    color: #444444;
}
#listado-programas img{
    color:#f9f9f9;
}
#listado-programas span{
    font-size: 13px;
    color:#888888;
    font-family: 'Raleway', arial, sans-serif;
}
#listado-programas .list-unstyled{
    margin: auto auto;
    width: 420px;
}
#listado-programas .media{
    margin: auto auto;
    padding: 20px 0 20px 0;
}

#listado-programas .diplomado_iz{
    width: 50%;
    float: left;
    border-right: 1px #dddddd solid;
    padding-left: 4%;
}

#listado-programas .diplomado_de{
    width: 50%;
    float: right;
    padding-right: 4%;
}

/******* PROGRAMA *******/

.programa-container{
    margin-top:140px;
    background-color: #f4f4f4;
}
.formulario-programa{
    width:404px;
}
.btn-back{
    margin-bottom:55px;
    margin-top:43px;
    display:block;
    width: 120px;
    color:#3f3f3f;
}
.btn-back span{
    font-family: "Avant", "Arial", sans-serif;
    padding-left:10px;
}
.programa h1{
    font-size: 43px;
    text-transform:uppercase;
    line-height: 0.9;
    margin-bottom:40px;
    color:#3f3f3f;
    letter-spacing:-0.01em;
}
.programa h2{
    font-size: 16px;
    text-transform:uppercase;
    font-family: "Avant", "Arial", sans-serif;
    letter-spacing:0.02em;
    margin-top:50px;
    margin-bottom:17px;
    color:#3f3f3f;
}
.programa h3{
    font-size: 16px;
    font-family: 'Raleway', arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom:13px;
    color:#3f3f3f;
}
.programa p{
    text-align: justify;
    font-size: 16px;
    letter-spacing:0.035em;
}

.programa ul {
    margin: 23px 0 0 0;
    padding: 0 0 0 26px;
    list-style-position: outside;
    color:#ede709;
    font-size:22px;
}
.programa ul li {
    padding: 0 0 12px 4px;
    line-height:20px;
}
.programa ul li span{
    color: #444444;
    line-height:18px;
    font-size:15px;
    letter-spacing: 0.03em;
    font-family: 'Raleway', arial, sans-serif;
}

.programa #tabla{
    border-top: 6px solid #ede709;
    letter-spacing: 0.035em;
    margin-top:21px;
    font-size:15px;
    line-height:20px;
    margin-bottom:80px;
}

.programa .table td:nth-child(2){
    text-align:right;
}
.programa .table td,
.programa .table th.table-active{
    font-family: 'Raleway', arial, sans-serif;
}
.programa .datos{
    background:#ffffff;
    margin:23px 0 23px 0;
    padding:0;
}
.programa .datos div{
    padding:19px 10px 27px 20px;
    border-right:1px solid #f4f4f4;
}

.programa .datos p,
.programa .datos strong{
    display:block;
    color:#3f3f3f;
}
.programa .datos p{
    font-size:12px;
    letter-spacing:0.06em;
    margin-bottom:5px;
}
.programa .datos strong{
    font-size:28px;
    letter-spacing:-0.01em;
    font-family: "Avant", "Arial", sans-serif;
}
.programa .datos span{
    border-bottom: 6px solid #ede709;
    font-size:inherit;
    font-family:inherit;
    padding-bottom:6px;
}

#formulario-programa{
    background-color:#ebe300;
    padding:52px 44px 48px 44px;
    -padding:190px 44px 48px 44px;
}

#formulario-programa .form-group{
    margin-bottom:15px;
}

#formulario-programa input{
    padding: 0.54rem 0.75rem;
}
#formulario-programa .form-check-label,
#formulario-programa .form-check-label a{
    font-size:12px;
    margin-bottom:51px;
    margin-top:18px;
    font-family: 'Raleway', arial, sans-serif;
}

#formulario-programa .btn-secondary{
    font-size:20px;
    padding: .65rem 1rem;
}
.formulario-programa h2{
    text-align:center;
    text-transform:uppercase;
    font-size:37px;
    line-height:35px;
    margin-bottom:43px;
    color:#3f3f3f;
}

.modalidad{
    float: left;
    box-sizing: border-box;
    background-color: #dfdfdf;
    padding: 8px 30px 8px 30px;
    margin-right:15px;
    font-family: 'Raleway', arial, sans-serif;
}
.btn.precio{
    background-color:transparent;
    color:#444444;
    border:none;
    padding: 0 10px 0 0;
    text-transform:inherit;
}
.btn.precio span{
    border-bottom:1px solid #444444;
}
.btn.precio:hover{
    -webkit-filter: drop-shadow(0px 0px 0px);
}
.tooltip-inner {
    background-color: #ebe300;
    border-radius:0;
    padding:10px 20px;
    font-size: 28px;
    letter-spacing: -0.01em;
    font-family: "Avant", "Arial", sans-serif;
    color: #212529;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #ebe300 !important;
}

.form-group-hide{
    position:absolute;
}
/******* CONTACTO *******/
#formulario-contacto{
    width:462px;
    margin: auto auto;
    padding:0 20px 110px 20px;
}
#formulario-contacto h1{
    color:#ffffff;
    margin:150px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 0.9;
}
#formulario-contacto .form-group{
    margin-bottom:10px;
}
#formulario-contacto input,
#formulario-contacto textarea {
    padding: 1rem 0.75rem;
}
#formulario-contacto select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 17px);
}
#formulario-contacto .form-check-label{
    font-size:12px;
    margin-bottom:51px;
    margin-top:18px;
}
#formulario-contacto .btn-secondary{
    font-size:20px;
    padding: .65rem 1rem;
}
.formulario-contacto {
    background-image: url(assets/fotos/fotos-contacto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    background-color: #f2f2f2;
}
.formulario-contacto .row {
    margin-top:30px;
}
.formulario-contacto .btn {
    font-size: 25px;
    height: 70px;
}

.mensage_retorno{
    text-align:center;
    margin-bottom: 0;
}
.mensage_retorno h2{
    margin-top:12px;
    display:block;
    margin-bottom:20px;
}
.mensage_retorno .feedback{
    line-height:20px;
}
.mensage_retorno .icono-alerta{
    background: url(assets/img/icono-alerta.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px; /* Or size of icon + spacing */
}
.mensage_retorno .alerta{
    border: 2px dotted #27292d;
    margin-top:35px;
    padding-top:25px;
    padding-bottom:10px;
    margin-bottom: 35px;
}
#mensage_retorno2{
    text-align:center;
}
#mensage_retorno2 #icono-error{
    margin-bottom:20px;
}
#mensage_retorno2 h2{
    font-size:44px;
    line-height:44px;
}
#mensage_retorno2 .row{
    margin-top:0;
}
#formvolver{
    margin-bottom: 10px;
}
.landing h2{
    font-size: 37px!important;
    line-height: 38px!important;
    text-transform: inherit;
}
.mensage_retorno #icono-ok{
    margin-top:3px;
}

#formulario-programa .mensage_retorno #icono-ok{
    width: 80px;
}

#formulario-programa .col-12{
    padding:0;
}

#formulario-programa .mensage_retorno .alerta{
    padding:25px 10px 10px 10px;
}

.mensage_retorno_contenedor{
    background: #ebe300;
    padding: 40px 20px 0 20px;
}
.ancho-formulario{
    width:770px!important;
}
/******* METODO *******/

.metodo-container{
    margin-top:138px;
}
.metodo-gris{
    background-color: #fafafa;
}
.metodo-gris h1,
.metodo h1{
    text-transform:uppercase;
    line-height:68px;
    color: #444444;
}

/******* QUE NOS MOTIVA *******/
.titulo-motiva{
    height: 80vh;
    min-height: 50vh;
    background-color: #f2f2f2;
    margin-top: 50px;
    background-image: url("assets/fotos/motiva2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.titulo-motiva h1{
    line-height: 1;
    margin-top:20px;
}
.titulo-motiva p{
    letter-spacing:0.03em;
    font-family: 'Raleway', arial, sans-serif;
}
.motiva-modulo-uno{
    margin:50px 0 50px 0;
}
.motiva-modulo-uno img{
    width: 380px;
}
.motiva-modulo-uno h2{
    font-size: 34px;
    line-height: 1;
    margin-bottom:20px;
    color: #444444;
}
.motiva-modulo-uno p{
    font-weight: 300;
    letter-spacing:0.02em;
    padding-right:50px;
}
.titulo-dos-motiva{
    background-image: url("assets/fotos/mascota2.jpg");
}
.titulo-tres-motiva{
    background-image: url("assets/fotos/foto-sobre-nosotros3.jpg");
}
.titulo-dos-motiva,
.titulo-tres-motiva{
    height: 500px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.titulo-dos-motiva h3,
.titulo-tres-motiva h3{
    line-height: 1;
}

.motiva-modulo-dos{
    margin:80px 0 80px 0;
}
.motiva-modulo-dos img{
    width: 300px;
}
.motiva-modulo-dos h3{
    font-size: 60px;
    text-transform:uppercase;
    margin:20px 0 30px 0;
    color: #444444;
}

.motiva-modulo-dos p{
    font-weight: 300;
    letter-spacing:0.02em;
    width: 55%;
    margin:auto auto;
}
.motiva-modulo-dos .izquierda{
    border-right: 1px #e8e8e8 solid;
}

.motiva-modulo-tres{
    background-color: #f4f4f4;
    padding:70px 50px;
}
.motiva-modulo-tres h3,
.motiva-modulo-cuatro h3{
    color: #444444;
}
.motiva-modulo-tres strong{
    color: #444444;
    font-size:18px;
}
.motiva-modulo-tres p{
    font-weight:300;
    padding-top:15px;
    letter-spacing:0.02em;
}
.motiva-modulo-tres .parrafo{
    margin: auto auto;
    padding: 0 20px 0 20px;
}

.motiva-modulo-cuatro{
    background-color: #ebe300;
    padding:70px 0;
}
.motiva-modulo-cuatro p{
    font-weight:300;
    padding-top:15px;
    letter-spacing:0.02em;
    font-size:18px;
}
.motiva-modulo-cuatro .parrafo{
    margin: auto auto;
    padding: 0 20px 0 20px;
}

span.linea{
    border-top:2px solid #444444;
    display:block;
    width:50px;
    margin:auto auto;
    padding:20px 0 20px 0;

}
.motiva-modulo-cuatro .logos{
    margin:40px auto auto;
    max-width:800px;
}
.motiva-modulo-cuatro .logos .logo{
    margin:10px;
    padding:0;
    background-color:transparent;
    width:180px;
    float:left;
}
.motiva-modulo-cuatro .logos .logo img{
    width:180px;
    font-family: 'Raleway', arial, sans-serif;
    color: #444444;
}

.titulo-dos-motiva h3,
.titulo-tres-motiva h3{
    line-height: 1;
}

#motiva-slider {
    position:relative; 
    z-index:1;
    height:600px;
    width:100%;
    margin:80px 0 60px 0;
}
#motiva-slider .carousel-indicators {
    position:absolute;
    z-index:2;  
    bottom: 0;
}
#motiva-slider .carousel-inner{
    position:absolute;
    z-index:3;
}
#motiva-slider .carousel-indicators li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
#motiva-slider .carousel-indicators li:hover {
    cursor:pointer;
}
#motiva-slider .carousel-indicators li.active {
    background-color: #000;
}
#motiva-slider .wrap-item{
    max-width:800px;
    margin:auto auto;
}
#motiva-slider .slider-img{
    width: 40%;
    float: left;
}
#motiva-slider .slider-text{
    width: 60%;
    float: right;
    padding-left: 50px;
    box-sizing: border-box;
    height: 550px;
}
#motiva-slider .slider-text h2{
    font-size: 57px;
    line-height: 0.9;
    text-transform:uppercase;
    color: #444444;
}
#motiva-slider .slider-text p{
    font-weight: 300;
    letter-spacing:0.02em;
    height: 550px;
}

#motiva-slider .slider-text .outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 480px;
}

#motiva-slider .slider-text .middle {
  display: table-cell;
  vertical-align: middle;
  height: 320px;
}

/******* HCN *******/
.titulo-hcn {
    height: 60vh;
    min-height: 50vh;
    background-color: #f2f2f2;
    margin-top: 100px;
    background-image: url("assets/fotos/bg-hcn.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.titulo-hcn h1 {
    margin-top:20px;
    font-size: 4rem;
    line-height: 1.2;
}
.titulo-hcn p {
    font-family: 'Raleway', arial, sans-serif;
}

.atencion-modulo {
    margin:50px 0 50px 0;
}

.atencion-modulo .col-buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}

.atencion-modulo img {
    width: 420px;
}

.atencion-modulo h2 {
    font-size: 34px;
    line-height: 1;
    margin-bottom:20px;
    color: #444444;
    text-transform: uppercase;
}

.atencion-modulo p {
    font-weight: 300;
    letter-spacing:0.02em;
    padding-right:50px;
}

.btn.btn-color-at {
    background: #ebe300;
    border-color: #ebe300;
    color: #111;
    text-decoration: none;
    width: 100%;
}

.btn.btn-dark-at {
    background: #111;
    border-color: #111;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

.definiciones-modulo {
    background-color: #f4f4f4;
    padding:70px 50px;
}

.definiciones-modulo h2 {
    font-size: 34px;
    line-height: 1;
    margin-bottom:30px;
    color: #444444;
    text-transform: uppercase;
}

.definiciones-modulo span.linea {
    border-top: 2px solid #444444;
    display: block;
    width: 100px;
    margin: auto auto;
    padding: 30px 0 0 0;
}

.definiciones-modulo .parrafo {
    margin: auto auto;
}

.definiciones-modulo .parrafo p {
    font-family: 'Raleway', arial, sans-serif;
    font-weight: 300;
    color: #444;
}

.definiciones-modulo h3 {
    color: #444444;
    font-size:18px;
}

.definiciones-modulo .btn.btn-color-def {
    background: #ebe300;
    border-color: #ebe300;
    color: #111;
    margin-top: 20px;
    text-decoration: none;
}

.definiciones-modulo .pqr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.5rem 1rem 1rem;
}

.definiciones-modulo .pqrbox {
  background: #ffffff;
  color: #444;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items:left;
  text-align: left;
  gap: 0.5rem;
}

.definiciones-modulo .pqrbox__icon {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 0.25rem;
}

.definiciones-modulo h3.pqrbox__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.definiciones-modulo .pqrbox__text {
  margin: 0;
  font-size: 0.8rem;
  color: #444;
  font-weight: 300;
}

.canales-modulo {
    background-color: #fff;
    padding:70px 50px;
}

.canales-modulo h2 {
    font-size: 34px;
    line-height: 1;
    margin-bottom:30px;
    color: #444444;
    text-transform: uppercase;
}

.canales-modulo span.linea {
    border-top: 2px solid #444444;
    display: block;
    width: 100px;
    margin: auto auto;
    padding: 30px 0 0 0;
}

.canales-modulo .canales {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin:0 1rem;
}

.canales-modulo .canalbox {
  background: #fff;
  color: #444;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items:center;
  text-align: center;
  gap: 0.5rem;
}

.canales-modulo .canalbox__icon {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 0.25rem;
}

.canales-modulo h3.canalbox__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.canales-modulo .canalbox__text {
  margin: 0;
  font-size: 0.85rem;
  color: #444;
  font-weight: 300;
}

.canales-modulo .canalbox__text a {
  font-weight: 600;
  font-size: 0.85rem;
  color: #444;
}

.canales-modulo b, strong {
  font-weight: 600;
}

.iframehcn iframe {
  margin-bottom: 25px;
  border-width: 0px;
}

html {
  scroll-behavior: smooth;
}

:root { --header-h: 138px; }

@media (max-width: 767px) {
  :root { --header-h: 108px; }
}

#crear-solicitud {
  scroll-margin-top: var(--header-h);
}

/******* DOCUMENTS *******/
.titulo-documentos{
    height: 480px;
    margin-top: 110px;
    position: relative;
}
.titulo-documentos div{
    margin-top: 20px;
}
.titulo-documentos h1 {
    text-transform:uppercase;
    line-height: 1;
    font-size: 5.5rem;
}
.titulo-documentos::after {
    content: "";
    background: url(assets/img/documentos.jpg);
    background-color: #f2f2f2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.documentos-listado{
    background-color: #f9f9f9;
}
.documentos-listado .row {
    padding:50px 0 40px 0;
}
.documentos-listado .nav-tabs {
    border-bottom: 0;
    width: 100%;
    margin-bottom:50px;
}

.documentos-listado .nav-link.active {
    color: #212529;
    text-decoration:none;
    background: #f3eeee;
    border: 0;
    border-bottom: 1px #ebe300 solid;
}

.documentos-listado .nav-link {
    text-decoration:none;
    background: #ffffff;
    border: 0;
}
.documentos-listado .nav-tabs > li > a {
    color: #212529;
}
.documentos-listado .nav-tabs > li > a:hover {
    border-bottom: 1px #ebe300 solid;
}
.documentos-listado .nav-tabs > li {
    margin-left: 20px;
}

.documentos-listado .programa {
    width: 420px;
    float:left;
    margin:0 20px 0 20px;
}
.documentos-listado .programa .icono {
    float: left;
    padding-right: 20px;
    height: 200px;
}
.documentos-listado .programa h3 {
    font-family: "Avant";
    font-size: 23px;
    margin: 10px 0 10px;
    text-transform: uppercase;
    color: #444444;
    line-height: 1;
    font-weight: 400;
}

/******* MODAL PRIVACY POLICY *******/

#privacyModal .modal-dialog,
#refundModal .modal-dialog{
    max-width: 600px;
}

#privacyModal .modal-body,
#refundModal .modal-body{
    padding-top:20px;
    border-top: 1px solid #212529;
}

.modal-header h2{
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal li,
.modal table {
    font-family: 'Raleway', arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #212529;
}
.refund{
    display:block;
    margin-top:5px;
}

table.tablarefund td{
    border:1px solid #212529;
    padding:5px;
}

table.tablarefund td.cab{
    background:#444444;
    color:#ebe300;
    text-align:center;
}
table.tablarefund td.cab.primera{
    border-bottom:1px solid #ebe300;
}
table.tablarefund td.cab.segunda{
    border-right:1px solid #ebe300;
}

.redesFooter {
    text-align:center;
    margin: 38px 0 35px 0;
}
.redesFooter a{
    margin:0 5px 0 5px;
}

/******* 404 *******/
.pagerror{
    padding:300px 0 200px 0;
    background-color:#F2F2F2;
}
.pagerror h1{
    font-size: 161px;
    line-height: 161px;
}
/******* PAGO SEGURO *******/
.pagoseguro{
    background-color: #f4f4f4;
}
.contenedor-pagoseguro{
    margin-top:200px;
    margin-bottom:200px;
}
.contenedor-pagoseguro h2{
    color: #444444;
    font-size: 37px;
    padding-bottom:5px;
    text-transform:uppercase;
}

a span.acre {
    font-size: 9px;
    color: #fff;
    text-decoration: none;
}

.titulo-hubs {
height: 480px;
margin-top: 50px;
position: relative;
}

.titulo-hubs div {
margin-top: 70px;
}

.titulo-hubs h1 {
text-transform:uppercase;
line-height: 1;
font-size: 4.5rem;
}

.titulo-hubs::after {
content: "";
background: url(assets/fotos/hubs-3.jpg);
background-color: #f2f2f2;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;   
background-repeat: no-repeat;
background-size: cover;
background-position: left;
}

.titulo-seccion {
font-size: 2rem;
line-height: 2.5rem;
font-weight: 700;
margin-bottom: 1rem;
text-align: center;
}

.separador {
border: 0;
height: 2px;
background: #111;
width: 80px;
margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
.atencion-modulo .col-buttons {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

@media (min-width: 1024px) {
.definiciones-modulo .pqr {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1rem;
    margin: 2.5rem 0 1.5rem 0;
  }
  
.canales-modulo .canales {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1rem;
    margin:1rem;
  }
}

@media (max-width: 991px) {
.titulo-hubs {
margin-top: 0;
}

.titulo-hubs h1{
font-size: 60px;
}
}

@media (max-width: 768px) {
.titulo-hubs h1{
font-size: 55px;
}

.definiciones-modulo {
padding:45px 15px;
}

.definiciones-modulo h2 {
font-size: 24px;
margin-bottom: 20px;
}

.definiciones-modulo span.linea {
padding: 20px 0 0 0;
}

.definiciones-modulo .btn.btn-color-def {
width: 90%;
font-size: .9rem;
}

.canales-modulo {
padding:40px 15px 15px;
}

.canales-modulo h2 {
font-size: 24px;
margin-bottom: 20px;
}

.canales-modulo .canalbox__icon {
width: 52px;
height: 52px;
}
}

@media (max-width: 576px) { 
.titulo-hubs {
height:300px;
}

.titulo-hubs h1 {
font-size: 48px;
}
}

@media (max-width: 411px) { 
.titulo-hubs {
margin-top: 40px;
}

.titulo-hubs h1 {
font-size: 48px;
}
}

/******* RESPONSIVE *******/

/* TIPOGRAFIAS */

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) and (min-width: 992px){ 
    .programa .datos strong{
        font-size:25px;
    }
 }



/* Extra large devices (large desktops, 922px and less) */

@media (min-width: 992px) { 
    .contacto{
        max-width: 300px;
    }
}

@media (max-width: 1200px) { 
    .logofooter{
        display:none;
    }
 }
@media (max-width: 1024px) { 
    .video-home h1 {
        font-size: 55px;
        line-height: 52px;
    }
    .titulo-dos-motiva h3,
    .titulo-tres-motiva h3,
    .motiva-modulo-tres h3,
    .motiva-modulo-cuatro h3 {
        font-size: 70px;
    }
    .redesFooter a {
        margin: 0;
    }
    .testimonial h2 {
        font-size: 2.5rem;
    }
    .titulo-motiva h1,
    .titulo-hcn h1,
    .titulo-documentos h1 {
        font-size: 4em;
    }
    
 }


/* Large devices (desktops, 992px and less) */

@media (max-width: 991px) {
    .navbar-brand img {
        height: 41px;
        width: 114px;
        margin-left: 20px;
        margin-top: 6px;
    }
    .navbar-brand img.logo-deac {;
        width: 90px;
        margin: 0;
    }
    .navbar {
        padding: 0;
        margin: 0;
    }
    #menu-principal{
        background-color: #161616;
    }
    .modal-dialog {
        margin-top: 30px;
    }
    #listado-programas .diplomado_iz,
    #listado-programas .diplomado_de{
        float: none;
        border:none;
        clear: both;
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    #menu-principal-blanco #navResponsive a {
        color: #ffffff;
    }
    #menu-principal #navResponsive a,
    #menu-principal-blanco #navResponsive a {
        padding: 1rem 1rem;
        padding-left: 2.1rem;
        margin-left: 0;
        margin-right: 0;
    }
    #menu-principal-blanco{
        background-color: #161616;
    }
    #logo-negro{
        display:none;
    }
    #menu-principal-blanco #logo-blanco{
        display:inline-block;
    }
    .titulo-programas {
        margin-top: 0;
    }
    .metodo-gris h1,
    .metodo h1{
        font-size:58px;
        line-height:58px;
    }
    .metodo-gris br,
    .metodo br{
        display:none;
    }
    .metodo-container{
        margin-top:60px;
    }   
    .programa-container{
        margin-top:60px;
    }
    .formulario-programa{
        width:100%;
    }
    .formulario-container {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      background-color:#ebe300;
    }
    #formulario-programa{
        width:690px;
        margin:auto auto;
        padding:52px 0 80px 0;
    }
    .formulario-contacto .row {
        margin-top:10px;
    }
    #formulario-contacto h1 {
        font-size: 50px;
    }
    .motiva-modulo-uno p{
        padding-right:0;
    }
    .atencion-modulo p {
        padding-right:0;
    }
    .titulo-dos-motiva,
    .titulo-tres-motiva{
        height: 400px;
    }
    .titulo-motiva h1{
        font-size:70px;
    }
    .titulo-hcn h1{
        font-size:4rem;
    }
    #motiva-slider{
        height:auto;
        margin: 80px 0 60px 0;
    }
    #motiva-slider .carousel-inner{
        position:inherit;
    }
    #motiva-slider .slider-img,
    #motiva-slider .slider-text{
        float:none;
        width:100%;
        text-align:center;
        padding-left: 0;
    }
    #motiva-slider .slider-text{
        width: 75%;
        margin: auto auto;
        padding:20px;
    }
    #motiva-slider .slider-text h2{
        margin-bottom:20px;
    }
    #motiva-slider .slider-text .outer{
        width:100%;
    }
    #motiva-slider .slider-text .outer{
        position:inherit;
    
    }
    #motiva-slider .slider-img img{
        width: 280px;
        margin:auto auto;
    }
    #motiva-slider .carousel-indicators {
        position: inherit;
    }
    #motiva-slider .slider-text .middle{
        height:inherit;
    }
    .motiva-modulo-tres h3,
    .motiva-modulo-cuatro h3{
        font-size:75px;
    }
    #navResponsive li.active a{
        border-bottom: 1px #414141 solid;
    }
    .titulo-programas h1{
        font-size: 61px;
    }
    .titulo-documentos {
        margin-top: 5px;
    }
    .documentos-listado .programa {
        width: 70%;
        margin: auto auto;
        float:none;
    }
    .documentos-listado .programa .icono,
    .documentos-listado .programa .texto {
        height: 150px;
    }
    .testimonial h2 {
        font-size: 2.7rem;
    }
    .logo {
        text-align: left;
    }
    .lghcn {
display:none;    
}
}

/* Medium devices (tablets, 768px and less) */

@media (max-width: 768px) { 
    .metodo-gris,
    .metodo{
        padding-bottom:30px;
    }
    .metodo-gris h1,
    .metodo h1{
        text-align:center;
        font-size:48px;
        line-height:48px;
    }
    .metodo-gris p,
    .metodo p{
        text-align:center;
    }
    .formulario-programa{
        width:100%;
    }
    .programa .datos strong{
        font-size:28px;
    }
    #formulario-programa{
        width:510px;
        padding:52px 0 80px 0;
    }
    .motiva-modulo-uno img{
        width:300px;
        margin-bottom:20px;
    }
    .motiva-modulo-uno h2,
    .motiva-modulo-uno p{
        text-align:center;
    }
    .atencion-modulo img {
        width:300px;
        margin-bottom:20px;
    }
    .atencion-modulo h2,
    .atencion-modulo p {
        text-align:left;
    }
    .atencion-modulo h2 {
        font-size:24px;
    }
    .titulo-dos-motiva,
    .titulo-tres-motiva{
        height: 350px;
    }
    .titulo-motiva h1{
        font-size:60px;
    }
    .titulo-hcn h1{
        font-size:3.5rem;
    }
    .titulo-dos-motiva h3,
    .titulo-tres-motiva h3{
        font-size:75px;
    }
    .motiva-modulo-dos .izquierda{
        border-right: 0;
        border-bottom: 1px #e8e8e8 solid;
        margin-bottom:80px;
        padding-bottom:80px;
    }
    .motiva-modulo-dos p {
        width: 75%;
    }
    #motiva-slider .slider-text h2{
        font-size:40px;
    }
    .motiva-modulo-tres h3,
    .motiva-modulo-cuatro h3{
        font-size:60px;
    }
    .motiva-modulo-cuatro .logos{
        width:400px;
    }
    .titulo-programas h1{
        font-size: 55px;
    }
    .metodo-container img.img-fluid{
        width: 250px;
    }
    .documentos-listado .programa {
        width: 100%;
        margin: 0 20px 0 20px;
    }
    .titulo-documentos h1 {
        font-size: 3.5rem;
    }
    .titulo-documentos {
        height: 320px;
        margin-top:25px;
    }
    .testimonial h2 {
        font-size: 2.4rem;
    }
    .logofooter{
        text-align:left!important;
    }
    #mensaje_retorno1{
        margin-top: 80px;
    }
    
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 576px) { 
    h1 {
        font-size: 40px;
        line-height: 42px;
    }
    h2{
        font-size: 25px;
    }
    .programa h1 {
        font-size: 40px;
    }
    .modal .display-4 {
        line-height: 42px;
        font-size: 40px;
        padding-bottom: 5px;
    }

    .video-home{
        height: 100vh;
    }

    .destacados{
        width: 100%;
    }
    .testimonial .open-quotes,
    .testimonial .close-quotes{
        width: 30px;
        height: 30px;
    }

    .footer div div div > div {
        text-align: center;
    }

    .contacto{
        padding-bottom: 0;
    }

    .contacto span{
        border-right: 0;
        border-bottom: 1px #666666 solid;
        width: 50%;
        margin: auto auto;
    }
    .titulo-programas {
        height:300px;
    }
    #listado-programas .list-unstyled {
        width: 100%;
    }
    
    .programa .datos div{
        border-right:none;
        border-bottom:1px solid #f4f4f4;
    }
    #formulario-programa{
        width:100%;
        padding:52px 30px 80px 30px;
    }
    .titulo-dos-motiva,
    .titulo-tres-motiva{
        height: 300px;
    }
    .titulo-motiva h1{
        font-size:45px;
    }
    .titulo-hcn h1{
        font-size:36px;
    }
    .titulo-dos-motiva h3,
    .titulo-tres-motiva h3{
        font-size:60px;
    }
    .motiva-modulo-tres h3,
    .motiva-modulo-cuatro h3{
        font-size:45px;
    }
    .motiva-modulo-cuatro .logos{
        width:300px;
    }
    .motiva-modulo-cuatro .logos .logo{
        width:130px;
    }
    .motiva-modulo-cuatro .logos .logo img{
        width:130px;
    }
    .motiva-modulo-tres {
        padding: 70px 20px;
    }
    .video-home .btn{
        padding: .8rem 1.3rem;
    }
    .testimonial .align-text-bottom{
        width:30px;
        height:20px;
    }
    .destacado img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: Gray();
    }
    .titulo-programas h1{
        font-size: 48px;
    }
    #listado-programas {
        padding: 40px 0 60px 0;
    }
    #formulario-programa .form-check-label {
        margin-left: 5px;
        padding-top: 2px;
        display:none;
    }
    .documentos-listado .programa .icono,
    .documentos-listado .programa .texto {
        height: auto;
        margin-bottom:40px;
    }
    .documentos-listado .programa .icono{
        height: 60px;
        display:none;
    }
    .documentos-listado .programa {
        margin: 0;
    }
    .documentos-listado .nav-tabs > li {
        margin-right: 10px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    #listado-programas .list-unstyled {
        padding: 0 20px 0 20px;
    }
    .titulo-documentos h1 {
        font-size: 2.5rem;
        margin-top: 20px;
    }
    .titulo-documentos {
        height: 220px;
        margin-top:25px;
    }
    .titulo-motiva {
        height: 220px;
        margin-top:55px;
    }
    .titulo-hcn {
        height: 220px;
        margin-top:55px;
    }
    .testimonial h2 {
        font-size: 2.1rem;
    }
    .logo {
        padding-bottom:20px;
    }

    .documentos.row.justify-content-end.no-gutters {
    display: flex;
    gap: 10px;
    padding: 15px 0 0 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center !important;
    align-items: center;
}

button.btn.btn-dark.btn-lgbolsa {
    margin: auto;
    font-size: 11px;
    padding: 6px 10px;
}

.menu .documentos div {
    padding: 0 !important;
}

.wpml-ls-legacy-list-horizontal {
    margin: 0;
    border-left: 1px solid #cdcdcd;
}

.menu .documentos a span {
    font-size: 11px;
    color: #c75e5e;
    letter-spacing: normal;
    margin-top: 0px;
    display: block;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    padding: 0 0 0 5px;
}
}

@media (max-width: 576px) { 
    .video-home .btn{
        padding: .8rem 1rem;
        font-size: 1rem;
    }
}
@media (max-width: 411px) { 
    #listado-programas img {
        display:none;
    }
    .titulo-programas h1 {
        font-size: 2.5rem;
    }
    .pagerror{
        padding:150px 0 50px 0;
        background-color:#F2F2F2;
    }
    .pagerror h1{
        font-size:61px;
        line-height:61px;
    }
    .testimonial h2 {
        font-size: 2rem;
    }
    .contenedor-pagoseguro{
        margin-top:150px;
        margin-bottom:100px;
    }
    .metodo-container {
        margin-top: 100px;
    }
    .programa-container {
        margin-top: 110px;
    }
    .programa p {
        text-align:left;
    }
    .titulo-motiva h1 {
        font-size: 40px;
    }
    .titulo-motiva {
        margin-top: 95px;
    }
    .titulo-hcn h1 {
        font-size: 26px;
    }
    .titulo-hcn {
        margin-top: 90px;
    }
    .video-home h1 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .titulo-programas {
        margin-top: 40px;
    }
    .programa h1 {
        font-size: 35px;
    }
    #motiva-slider .slider-text h2 {
        font-size: 30px;
    }
    #formulario-contacto h1 {
        font-size: 38px;
        margin: 150px 0 30px 0;
    }
    .titulo-documentos {
        margin-top: 65px;
    }
    .metodo h1 {
        font-size: 44px;
    }
    .titulo-tres-motiva h3 {
        font-size: 40px;
    }
    .footer .col-sm-6{
        padding-left: 0px;
    }
    .motiva-modulo-tres h3 {
        font-size: 35px;
        line-height: 35px;
    }
    h2 .display-4{
        font-size: 2.5rem;
    }
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .metodo-container,
    .programa-container,
    .formulario-contacto .row {
        margin-top: 100px;
    }
    .metodo-gris h1, .metodo h1,
    .metodo-gris p, .metodo p {
        text-align: left; 
    }
}
@media (min-width: 992px)
.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80.333333% !important;
    flex: 0 0 80.333333% !important;
    max-width: 80.333333% !important;
}
}
