
/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Montserrat:ital,wght@0,500;0,700;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

/* ===================================
====================================== */

/*********************************************
==============================================
                RESET
==============================================
*********************************************/

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

*:hover {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a, a:hover {
  text-decoration: none;
}

a, article, aside, details, figcaption, figure, footer, h1, h2, img, header, hgroup, menu, nav, section, select, small, textarea, ul {
  /* display: block; */
  
}

a{
  color: #ff214f;
}

a, button, li, nav {
  border: none;
  cursor: pointer;
  font-size: 1em;
  
}
a a:active, a a:focus, button a:active, button a:focus, li a:active, li a:focus, nav a:active, nav a:focus {
  border: none;
}

body {
  background-color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  color: #3e3e3e;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

button {
  background: none;
}

 li {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  word-break: break-word;
}

img {
  max-width: 100%;
 
}

p {
         /* color: #212529; */
    font-size: 1.1em !important;
    color: hsla(0,0%,33%,1.00);
    font-family: 'Inter', sans-serif;
    text-align: left;
    line-height: 1.5em;
    font-weight: 300;
}

input, button, textarea {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
}

textarea {
  height: 120px;
  resize: none;
}

.main {
  margin: 56px auto 28px;
  max-width: 100%;
  width: 100%;
  padding: 0 28px;
}
@media screen and (min-width: 991px) {
  .main {
    padding: 0 50px;
  }
}
.main__content {
  margin-bottom: 28px;
}

.btn {
  padding: 10px;
}

.listado {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.listado__li {
  cursor: auto;
  position: relative;
  color: #cfb495;
}
.listado__link {
  color: #3e3e3e;
  padding: 0 0 14px 4.66667px;
}
.listado__link:hover {
  color: #3e3e3e;
}


.nopad {
  padding: 0;
}

.enlace {
  color: #FFD743;
}
.enlace--inline {
  display: inline-block;
}
.enlace:hover {
  color: #ffcc10;
}

.icon {
  background-color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 0 0 10px;
  padding: 15px;
  opacity: .7;
  position: relative;
  width: 30px;
}
.icon:hover {
  opacity: 1;
}
.icon--up {
  margin: 0 10px 0 0;
}

.transition {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.icon--pblanco {
  background: url("../img/icons/icon-pn.png") center no-repeat;
  background-size: contain;
}

.icon--pnegro {
  background: url("../img/icons/icon-pb.png") center no-repeat;
  background-size: contain;
}

.icon--menos {
  background: url("../img/icons/icon-disminuir.png") center no-repeat;
  background-size: cover;
}

.icon--mas {
  background: url("../img/icons/icon-aumentar.png") center no-repeat;
  background-size: cover;
}

.icon--impresion {
  background: url("../img/icons/icon-impresion.png") center no-repeat;
  background-size: cover;
}

.icon--up {
  background: url("../img/icons/icon-scrollup.svg") center no-repeat;
  background-size: cover;
}

.cRojo {
  color: #FFD743;
}

.legalpic__img {
  margin: 56px auto 0;
}
.legalpic__txt {
  line-height: normal;
  opacity: .7;
  font-size: 70%;
  padding: 5px;
  text-align: left;
}
.legalpic__link {
  color: #3e3e3e;
  text-decoration: none;
  display: inline-block;
  word-break: break-all;
}

.texto--linea {
  display: block;
}
.texto--inline {
  display: inline-block;
}

.titulo, .subtitulo {
  color: #71be63;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-top: 28px;
  margin-bottom: 28px;
  position: relative;
}
.titulo--objetivo, .subtitulo--objetivo {
  text-transform: lowercase;
  color: #3e3e3e;
}
.titulo--objetivo::before, .subtitulo--objetivo::before {
  content: "";
}
.titulo--bold, .subtitulo--bold {
  font-weight: 700;
}
.titulo--center, .subtitulo--center {
  text-align: center;
}
.titulo--principal, .subtitulo--principal {
  text-transform: lowercase;
}
.titulo--principal::before, .subtitulo--principal::before {
  content: "";
}
.titulo--seccion, .subtitulo--seccion {
  text-transform: lowercase;
  background-color: #FFFFFF;
  font-weight: 300;
  left: 0;
  padding: 0 0 0 18px;
  margin-left: 10%;
  text-transform: lowercase;
  width: 90%;
}
.titulo--seccion::before, .subtitulo--seccion::before {
  content: "";
}
.titulo--seccion::before::after, .subtitulo--seccion::before::after {
  content: "";
  position: absolute;
  left: 5px;
}
.titulo--seccion::after, .subtitulo--seccion::after {
  content: "";
  position: absolute;
  left: 5px;
}
@media screen and (min-width: 667px) {
  .titulo--seccion, .subtitulo--seccion {
    margin-left: 5%;
  }
}
@media screen and (min-width: 991px) {
  .titulo--seccion, .subtitulo--seccion {
    left: 10%;
    padding: 0 0 0 18px;
  }
}
@media screen and (min-width: 1024px) {
  .titulo--seccion, .subtitulo--seccion {
    padding: 0 0 0 25px;
  }
}

}


.fBase {
  font-size: 1em;
}

.t1 {
  font-size: 1.618em;
}
@media screen and (min-width: 1024px) {
  .t1 {
    font-size: 2.61792em;
  }
}
@media screen and (min-width: 1366px) {
  .t1 {
    font-size: 4.2358em;
  }
}

.t2 {
  font-size: 1.618em;
}
@media screen and (min-width: 1024px) {
  .t2 {
    font-size: 25px;
    color: #5d5b6a;
  }
}

.t3 {
  font-size: 1.618em;
}

.s1 {
  font-size: 0.85em;
}

.header {
  margin: 28px auto 28px;
  max-width: 100%;
  width: 100%;
}
.header__content {
  padding: 0 50px;
}
.header__img {
  max-width: 180px;
}

.aside {
  padding: 0;
}
.aside__objetivos {
  background-color: #f5cdaa;
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 50px;
  position: relative;

  margin-top: 50px;
	box-shadow: 5px 6px 10px 0 rgba(113, 144, 139, 0.19);
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	line-height: 2;
	margin-bottom: 50px;


}

.aside__objetivos::after {
  content: "";
  background-image: url("../img/after.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
   left: -53px;
   width: 100%;
   max-width: 103px;
   height: 96px;
   
}


@media screen and (min-width: 580px) {
  .aside__objetivos {
    margin: 0 auto 28px;
    padding: 39.2px 28px;
    width: 420px;
  }
}
@media screen and (min-width: 768px) {
  .aside__objetivos {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .aside__objetivos {
    padding: 39.2px 28px;
  }
}
@media screen and (min-width: 1280px) {
  .aside__objetivos {
    padding: 28px 33.6px;
  }
}
.aside__unidades {
  padding: 28px;
}

.formatos {
  margin: 0 auto 0;
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 0 50px;
  margin-top: 56px;
  position: relative;
  top: 10px;
}
@media screen and (min-width: 540px) {
  .formatos {
    text-align: right;
  }
}

.footer {
  margin: 0 auto 28px;
  max-width: 100%;
  width: 100%;
  padding-top: 28px;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 580px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 50px;
  }
}
.footer__txt {
  padding-right: 56px;
  padding-bottom: 14px;
  border-bottom: medium solid #FFD743;
  margin-top: 28px;
}
@media screen and (min-width: 580px) {
  .footer__txt {
    margin-top: 0;
  }
}
.footer__pleca {
  text-transform: lowercase;
  text-align: left;
  background-color: #FFD743;
  color: #3e3e3e;
  padding: 23.33333px 112px 23.33333px 28px;
  -webkit-clip-path: polygon(100% 50%, 100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 100% 50%, 0 0, 0 100%);
  width: 100%;
}
.footer__pleca::before {
  content: "_";
}
@media screen and (min-width: 580px) {
  .footer__pleca {
    width: auto;
  }
}

.page-item .page-link {
  color: #FFD743;
}
.page-item:hover .page-link {
  background-color: #FFD743;
  border-color: #FFD743;
  color: #FFFFFF;
}
.page-item.active .page-link {
  background-color: #FFD743;
  border-color: #FFD743;
}

.titulob{
  font-family: 'Palanquin Dark', sans-serif;
  color: #5d5b6a;
}

.tt{
  color: #71be63;
  font-size: 28px;
}


/*********************************************
==============================================
               A D I C I O N A L E S
==============================================
*********************************************/

section {
  padding: 190px 0px;
  overflow: hidden;
}
.section {
  padding: 120px 0px;
  overflow: hidden;
}
section#portadilla {
	padding-top: 60px;
	padding-bottom: 0px;
}



section#caracteristicas {
    PADDING: 0px;
}

.titulo-curso {
  color: #60616A;
  font-weight: 800;
  font-size: 70px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  line-height: 1.3;
}

/*h3 {
  font-family: 'Montserrat', sans-serif;
  color: #383A45;
  font-size: 50px;
  margin-bottom: 40px;
  line-height: 1.1;
  margin-bottom: 3px;
  font-weight: 800;
  border-left: #F35136 solid 35px;
  padding-left: 20px;
}*/
.banner {
  position: relative;
  width: 100%;

  background-image: url(../img/login_banner.png);
  background-repeat: no-repeat;
  background-color: #134C89;
  background-attachment: fixed;
  min-height: auto;
  text-align: center;

}

.caracteristicas-img {
position: relative;
width: 100%;
min-height: auto;
text-align: center;
background-image: url("../img/1.JPG");
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
}

.cents{
	float: left;
    margin: 0;
    left: 50%;
    transform: translatex(-50%);
    position: relative;
}
.bg-lights {
  background-color: rgba(242, 92, 5,.9)!important;
  
}

.navbar-light .navbar-nav .nav-link {
  font-size: 11px;
  color: #FFFFFF;
  text-transform: uppercase;
  list-style: none;
  font-weight: 520;
  padding-left: 26px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #FFFFFF;
}


/*nuevos estilos*/
.caja{
 margin: auto;
font-size: 90%;
  max-width: 500px;
}

.dip-tit {
  font-size: 2em;
  line-height: 1.5em;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
  /*border-top: #F25C05 solid 1px;*/
 
}

.hrnar{
  border: #F25C05 solid 1px;
  max-width: 500px;

}

.text-orange{
  font-family: 'Noto Sans KR', sans-serif;
  color: #F25C05;

}

.text-ind{
  font-family: 'Noto Sans KR', sans-serif;
  color: #134C89;
 



}

.bg-orange{
  font-size: 2em;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
  background-color: #F25C05;
  padding-left: 20px;
  padding-right: 20px;

}

.dip{
  font-family: 'Noto Sans KR', sans-serif;
  color: #fff;
  font-weight: 800; 
  font-size: 3em;
}



.nave_ico{
  color: #fff;
  font-size: 3em !important;
  margin-top: 30px;
  
}
.link-orange{
  color: rgb(241, 220, 180);
}
.link-orange:hover{
  color: #fff;
}



.link-orange:focus{
  color: rgb(241, 220, 180);
}
.subtem{

  color: #134C89;
}

.subtem2{
 font-size: 16px !important;
  color: #134C89;
  word-wrap: break-word !important;
}

.bg-gray{
  background-color: #f2f2f2;

}

.text-white-2, .btn.text-white-2 {
  color: #FFF
}

alt-font {
    
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.7em;
  font-weight: 800;
}

bg-bluel{
  background-color: #1E9CD7 !important;
}

.alt-font {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.7em;
  font-weight: 800;
  margin-bottom: 30px;
}

b{
  font-weight: 600;
}
.bg-extra-dark-gray {
  background-color: #134C89;
}

.text-orange {
  font-family: 'Noto Sans KR', sans-serif;
  color: #F25C05;
}

.btn.btn-orange {

  color: #fff;
  background: #F25C05;

  border: solid 2px #ffffff;
  padding: 15px 20px;
  font-weight: 600;
}

.btn.btn-orange:hover, .btn.btn-white:focus {

  background: rgba(30, 156, 215,.6);
  color: #fff;

}



.btn.btn-white {
  background: transparent;
  color: #fff;
  border: solid 2px #ffffff;
  padding: 15px 20px;
  font-weight: 600;
}

.btn.btn-white:hover, .btn.btn-white:focus {

  color: #fff;
  background: #ffffff;

  color: #134C89;
}

.bg-yellow {
  background-color: #F25C05;
  background-image: url('../img/tec.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.card-body{
  font-size: 14px !important;
}


/* footer */

footer {
  background-color: #333333;
  min-height: 100px;
  color: white;
  padding: 100px 0;
  font-weight: 300;
  font-size: 13px !important;
  line-height: 1.7;
}

footer p {
  font-size: 13px !important;
  color: white;
}

.footer-info {
  padding-right: 100px;
}

footer .fab {
  display: block;
  margin: 5px 0 30px 0;
}

footer a {
  color: white;
  display: block;
  margin: 0 0 15px 0;
}

footer a:hover {
  color: #FFFFFF80;
  text-decoration: none;
}

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

@media (max-width: 770px) {
  .footer-info {
      padding: 15px;
      margin-bottom: 20px;
  }
}
.text-yellow {
  color: #F25C05;
}

@media (max-width: 1100px) {
  .btn.btn-orange {
     display: none;
  }
}
