
/*------------------------------------------------------------------------------------------*/
/* 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,
p.comercial {
    margin-bottom: 12px;
    text-align: left;
    float: left;
}

p.condiciones a {
    color: #ffffff;
    text-decoration: underline;
}

p.condiciones input,
p.comercial input {
    width: auto !important;
    display: inline-block !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    float: left;
    margin-top: 0 !important;
}

p.condiciones {
    font-size: 15.5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: left;
    float: left;
}


*, *: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: 'Open Sans', sans-serif !important;}

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

p {
    line-height: 1.2em;
    font-size: 22px;
    font-weight: 400;
    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;
}

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

#modulos-master h2{
  color: #ffba00;
  font-size: 45px;
  font-weight: 700;
}

#modulos-master p{
  color: #fff;
  font-size: 24px;
}

#salidas{
  background-color: #000;
}

#salidas h2{
  color: #ffba00;
}

#informacion h1{
  color: #96822a;
  font-weight: 700;
  font-size:45px;
}

#informacion h2{
  color: #ffffff;
  font-size:35px;
}

.signup .btm{
  background-color: #1e1a08 !important;
}

.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/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;
}

/*------------------------------------------------------------------------------------------*/
/* 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;
}

#header aside {
    text-align:right;
}

#header ul {
    text-align:center;
}

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


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

#header.sticky.nav-solid #logo img {
    max-height: 50px;
}

#header.sticky.nav-solid #logo {
    height: 50px;
    line-height: 50px;
    margin: 15px 0;
}

#logo img {
    max-height: 140px;
    vertical-align: middle;
    position: relative;
}

#logo {
    float:left;
    height: 60px;
    line-height: 60px;
    margin-right:15px;
    margin: 10px 0;
}

#logo h1, #logo h2 {
    display:inline-block;
}

#banner #logo h1 {
    font-size:28px;
    margin-right:10px;
    font-weight:900;
    padding:0;
}

#logo h2 {
    font-size:18px;
    padding:0;
}

#navigation-logo {
    display:none;
}

#logo #banner-uemc {
    padding-left: 20px;
  }

.nav-solid #logo #navigation-logo {
    display:inline-block;
}

.certif {
    margin-top: 20px;
}

#logo .logo-erasmus,
#logo .logo-sefed {
    margin-left: 25px;
}

#logo .logo-erasmus img,
#logo .logo-sefed img {
    max-height: 40px;
}

#header.sticky.nav-solid #logo .logo-erasmus img,
#header.sticky.nav-solid #logo .logo-sefed img {
    max-height: 35px;
}

/* --------- 2.4 Navigation ---------- */

#header nav#nav-main {
    margin: 60px 0;
}

#header aside {
    float:right;
}

#header nav ul {
    text-align: right;
    margin-bottom: 0;
}

#header nav a {
    height: 60px;
    line-height: 60px;
    display:inline-block;
    padding:0 10px;
    font-weight: 400;
    font-size: 18px;
}

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

#header nav li.idioma a {
    padding: 0 6px;
}

#header nav li.idioma a.selected {
    color: #f9aa5c;
    opacity: 0.75;
}

#phone .phone-md:last-child {
    margin-right: 30px;
    margin-bottom: 0;
}

.phone-md {
    text-align: right;
    float: right;
    padding-right: 22px;
}

.phone-md:hover {
    opacity: 0.75;
}

.phone-md i.icon-phone {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(../images/whatsapp.png) center center transparent no-repeat;
    position: relative;
    top: 0;
    background-size: contain;
    top: 3px;
}

.phone-md span.txt-phone {
    display: inline-block;
    margin-left: 15px;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.1em;
    text-align: left;
    font-weight: 300;
}

.phone-md span.txt-phone b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    display: block;
}

#header.sticky.nav-solid nav#nav-main {
    margin: 15px 0;
}

#header.sticky.nav-solid nav a {
    height: 50px;
    line-height: 50px;
}

#header.sticky.nav-solid .phone-md i.icon-phone {
    width: 45px;
    height: 45px;
}

#header.sticky.nav-solid .phone-md span.txt-phone b {
    font-size: 17px;
}

#header.sticky.nav-solid .phone-md span.txt-phone {
    margin-left: 10px;
    font-size: 24px;
    line-height: 1.3em;
}


/*Navigation Solid*/

#header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

#header.nav-solid {
    background: #96822ab3;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    position:fixed!important;
}


/* 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.row {
    padding-top: 200px;
    padding-bottom:0px;
}

#banner-content .col-2 {
    padding-top: 10px;
    padding-bottom: 0;
}

#banner-content .col-2 p.txt {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.2em;
    margin-top: 30px;
}
#banner-content .caja-titulo {
    background: #96822acf;
    padding: 30px;
}


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

.signup-form,
.signup-form .part-cond {
    float: left;
}

.signup {
    background:rgba(0,0,0,.60);
    padding:25px 45px 25px;
    border-radius:5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align:center;
    max-width:650px;
    margin:0 auto;
    float: left;
}

.signup input {
    width: 100%;
    display: block;
    height: auto;
    padding: 8px 15px 6px;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 300;
    color: #626262;
    float: left;
}

.signup input.half {
    width: 49%;
    display: inline-block;
}

.signup.btm input.half {
    margin-right: 0 !important;
}

.signup input.half.snd {
    margin-left: 2% !important;
    margin-right: 0 !important;
}

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

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

.signup.btm h3 {
    font-size: 40px;
}

.signup.btm input.half {
    width: 49%;
}

.signup .ultimo {
    float: left;
    width: 100%;
}

.signup .part-cond {
    margin-top: 10px;
}


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

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

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

#about.introduction p {
    font-size: 25px;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 400;
}

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


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

#temario {
    position: relative;
}

#modulos-master .row {
    padding: 0;
}

#modulos-master .col-2 {
    padding: 75px 0 65px;
}

#modulos-master h3 {
    color: #ffba00;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1em;
}

#modulos-master li,
#metodologia li {
    font-size: 19px;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 400;
    padding-left: 0;
    margin: 0 0 5px;
}

#modulos-master .button {
    margin-top: 30px;
    display: inline-block;
}


/*------------  5.3 Metodologia --------------*/

#metodologia {
    background: #f6003a;
}

#metodologia .row {
    padding: 65px 0;
}

#metodologia #info-md .col-2,
#metodologia #testimomios-md .col-3 {
    padding-top: 0;
    padding-bottom: 0;
}

#metodologia #testimomios-md .section-heading {
    padding: 0 0 60px;
}

#metodologia #testimomios-md {
    padding-top: 80px;
}

#metodologia #testimomios-md img {
    padding-bottom: 30px;
}

#metodologia #testimomios-md h6 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

#metodologia #testimomios-md h6 i {
    color: #ffffff;
    font-weight: 300;
}

#metodologia #testimomios-md p {
    font-size: 19px;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 400;
    padding-left: 0;
    margin: 0 0 20px;
}

#metodologia #testimomios-md p:last-child {
    margin-bottom: 0;
}


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

#proveedor .section-title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    padding-bottom: 15px;
    padding-top: 30px;
}

#proveedor .section-title b {
    font-weight: 800;
    font-size: 30px;
    padding-top: 15px;
    display: block;
}

#proveedor .row {
    padding: 60px 0;
}

#proveedor h6 {
    font-size: 60px;
    font-weight: 700;
    color: #f6003a;
    letter-spacing: -1px;
}

#proveedor h2 {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.4em;
    margin-bottom: 0px;
    padding: 0;
    margin-top: 20px;
}

#proveedor h2 strong {
    color: #d9a800;
}

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

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


/*------------  5.5 Formulario Footer --------------*/

/* Contact Information */

#dofollow-contact .row {
    padding: 0;
}

#dofollow-contact .big-padding-top {
    padding-top:10px!important;
}

#dofollow-contact .form-contct {
    width: 50%;
    margin: 0 auto;
    float: none;
    float: left;
    padding: 20px 20px 10px;
}

#dofollow-contact .row {
    padding: 0;
    display: flex;
}

#dofollow-contact .form-contct h4 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 200;
    color: #ffffff;
    padding-bottom: 15px;
}

#dofollow-contact {
    padding: 40px 0;
}

#dofollow-contact .col-2 {
    width:100%;
}

#dofollow-contact .big-padding-top {
    padding-top:10px!important;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Footer */
/*------------------------------------------------------------------------------------------*/


#landing-footer {
    clear:both;
}

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

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

#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:rgba(0, 0, 0, 0.2);
    font-family: "fontawesome";
    font-size: 2.6em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 56px;
    height: 56px;
    display:inline-block;
    line-height:56px;
    content:"\f106";
    opacity: 1;
    border-radius:5px;
}

/*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;}
