
/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

.iblk {display:inline-block !important;zoom:1;*display:inline !important;} /*display inline block*/

/* input:invalid {
 
border: 1px solid red;
 
}

input:valid {
 
border: 1px solid green;
 
} */

p.comercial.no-checked + .ultimo input,
p.condiciones.no-checked + p.comercial + .ultimo input,
input:invalid + p.condiciones + p.comercial + .ultimo input,
input.email:invalid + input + p.condiciones + p.comercial + .ultimo input,
input.codigopostal:invalid + input + input + p.condiciones + p.comercial + .ultimo input,
input.poblacion:invalid + input + input + input + p.condiciones + p.comercial + .ultimo input,
input.name:invalid + input + input + input + input + p.condiciones + p.comercial + .ultimo input {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

p.comercial.no-checked + .ultimo input:hover,
p.condiciones.no-checked + p.comercial + .ultimo input:hover,
input:invalid + p.condiciones + p.comercial + .ultimo input:hover,
input.email:invalid + input + p.condiciones + p.comercial + .ultimo input:hover,
input.codigopostal:invalid + input + input + p.condiciones + p.comercial + .ultimo input:hover,
input.poblacion:invalid + input + input + input + p.condiciones + p.comercial + .ultimo input:hover,
input.name:invalid + input + input + input + input + p.condiciones + p.comercial + .ultimo input:hover {
    opacity: 0.5;
    background: #20c3b2;
    border-color: #20c3b2;
    color: #ffffff;
    pointer-events: none;
}


p.comercial.no-checked + .ultimo input,
p.condiciones.no-checked + p.comercial + .ultimo input,
input:invalid + p.condiciones + p.comercial + .ultimo input,
input.mail:invalid + input + p.condiciones + p.comercial + .ultimo input,
input.postalcode:invalid + input + input + p.condiciones + p.comercial + .ultimo input,
input.town:invalid + input + input + input + p.condiciones + p.comercial + .ultimo input,
input.nombre:invalid + input + input + input + input + p.condiciones + p.comercial + .ultimo input {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

p.comercial.no-checked + .ultimo input:hover,
p.condiciones.no-checked + p.comercial + .ultimo input:hover,
input:invalid + p.condiciones + p.comercial + .ultimo input:hover,
input.mail:invalid + input + p.condiciones + p.comercial + .ultimo input:hover,
input.postalcode:invalid + input + input + p.condiciones + p.comercial + .ultimo input:hover,
input.town:invalid + input + input + input + p.condiciones + p.comercial + .ultimo input:hover,
input.nombre:invalid + input + input + input + input + p.condiciones + p.comercial + .ultimo input:hover {
    opacity: 0.5;
    background: #20c3b2;
    border-color: #20c3b2;
    color: #ffffff;
    pointer-events: none;
}

p.condiciones,
div.contactemos p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #000000;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: left;
    width: 100%;
}

p.condiciones {
    margin-top: 0;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

p.condiciones a {
    color: #000000;
    text-decoration: underline;
    padding-left: 5px;
}

p.condiciones input {
    width: auto !important;
    height: auto;
    display: inline-block !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    float: left;
    margin-top: 0 !important;
    top: -4px;
    position: relative;
    padding: 0.5em;
    font-size: 13px;
}

div.contactemos .slc {
    display: flex;
    flex-direction: row;
    color: #000000;
    margin-top: 10px;
}

div.contactemos .slc label {
    font-weight: 400;
    font-size: 15px;
    margin-right: 15px;
    margin-bottom: 0;
}


div.contactemos .slc input {
    height: 13px;
    font-size: 13px;
    margin-right: 8px;
    border: 1px solid #fff;
}


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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td { margin: 0; padding: 0; direction: ltr; }

body, h1, h2, h3, h4, h5, h6, p, li, a {font-family: 'Montserrat', sans-serif;}

body {
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
    overflow-x:hidden;  
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

p strong {
    font-weight: 600;
}

.row {
    margin-right: auto !important;
    margin-left: auto !important;
}

.row img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border:0!important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin:0;
}

.dotted:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "dots board";
    font-size: 0;
    text-indent: -999em;
    background: url('../images/bg/dotboard.png') top left repeat transparent;
    display: block !important;
}

.cf:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after {clear: both;}
.cf {zoom: 1;}


/* --------- 1.1 Input Elements ---------- */

input, textarea {
    border:1px solid #e1e1e1;
    padding:10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius:3px;
}

input {
    height:40px;
    margin:3px 0;
    outline:none;
    line-height:normal;
    font-size:14px;
}

input[type="submit"] {
    cursor:pointer;
    border-style:solid;
    border-width:2px;
    padding-top:0;
    padding-bottom:0;
}

select {
    border:1px solid #e1e1e1;
    height:40px;
    padding:5px;
}

input:focus, textarea:focus {
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
}


*:focus {
    outline: none;
}

a:focus {
    text-decoration: none !important;
    color: inherit !important;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

section {
    clear:both;
    overflow:hidden;
}

/* Rows and Columns */

.row {
    max-width:1170px;
    margin:0 auto;
    padding:50px 0;
    position:relative;
}

.row.pdf {
  padding: 0;
}

.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
    padding-bottom:0;
}

.no-padding-top .row, .no-padding-top div {
    padding-top:0;
}

.big-padding-top {
    padding-top:75px!important;
}

.big-padding-bottom {
    padding-bottom:85px!important;
}

/* Targets all elements */

[class*='col-'] {
    float: left;
    padding: 20px;
}

/* Clearfix */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Widths */

.col-1  {width: 100%;}
.col-2  {width: 50%;}
.col-3  {width: 33.33%;}
.col-4  {width: 25%;}
.col-5  {width: 20%;}
.col-6  {width: 16.6666666667%;}
.col-7  {width: 14.2857142857%;}
.col-8  {width: 12.5%;}
.col-9  {width: 11.1111111111%;}
.col-10 {width: 10%;}
.col-11 {width: 9.09090909091%;}
.col-12 {width: 8.33%;}
.col-2-3 {width:66.66%;}
.col-3-4 {width:75%;}
.col-9-10 {width:90%;}

/* Golden Ratio */
.col-61 {width:61.8%;}
.col-38 {width:38.2%;}


/* --------- 2.1 Header --------- */

#header {
    height:80px!important;
    overflow:visible;
    z-index:9999;
    width:100%;
    position:absolute!important;
}

#header .row {
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    max-width: 100%;
}

#header .row .col-1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: end;
    padding: 0;
}

#header aside {
    text-align:right;
}

#header ul {
    text-align:center;
}

#header li {
    display:inline-block;
    list-style:none;
    margin:0;
}

#header nav#nav-main {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 0 60px 0 0;
    width: 100%;
}


/* --------- 2.2 Logo ---------- */

#logo img {
    vertical-align: middle;
    position: relative;
    margin-top: 0;
    margin-right: 15px;
}

#logo {
    display: flex;
    justify-content: center;
    float:left;
    height: auto;
}


/* --------- 2.3 Navigation ---------- */


#header #brand-md {
    background-color: #ffcc00;
    padding: 30px;
}

#header #info-btnn {
    display: flex;
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: flex-end;
}

#header #info-btnn .ul-button {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

#header nav ul {
    margin: 0px 0px;
    display: flex;
    text-align: center;
}

#header nav li {
    font-size: 17px;
}

#header nav a, #header i {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
}

#header nav a:hover {
    opacity:0.6;
}


/*Navigation Solid*/
#header.nav-solid {
    position:fixed!important;
}

#header nav#nav-main {
    background: rgb(0 0 0 / 60%);
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
}

#header.fadeInDown nav#nav-main {
    background: rgb(0 0 0 / 90%);
}

/* --------- 2.4 Phone ---------- */

#cntct-md a.mailto-booking {
    padding-right: 15px;
}

#cntct-md a.phone-booking {
    display: flex;
    align-items: center;
    height: 30px;
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 8px 17px;
    margin-right: 0;
    margin-right: 0;
    margin-top: 0px;
    font-weight: 500;
    color: #ffffff;
    margin-right: 5px;
}

#cntct-md a.phone-booking:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #000000;
    opacity: 1;
}

#cntct-md a.btn-booking {
    display: flex;
    align-items: center;
    height: 30px;
    border: 1px solid #ffcc00;
    background-color: #ffcc00;
    padding: 8px 17px;
    margin-right: 0;
    margin-right: 0;
    margin-top: 0px;
    font-weight: 500;
    color: #000000;
}

#cntct-md a.btn-booking:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffcc00;
    opacity: 1;
}


/* Responsive Nav Styling */

#nav-trigger {
  display: none;
  text-align: right; 
}

#nav-trigger span {
display: inline-block;
    width:38px;
    height:71px;
    color: white;
    cursor: pointer;
    text-transform: uppercase; 
    font-size:22px;
    text-align:center;      
    border-top-right-radius:5px;
    border-top-left-radius:5px;
        -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-trigger span:after {
        font-family:"fontAwesome";
      display: inline-block;
        width:38px;
        height:71px;
        line-height:75px;
        text-align:center;
      content: "\f0c9";
      border-top-right-radius:5px;
      border-top-left-radius:5px;
  }

#nav-trigger span.open:after { 
      content: "\f00d";
}


#nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
    opacity:0.6;
  }

  #nav-trigger span.open, #nav-trigger span.open:hover {
    color:#fff;
  } 

 .nav-solid #nav-trigger span.open:hover {  
    color:#999;
 }   

.nav-solid #nav-trigger span {
    color:#999;
    opacity:1;
  }


nav#nav-mobile {
  position: relative;
  display: none; 
}

  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    background-color: #133c61; 
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}

nav#nav-mobile ul:after {
    display:none;
}


  nav#nav-mobile li {
    margin:0 20px;
    float:none;
    text-align:left;
    border-bottom:1px solid #e1e1e1;
}

    nav#nav-mobile li:last-child {
      border-bottom: none; 
  }

    .nav-solid nav#nav-mobile li {
    border-top:1px solid #e1e1e1;
    border-bottom:none;
}

  nav#nav-mobile a {
    display: block;
    padding: 12px 0; 
    color:#333;
    width:100%;
    height:auto;
    line-height:normal;
    display:block;
    border-bottom:none!important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav#nav-mobile a:hover {
    background:#fafafa;
    opacity:1;
}



/* --------- 2.6 Images ---------- */

/*Alignment*/

img {
  vertical-align: top;
}

.image-center {
    display:block;
    margin:0 auto;
}

a img {
    border:none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity:0.7;
}


/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/

h1 {padding:20px 0;}

h2 {padding: 14px 0;}

h3 {padding: 10px 0;}

h4 {padding: 7px 0;}

h5 {padding: 7px 0;}

h6 {padding: 7px 0;}


/* Text Alignment */

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

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

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


/* Section Headings */

.section-heading {
    padding: 0 0 30px;
}

.section-subtitle {
    font-size:18px;
    padding-top:0;
    padding-bottom:25px;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#banner, #dofollow-contact {
    background-size:cover;
}

#banner-content .banner-title {
    padding-bottom: 200px;
    padding-top: 280px;
    margin-bottom: 0px;
    position: relative;
}

#banner-content.row {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    width: 100%;
    max-width: 100%;
}

#banner-bckg-form {
    max-width: 100%;
    width: 100% !important;
    margin: 0px !important;
    background: rgba(0,0,0,0.5);
    background-position: bottom;
    float: left;
    background-size: cover;
    padding: 0;
}

#banner-bckg-form > .col-1 {
    padding: 30px 100px;
}

#banner-bckg-form > .col-1 > .col-1 {
    padding: 0;
}

#banner #banner-content .logo-hd {
    margin-bottom: 30px;
}

#banner #banner-content #linkBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
}

#banner #banner-content #linkBtn #MouseMd img {
    position: relative;
    left: 0;
    right: 0;
    bottom: 20%;
    animation: MoveUpDown 1.35s infinite;
    -webkit-animation: MoveUpDown 1.35s infinite;
    z-index: 99;
    width: 20px;
}

@keyframes MoveUpDown {
 0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


/* --------- 4.1 SignUp Form ---------- */

.signup .partner-md-t {
    align-items: center;
    width: 80%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.signup .partner-md-t > div {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.signup .partner-md-t > div.topRow input {
    margin-top: 0;
}

.signup .partner-md-t > div.bttRow input {
    margin-bottom: 0;
}

.signup .partner-md-t > div.bttRow input.comentarios {
    width: 51%;
    margin-bottom: 0;
} 

.signup .partner-md-t > div.bttRow input,
.signup .partner-md-t > div.bttRow .select-wrapper {
    width: 25.2%;
}

.signup .partner-md-t > div.bttRow .select-wrapper {
    margin: 3px 6px 3px 0;
    position: relative;
}

.signup .partner-md-t > div.bttRow .select-wrapper select {
    width: 100%;
    margin: 0;
}

.signup .form-send {
    display: flex;
    flex-direction: row;
}

.signup input,
.signup select,
.signup textarea {
    font-weight: 400;
    background-color: #ffffff;
    border: 0 !important;
    color: #33302a;
    height: 40px;
    padding: 8px 15px;
    margin: 3px 6px 3px 0;
    font-size: 16px;
    display: inline-block;
    float: left;
    border-radius: 0px;
}

.signup select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;
}

.signup .partner-md-t input,
.signup .partner-md-t textarea {
    width: 100%;
}

.signup .select-wrapper:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 25px;
    position: absolute;
    right: 20px;
    color: #ffcc00;
    pointer-events: none;
    top: 3px;
}

.signup select::-ms-expand {
  display: none;
}

.signup .hint {
    font-size:12px;
    color:#fff;
    line-height:12px;
    opacity:0.8;
}

.signup h3 {
    color: #000000;
    padding-bottom: 20px;
    line-height: 1em;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding-top: 0;
}

.signup .ultimo {
    width: 20%;
    display: inline-flex;
    margin: 0 0px 0px 3px;
} 

.signup .part-cond {
    display: flex;
    flex-direction: row;
}


/*------------------------------------------------------------------------------------------*/
/* 5. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/

/*------------  5.1 Introducción --------------*/

#about.introduction {
    position: relative;
    background-color: #ededed;
}

#about.introduction:before {
    content: '';
    width: 100%;
    height: 343px;
    background: url(../images/brand/before-introduction.png) center center no-repeat transparent;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
}

#about.introduction .row {
    padding: 400px 0 60px;
}

#about.introduction .section-heading {
    padding: 0 0 35px;
}

#about.introduction .section-heading .section-title {
    padding: 0;
}

#about.introduction .section-title b {
    font-weight: 600;
}

#about.introduction .section-title i {
    font-style: normal;
    font-weight: 600;
}

#about.introduction p {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 300;
    color: #000000;
    width: 80%;
    margin: 0 auto 30px;
}

#about.introduction p:last-child {
    margin-bottom: 0;
}


/*------------  5.2 Temario --------------*/  

#modelo {
    background: #ffffff;
} 

#modelo .col-1 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0;
    overflow: hidden;
    background: #ffffff;
} 

#modelo.Bggrey,
#modelo.Bggrey .col-1 {
    background: #f4f4f4;
} 

#modelo > .row {
    padding: 0;
}

#modelo .col-2.textCol {
    padding: 0 0 0 20px;
}

#modelo .col-2.imgCol {
    padding: 0 20px 0 0;
}

#modelo .col-2.imgCol .vid-cursos {
    position: relative;
    background: #ffcc00;
    margin-bottom: 8px;
}

#modelo .col-2.imgCol .vid-cursos div:after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/bg/play.png) center center no-repeat transparent;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

#modelo .col-2.imgCol .vid-cursos:hover div {
    opacity: 0.5;
}

#modelo .col-2.imgCol img {
    width: 100%;
}

#modelo .col-2.imgCol .downloadMd {
    background: #ffcc00;
    padding: 80px 40px;
}

#modelo .col-2.imgCol .downloadMd img {
    max-width: 200px;
    margin-bottom: 50px;
}

#modelo .col-2.imgCol .downloadMd .pdfDwn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#modelo .col-2.imgCol .downloadMd .pdfDwn .button:first-child {
    margin-right: 5px;
    width: 100%;
}

#modelo .col-2.imgCol .downloadMd .pdfDwn .button:last-child {
    margin-left: 5px;
    width: 80%;
}

#modelo .col-2.imgCol .downloadMd .ToForm {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#modelo .col-2.imgCol .downloadMd .ToForm a.button {
    width: 100%;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    font-weight: 500;
}

#modelo .col-2.imgCol .downloadMd .ToForm a.button:hover {
    background: #ffffff;
    color: #000000 !important;
}

#modelo .section-heading {
    padding: 0 0 25px;
}

#modelo h2 {
    color: #000000;
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 300;
}

#modelo h2 i {
    font-weight: 600;
    font-style: normal;
}

#modelo h3 {
    color: #000000;
    font-size: 25px;
    line-height: 1.1em;
    font-weight: 300;
}

#modelo p,
#modelo li {
    font-size: 16px;
    color: #000000;
    line-height: 1.4em;
    font-weight: 300;
}

#modelo .textCol .marcMd {
    padding-bottom: 20px;
}

#modelo .textCol .marcMd ul,
#modelo .textCol .plazoMd ul  {
    list-style: none;
}

#modelo .textCol .marcMd ul li,
#modelo .textCol .plazoMd ul li {
    line-height: 1.5em;
}

#modelo .textCol .cuotaMd {
    background: #ffcc00;
    padding: 15px 30px;
}

#modelo .textCol .cuotaMd p {
    margin-bottom: 0;
}

#modelo .textCol .cuotaMd b {
    font-weight: 500;
}

#modelo .textCol .cuotaMd p i {
    color: #000000;
}

#modelo .textCol .serviciosMd {
    margin-top: 20px;
    margin-bottom: 30px;
}

#modelo .textCol .serviciosMd h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

#modelo .textCol .serviciosMd ul {
    margin-left: 20px;
    list-style: none;
}

#modelo .textCol .serviciosMd ul li:before {
    content: "\2022";
    color: #ffcc00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
    position: relative;
    top: 2px;
    left: 5px;
}

#modelo .textCol .serviciosMd ul li {
    line-height: 1.3em;
}

#modelo .textCol .certificadoMd {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 1px dotted #ffcc00;
    padding-left: 30px;
    margin-top: 30px;
}

#modelo .textCol .certificadoMd p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0;
    padding-left: 20px;
}

#modelo .textCol .certificadoMd p b {
    display: block;
    font-weight: 500;
}

/*------------ 5.4 Galeria --------------*/  

#modelo #gallery {
    margin-bottom: 8px;
}

#modelo #gallery .col-1 {
    padding: 5px 0 0;
}

#modelo #gallery .rowGallery {
    display: flex;
    flex-direction: row;
}

#modelo #gallery .rowGallery a {
    position: relative;
    width: 100%;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #ffcc00;
}

#modelo #gallery .rowGallery a:nth-child(3) {
    margin-right: 0px;
}

#modelo #gallery .rowGallery .img-cursos:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/bg/popup.png) center center no-repeat transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: cover;
}

#modelo #gallery .rowGallery a img:hover {
    opacity: 0.5;
}

.sl-navigation,
.simple-lightbox,
.sl-wrapper .sl-close,
.sl-wrapper .sl-image,
.sl-navigation .sl-prev, .sl-navigation .sl-next {
    z-index: 99999999999 !important;
}

.sl-overlay {
    background-color: #393a3a !important; 
    z-index: 999999999 !important;
}

.sl-wrapper.simple-lightbox .sl-navigation button {
    color: #ffffff !important;
    font-size: 4rem !important;
}

.sl-wrapper.simple-lightbox .sl-close, .sl-wrapper.simple-lightbox .sl-counter,
body.modal-open .modal.in .modal-header button span {
    font-size: 0 !important;
    background: url(../images/bg/cancel.png) center center no-repeat transparent !important;
    content: "icon" !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-size: cover !important;
}

.sl-wrapper .sl-navigation button.sl-prev {
    font-size: 0 !important;
    background: url(../images/bg/arrowL.png) center center no-repeat transparent !important;
    content: "icon" !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-size: cover !important;
}

.sl-wrapper .sl-navigation button.sl-next {
    font-size: 0 !important;
    background: url(../images/bg/arrowR.png) center center no-repeat transparent !important;
    content: "icon" !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-size: cover !important;
}

.sl-wrapper .sl-counter {display: none !important;}


/*------------ 5.3 Info  --------------*/  
#requisitos {
    background: #000000;
    padding: 50px 0;
}

#requisitos .row {
    padding: 0;
}

#requisitos [class*='col-'] {
    padding: 0 30px;
}

#requisitos .fadeIn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#requisitos .col-2:first-child {
    width: 40%;
    justify-content: flex-end;
}

#requisitos .col-2:last-child {
    width: 60%;
}

#requisitos p {
    color: #ffffff;
    font-weight: 300;
    line-height: 1.4em;
    font-size: 19px;
    margin-bottom: 15px;
}

#requisitos p a {
    color: #ffcc00;
}

#requisitos p:nth-child(n+2) {
    margin-bottom: 4px;
    line-height: 1em;
}

/*#requisitos p a {
    color: #ffcc00;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 1.3em;
}*/  


/*------------ 5.4 Parallax Footer --------------*/  

#dofollow-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#dofollow-contact .row {
    padding: 0px;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

#dofollow-contact .logoBanner {
    text-align: center;
    padding-bottom: 15px;
}

#dofollow-contact .section-title {
    color: #ffffff;
    font-weight: 300;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
}

#dofollow-contact .section-title i {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
}

#dofollow-contact h6 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

#dofollow-contact #banner-bckg-form {
    margin-top: 60px !important;
    background: rgba(255,204,0,0.8);
}

#dofollow-contact.gracias h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#dofollow-contact.gracias .section-title,
#dofollow-contact.gracias .section-title b {
    margin: 0 0;
    padding: 0;
    font-size: 50px;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Footer */
/*------------------------------------------------------------------------------------------*/
#landing-footer {
    clear:both;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer .logoBanner {
    padding: 40px 0 20px;
}

#landing-footer #footer {
    padding: 0 0 20px;
}

#landing-footer #footer .cetificados p,
#landing-footer #footer .social p  {
    margin-bottom: 15px;
}

#landing-footer #footer .social .socialmd {
    display: flex;
    flex-direction: row;
}

#landing-footer #footer .social div.social {
    width: 2.75em!important;
    height: 2.75em!important;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 8px;
}

#landing-footer #footer .social .facebook {
    background-color: #4873b1;
}

#landing-footer #footer .social .linkedin {
    background-color: #365e96;
}

#landing-footer #footer .social .instagram {
    background-color: #e9a126;
}

#landing-footer #footer .social i {
    color: #ffffff;
    font-size: 1.6em!important;
}

#landing-footer #copyright {
    padding: 0 0 20px;
}

#landing-footer p {
    margin:0; 
    padding-top: 0px;
}

#landing-footer ul {
   list-style:none;
   text-align:right;
}

#landing-footer li {
    display:inline-block;
}

/* Scroll Up */

#scrollUp {
    bottom: 0;
    right: 10px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: rgb(255 204 0 / 30%);
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    content: 'keyboard_arrow_up'!important;
    opacity: 1;
    border-radius: 5px;
    font-size: 32px;
}

/*Preloader*/

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}

#status {
    width:110px;
    height:110px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-position:center;
    margin:-55px 0 0 -55px; /* is width and height divided by two */
    text-align:center;
}


/*-----------------Sections-----------------*/


.boton_envio.ok,
.envio.ok {
  display: none;
}

/* AJAX Gif y mensajes de exito o fracaso */

.msg,
.cnct {
  color: #ffffff;
  font-weight: bold;
  height: 0px;
  line-height: 0px;
  font-size: 0;
  text-transform: uppercase;
}

.msg.msg_ok,
.cnct.cnct_ok  {
  font-size: 30px;
  line-height: 58px;
  color: #f9aa5c;
  height: 73px;
}

.msg.msg_error {
  font-size: 12px;
  line-height: 2px;
  color: red;
  height: 32px;
}

/*------------------------------------------------------------------------------------------*/
/* 7. Página Gracias */
/*------------------------------------------------------------------------------------------*/

footer.thnx { padding-top: 30px;}

.thnx #dofollow-contact { background-position: 0 !important;}
.thnx .banner-parallax-3 { min-height: 600px;}

.thnx .banner-parallax-3 .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    padding: 0;
}

.thnx #about.introduction .section-heading .section-title {
    font-weight: 500;
}

.thnx #dofollow-contact .logoBanner { 
    padding-bottom: 0;
}


/*------------------------------------
12.POP UP
------------------------------------*/

body.modal-open .modal.in {
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

body.modal-open .modal.in .modal-dialog{
    width: 60% !important;
    max-width: 100% !important;
    z-index: 99 !important;
    display: block !important;
    margin: 0 auto !important;
    position: relative !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    -webkit-perspective: 1200px !important;
    -o-perspective: 1200px !important;
    -ms-perspective: 1200px !important;
    perspective: 1200px !important;
}

body.modal-open .modal.in .modal-dialog .modal-content {
    width: 100% !important;
    background-color: transparent;
    box-shadow: none;
    border: 0px;
}

body.modal-open .modal.in .modal-dialog img {
    max-width: 100%;
}

body.modal-open .modal.in .modal-header {
    border-bottom: 0;
    padding: 0;
}

body.modal-open .modal.in .modal-header button {
    color: #ffffff;
    opacity: 1;
    font-weight: 100;
    font-size: 70px;
    margin-top: 0px;
    line-height: 1em;
    position: relative;
    top: -125px;
    right: -125px;
}


