@import url('https://fonts.googleapis.com/css?family=Norican');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700i,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700');

* {box-sizing: border-box; padding: 0;margin: 0; }
body {
    font-family: 'Montserrat';
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
-webkit-::selection {
    background-color: #f7ece4;
    color: #140f0f9e;
}
::selection {
    background-color: #140f0f9e;
    color: #f7ece4;
}
a:hover {text-decoration: none}
.left { float: left;}
.right { float: right; }
.clearfix { clear: both; }

.Scroll {
    display: none;
    transition: all .5s;
}
nav.nav {
    position: fixed;
    bottom: 0;
    width: 100%; height: 45px;
    z-index: 9999999;
}
nav.nav.home {
    height: 150px;
    transition: all .5s;
}
nav.nav div.nav__list {
    list-style-type: none;
    position: relative;
    height: 100%; width: 16.66%;
    float: left;
}
nav.nav .Franja {
    background-color: #cfcecd;
    width: 100%; height: 90%;
    position: absolute; bottom: 0;
    z-index: -9;
}
nav.nav div.nav__list .List {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 35px;
    float: left;
    position: absolute;
    bottom: 0; 
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    overflow: hidden;
}
nav.nav div.nav__list .List p{
    text-align: center;
    line-height: 16px; font-size: 20px; 
    font-family: 'Yanone Kaffeesatz', sans-serif; margin-bottom: 0; font-weight: 500;
}
nav.nav.home div.nav__list .List {
    height: 100%;
}

nav.nav div.nav__list:first-child .List:hover {
    left: inherit !important;
}

nav.nav div.nav__list:last-child .List:hover {
    right: 0;
    left: inherit !important;
}

nav.nav .nav__list .List:hover { z-index: 9;}

nav.nav .nav__list .b-5:hover a { color: #FFF;}

nav.nav.home div.nav__list .List img {
    position: absolute; left: 0; right: 0px;
    margin: auto; top: 15%;
} 
nav.nav.home div.nav__list .List h3 {
    width: 100%;
    font-size: 22px;
    text-align: center;
    opacity: 1; margin: 0;
    position: absolute; top: 110px; color: #FFF;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
@media screen and (min-width: 1800px){
    nav.nav.home div.nav__list .List h3 {
        font-size: 29px;
    }
}
nav.nav.home div.nav__list .List.Seven h3 {
    top: 0;
}
nav.nav.home div.nav__list .List h4 {
    position: absolute;
    bottom: -10px;
    font-size: 30px;
}
nav.nav.home div.nav__list .List.First h4 {
    color: #07DDEF;
}
nav.nav.home div.nav__list .List.Second h4 {
    color: rgba(128, 194, 172, 1);
}
nav.nav.home div.nav__list .List.Third h4 {
    color: rgba(241, 199, 24, 1); 
}
nav.nav.home div.nav__list .List.Four h4 {
    color: rgba(190, 10, 51, 1);
}
nav.nav.home div.nav__list .List.Five h4 {
    color: rgba(0, 152, 73, 1);
}
nav.nav.home div.nav__list .List.Six h4 {
    color: rgba(0, 62, 134, 1);
}
nav.nav.home div.nav__list .List:hover  h4{
    color: #FFF !important; bottom: 10px;
}

nav.nav.home div.nav__list hr {
    display: none;
}

nav.nav.home div.nav__list:hover hr { display: none; }

nav.nav .nav__list .List a {
    opacity: 1;º
    color: black;
    font-size: 25px;
}
#section1 nav.nav .nav__list .List a.active p{
    color: #fff;   
}
#section2 nav.nav .nav__list .List a.active p{
    color: #fff;
}
#section3 nav.nav .nav__list .List a.active p{
    color: #fff;
}
#section4 nav.nav .nav__list .List a.active p{
    color: #fff;
}
#section5 nav.nav .nav__list .List a.active p{
    color: #fff;
}
#section6 nav.nav .nav__list .List a.active p{
    color: #fff;
}
nav.nav.home div.nav__list .List a { opacity: 1; }

.Scroll_img {
    width: 40px; height: 40px;
}
.sin-padding { padding: 0 !important; }

.panel {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    position: relative;
}
.panel.b-6{
    padding: 5em 0;
}
.panel_inicio {
    background-color: #e8e8e861;
    height: 100vh !important;
    min-height: inherit;
    display: block; border: 0 !important;
}

.panel-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-width: 10px 0 0;
    border-style: solid;
    border-color: white;
}

.panel__wrapper {
    padding: 5vh 5vw;
    height: 100%;
}

.panel-flex .panel__wrapper {
    padding: 10vh 15vw;
}

.c-blue {
    color: #5fc7ea;
}

.c-white {
    color: white !important;
}

.c-black{
    color: #000 !important;
}

.c-red {
    color: #e68568;
}

.c-green {
    color: #68e6ac;
}

.c-3 {
    color: #e6d068;
}

.b-orange {
    background: rgba(227, 58, 47, 1);
}

.b-2 {
    background-color: #00a8d8; border-color: #036789;
}

.b-3 {
    background: #cc6368;
}

.b-4 {
    background: #009e4d;
}

.b-5 {
    background: #f6ca21; 
}

.b-6 {
    background: #8ac6c6; display: block;
}

.b-7 {
    background: #BF1731;
}

.Volver {
    position: fixed;
    top: 10px; left: 20px; 
    font-size: 50px;
    z-index: 9999999;
}
.panel_inicio .Volver {
    top: 4%; left: 2%;
}
.Volver a {
    color: #fff; z-index: 9999;
}

h1.Title {
    margin-bottom: 1em;
    color: #FFF;
}
h1 {
    margin-bottom: 1em; font-size: 33px;
}
h1.title {
    font-size: 53px; font-family: 'Yanone Kaffeesatz', sans-serif; margin-bottom: 1em;
}
.b-2 h1.title {
    color: #FFE600;
}
.b-3 h1.title{
    color: #CCC814;
}
.b-4 h1 {
    color: #FFE600;
}
.b-5 h1 {
    color: #0776c3;
}
.b-6 h1 {
    color: #1D3C60 !important;
}
.b-7 h1{
    color: #CAC32C;
}
h1.pink{
    color: #e81f76;margin-bottom: .3em; 
}
h4 {
    color: #FFF; font-size: 20px;
}
.b-8 h4 {
    font-size: 17px;
}
.videos_grid h4{
    position: absolute; bottom: -4px; left: 0; right: 0;
    background-color: #00000069;
}
p.Margin_bottom { margin-bottom: 3em; }
p {  font-size: 20px; font-family: 'Roboto Condensed', sans-serif; font-weight: 300; line-height: 25px;}
ul { margin-left: 4em; }
ul.List { list-style-image: url(../img/chulillo.png); }
.center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
}
img.Img_responsive {
    max-width: 100%; height: auto;
}
.Grid { max-width: 1060px; }
article.grid {
    width: 1260px; display: block;
    margin: 0 auto;
}
.Flex {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
}
.bttn-dark span.Fade{
    position: absolute;
    display: none; font-size: 11px;
    text-transform: lowercase !important;
    -webkit-transition: display .8s ease-out;
    -o-transition: display .8s ease-out;
    transition: display .8s ease-out;
}
.btn_flex .bttn-dark:hover span.Fade{ display: block; }
.btn_flex span.Fade:before{
    content: '';
    width: 135px; height: 2px;
    position: absolute; top: -25%; background-color: white; left: 0; right: 0; margin: auto;
}
.btn_flex span.Fesp:before{ width: 115px; }
.btn_flex span.Bottom {
    bottom: -30px; left: 0; right: 0;
}
.btn_flex span.Bottom:before{ 
    top: inherit; bottom: -25%;
}
/******** ANIMACIONES AND OTHER ELEMENTS OF THE WEB PAGE *****/
.titulo_inicio{
    height: 20vh; 
}
.titulo_inicio h1{
    position: absolute; left: 0; right: 0; top: 0%; bottom: 0;
    height: 16%; font-size: 65px; color: #FFF !important; font-weight: bold;
    text-shadow: 1px 2px 0px black;
}
.apoyo {
    position: relative; width: 20%; float: left;
}
.apoyo h4{
    padding: 0 .5em; text-align: center;
} 
.apoyo p{
    font-size: 13px; padding: 1em; margin-bottom: 0;
}
.apoyo .btn_flex.dark{
    height: auto !important; padding-bottom: 1em;
}
.content-entry {
    margin-bottom: .5em;
}
.accordion-container {
		position: relative;
		width: 100%;
		border-top: none;
		outline: 0;
		cursor: pointer
}

.accordion-container .article-title {
    display: block;
    position: relative;
    font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 23px; font-weight: 400;
    margin: 0; padding: 0.1em 0.625em 0.5em 2em; border-bottom: 2px solid #8ac6c6;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; 
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
    border-bottom: 2px solid #FFF;
    color: white;
}

.accordion-container .content-entry img {
    position: absolute;
    top: 5px; left: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.accordion-container .content-entry img.s_open {
    display: none;
}

.accordion-container .content-entry.open img.n_open {
    display: none;
}
.accordion-container .content-entry.open img.s_open {
    display: inline-block; 
}

.accordion-content {
    display: none;
    padding-left: 3.8125em;
    width: 100%;
}
.accordion-content1 {
    width: 130%; max-width: 641px;
}
.accordion-content p{
    color: #000;
}
.accordion-content div.col-xs-12:first-child{
    margin-top: 1em;
}
/* This stuff is just for the Codepen demo */

#content {
		width: 100%;
}

.accordion-container,
#description {
		width: 90%;
		margin: auto;
}

#description p {
		line-height: 1.5;
}

#description h2 {
		text-align: center;
}

@media all and (min-width: 860px) {
    #content {
        width: 60%;
        margin: 0 auto 3em;
    }
}

div.pink {
    padding: 0; width: 4%;
}
span.pink {
    color: #e81f76 !important; font-size: 23px; font-family: 'Yanone Kaffeesatz', sans-serif;
}
.title h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 45px; color: #FFF;
}

/* Common button styles */
.button {
	float: left;
	display: block;
	margin: 0em 2em 1em 0;
	padding: .4em 1em;
	border: none; line-height: inherit;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.Flex .button {
    margin: 0 1em 1em;
}
.accordion-content1 .col-md-6{
    padding: 0 .3em;
}
.accordion-content1 .button {
    width: 100%; text-align: center; margin-left: 0; margin-right: 0; padding-left: .6em; padding-right: .7em; font-size: 13px; max-width: 261px; position: relative;
}
.accordion-content1 .button i{
    margin-right: .2em;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

/* Wayra */
.button--wayra {
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 150%; height: 100%;
	background: #37474f;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color: #3f51b5;
}
.button--wayra:focus{
    text-decoration: none;
}
.button--wayra.button--inverted:hover {
	color: #e81d75; border-color: #fff;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color: #3f51b5;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}

.button--border-medium {
	border: 1px solid white; color: #FFF; font-size: 14px;
}
.mt, .mb {
    margin-top: 0 !important; margin-bottom: 0 !important;
}

span.Listado_perfil {
    color: #05698b; font-size: 45px; font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 300;
}
.texto_cuerpo {
    margin-bottom: 1em;
}
.speziale {
     font-family: 'Yanone Kaffeesatz', sans-serif;  font-size: 24px; font-weight: 500; line-height: 27px;
}
.c-yellow {
    color: #993D42; font-weight: 400; font-size: 25px;
}
.texto_numero p span{
    font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 45px; color: #9e0051;
}
.b-2 .texto_numero p span{
    color: #08278e;   
}
.margin-top {
    margin-top: 1em;
}
.font_recursos{
    font-size: 15px; line-height: 17px; font-weight: 500;
}
.btn_recursos {
    margin: 0 .6em 1em 0; border: 1px solid #e81d75;
}
.modal-dialog .btn{
    position: absolute; font-size: 45px; bottom: 100%;right: 0;
    background-color: transparent; color: white;
    border: 0;
}
.modal-dialog {
    width: 470px; position: fixed;
    left: 0; right: 0; top: 35%;
}
.modal-body {
    overflow: hidden; background-color: #8ac6c6;
}
.modal-body .btn_recursos {
    margin-bottom: 0;
}
@media screen and (max-width: 1440px){
    .btn_recursos { 
        font-size: 12px; margin: 0 .3em 1em 0;
    }
    .video_img_2 {
        width: 192px; height: auto;
    }
    .video_img_2 img{
        max-width: 100%;
    }
}
.titulo_recursos {
    position: absolute; top: -28px; left: 0; right: 0;
    margin:  auto; width: 390px; 
    background-color: #8ac6c6;
}
.recursos_videos {
    border: 1px solid white; padding: 1em .5em !important;
    border-radius: 20px; margin-top: 2em !important; margin-bottom: 1em;
}
.border-left {
    border-right: 2px solid grey;
}
.section5 {
    width: 54%;
}
p.Text_section5 {
    color: #a57b04; font-weight: 500; font-size: 24px;
}
ul.List_oportunidades1 {
   color: #904141; margin-left: 3.5em; list-style-image: url(../img/vineta1-3.png)
}
ul.List_oportunidades2 {
    list-style-image: url(../img/vineta2-3.png);
}
ul.List_oportunidades1 p{
    color: white !important; margin-bottom: 0;
}
ul.list_section2 {
    list-style-image: url(../img/Icon_section2.png);    
}
ul.List_section6 {
    list-style-image: url(../img/Vienta7-1.png); margin-left: 18em;
}
ul.List_section6 p {
    color: #FFF !important;
}
ul.List_section5 {
    margin-left: 2em; list-style-image: url(../img/vineta.png);
}
ul.List_section5 p{
    margin-bottom: 0; 
}
.accordion-content2 {
    width: 130%; padding-left: 2.8125em;
}
.border {
    border: 1px solid white;
    border-radius: 20px;
    padding: 3em 0 2em .7em;
    margin: 1em 5px; 
    width: 48%;
}
.border h4{
    position: absolute; top: -10px; right: 0; left: 0;
    text-align: center; background-color: #8ac6c6;
    display: block; margin: auto;
    width: 80%; font-weight: 600;
}
.section {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#hamburger-11{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active{
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}


.hamburger .line{
  width: 25px; height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.activo {
    height: 250px !important;
}
.activi {
    display: block !important;
}
.button.margin_top {
    margin-top: .3em;
}
.margin_left {
    margin-left: 0 !important; margin-top: 1em !important;
}
.No_lh {
    line-height: inherit; color: #bf1731;
}