p,
span,
a {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2 span {
    font-family: 'Patrick Hand', cursive;
}

h2 {
    font-size: 4em;
}

.h2_slide {
    font-size: 3em;
}

h2 span {
    font-size: .6em;
}

#compartir {
    position: absolute;
    right: 0;
}

#compartir ul {
    padding: 0;
    float: right;
}

#compartir ul li {
    float: left;
    margin-left: 2px;
    display: inline;
    color: #F4F2E1;
    background-color: #042E3A;
    padding: 0px 10px;
    height: 35px;
}

#compartir ul a {
    color: #F4F2E1;
}

#compartir ul li.home {
    background: url('../imgs/sprite.png') no-repeat -21px -229px;
    width: 40px;
    background-color: #042E3A;
    ;
    display: inline;
    cursor: pointer;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    display: none;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev {
    display: none;
}

#compartir ul li.map {
    background: url('../imgs/icn-mapasitio.png') no-repeat;
    width: 40px;
    background-size: 30px 30px;
    background-position: 5px;
    background-color: #042E3A;
    display: inline;
    cursor: pointer;
}

#compartir ul li.another {
    padding-top: 7px;
}

#compartir ul li span {
    margin-top: 7px;
}

.carousel-inner>.item {
    padding-left: 15px;
    -webkit-transition: -webkit-transform 1s ease-in-out !important;
    -o-transition: -o-transform 1s ease-in-out !important;
}

#logo {
    width: 100%;
    float: left;
    min-width: 300px
}

#logo img {
    width: 100%;
}

nav {
    background-color: #00536A;
    height: 45px;
    padding-top: 25px
}

.nav_main {
    height: 45px;
    padding-top: 0px
}

nav ul {
    margin-top: 20px;
    padding: 0;
    float: left;
    position: relative;
    z-index: 1;
    width: 100%
}

nav ul li {
    text-align: center;
    padding-top: 2px;
}

nav ul li a {
    padding-left: 15px;
    border-radius: 5px 5px 0px 0px;
    background-color: #003F53;
    font-family: 'Patrick Hand';
}

nav ul li a span {
    font-size: 25px;
    font-family: 'Patrick Hand';
}

nav ul li a:hover+div ul {
    display: block;
}

.nav-pills {
    display: flex;
    justify-content: center;
}

nav ul li a:hover {
    color: #fff;
}

nav ul li a:before {
    content: '';
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    left: 0px;
    text-align: center;
    top: 8px;
}

nav ul .separator-list {
    width: 45px;
    background: url(../imgs/sprite.png) no-repeat -136px -330px;
    height: 45px;
}



nav ul li.rojo a:hover,
nav ul li.rojo.active a:hover {
    background-color: #E83C3D;
}

nav ul li.rojo.active a {
    background-color: #E83C3D;
}

nav ul li.rojo a:before {
    background-color: #A02224;
}

nav ul li.verde a:hover,
nav ul li.verde.active a:hover {
    background-color: #8CC63F;
}

nav ul li.verde.active a {
    background-color: #8CC63F;
}

nav ul li.verde a:before {
    background-color: #4C9549;
}

nav ul li.naranja a:hover,
nav ul li.naranja.active a:hover {
    background-color: #F7931E;
}

nav ul li.naranja.active a {
    background-color: #F7931E;
}

nav ul li.naranja a:before {
    background-color: #C05013;
}

nav ul li.azul a:hover,
nav ul li.azul.active a:hover {
    background-color: #00A99D;
}

nav ul li.azul.active a {
    background-color: #00A99D;
}

nav ul li.azul a:before {
    background-color: #037C70;
}

.rojo_int a,
.verde_int a,
.naranja_int a,
.azul_int a {
    border-radius: 5px 5px 0px 0px !important;
}

nav ul li.rojo_int.active:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -70px;
    left: 20px;
    background: url(../imgs/sprite.png) no-repeat -22px -79px;
    width: 71px;
    height: 80px;
}

nav ul li.verde_int.active:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -70px;
    left: 20px;
    background: url(../imgs/sprite.png) no-repeat -130px -79px;
    width: 71px;
    height: 80px;
}

nav ul li.naranja_int.active:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -70px;
    left: 20px;
    background: url(../imgs/sprite.png) no-repeat -230px -79px;
    width: 71px;
    height: 80px;

}

nav ul li.azul_int.active:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -70px;
    left: 20px;
    background: url(../imgs/sprite.png) no-repeat -310px -79px;
    width: 71px;
    height: 80px;
}



#img-historia {
    width: 40%
}

nav ul ul {
    position: absolute;
    width: 100%;
    left: -441px;
}

#menus {
    background-color: #00536A;
    z-index: 100001;
}

.text-black {
    color: #000;
}



.pasos .verde:hover,
.pasos .naranja:hover,
.pasos .azul:hover,
.pasos .rojo:hover {
    background-color: #EEF3F5;
}

@media (min-width: 992px) {
    nav {
        background-color: #00536A;
        height: 200px;
        ;
        padding-top: 103px
    }

    .nav_main {
        height: 120px;
        padding-top: 0px
    }

    nav ul li a {
        padding-left: 15px;
        border-radius: 5px;
        background-color: #003F53;
        font-family: 'Patrick Hand';
    }

    #menus ul li a {
        padding-left: 15px;
        border-radius: 5px;
        background-color: #003F53;
        font-family: 'Patrick Hand';
    }

    #logo {
        width: 50%;
        float: left;
        min-width: 300px
    }

    #logo img {
        width: 100%;
    }

    #historia {
        margin-top: 120px;
    }

    .seccion-interna {
        min-height: 500px;
    }

    .historia .info {
        margin-top: 140px;
        color: #F7DE72;
    }



}

#menus ul {
    margin-top: 20px;
    padding: 0;
    float: left;
    position: relative;
    z-index: 1;
    width: 100%
}

#menus ul li {
    text-align: left;
    padding-top: 2px;
}

#menus ul li a {
    padding-left: 15px;
    border-radius: 5px 5px 0px 0px;
    background-color: transparent;
    font-family: 'Patrick Hand';
}

#menus ul li.rojo a:before {
    content: '1';
    background-color: #A02224;
}

#menus ul li a span {
    margin-top: 3px;
    margin-left: 10px
}

#menus ul li.verde a:before {
    content: '2';
    background-color: #4C9549;
}

#menus ul li.naranja a:before {
    content: '3';
    background-color: #C05013;
}

#menus ul li.azul a:before {
    content: '4';
    background-color: #037C70;
}

#menus ul li a:before {
    content: '';
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    left: 0px;
    text-align: center;
}

.nav-pills>li>a {
    border-radius: none;
}


#submenu.proteger {
    background: #E83C3D;
}

#submenu.orientar {
    background: #8CC63F;
}

#submenu.inspirar {
    background: #F7931E;
}

#submenu.empoderar {
    background: #00A99D;
}

#submenu {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 9px;
    top: -20px;
    position: relative;
    display: none
}

#submenu li {
    display: inline-block;
    margin-left: 3%;
}

#submenu li a {
    color: #fff;
    background: none;
}

#submenu li a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}

#submenu.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}


nav ul li ul li {
    margin: 0;
    text-align: left;
    display: block;
}

nav ul li ul li a:before {
    display: none;
}

nav ul li a {
    text-transform: uppercase;
    color: #fff;
}

nav ul li ul {
    display: none;
}

.lowercase {
    text-transform: lowercase;
}

.centrado {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.seccion-interna {
    min-height: 300px;
}

.contenido {
    margin-top: -30px;
}

.contenido p {
    line-height: 1.2em;
}

h2,
h3 {
    text-transform: uppercase;
}


.proteger h3 {
    color: #FF962E;
}

.orientar h3 {
    color: #005637;
}

.inspirar h3 {
    color: #603813;
}

.empoderar h3 {
    color: #AEE4C7;
}

.proyecto h3 {
    color: #FFB134;
}

h4 {
    font-size: 1.5em;
    margin-top: 50px;
}

.vermas {
    background: #00536A;
    color: #fff;
    padding: 5px 20px;
    margin: 0 auto;
    margin-top: 18px;
    display: table;
    border-radius: 9px;
    font-family: 'Patrick Hand', cursive;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 1.1em;
}

.vermas:hover {
    color: #fff;
    text-decoration: underline;
}

footer {
    background: #E8E1D6;
    display: block;
    width: 100%;
    min-height: 200px;
    margin-top: -40px;
}

/*TITULOS*/
h2:before,
.podcast h3:before,
.descargas li:before,
#submenu li a:before {
    content: '';
    margin: 0 auto;
    position: relative;
    display: inline-block;
    left: -12px;
    top: 2px;
}

h2#protegerse:before {
    background: url('../imgs/sprite.png') no-repeat -72px -284px;
    width: 36px;
    height: 37px;
}

h2#desafios:before {
    background: url('../imgs/sprite.png') no-repeat -137px -287px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

h2#historia:before {
    background: url('../imgs/sprite.png') no-repeat -199px -283px;
    width: 30px;
    height: 38px;
}

h2#tips:before {
    background: url('../imgs/sprite.png') no-repeat -259px -283px;
    width: 35px;
    height: 39px;
}

h2#aprenda:before {
    background: url('../imgs/sprite.png') no-repeat -328px -287px;
    width: 21px;
    height: 30px;
    top: -5px;
}


h2#sobre_el_proyecto:before {
    content: url('../imgs/ico-titulo-01.png');
}

h2#metodologia:before {
    content: url('../imgs/ico-titulo-02.png');
}

h2#rutas:before {
    content: url('../imgs/ico-titulo-03.png');
    display: inline-block;
}

h2#rutas_alternas:before {
    content: url('../imgs/ico-titulo-04.png');
    top: 5px;
}

h2#mapa:before {
    content: url('../imgs/icn-mapasitio.png');
    display: inline-block;
}


.prueba:before {
    width: 45px;
    background: url(../imgs/sprite.png) no-repeat -136px -330px;
    height: 45px;
    top: 10px;
    z-index: 1000000;
}


/*PROTEGER*/
.contenido.proteger {
    background: #9E2B30;
}

.contenido.inspirar {
    background: #C05013;
}

.contenido.orientar {
    background: #4C9549;
}

.contenido.empoderar {
    background: #037C70;
}

.contenido.proyecto {
    background: #326197;
}

.inspirar {
    color: #fff;
}

.inspirar h2 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

.inspirar h3 {
    padding-left: 15px;
}

.inspirar img.video {
    margin: 50px auto 20px;
    width: 57%;
}

.orientar {
    color: #fff;
    width: 100%;
}

.orientar h2 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

.orientar h3 {
    padding-left: 15px;
}

.orientar img.video {
    margin: 50px auto 20px;
    width: 57%;
}

.empoderar {
    color: #fff;
}

.empoderar h2 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

.empoderar h3 {
    padding-left: 15px;
}

.empoderar img.video {
    margin: 50px auto 20px;
    width: 57%;
}

.proyecto {
    color: #fff;
    width: 100%;
}

.proyecto h2 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

.proyecto h3 {
    padding-left: 15px;
}

.proyecto .info {
    color: #F7DE72;
    font-size: 1.2em;
    margin-bottom: 20px;
    line-height: 23px;
}

.proyecto .metodologia li {
    background-color: #1C3755;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 10px;
    list-style-image: url(../imgs/bullet-proyecto.png);
}

.referencias ul {
    padding-left: 15px;
}

.referencias {
    min-height: 500px;
    overflow: hidden;
}

.referencias li {
    display: block;
    padding-bottom: 8px;
    width: 100%;
}

.proyecto .metodologia ul {
    list-style-position: inside;
}

.metodologia {
    padding-bottom: 30px
}

#metodologia {
    padding-top: 30px
}

.proyecto h2#rutas {
    color: #1C3755;
}

.rutas {
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.mapa {
    overflow: auto;
    margin-bottom: 100px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}



.rutas p {
    color: #326197;
    padding: 15px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 1.2em;
}

.rutas span {
    font-family: 'Patrick Hand';
    text-transform: uppercase;
    font-size: 1.3em;
}

.rutas span.sproteger {
    color: #9E2B30;
}

.rutas span.sinspirar {
    color: #C05013;
}

.rutas span.sorientar {
    color: #4C9549;
}

.rutas span.sempoderar {
    color: #037C70;
}

h2#rutas {
    background: #E8E1D6;
    margin-bottom: 0;
    margin-top: 100px;
    border-radius: 10px 10px 0 0;
}

h2#mapa {
    background: #E8E1D6;
    color: #326197;
    margin-bottom: 0;
    margin-top: 100px;
    border-radius: 10px 10px 0 0;
}

.rutas_container {
    background-color: #5A81AC;
    border-radius: 8px;
    padding: 0;
}

.proyecto .rutas_alternas p {
    padding: 20px;
    line-height: 23px;
}

hr {
    border: 0;
    border-bottom: 1px dashed #fff;
}

.proyecto .rutas_alternas h3 {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    border-radius: 8px 8px 0 0;
    background: transparent url(../imgs/bottom-titulo-b.png) no-repeat right center;
    background-size: 100% 100%;
    height: 99px;
    margin: 0;
    font-size: 2.2em;
}

.proyecto .rutas_alternas {
    margin-bottom: 30px;
}

h2.numero {
    padding: 0;
    padding-right: 5px;
    background: #E83C3D;
    width: 60px;
    height: 60px;
    margin: 90px auto 0;
    border-radius: 50%;
}


.proteger {
    color: #fff;
}

.proteger h2 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

p.info {
    color: #fff;
}

.proteger h3 {
    padding-left: 15px;
}

.proteger img.video {
    margin: 50px auto 20px;
    width: 57%;
}

#protegerse+.info,
#historia .info {
    margin: 0 auto;
    float: none;
    text-align: center;
    line-height: 1.8em;
    font-size: 1.1em
}

#protegerse span {
    display: block;
}

/*DESAFIOS*/
.proteger h2#desafios {
    color: #A02224;
}

.orientar h2#desafios {
    color: #4C9549;
}

.inspirar h2#desafios {
    color: #C05013;
}

.empoderar h2#desafios {
    color: #037C70;
}

.empoderar h2#desafiospan {
    text-align: center;
    color: #037C70;
    background: #E8E1D6;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 1.5em;
}




.proteger p.intro {
    color: #000;
    margin-top: 20px;
}

.orientar p.intro {
    color: #000;
    margin-top: 20px;
}

.inspirar p.intro {
    color: #000;
    margin-top: 20px;
}

.empoderar p.intro {
    color: #000;
    margin-top: 20px;
}


.proteger h4 {
    color: #E83C3D;
}

.orientar h4 {
    color: #8CC63F;
}

.inspirar h4 {
    color: #F7931E;
}

.empoderar h4 {
    color: #00A99D;
}

h2#desafios {
    background: #E8E1D6;
    margin-bottom: 0;
    margin-top: 100px;
    padding-top: 12px;
    border-radius: 10px 10px 0 0;
}

.desafios {
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.desafios img {
    display: block;
    float: left;
    margin: 38px 25px 0 0;
}

.desafios ul {
    padding: 0;
    display: inline-block;
}

.desafios li {
    display: inline-block;
    color: #353535;
    min-height: 245px;
}

/*Podcast*/

.podcast {
    clear: both;
    margin-top: 50px;
    display: block;
    padding-bottom: 50px;
    background: url(../imgs/ipod.png) no-repeat 98% 70%;
}

.proteger .podcast h3 {
    color: #9E2B30;
    border-bottom: 2px solid #9E2B30;
}

.orientar .podcast h3 {
    color: #4C9549;
    border-bottom: 2px solid #4C9549;
}

.inspirar .podcast h3 {
    color: #C05013;
    border-bottom: 2px solid #C05013;
}

.empoderar .podcast h3 {
    color: #037C70;
    border-bottom: 2px solid #037C70;
}

.audio_active {
    margin: 0px 10px 0 0 !important;
}


.podcast h3 {
    font-size: 2em;
}

.podcast ul {
    margin-left: 55px;
    margin-top: 15px;
}

.desafios .podcast li {
    display: block;
    margin-top: 6px;
    min-height: 100%;
}

/*.podcast li:before {
	content: '?';
	font-size: .8em;
	display:  inline-block;
	background: #9E2B30;
	width: 15px;
	height: 15px;
	color: #fff;
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
}*/

.desafios .podcast li a {
    color: #F15A24;
    font-size: 15px
}

.desafios .podcast li a:hover {
    color: #00536A;
}


/*HISTORIA*/
#historia {
    margin-top: 50px;
}

.historia .info {
    margin-top: 45px;
    color: #F7DE72;
}

.historia .leermas {
    margin: 0 auto;
    display: table;
    background: #FF962E;
    padding: 8px 23px;
    margin-top: 40px;
    color: #fff;
    font-family: 'Patrick Hand', cursive;
    text-transform: uppercase;
    font-size: 2em;
    border-radius: 10px;
}

.historia .leermas:after {
    background: url('../imgs/sprite.png') no-repeat -131px -342px;
    width: 49px;
    height: 23px;
    display: inline-block;
    margin-left: 10px;
    top: 3px;
    position: relative;
    content: '';
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/12/2014, 03:17:57 PM
    Author     : Eldomo-info
*/

@font-face {
    font-family: 'patrick hand';
    src: url('../fonts/patrickhand-regular.ttf') format('truetype');
    /* Chrome 26+, Opera 23+ */

}

@font-face {
    font-family: 'open sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    /* Chrome 26+, Opera 23+ */

}

@font-face {
    font-family: 'open sans bold';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    /* Chrome 26+, Opera 23+ */

}

.opensansbold {
    font-family: "open sans bold"
}


.opensans {
    font-family: "open sans"
}


html {
    font-family: "patrick hand";
}

#container_buttons p {
    font-size: 36px;
    margin-top: 1px;
    text-align: center;
    letter-spacing: 0px;
}

#container-historia {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: "patrick hand" !important;
}

.cont_buttons {
    background-color: #fff;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.historia .slide img {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.slide.white {
    background-color: #fff;
}

#single_1,
#single_2,
#single_3 {
    margin: 10px auto 10px auto;
    display: block;
}

.slide p {
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.wide p {
    margin-top: 30px;
    font-size: 1.3em;
}



.btn_gray {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: block;
}

#container_buttons {
    width: 100%;
    position: absolute;
    bottom: 1%;
    display: none;
    padding-left: 10%;
    padding-right: 10%;
}

.btn_start {
    font-family: "patrick hand";
    background-color: #3582AE !important;
    padding: 10px !important;
}

.dialogo {
    background-color: #F2AB39;
    border-radius: 6px;
    width: 55%;
    padding: 5px 10px;
    margin-left: auto;
    margin-right: auto;
    font-family: "patrick hand";
    font-size: 1.5em;
}

#container_buttons p {
    margin-bottom: 0px;
}


#container_buttons div {
    width: 33%;
    float: left;
}

.btn_gotoGuide {
    background-color: darkgrey;
    border: none;
    color: #fff;
    border-radius: 12px;
    padding: 10px;
    font-family: "patrick hand";
}

.btn_goto {
    background-color: #C69C6D;
    display: block;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-size: 1.7em;
    border: none;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    font-family: "patrick hand";

}

.cont_next {
    position: absolute;
    bottom: 5%;
    left: 0;

    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cont_next.inicial {
    position: absolute;
    bottom: 95px;
    left: 0;

    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cont_next button {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.popup {
    display: none;
    padding: 10px;
}

.popup p {
    font-family: "open sans";
    font-size: 1.2em;
}

.container_si_no {
    margin-bottom: 10px;
    overflow: hidden;
}

.container_si_no div {
    width: 50%;
    float: left;
}

.container_si_no div img {
    max-width: 150px;
}

.active {
    display: block;
}

.inactive {
    display: none;
}

.respuesta {
    overflow: hidden;
    display: none;
    width: 100%;
    color: #4D4D4D;
    margin-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 20px;
    font-family: "patrick hand";
}

.respuesta h3 {
    font-size: 3em;
    margin-top: 5px;
    padding-left: 0px;
    margin-bottom: 5px;
    text-align: left;
}

.resp_si {
    color: #8CC63F !important;
}

.resp_no {
    color: #C1272D !important;
}

.respuesta p {
    font-size: 1.3em;
    margin-top: 0px;
    margin-left: 45px !important;
}



.controls .siguiente {
    width: 130px;
    float: right;
    display: none;
}

.controls .atras {
    width: 130px;
    float: left;
}


.slide {
    min-height: 300px;
    overflow: hidden;
}


.btn_gotoFirst {
    background-color: #22B573;
    border: none;
    text-align: center;
    border-radius: 13px;
    font-size: 1.6em;
    float: left;
    margin-right: 45px;
    margin-top: 45px;
    margin-left: 15px;
    height: 120px;
    width: 130px;
    padding-left: 12px;
    padding-top: 0px;
}

.btn_gotoAnswers {
    background-color: #29ABE2;
    border: none;
    text-align: center;
    border-radius: 13px;
    margin-right: 45px;
    margin-top: 45px;
    font-size: 1.6em;
    float: left;
    padding-left: 12px;
    height: 120px;
    width: 130px;
    padding-top: 0px;
}

.btn_gotoFirst:hover {
    background-color: #2CA66F;
}

.btn_gotoAnswers:hover {
    background-color: #269ACB;
}

.pregunta {
    font-size: 1.5em;
    text-align: center;
    padding: 10px 20px 10px 20px;
    color: #4D4D4D;
}

.pregunta span {
    color: #fff;
    margin-right: 28px;
    background-color: #4D4D4D;
    color: #fff;
    padding: 10px 17px 10px 17px;
    border-radius: 50%;
}

.respuesta span {
    color: #fff;
    margin-right: 10px;
    background-color: #4D4D4D;
    color: #fff;
    font-size: 0.7em;
    padding: 2px 14px 2px 14px;
    border-radius: 50%;
}

.controls_audio {
    overflow: auto;
}

.playing_audio {
    overflow: hidden;
    background-color: #F4F4F4;
    padding: 10px 20px 10px 3px;
    list-style: circle;
}

.play_progress {
    width: 100%;
    padding-left: 20px;
}

input[type=range] {
    -webkit-appearance: none;
    background-color: silver;
    width: 60%;
    height: 20px;
    margin-top: 6px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #666;
    width: 10px;
    height: 20px;
}

.link_podcast {
    font-size: 0.9em;
    margin-right: 15px;
}

.link_podcast:after {
    display: inline-block;
    float: right;
    position: absolute;
    top: 22px;
    content: url('../imgs/icn-descargar.png');
}

.podcast li {
    border-bottom: #d2d2d2 solid 1px;
    padding-top: 5px;
    position: relative;
}

.podcast .audio {
    padding-left: 5px;

}

.podcast .button img {
    margin-top: 1px;
    margin-right: 4px;
    margin-left: 4px;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}

.container_guide h1 {
    font-size: 2.4em;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #29ABE2;
    color: #fff;
}

.btn_si {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 110px;
    color: white;
    background-color: #8CC63F;
    border: none;
    border-radius: 4px;
    font-size: 2.1em;
    padding: 1px 30px;

}

.btn_no {
    margin-left: auto;
    display: block;
    width: 110px;
    color: white;
    margin-right: auto;
    background-color: #C1272D;
    border: none;
    border-radius: 4px;
    font-size: 2.1em;
    padding: 1px 30px;
}

.slider {
    padding: 0px 4% 46px 4%;
    color: #FFFFFF;
    background-color: #00536A;
}

.carousel-inner {
    padding-left: 35px;
    padding-right: 15px;
}

@media (min-width: 900px) {

    #single_1,
    #single_2,
    #single_3 {
        width: 80%;
        margin: 10px auto 10px auto;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }

    @font-face {
        font-family: 'patrick hand';
        src: url('../fonts/patrickhand-regular.ttf') format('truetype');
        /* Chrome 26+, Opera 23+ */

    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -75px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -45px;
    }

    .carousel-inner {
        padding-left: 35px;
        padding-right: 25px;
    }

    #submenu {
        display: block
    }


    @font-face {
        font-family: 'open sans';
        src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
        /* Chrome 26+, Opera 23+ */

    }

    @font-face {
        font-family: 'open sans bold';
        src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
        /* Chrome 26+, Opera 23+ */

    }

    .preguntas_izq {
        padding-right: 0px;
    }

    .preguntas_der {
        padding-left: 0px;
    }

    .opensansbold {
        font-family: "open sans bold"
    }


    .opensans {
        font-family: "open sans"
    }

    .img_video {
        margin-top: 4%;
    }

    #container_buttons p {
        font-size: 45px;
        margin-top: 1px;
        text-align: center;
        letter-spacing: 0px;
    }



    .btn_gray {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
        display: block;
    }

    #container_buttons {
        width: 100%;
        position: absolute;
        bottom: 1%;
        display: none;
    }

    #container_buttons p {
        margin-bottom: 0px;
    }




    #container_buttons div {
        width: 33%;
        float: left;
        padding-left: 10%;
        padding-right: 10%;

    }

    .slider {
        padding: 0px 5% 46px 5%;
        color: #FFFFFF;
        background-color: #00536A;
    }

    .btn_goto {
        background-color: #C69C6D;
        display: block;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 1.7em;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        font-family: "patrick hand";

    }

    .btn_goto:hover {
        background-color: #C28A4A;
    }

    .btn_center {
        margin-left: 45%;
    }



    .container_si_no {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .container_si_no div {
        width: 50%;
        float: left;
    }

    .container_si_no div img {
        max-width: 150px;
    }

    .active {
        display: block;
    }

    .play_progress {
        width: 100%;
        padding-left: 20px;
    }

    .chrono,
    .total_time {
        margin-top: 7px;
    }

    input[type=range] {
        -webkit-appearance: none;
        background-color: silver;
        width: 65%;
        height: 20px;
        margin-top: 6px;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        background-color: #666;
        width: 10px;
        height: 20px;
    }

    .inactive {
        display: none;
    }

    .controls .siguiente {
        width: 150px;
        float: right;
        display: none;
    }

    .controls .atras {
        width: 150px;
        float: left;
    }


    .text p {
        padding: 10px 20px 10px 15px;
        margin: 0;
    }


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

    .dialogo {
        font-size: 16px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: "open sans bold"
    }
}


/*TIPS*/

.proteger .tips {
    color: #A02224;
}

.orientar .tips {
    color: #4C9549;
}

.inspirar .tips {
    color: #C05013;
}

.empoderar .tips {
    color: #037C70;
}


.tips {
    background: #EFEBE6;
    margin-top: 100px;
    padding: 30px 0;
    color: #A02224;
    text-align: center;
}

/*APRENDA MAS*/


.proteger .aprenda {
    background: #9E2B30
}

.orientar .aprenda {
    background: #4C9549;
}

.inspirar .aprenda {
    background: #C05013;
}

.empoderar .aprenda {
    background: #037C70;
}

.aprenda {
    padding-top: 20px;
    min-height: 550px;
    overflow: auto;
    padding-bottom: 110px;
}

.aprenda li {
    display: block;
    margin: 6px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    width: 100%;
    padding-left: 3%;
}

.aprenda li a {
    color: #fff;
}

ul.descargas {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}




.proteger ul.descargas:nth-of-type(1) {
    min-height: 600px;
    /* aumentar min-height si son más de 8 elementos  */
}

.proteger ul.descargas:nth-of-type(2) {
    min-height: 200px;
    /* aumentar min-height si son más de 8 elementos  */
}

.orientar ul.descargas:nth-of-type(1) {
    min-height: 590px;
    /* aumentar min-height si son más de 8 elementos  */
}

.inspirar ul.descargas:nth-of-type(1) {
    min-height: 830px;
    /* aumentar min-height si son más de 8 elementos  */
}

.empoderar ul.descargas:nth-of-type(1) {
    min-height: 300px;
    /* aumentar min-height si son más de 8 elementos  */
}


.descargas li.doc:before {
    background: url('../imgs/sprite.png') no-repeat -199px -342px;
    width: 23px;
    height: 22px;
    top: 10px;
}

.descargas li.video:before {
    background: url('../imgs/ico-play.png');
    width: 23px;
    height: 22px;
    top: 5px;
}

.descargas li.link:before {
    background: url('../imgs/ico-link.png');
    width: 23px;
    height: 22px;
    top: 5px;
}

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

.nav-tabs>li,
.nav-pills>li {
    float: none;
    display: inline-block;
    display: inline;
    /* ie7 fix */
    zoom: 1;
    /* hasLayout ie7 trigger */
}

.nav-tabs,
.nav-pills {
    text-align: center;
}

#compartir li span {
    float: left;
    margin-right: 10px;
}

.twitter,
.facebook {
    display: block;
    float: left;
    margin-right: 8px;
}



.twitter {
    background: url('../imgs/sprite.png') no-repeat -19px -24px;
    width: 33px;
    height: 33px;
}

.facebook {
    background: url('../imgs/sprite.png') no-repeat -59px -24px;
    width: 32px;
    height: 33px;
}


.huellitas {
    background: url('../imgs/sprite.png') no-repeat -166px -177px;
    width: 66px;
    height: 34px;
}


nav ul li:nth-child(2):before:hover {
    background: url('../imgs/sprite.png') no-repeat -22px -79px;
    width: 71px;
    height: 80px;
}

nav ul li.home a {
    text-indent: -9999px;
    display: block;
    width: 34px;
    left: -19px;
    position: relative;
    height: 30px;
    top: -4px;
}


nav ul li li:first-child,
#submenu li:nth-child(1) a:before {
    background: url('../imgs/sprite.png') no-repeat -80px -236px;
    width: 16px;
    height: 18px;
}

nav ul li li:nth-child(2),
#submenu li:nth-child(2) a:before {
    background: url('../imgs/sprite.png') no-repeat -142px -238px;
    width: 14px;
    height: 14px;
}

nav ul li:nth-child(2):before:hover {
    background: url('../imgs/sprite.png') no-repeat -22px -79px;
    width: 71px;
    height: 80px;
}


nav ul li li:nth-child(3),
#submenu li:nth-child(3) a:before {
    background: url('../imgs/sprite.png') no-repeat -203px -236px;
    width: 15px;
    height: 18px;
}

nav ul li li:nth-child(4),
#submenu li:nth-child(4) a:before {
    background: url('../imgs/sprite.png') no-repeat -264px -237px;
    width: 14px;
    height: 16px;
}

nav ul li li:nth-child(5),
#submenu li:nth-child(5) a:before {
    background: url('../imgs/sprite.png') no-repeat -326px -236px;
    width: 12px;
    height: 17px;
}

.proteger .podcast h3:before {
    background-color: #9E2B30;
}

.orientar .podcast h3:before {
    background-color: #4C9549;
}

.inspirar .podcast h3:before {
    background-color: #C05013;
}

.empoderar .podcast h3:before {
    background-color: #037C70;
}

.podcast h3:before {
    background: url('../imgs/sprite.png') no-repeat -70px -335px;
    height: 34px;
    width: 40px;
    top: 5px;
    left: -15px;
}


footer ul {
    padding-left: 20px;
}

footer h3 {
    color: #37A7DF;
    margin-top: 20px;
}

footer h3+div p {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

footer .contacto {
    border-left: 2px dashed #CCCCCC;
    margin-top: 30px;
    text-align: center;
}

footer .compartir {
    border-left: 2px dashed #CCCCCC;
    margin-top: 30px;
    text-align: center;
}

footer .contacto h4 {
    color: #808080;
    text-align: center;
    margin: 20px 0;
}

footer .compartir h4 {
    color: #808080;
    text-align: center;
    margin: 20px 0;
}

footer .apoyo {
    background: #F1ECE5;
    height: 200px;
}

footer .apoyo h4 {
    margin-top: 46px;
}

footer .apoyo img {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

footer img {
    margin-left: 10%;
}

footer h4 {
    color: #B3B3B3;
    text-transform: uppercase;
    text-align: center;
}

.copyright {
    background: #00536A;
    display: block;
    z-index: 1;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 12px
}

.telefono,
.email {
    display: block;
    margin-left: -6px;
    margin-top: 5px;
}

.telefono:before,
.email:before {
    display: inline-block;
    content: '';
    left: -10px;
    position: relative;
}

.telefono:before {
    background: url('../imgs/sprite.png') no-repeat -77px -384px;
    width: 17px;
    height: 23px;
}

.email:before {
    background: url('../imgs/sprite.png') no-repeat -139px -389px;
    width: 20px;
    height: 13px;
}



h2.numero {
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.rojo h2 {
    padding: 0;
    background-color: #E83C3D;
}

.verde h2 {
    padding: 0;
    background-color: #8CC63F;
}

.naranja h2 {
    padding: 0;
    background-color: #F7931E;
}

.azul h2 {
    padding: 0;
    background-color: #00A99D;
}

.pasos h3 {
    text-align: center;
}

.pasos p {
    font-size: .9em;
    padding-left: 30px;
}

.rojo h3 {
    color: #E83C3D;
}

.verde h3 {
    color: #8CC63F;
}

.naranja h3 {
    color: #F7931E;
}

.azul h3 {
    color: #00A99D;
}

#pasos {
    margin-top: 40px;
    font-size: 2.5em;
    text-align: center;
    color: #fff;
    background: #6195A2;
    border-radius: 10px 10px 0 0;
    margin-bottom: -2px;
    position: relative;
    z-index: 1;
    padding: 12px;
}

.pasos .bordeado {
    border: 2px dashed #CCC;
    display: inline-block;
    margin-bottom: 100px;
}

#menu-hidden {
    position: fixed;
    right: 0;
    top: 125px;
    width: 40px;
    z-index: 99;
    width: 50px;
}

#menu-hidden img {
    margin-bottom: 10px
}

#menu-hidden img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -55px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -25px;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    background: url(../imgs/left.png);
    width: 50px;
    height: 99px;
    display: block;
    content: '';
    top: -46px;
    position: relative;
}

.glyphicon-chevron-right:before {
    background: url(../imgs/right.png);
    width: 60px;
}


.slider {
    padding: 0px 10 46px 10;
    color: #FFFFFF;
    background-color: #00536A;
}

.slider h2 {
    text-transform: uppercase;
    color: #F5DB77;
    font-size: 2.8em
}

.slider ul {
    clear: both;
}

.slider p {
    font-size: 1.3em
}

@media (min-width: 768px) {


    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        display: block;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev {
        display: block;
    }

    .paniamor {
        width: 100%;
        max-width: 145px;
    }

    .micit {
        margin-right: 10px;
    }


    .conicit {
        margin-left: 10px;
    }


    .pasos .verde:before,
    .pasos .naranja:before,
    .pasos .azul:before {
        content: "";
        width: 88px;
        height: 41px;
        display: block;
        float: left;
        position: absolute;
        left: -40px;
        top: 60px;
    }

    .pasos .verde:before {
        background: url(../imgs/1.png);
        background-size: contain;
    }

    .pasos .naranja:before {
        background: url(../imgs/2.png);
        background-size: contain;
    }

    .pasos .azul:before {
        background: url(../imgs/3.png);
        background-size: contain;
    }



    .pasos .verde,
    .pasos .naranja,
    .pasos .azul,
    .pasos .rojo {
        min-height: 230px
    }

    .pasos .verde:hover,
    .pasos .naranja:hover,
    .pasos .azul:hover,
    .pasos .rojo:hover {
        background-color: #EEF3F5;
    }


}

@media (min-width: 992px) {

    .pasos .verde:before,
    .pasos .naranja:before,
    .pasos .azul:before {
        content: "";
        width: 130px;
        height: 61px;
        display: block;
        float: left;
        position: absolute;
        left: -60px;
        top: 60px;
    }


}

@media (min-width: 1200px) {

    .slider .text {
        padding-left: 35px;
        max-width: 420px;
    }

    .pasos .verde:before,
    .pasos .naranja:before,
    .pasos .azul:before {
        content: "";
        width: 163px;
        height: 81px;
        display: block;
        float: left;
        position: absolute;
        left: -80px;
        top: 60px;
    }

    .desafios li {
        display: inline-block;
        color: #353535;
        min-height: 205px;
    }
}