body{
    color: #4A4A4A;
    font-weight: normal;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}
body,html{
    overflow-x: hidden;
    max-width: 100%;
}

p b{
    font-weight: bold;
}

.clear{
    clear: both;
}

.wow{
    visibility: hidden;
}
.fadein {
    opacity: 0;
}

 .hidden_a{
    opacity: 0;
 }

.visible{
    opacity: 1;
}

.wrapper{
    position: relative;
}
.wrapper.wrapper-home{
    padding-top: 148px;
}

.wrap{
    max-width: 100%;
    width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

figure{
    margin: 0;
}

/*--HEADER--*/
header{
    padding: 25px 0;
    background: #089376;
}
header.head-home{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
}
header .logo{
    display: inline-block;
    width: 270px;
}
header .logo h1{
    margin: 0;
}
header.head-home .logo{
    width: 290px;
}
header .logo img{
    width: 100%;
}

header nav{
    display: inline-block;
    border-radius: 30px;
    background: #fff;
    height: 44px;
    float: right;
    overflow: hidden;
    margin-top: 8px;
}
header.head-home nav{
    margin-top: 25px;
}
header nav ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 0 5px 0 25px;
    display: inline-block;
}
header nav ul li{
    display: inline-block;
}
header nav ul li a{
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    color:#3E3E3E;
    font-weight: bold;
    transition: all 0.3s ease;
}
header nav ul li a:hover{
    color:#8a8585;
    text-decoration: none;
}
header nav .lupa{
    color: #3E3E3E;
    background: #E6FFFE;
    display: inline-block;
    height: 44px;
    width: 44px;
    border-radius: 100%;
    padding-top: 9px;
    vertical-align: top;
    text-align: center;
    margin-right: -25px;
    position: relative;
    z-index: 10;
}
.redes-head{
    background: #00B5AD;
    display: inline-block;
    height: 44px;
    vertical-align: top;
    padding: 7px 16px 4px 36px;
}
.redes-head a{
    display: inline-block;
    color:#fff;
    font-size: 18px;
    margin: 0 4px;
}
.btn-menu{
    display: none;
}
.cerrar-menu{
    display: none;
}
/*--FIN HEADER--*/

/*--FOOTER--*/
footer{
    background: #fff;
    padding: 40px 0;
}

footer h3{
    color:#505050;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #A8A8A8;
}
footer ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
footer ul li{
    position: relative;
    padding-left: 16px;
}
footer ul li:before{
    content:"";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    background: #00B5AD;
}
footer ul li a{
    font-size: 18px;
    color:#505050;
    transition: all 0.3s ease;
}
footer ul li a:hover{
    color:#000;
    text-decoration: none;
}

footer .item-contacto{
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
footer .item-contacto .ic-contacto{
    position: absolute;
    height: 28px;
    width: 35px;
    top: 0;
    left: 0;
    text-align: center;
}
footer .item-contacto .ic-contacto img{
    height: 100%;
    width: auto;
}
footer .item-contacto h5{
    font-size: 18px;
    color:#505050;
    margin: 0;
    font-weight: normal;
}
footer .item-contacto h4{
    color:#00B5AD;
    font-size: 18px;
    font-weight: bold;
}

.redes-footer{}
.redes-footer a{
    display: inline-block;
    margin-right: 10px;
}
.redes-footer a img{
    width: 34px;
    transition: all 0.3s ease;
}
.redes-footer a:hover img{
    transform: scale(0.9);
    opacity: 0.8;
}

.carrusel img{
    max-width: 100%;
}

footer .carrusel{
    padding: 0 50px;
    margin-top: 80px;
    position: relative;
}
footer .tns-controls button{
    background: #00B5AD;
    border: none;
    border-radius: 10px;
    color:#fff;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
}
footer .tns-controls button:first-child{
    left: 0px;
    top: 25%;
}
footer .tns-controls button:last-child{
    right: 0px;
    top: 25%;
}
footer .tns-controls button:after{
    content:"";
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 22px;
}
footer .tns-controls button:first-child:after{
    content:"\f104";
}
footer .tns-controls button:last-child:after{
    content:"\f105";
}

.newsletter{
    background: url('../images/bg-footer.jpg') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 10px solid #4BCAC5;
    margin-top: 60px;
    padding: 30px 0 200px;
    margin-bottom: 0;
}
.newsletter .l-footer{
    text-align: center;
    margin: -100px auto 20px;
}
.newsletter .l-footer img{
    width: 150px;
}
.newsletter .form-news{
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.newsletter .form-news label{
    color:#fff;
    font-size: 28px;
    font-weight: bold;
    display: block;
}
.newsletter .form-news input{
    display: inline-block;
    width: 70%;
    height: 50px;
    vertical-align: middle;
    border-radius: 4px;
    border: none;
    padding: 5px 15px;
}
.newsletter .form-news button{
    display: inline-block;
    width: 28%;
    height: 50px;
    background: #EC6D62;
    border: 2px solid #fff;
    border-radius: 4px;
    color:#fff;
    vertical-align: middle;
}
.newsletter .form-news button:hover{
    background: #d8574b;
}
button{
    cursor: pointer;
    transition: all 0.3s ease;
}
a{
    transition: all 0.3s ease;
}

*{
    outline: none !important;
}
/*--FIN FOOTER--*/

/*--HOME--*/
.banner-home{
    height: calc(100vh - 40px);
    text-align: center;
    position: relative;
    margin-bottom: 0;
    background-color: #00B5AD;
    overflow: hidden;
}
.w-banner-home{
    height: 100%;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 30px;
}
img.fondo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
img.sol{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 120px;
    z-index: 2;
    width: 47%;
}
img.cerros2{
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
    z-index: 3;
    width: 100%;
}
img.cerros{
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
    z-index: 4;
    width: 100%;
}
img.ciudad{
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
    z-index: 5;
    width: 100%;
}
img.suelo{
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
    z-index: 5;
    width: 100%;
}
img.pasto{
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
    z-index: 6;
    width: 90%;
    right: 0;
}
img.banco{
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 15px;
    right: 0;
    z-index: 6;
    width: 32%;
}

img.arboles1{
    position: absolute;
    left: 8%;
    bottom: 0px;
    z-index: 7;
    width: 90px;
}
img.arboles2{
    position: absolute;
    left: 25%;
    bottom: 0px;
    z-index: 7;
    width: 120px;
}
img.arboles3{
    position: absolute;
    left: 68%;
    bottom: 0px;
    z-index: 7;
    width: 70px;
}
img.arboles4{
    position: absolute;
    left: 85%;
    bottom: 0px;
    z-index: 7;
    width: 100px;
}
img.nubes1{
    position: absolute;
    left: 50px;
    top: 28%;
    z-index: 1;
    width: 13%;
    -webkit-animation: nubes 5s ease-in-out infinite;
    -moz-animation: nubes 5s ease-in-out infinite;
}
img.nubes2{
    position: absolute;
    right: 50px;
    top: 28%;
    z-index: 1;
    width: 13%;
    -webkit-animation: nubes 5s ease-in-out infinite;
    -moz-animation: nubes 5s ease-in-out infinite;
}


 @-webkit-keyframes nubes {
 0% {
 -webkit-transform: rotate(0deg);
}
 50% {
 -webkit-transform: translate3d(0, 20px, 0) rotate(-2deg);
}
 100% {
 -webkit-transform: rotate(0deg);
}
}

@-moz-keyframes ship {
 0% {
 -moz-transform: rotate(0deg);
}
 50% {
 -moz-transform: translate3d(0, 20px, 0) rotate(-2deg);
}
 100% {
 -moz-transform: rotate(0deg);
}
}

@-webkit-keyframes sol {
 0% {
 -webkit-transform: rotate(0deg);
}
 50% {
 -webkit-transform: scale(0.8);
}
 100% {
 -webkit-transform: rotate(0deg);
}
}

@-moz-keyframes sol {
 0% {
 -moz-transform: rotate(0deg);
}
 50% {
 -moz-transform: scale(0.8);
}
 100% {
 -moz-transform: rotate(0deg);
}
}

.texto-slide{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
.banner-home h4{
    color:#2B9BA0;
    font-size: 22px;
    margin: 0 auto;
    letter-spacing: 3px;
    font-weight: normal;
    border-bottom: 2px solid #2B9BA0;
    display: inline-block;
    padding-bottom: 5px;
}
.banner-home h2{
    color:#2B9BA0;
    font-size: 130px;
    line-height: 130px;
    margin: 0;
}
.banner-home p{
    color:#505050;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    max-width: 600px;
    margin:  0 auto;
}

.scroll{
    color:#fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 99;
    width: 100%;
    text-align: center;
}
.scroll a{
    color:#fff;
}
.scroll a:hover{
    color:#fff;
    text-decoration: none;
}
.scroll p{
    color:#fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 0;
}
.scroll i{}

.col-45{
    width: 47%;
    float: left;
    padding: 2px;
    overflow: hidden;
}
.col-55{
    width: 53%;
    float: left;
    padding: 2px;
    overflow: hidden;
}

.boxes-home{
background: rgba(0,181,172,1);
background: -moz-linear-gradient(top, rgba(0,181,172,1) 0%, rgba(0,181,172,0) 65%, rgba(0,181,172,0) 81%, rgba(0,181,172,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,181,172,1)), color-stop(65%, rgba(0,181,172,0)), color-stop(81%, rgba(0,181,172,0)), color-stop(100%, rgba(0,181,172,0)));
background: -webkit-linear-gradient(top, rgba(0,181,172,1) 0%, rgba(0,181,172,0) 65%, rgba(0,181,172,0) 81%, rgba(0,181,172,0) 100%);
background: -o-linear-gradient(top, rgba(0,181,172,1) 0%, rgba(0,181,172,0) 65%, rgba(0,181,172,0) 81%, rgba(0,181,172,0) 100%);
background: -ms-linear-gradient(top, rgba(0,181,172,1) 0%, rgba(0,181,172,0) 65%, rgba(0,181,172,0) 81%, rgba(0,181,172,0) 100%);
background: linear-gradient(to bottom, rgba(0,181,172,1) 0%, rgba(0,181,172,0) 65%, rgba(0,181,172,0) 81%, rgba(0,181,172,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5ac', endColorstr='#00b5ac', GradientType=0 );
    padding: 40px 0 0;
}
.box-home{
    background: no-repeat center;
    background-color: #00B5AD;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 282px;
    height: auto;
}
.box-home:after{
    content:"";
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 100%;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition:cubic-bezier(.77,0,.175,1) 0.3s;
}
.box-home:hover:after{
    top: 0;
    opacity: 1;
}
.box-home a{
    position: relative;
    padding: 40px;
    display: block;
    height: 100%;
    width: 100%;
}
.box-home a:hover{
    text-decoration: none;
}
.box-home figure{
    height: 100px;
    width: auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}
.box-home figure img{
    height: 100%;
    width: auto;
}
.box-home h4{
    color:#fff;
    font-size: 38px;
    line-height: 38px;
    margin: 0;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
.box-home p{
    color:#fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}
.box-home .texto-box:after{
    content:"";
    width: 80px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 14px;
}

h2.titulo{
    color:#505050;
    font-size: 46px;
    margin-bottom: 15px;
}
h2.titulo.verde{
    color:#089376;
}
section{
    margin-bottom: 60px;
}
section.s-m{
    margin-bottom: 0;
}

.carrusel{}
.carrusel img{
    max-width: 100%;
    transition: all 0.3s ease;
}
.carrusel img:hover{
    opacity: 0.9;
}

.box-not{}
.box-not figure{
    margin-bottom: 10px;
    background: #eee;
    border-radius: 15px;
    overflow: hidden;
}
.box-not figure img{
    width: 100%;
    transition: all 0.5s ease;
}
.box-not:hover figure img{
    opacity: 0.85;
}
.box-not .fecha{
    color:#A0A0A0;
    font-size: 16px;
    font-weight: 300;
}
.box-not.small .fecha{
    font-size: 14px;
}
.box-not a.ver-mas{
    color:#00B5AD;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}
.box-not a.ver-mas i{
    font-size: 12px;
}

.box-not h4{
    margin: 0;
    font-weight: bold;
}
.box-not h4 a{
    color:#505050;
    font-size: 20px;
    transition: all 0.3s ease;
}
.box-not h4 a:hover{
    text-decoration: none;
    color:#000;
}
.box-not p{
    font-size: 22px;
    font-weight: bold;
}
.box-not.small h4 a,.box-not.small h4{
    font-size: 16px;
    line-height: 24px;
}

.tns-controls button{
    background: #00B5AD;
    border: none;
    border-radius: 10px;
    color:#fff;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
}
.tns-controls button:hover{
    background: #199691;
}
.carrusel{
    position: relative;
}
.carrusel-top .tns-controls button:first-child{
    right: 50px;
    top: -50px;
}
.carrusel-top .tns-controls button:last-child{
    right: 0px;
    top: -50px;
}
.tns-controls button:after{
    content:"";
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 22px;
}
.tns-controls button:first-child:after{
    content:"\f104";
}
.tns-controls button:last-child:after{
    content:"\f105";
}

.testimonios{
    background: url('../images/bg-test.jpg') no-repeat bottom center;
    background-color: #00B5AD;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.carrusel-testimonios{}
.box-test{
    text-align: center;
}
.box-test figure{
    background: #59E6E0;
    border-radius: 100%;
    padding: 15px;
    width: 280px;
    text-align: center;
    margin: 0 auto 20px;
    opacity: 0.6;
    transform: scale(0.8);
    transition: all 0.3s ease;
}
.box-test figure img{
    width: 100%;
    margin: 0 auto;
}
.box-test .texto-test{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.box-test .texto-test p{
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color:#36645A;
    position: relative;
    margin-bottom: 20px;
}

.box-test .texto-test p:before{
    content:"â€œ";
    position: absolute;
    left: -55px;
    top: 30px;
    font-size: 110px;
    color:#0CA883;
}
.box-test .texto-test p:after{
    content: "â€";
    position: absolute;
    right: -55px;
    bottom: 0;
    height: 50px;
    font-size: 110px;
    line-height: 110px;
    color: #0CA883;
}
.box-test .texto-test h4{
    color:#1D1D1B;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.box-test .texto-test h5{
    font-size: 18px;
    color:#505050;
    font-weight: normal;
}

.carrusel-testimonios .tns-controls button{
    background: transparent;
    border: 1px solid #18EFC2;
    color:#18EFC2;
    transition: all 0.3s ease;
}
.carrusel-testimonios .tns-controls button:hover{
    background: #18EFC2;
    border: 1px solid #18EFC2;
    color:#fff;
}
.carrusel-testimonios .tns-controls button:first-child{
    right: 50px;
    top: -50px;
}
.carrusel-testimonios .tns-controls button:last-child{
    right: 0px;
    top: -50px;
}


.carrusel-testimonios .tns-slide-active.active-center {

}
.carrusel-testimonios .tns-slide-active .texto-test{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    width: 260%;
}
.carrusel-testimonios .tns-slide-active.active-center .texto-test{
   opacity: 1;
   visibility: visible;
   width: 260%;
   margin-left: -80%;
}
.carrusel-testimonios .tns-slide-active figure{
    opacity: 0.6;
    transform: scale(0.8);
    transition: all 0.3s ease;
}
.carrusel-testimonios .tns-slide-active.active-center figure{
    opacity: 1;
    transform: scale(1);
}
.arbol{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 55px;
}

.ubicacion{}
.ubicacion .mapa{
    height: 300px;
}
.ubicacion .mapa iframe{
    width: 100%;
    height: 100%;
}
/*--FIN HOME--*/

/*--BREAD--*/
.bread{
    color:#84C9BB;
    font-size: 14px;
    background: #089376;
    padding: 10px 0;
    border-top: 1px solid #84C9BB;
    margin-bottom: 0;
}
.bread.s-b{
    border: none;
}
.bread a{
    color:#84C9BB;
    font-size: 14px;
}
.bread a:hover{
    text-decoration: none;
}
/*--FIN BREAD--*/

/*--BANNER INTERIOR--*/
.banner-interior{
    background: no-repeat center;
    background-color: #00B5AD;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -webkit-box-align:center;
    justify-content:center;
}
.banner-interior .texto-banner{}
.banner-interior .texto-banner img{
    max-width: 190px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.banner-interior .texto-banner h2{
    display: inline-block;
    margin: 0px 0 0;
    width: auto;
    font-size: 66px;
    line-height: 66px;
    color:#fff;
    font-weight: 900;
    vertical-align: top;
    max-width: 100%;
}
.banner-interior .texto-banner h2:after{
    content:"";
    display: block;
    width: 100px;
    height: 4px;
    background: #fff;
    margin-top: 20px;
}
.banner-interior .texto-banner p{
    color:#fff;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0;
    max-width:700px;
}
.banner-interior.small{
    height: 300px;
}
.banner-interior.small .texto-banner img{
    max-width: 150px;
    margin-top: 15px;
}
/*--FIN BANNER INTERIOR--*/

/*--INFORMATE--*/
.noticia-destacada{}
a.ver-todas{
    font-weight: bold;
    color:#00B5AD;
    font-size: 20px;
    display: inline-block;
    margin-top: 25px;
}
a.ver-todas i{
    font-size: 16px;
}

.widget{
    margin-bottom: 20px;
}

.buscador{
    position: relative;
}
.buscador input{
    width: 100%;
    height: 46px;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    padding: 0 50px 0 10px;
}
.buscador button{
    background: #00B5AD;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    border: none;
    position: absolute;
    top: 6px;
    right: 8px;
}

.interior.c-p{
    padding: 60px 0;
}
.interior aside{
    padding-top: 15px;
}

.box-categorias{
    border: 1px solid #A0A0A0;
    padding: 20px;
    border-radius: 1px;
}
.box-categorias h4{
    color:#00B5AD;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.box-categorias ul{
    list-style: none;
    padding-left: 0;
}
.box-categorias ul li{
    position: relative;
    padding-left: 14px;
    margin-bottom: 12px;
}
.box-categorias ul li:before{
    width: 6px;
    height: 6px;
    background: #00B5AD;
    border-radius: 100%;
    display: inline-block;
    content:"";
    position: absolute;
    left: 0;
    top: 10px;
}
.box-categorias ul li a{
    color:#505050;
    font-size: 16px;
}
.box-categorias a.ver-mas{
    color:#089376;
    text-decoration: underline;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.banner-aside{
    width: 100%;
    height: 400px;
}
.banner-aside.gris{
    background: #EDEDED;
}
/*--FIN INFORMATE--*/

/*--GRUPOS--*/
.box-grupo{
    padding: 40px 35px;
    border: 1px solid #A0A0A0;
    margin: 1px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
}
.box-grupo h4{
    color:#505050;
    font-size: 30px;
    margin: 0 0 15px;
    font-weight: bold;
}
.box-grupo ul{
    list-style: none;
    padding-left: 0;
}
.box-grupo ul li{
    color:#505050;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}
.box-grupo ul li:before{
    position: absolute;
    content:"";
    width: 8px;
    height: 8px;
    background: #089376;
    left: 0;
    top: 10px;
    border-radius: 100%;
}
/*--FIN GRUPOS--*/

/*--BARRA TOP--*/
.barra-top{
    background: #089376;
    margin-bottom: 0;
    padding: 15px 0;
}
.barra-top .user{
    display: inline-block;
    float: left;
}
.barra-top .user i{
    color:#18EFC2;
    border: 1px solid #18EFC2;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding-top: 4px;
    margin-right: 5px;
}
.barra-top .user span{
    font-size: 18px;
    color:#FFFFFF;
    display: inline-block;
    vertical-align: middle;
}
.barra-top .menu-barra{
    display: inline-block;
    float: right;
}
.barra-top .menu-barra a{
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color:#FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    border-right: 1px solid #fff;
}
.barra-top .menu-barra a.activo{
    color:#18EFC2;
}
.barra-top .menu-barra a:last-child{
    padding-right: 0;
    border-right: none;
}
/*--FIN BARRA TOP--*/
/*--VIDEO--*/
.video{
    margin-bottom: 50px;
}
.video img,
.video video
{
    width: 100%;
}
.video figcaption{
    font-weight: bold;
    color:#505050;
    font-size: 16px;
    margin-top: 10px;
}

.items-video{
    padding-top: 40px;
}
.items-video .form-group{
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}
.items-video .form-group label{
    font-weight: bold;
    color:#505050;
    font-size: 20px;
}
.items-video .form-group select{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background-repeat: no-repeat;
    background-image: url('../images/bg-select.png');
    background-position: right center;
    background-color: transparent;
    border: 1px solid #A0A0A0;
    width: 100px;
    padding-left: 30px;
    text-align: center;
    height: 32px;
    border-radius: 4px;
    font-weight: bold;
    color:#505050;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.items-video .btn{
    margin-top: 20px;
}
.puntaje{
    text-align: center;
}
.puntaje h5{
    font-size: 18px;
    font-weight: bold;
    color:#505050;
    display: inline-block;
}
.puntaje h5:after{
    width: 60px;
    height: 2px;
    background: #505050;
    content: "";
    display: block;
    margin-top: 6px;
}
.puntaje h3{
    color:#089376;
    font-size: 70px;
    font-weight: 900;
}
/*--FIN VIDEO--*/

/*--TESTIMONIO POP--*/
.testimonio-pop{
    background: rgba(128,128,128,0.86);
    padding: 40px 0;
}
.testimonio-pop .w-test{
    border: 3px solid #18EFC2;
    border-radius: 10px;
    padding: 50px 30px 40px;
    position: relative;
}
.testimonio-pop .w-test .cerrar-test{
    position: absolute;
    top: 10px;
    right: 20px;
    color:#18EFC2;
    font-size: 30px;
    cursor: pointer;
}
.w-test figure{
    background: #59E6E0;
    border-radius: 100%;
    padding: 15px;
    margin: 0 auto 30px;
    max-width: 350px;
}
.w-test figure img{
    width: 100%;
}
.w-test .texto-test{
    padding-left: 80px;
}
.w-test .texto-test p{
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    font-style: italic;
    color:#fff;
    position: relative;
}
.w-test .texto-test p:before{
    content: "â€œ";
    font-size: 140px;
    line-height: 140px;
    height: 60px;
    position: absolute;
    top: -14px;
    left: -90px;
    color:#fff;
}
.w-test .texto-test h5{
    color:#59E6E0;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
.w-test .texto-test h6{
    color:#fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.w-test .texto-test a.btn{
    color:#fff;
    border: 2px solid #18EFC2;
    font-size: 14px;
    border-radius: 7px;
    padding: 12px 30px;
}
.w-test .texto-test a.btn:hover{
    background: #18EFC2;;
    color:#fff;
}
.w-test .texto-test a.btn i{
    margin-left: 5px;
}
/*--FIN TESTIMONIO POP--*/

/*--ACORDEON--*/
.acordeon{
    padding: 20px 0 0;
}
.card{
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}
.card-header{
    padding: 0;
    text-align: left;
    border-radius: 0;
    position: relative;
}

.card-header.collapsed {
   border: none;
   border-radius: 10px;
   background: #fff;
   border: 2px solid #089376;
   color:#089376;
}
.card-header:not(.collapsed) {
    background:#089376;
    border-radius: 10px;
    color:#fff;
}

.card-header.collapsed:after{
    content:"\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    color:#089376;
}
.card-header:not(.collapsed):after{
    color:#fff;
    content:"\f077";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
}
.card-header button{
    color:#089376;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    border-radius: 0;
    background: none;
    border: none;
    padding: 12px 20px;
}
.card-header button:hover,
.card-header button:focus{
    text-decoration: none;
    color:#089376;
}
.card-header:not(.collapsed) button{
    color:#fff;
}

.card-body{
    padding-left: 0;
    padding-right: 0;
}
.card-body ul:first-child{
    margin-top: 0;
}
.card-body ul:last-child{
    margin-bottom: 0;
}
.card-body p{
    color:#707070;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
.card-body ul{
    color:#707070;
    font-size: 18px;
    line-height: 24px;
    list-style: none;
    padding-left: 30px;
}
.card-body ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.card-body ul li:before{
    background: #00B5AD;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    content:"";
}

.c-video{
    height: 480px;
}
.c-video iframe{
    width: 100%;
    height: 100%;
}
/*--FIN ACORDEON--*/

.box-que-es{
    margin-bottom: 50px;
}
.box-que-es figure{
    width: calc(50% + 100px);
    float: left;
    margin-right: -100px;
}
.box-que-es figure img{
    width: 100%;
}
.box-que-es .texto-que-es{
    background: #F5F5F5;
    padding: 30px 40px;
    width: 50%;
    float: left;
    position: relative;
    z-index: 10;
    margin-top: 50px;
}
.box-que-es .texto-que-es h4{
    font-size: 40px;
    font-weight: normal;
    color:#089376;
    margin: 0 0 20px;
}
.box-que-es .texto-que-es p{
    font-size: 18px;
    color:#505050;
}
.box-que-es.tipo2 figure{
    float: right;
    margin-right: 0;
    margin-left: -100px;
}
.box-que-es.tipo2 .texto-que-es{
    float: left;
}

/*--INSCRIBETE--*/
.btn{
    border-radius: 6px;
    font-size: 16px;
    display: inline-block;
    padding: 8px 30px;
    font-weight: bold;
    min-width: 180px;
    text-align: center;
    transition: all 0.3s ease;
    vertical-align: middle;
    color:#fff;
}
.btn.small{
    font-size: 14px;
}
.btn i{
    display: inline-block;
    margin-left: 5px;
}
.btn.ic-izq i{
    margin-left: 0;
    margin-right: 5px;
}
.btn:hover{
    color:#fff;
    text-decoration: none;
}
.btn.blanco-verde{
    color:#089376;
    border: 2px solid #089376;
}
.btn.blanco-verde:hover{
    background: #089376;
    color:#fff;
}
.btn.blanco-verde2{
    color:#18EFC2;
    border: 2px solid #18EFC2;
}
.btn.blanco-verde2:hover{
    background: #18EFC2;
    color:#fff;
}
.btn.rojo{ background: #EC6D62;}
.btn.rojo:hover{ background: #dc5044;}

.btn.amarillo{ background: #FBC248; }
.btn.amarillo:hover{ background: #EDB12F;}

.btn.verde{ background: #00B5AD; }
.btn.verde:hover { background: #049c96; }
.inscribete{
    padding: 50px 0;
    background: no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.inscribete .texto-ins{
    display: inline-block;
    width: 70%;
    float: left;
}
.inscribete .texto-ins h4{
    color:#36645A;
    font-size: 70px;
    margin: 0;
}
.inscribete .texto-ins p{
    color:#36645A;
}
.inscribete a.btn{
    float: right;
    margin-top: 70px;
}
.s-boxes{
    overflow: hidden;
}
/*--FIN INSCRIBETE--*/

/*--JUGAR--*/
.jugar{}
.jugar figure{}
.jugar figure img{
    width: 100%;
}
.jugar .texto-jugar{
    max-width: 580px;
    float: right;
    padding-left: 40px;
}
.jugar.jugar2 .texto-jugar{
    max-width: 100%;
    float: right;
    padding-left: 0px;
}
.jugar .texto-jugar h5{
    color:#6F932C;
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 30px;
}
.jugar.jugar2 .texto-jugar h5{
    color:#F0803B;
    margin-top: 5px;
    margin-bottom: 50px;
}
.jugar .texto-jugar p{
    font-size: 18px;
    color:#505050;
    margin-bottom: 30px;
}
.jugar.jugar2 .texto-jugar p{
    line-height: 38px;
}
.jugar .min-jugar{}
.jugar .min-jugar img{
    width: 100%;
    margin-bottom: 20px;
}

.w-slider-min{
    position: relative;
    padding: 0 40px;
    margin-top: 20px;
}
.w-slider-min .item{
    overflow: hidden;
}

.w-slider-min .item img{
    width: 100%;
    border-radius: 8px;
}
.w-slider-min .item.tns-nav-active{
    opacity: .7;
}
.w-slider-min .tns-controls button{
    background: #00B5AD;
    border: none;
    border-radius: 10px;
    color:#fff;
    font-size: 0;
    width: 34px;
    height: 34px;
    text-align: center;
    position: absolute;
}
.w-slider-min .tns-controls button:first-child{
    left: 0px;
    top: 25%;
}
.w-slider-min .tns-controls button:last-child{
    right: 0px;
    top: 25%;
}
.w-slider-min .tns-controls button:after{
    content:"";
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 22px;
}
.w-slider-min .tns-controls button:first-child:after{
    content:"\f104";
}
.w-slider-min .tns-controls button:last-child:after{
    content:"\f105";
}
/*--FIN JUGAR--*/

/*--FICHAS--*/
.fichas{}
.filtro-cat{
    text-align: right;
}
.filtro-cat label{
    color:#5D5D5D;
    font-size: 20px;
}
.filtro-cat select{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background-repeat: no-repeat;
    background-image: url('../images/bg-select.png');
    background-position: right center;
    background-color: transparent;
    border: 1px solid #A0A0A0;
    color:#A0A0A0;
    border-radius: 4px;
    font-size: 16px;
    width: 240px;
    height: 40px;
    padding: 0 10px;
    margin-left: 16px;
}

.item-ficha{
    display: block;
    border: 4px solid #089376;
    border-radius: 10px;
    padding: 20px 90px 20px 20px;
    position: relative;
    min-height: 108px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.item-ficha:hover{
    text-decoration: none;
    background: #e2fdf7;
}
.item-ficha p{
    font-size: 20px;
    color:#089376;
    margin-bottom: 0;
}
.item-ficha .categoria{
    font-size: 20px;
    font-weight: bold;
    color:#089376;
}
.item-ficha img{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
}

.paginador{
    text-align: right;
}
.paginador ul{
    padding-left: 0;
    list-style: none;
}
.paginador ul li{
    display: inline-block;
}
.paginador ul li a{
    color:#4AC3AA;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 5px;
}
.paginador ul li a.activo,
.paginador ul li a:hover{
    color:#089376;
    text-decoration: none;
}
/*--FIN FICHAS--*/

/*--BANNER TEXTO--*/
.banner-texto{
    padding: 50px 0;
    background: no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-texto .texto-ban{
    display: inline-block;
    width: 70%;
    float: left;
}
.banner-texto .texto-ban h4{
    color:#fff;
    font-size: 46px;
    font-weight: bold;
    margin: 0 0 15px;
}
.banner-texto .texto-ban p{
    color:#fff;
    font-size: 18px;
}
.banner-texto a.btn{
    float: right;
    margin-top: 70px;
    border: 2px solid #fff;
}

.banner-texto.tipo2 .texto-ban{
    float: right;
    text-align: right;
}
.banner-texto.tipo2 a.btn{
    float: left;
}
/*--FIN BANNER TEXTO--*/

/*--DESCARGALO--*/
.descargalo{
    padding-bottom: 50px;
}
.descargalo .titulo-des{
    background: #007DB5;
    padding: 35px 0;
    margin-bottom: 70px;
}
.descargalo .titulo-des h3{
    font-size: 46px;
    color:#fff;
    font-weight: bold;
    margin: 20px 0;
    display: inline-block;
    float: left;
}
.descargalo .titulo-des img{
    float: right;
    width: 90px;
}

.descargalo figure{}
.descargalo figure img{
    width: 100%;
}
.descargalo h4{
    color:#727272;
    font-size: 54px;
    text-align: center;
    margin-top: 100px;
}
.descargalo p{
    font-size: 16px;
    color:#707070;
    text-align: center;
    margin-bottom: 30px;
}
.descargalo .btn-tiendas{
    text-align: center;
}
.descargalo .btn-tiendas a{
    display: inline-block;
    margin: 0 10px;
}
.descargalo .btn-tiendas a img{
    width: 140px;
    margin-bottom: 20px;
}
/*--FIN DESCARGALO--*/


/*---CALENDARIO EVENTO---*/
.calendario{
    background: #089376;
    padding: 60px 0 140px;
}
.fc-header-toolbar h2{
    color:#FBC248;
    font-size: 66px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.fc-header-toolbar button.fc-button{
    background: #00B5AD;
    color:#fff;
    font-size: 30px;
    border: 2px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    text-align: center;
    margin-left: 20px;
    padding: 0;
}
.fc button .fc-icon{
    margin: 0 auto;
}
.fc-unthemed td, .fc-unthemed th{
    border: 8px solid #089376;
}
.fc-unthemed td.fc-day-top,.fc-unthemed tbody,.fc-unthemed thead{
    border: 0;
}

.fc-day-header{
    background: #05745C;
}
.fc-day-header.fc-sun,
.fc-day-header.fc-sat{
    background: #FBC248;
}
.fc-day-header span{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    text-transform: capitalize;
}
.fc-day-header.fc-sun span,
.fc-day-header.fc-sat span{
    color:#fff;
}
.fc-day{
    background: #E5E6E8;
    height: 60px !important;
}
.fc-day.fc-sun,
.fc-day.fc-sat{
    background: #449B6D;
}
.fc-basic-view .fc-sun .fc-day-number,
.fc-basic-view .fc-sat .fc-day-number{
    color:#F4AF53;
}

.fc-day.fc-other-month{
    background: #61B4A4;
}
.fc-basic-view .fc-other-month .fc-day-number,
.fc-basic-view .fc-other-month.fc-sun .fc-day-number,
.fc-basic-view .fc-other-month.fc-sat .fc-day-number
{
    color:#303030;
}
.fc-basic-view .fc-day-number{
    color: #303030;
    font-size: 30px;
    line-height: 30px;
    padding: 10px 20px 0;
}
.fc-basic-view .fc-body .fc-row{
    max-height: 100px;
}
.fc-event, .fc-event-dot{
    background: #00B5AD;
    color: #fff !important;
    padding: 1px 6px 3px;
    border: none;
}
.fc-unthemed td.fc-today{
    border: none;
}
/*---FIN CALENDARIO EVENTO---*/

/*--FORM INSCRIPCION--*/
.form-ins{
    padding: 60px 0;
}
.formulario-ins {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.cerrar-form-ins {
  font-size: 34px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 10;
}
  .formulario-ins.visible {
    opacity: 1;
    visibility: visible;
  }
.form-ins .w-form{
    background: #fff;
    width: 750px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 40px 30px 30px;
    text-align: center;
    max-width: 100%;
}
.form-ins .w-form h3{
    color:#089376;
    font-size: 36px;
    text-align: center;
    margin-bottom: 26px;
}
.w-form .form-group{
    position: relative;
}
.w-form input{
    width: 100%;
    height: 50px;
    border: 1px solid #A0A0A0;
    border-radius: 3px;
    padding: 5px 15px;
    text-align: left;
}
.w-form select{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background-repeat: no-repeat;
    background-image: url('../images/bg-select.png');
    background-position: right center;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    border: 1px solid #A0A0A0;
    text-align: left;
}
.w-form textarea{
    width: 100%;
    height: 200px;
    border: 1px solid #A0A0A0;
    border-radius: 3px;
    padding: 5px 15px;
    resize: none;
}
.form-ins .w-form button{
    width: 500px;
    max-width: 100%;
    margin-top: 20px;
}

.w-form .row {
  margin-right: -5px;
  margin-left: -5px;
}
.w-form .row > [class^="col-"],
.w-form .row > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.w-form .ic-nomina{
    position: absolute;
    top: 9px;
    width: 26px;
    right: 10px;
}
/*--FIN FORM INSCRIPCION--*/

/*--MENU INTERIOR--*/
.menu-interior{
    text-align: right;
    margin-bottom: 40px;
}
.menu-interior a{
    color:#626262;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border-right: 1px solid #B7B7B7;
    padding: 3px 15px;
}
.menu-interior a.activo{
    color:#00A79F;
    position: relative;
    text-align: center;
}
.menu-interior a.activo:after{
    content: "\f107";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: block;
    position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 20px;
    right: 0;
    margin: 0 auto;
}
a.volver{
    text-decoration: none;
    color:#00A79F;
    font-weight: bold;
}
a.volver i{
    margin-right: 5px;
}
a.volver:hover{
    color:#06827c;
}
/*--FIN MENU INTERIOR--*/

/*--SLIDE--*/
.slide{
    position: relative;
}
.slide .banner-interior{
    height: 550px;
}
.slide .tns-nav{
    bottom: 20px;
    left: 40px;
    z-index: 99;
    position: absolute;
}
.slide .tns-nav button{
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
    border: none;
    margin-right: 6px;
}
.slide .tns-nav button.tns-nav-active{
    opacity: 0.6;
}
.slide .banner-interior .texto-banner{
    padding-right: 350px;
}

.w-box-login{
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -webkit-box-align:center;
    justify-content:center;
}
.box-login{
    width: 350px;
    padding: 20px 30px;
    background: #fff;
}
.box-login h4{
    color:#089376;
    font-size: 36px;
}
.box-login input{
    margin-bottom: 10px;
}
.box-login input:last-child{
    margin-bottom: 5px;
}
.box-login a{
    color:#089376;
    font-size: 16px;
    text-decoration: underline;
}
.box-login button{
    margin-top: 10px;
    margin-bottom: 15px;
}
.box-login .texto-reg{
    margin-bottom: 6px;
}
.box-login .texto-reg b{
    display: block;
    font-weight: bold;
}
.box-login .dudas{
    margin-top: 10px;
}
.box-login .dudas a{}

.box-login a.btn.rojo{
    color:#fff;
    text-decoration: none;
}

.box-login p{
    line-height: 20px;
}
/*--FIN SLIDE--*/

.box-txt{
    background: no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
}
.box-txt .w-txt{
    border: 1px solid #fff;
    padding: 20px 40px;
    text-align: center;
}
.box-txt .w-txt p{
    color:#FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    word-break: break-word;
}

/*--PREMIOS--*/
.cat-premios{}

.box-premio{
    background: no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}

.texto-premios{}
.texto-premios .titulo-premio{
    margin-bottom: 40px;
}
.texto-premios .titulo-premio h4{
    color:#FFFFFF;
    font-size: 28px;
    margin-bottom: 0;
}
.texto-premios .titulo-premio h5{
    font-size: 34px;
    line-height: 34px;
    color:#FFFFFF;
    font-weight: bold;
    margin-top: 0,
}
.texto-premios.tipo1 .titulo-premio:after{
    width: 80px;
    height: 2px;
    background: #18EFC2;
    display: block;
    content:"";
}
.texto-premios.tipo2 .titulo-premio:after{
    width: 80px;
    height: 2px;
    background: #CAFF67;
    display: block;
    content:"";
}
.item-premio{
    position: relative;
    padding-left: 55px;
}
.item-premio span{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
}
.texto-premios.tipo1 .item-premio span{
    color:#18EFC2;
    border: 2px solid #18EFC2;
}
.texto-premios.tipo2 .item-premio span{
    color:#CAFF67;
    border: 2px solid #CAFF67;
}
.item-premio p{
    font-size: 18px;
    line-height: 24px;
    color:#fff;
    font-weight: bold;
}
.texto-premios {
    width: 700px;
    max-width: 100%;
    float: right;
    padding: 0 40px;
}
.texto-premios.tipo1 {
    float: right;
}
.texto-premios.tipo2 {
    float: left;
}
/*--FIN PREMIOS--*/

/*--BASES--*/
.bases{}

.bases .row {
  margin-right: -1px;
  margin-left: -1px;
}
.bases .row > [class^="col-"],
.bases .row > [class*=" col-"] {
  padding-right: 1px;
  padding-left: 1px;
}
.bases .box-base{
    position: relative;
    background: no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.box-base{
    height: 400px;
}
.box-base .texto-base{
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 350px;
}
.box-base .texto-base h4{
    color:#505050;
    font-size: 32px;
    font-weight: bold;
}
.box-base .texto-base h4:after{
    width: 80px;
    height: 2px;
    background: #089376;
    display: block;
    content:"";
    margin-top: 10px;
}
.box-base .texto-base p{
    font-size: 18px;
    color:#505050;
}
/*--FIN BASES--*/

/*--TWIITER--*/
.box-twitter{
    background: #089376;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}
.box-twitter figure{
    position: absolute;
    width: 100px;
    top: 20px;
    left: 20px;
}
.box-twitter figure img{
    width: 100%;
}
.box-twitter .texto-tw{
    padding-left: 120px;
}
.box-twitter .texto-tw h4{
    color:#FFFFFF;
    font-size: 24px;
    font-weight: bold;
}
.box-twitter .texto-tw h4 a{
    color:#A7F6FC;
    font-size: 18px;
    font-weight: normal;
}
.box-twitter .texto-tw .tiempo{
    font-size: 14px;
    color:#fff;
}
.box-twitter .texto-tw p{
    font-size: 16px;
    color:#fff;
}
.box-twitter .texto-tw p a{
    color:#A7F6FC;
}
/*--FIN TWIITER--*/

/*--VIDEOS--*/
.grilla-videos{}
.box-video{
    padding: 20px;
    background: no-repeat left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
    position: relative;
    background-color: #000;
    transition: all 0.3s ease;
}
.box-video:hover{
    opacity: 0.9;
}
.box-video .texto-video{
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 10;
}
.box-video .texto-video h4{
    color:#FFFFFF;
    font-size: 42px;
    font-weight: bold;
}
.box-video .texto-video h4 i{
    color:#0BD0A7;
    font-size: 40px;
}
.box-video .texto-video p{
    color:#E3E3E3;
    font-size: 16px;
    line-height: 22px;
}
/*--FIN VIDEOS--*/

/*--TESTIMONIOS THUMB--*/
.testimonios-thumb{
    background: url('../images/bg-test-t.jpg') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0 50px;
}
.titulo-test{
    margin-bottom: 60px;
}
.titulo-test img{
    display: inline-block;
    vertical-align: bottom;
    width: 150px;
    margin-right: 20px;
}
.titulo-test h3{
    color:#089376;
    font-size: 70px;
    font-weight: 900;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
}
.titulo-test h3:after{
    content:"";
    width: 85px;
    height: 4px;
    background: #089376;
    display: block;
}
.testimonios-thumb .w-test .texto-test p,.testimonios-thumb .w-test .texto-test p:before{
    color:#36645A;
}
.testimonios-thumb .w-test .texto-test h5{
    color:#1d1d1d;
}
.testimonios-thumb .w-test .texto-test h6{
    color:#505050;
}

.testimonios-thumb{
}
.testimonios-thumb .thumbnails{
    list-style: none;
    padding-left: 0;
    text-align: right;
    margin-right: 100px;
    margin-top: -50px;
}
.testimonios-thumb .thumbnails li{
    width: 180px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 0px;
    padding: 0 10px;
    cursor: pointer;
}
.testimonios-thumb .thumbnails li.tns-nav-active img{
    opacity: 0.6;
}
.testimonios-thumb .thumbnails li img{
    width: 150px;
    margin: 0 auto 10px;
    border: 8px solid #59E6E0;
    border-radius: 100%;
}
.testimonios-thumb .thumbnails li h4{
    color:#1D1D1B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.testimonios-thumb .thumbnails li h5{
    font-size: 14px;
    font-weight: normal;
    color:#505050;
    margin-top: 0;
}
/*--FIN TESTIMONIOS THUMB--*/

/*--CARRUSEL PERSONAS--*/
.carrusel-personas{
    padding: 0 40px;
    position: relative;
}
.carrusel-personas .item-est{
    text-align: center;
}
.carrusel-personas .item-est figure{
    width: 160px;
    border-radius: 100%;
    margin: 0 auto 10px;
    padding: 8px;
    background: #F5F5F5;
    overflow: hidden;
}
.carrusel-personas .item-est figure img{
    width: 100%;
    border-radius: 100%;
}
.carrusel-personas .item-est h4{
    color:#1D1D1B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.carrusel-personas .item-est h5{
    font-size: 14px;
    font-weight: normal;
    color:#505050;
    margin-top: 0;
}
.carrusel-personas .tns-controls button{
    position: absolute;
    top: 35%;
}
.carrusel-personas .tns-controls button:first-child{
    left: 0;
}
.carrusel-personas .tns-controls button:last-child{
    right: 0;
}
/*--FIN CARRUSEL PERSONAS--*/

/*--MISION---*/
.box-home.box-mision{
    background-position: left center;
    overflow: hidden;
    padding: 40px;
}
.box-home.box-mision .texto-box{
    position: absolute;
    bottom: 50px;
}
.box-home.box-mision .hover-mision{
    position: absolute;
    top: 100%;
    opacity: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 20px 40px;
    transition:cubic-bezier(.77,0,.175,1) 0.5s;
}
.box-home.box-mision:hover .hover-mision{
    top: 0;
    opacity: 1;
}
.box-home.box-mision:hover h4,
.box-home.box-mision:hover .texto-box:after
{
    opacity: 0;
    transition: all 0.3s ease;
}
.box-home.box-mision .hover-mision h4{
    margin-bottom: 10px;
}
.box-home.box-mision .hover-mision h4:after{
    content: "";
    width: 80px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 14px;
}
.box-home.box-mision.rojo .hover-mision{ background: rgba(190,87,78,0.9); }
.box-home.box-mision.amarillo .hover-mision{ background: rgba(251,194,72,0.9); }
.box-home.box-mision.naranjo .hover-mision{ background: rgba(240,128,59,0.9); }

.box-home.box-mision:hover .hover-mision h4,
.box-home.box-mision:hover .hover-mision h4:after{
    opacity: 1;
}
/*--FIN MISION---*/

/*--CALENDARIO EVENTO--*/
.calendario-act{
    background: #089376;
    padding: 30px 20px;
}
.c-act .row {
  margin-right: -3px;
  margin-left: -3px;
}
.c-act .row > [class^="col-"],
.c-act .row > [class*=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
}
.calendario-act .fc-header-toolbar h2{
    font-size: 30px;
}
.calendario-act .fc-header-toolbar button.fc-button{
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 10px;
}
.calendario-act .fc-toolbar.fc-header-toolbar{
    margin-bottom: 0px;
}
.calendario-act .fc-day-header span{
    visibility: hidden;
    display: block;
    width: 10px;
    font-size: 16px;
    margin: 0 auto;
}
.calendario-act .fc-day-header span:first-letter{
    visibility: visible;
}
.calendario-act .fc-basic-view .fc-day-number {
    color: #303030;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 14px 0;
}
.calendario-act .fc-basic-view .fc-sun .fc-day-number,.calendario-act .fc-basic-view .fc-sat .fc-day-number{
    color: #F4AF53;
}
a.ver-not{
    text-align: right;
    color:#fff;
    display: block;
    margin-top: 20px;
    font-size: 20px;
}

.box-agenda{
    background: #089376;
    padding: 20px;
    position: relative;
    padding-left: 150px;
    margin-bottom: 6px;
}
.box-agenda .fecha-agenda{
    background: #FBC248;
    text-align: center;
    color:#fff;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 20px;
    width: 110px;
    padding: 25px 15px;
}
.box-agenda .fecha-agenda span{
    font-size: 46px;
    line-height: 40px;
    display: block;
    font-weight: bold;
}
.box-agenda .texto-agenda{}
.box-agenda .texto-agenda h4{
    color:#FFFFFF;
    font-size: 24px;
    margin: 0;
    font-weight: bold;
}
.box-agenda .texto-agenda p{
    font-size: 18px;
    color:#fff;
}
/*--FIN CALENDARIO EVENTO--*/

/*--CONTACTO--*/
.contacto{}
.contacto textarea{
    height: 200px;
}
/*--FIN CONTACTO--*/

/*--INICIO SESION--*/
.inicio-sesion{
    background: url('../images/bg-sesion.jpg') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0 220px;
    text-align: center;
}
.inicio-sesion h2.titulo{}
.inicio-sesion h4{
    color:#64928B;
    font-size: 18px;
    font-weight: bold;
    max-width: 350px;
    margin: 0 auto 40px;
}
.inicio-sesion .w-form{
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}
.inicio-sesion .w-form .btn{
    width: 300px;
    max-width: 100%;
    margin-top: 10px;
}
.dudas{
    color:#505050;
    font-size: 16px;
    opacity: 0.7;
    margin-top: 15px;
}
.dudas a{
    font-weight: bold;
    color:#505050;
    display: block;
}
/*--FIN INICIO SESION--*/

/*--VIDEOS--*/
.w-videos{}
.w-videos .b-video{
    text-align: right;
    margin-bottom: 20px;
}
.w-videos .b-video figure{
    margin-bottom: 10px;
}
.w-videos .b-video figure img{
    width: 100%;
    transition: all 0.5s ease;
}
.w-videos .b-video:hover figure img{
    opacity: 0.85;
}
.w-videos .b-video h4{
    color:#505050;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.w-videos .b-video .puntos{
    font-size: 16px;
    font-weight: bold;
}
.w-videos .b-video .puntos.rojo{
    color:#FF0000;
}
.w-videos .b-video .puntos.verde{
    color:#6F932C;
}
/*--FIN VIDEOS--*/

/*--NOTICIAS--*/
.grilla-not{}
.grilla-not .box-not{
    margin-bottom: 40px;
}

.detalle-not{}
.detalle-not figure{
    position: relative;
    margin-bottom: 10px;
}
.detalle-not figure img{
    max-width: 100%;
}
.detalle-not .compartir{
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 10;
}
.detalle-not .compartir span{
    font-size: 16px;
    color:#fff;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.detalle-not .compartir a{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color:#fff;
    margin-left: 5px;
}
.detalle-not .compartir a:hover{
    opacity: 0.8;
}
.detalle-not .fecha{
    color:#A0A0A0;
    font-size: 16px;
    margin-bottom: 5px;
}
.detalle-not h4{
    color:#505050;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.detalle-not p{
    font-size: 18px;
    color:#505050;
}

.detalle-not .cuadro-verde{
    background: #089376;
    padding: 30px;
    margin: 40px 0 40px;
}
.detalle-not .cuadro-verde p{
    color:#fff;
    margin-bottom: 0;
}
.detalle-not figure.f-int{
    margin: 40px 0 20px;
}
.detalle-not ul{
    font-size: 18px;
    color:#505050;
    list-style: none;
    margin: 40px 0;
}
.detalle-not ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.detalle-not ul li:before{
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color:#089376;
    position: absolute;
    top: 0;
    left: 0;
}
.detalle-not .item-ficha{
    min-height: 0;
}
.detalle-not .item-ficha img{
    height: 80%;
    width: auto;
    top: 10%;
}
/*--FIN NOTICIAS--*/

/*--NUEVOS--*/
.bt2{
    padding: 50px 40px;
}
.bt2 figure{
    width: 200px;
    float: left;
    text-align: center;
    padding-top: 60px;
}
.bt2 figure img{
    max-width: 80px;
    margin: 0 auto;
}
.banner-texto.bt2 .texto-ban{
    width: calc(100% - 200px);
}
.banner-texto.bt2 a.btn{
    float: left;
    margin-top: 10px;
    border: 2px solid #fff;
}

.bt3{
    padding: 50px 40px;
}
.bt3 figure{
    width: 40%;
    float: left;
    text-align: center;
}
.bt3 figure img{
    width: 70px;
    margin-bottom: 15px;
}
.bt3 figure h4{
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    margin: 0 0 15px;
}
.bt3 .texto-ban{
    width: 50%;
    text-align: center;
    float: right;
}
.banner-texto.bt3 a.btn{
    float: none;
    margin-top: 10px;
}

.banner-texto.bt4{
    padding: 20px 0 30px;
}
.banner-texto.bt4 .texto-ban{
    width: 55%;
    float: right;
    text-align: right;
}
.banner-texto.bt4 .texto-ban a.btn{
    margin-top: 0;
}

.te2{
    padding: 30px 0;
}
.te2 .tns-controls{
    position: relative;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 20px;
}
.te2 .b-tes{

}

.te2 .carrusel-testimonios .tns-controls button{
    top: 0;
    right: 0;
    margin-left: 10px;
    position: relative;
}
/*--FIN NUEVOS--*/

/*--EV TALLER---*/
.ev-taller{
    background: url('../images/bg-ev.jpg') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 0 80px;
}
.ev-taller .titulo-taller{
    position: relative;
    padding-left: 150px;
}
.ev-taller .titulo-taller img{
    position: absolute;
    width: 120px;
    top: 10px;
    left: 0;
}
.ev-taller .titulo-taller h3{
    font-weight: 900;
    color:#fff;
    font-size: 66px;
    line-height: 70px;
    display: inline-block;
}
.ev-taller .titulo-taller h3:after{
    background: #fff;
    width: 100px;
    height: 4px;
    content:"";
    display: block;
    margin-top: 10px;
}
.ev-taller .texto-ev{
    margin: 40px 0 60px;
}
.ev-taller .texto-ev p{
    color:#fff;
}
.ev-taller .form-ev{}
.ev-taller .form-ev input{
    background: #CFCFCF;
    border: 1px solid #BCE0FD;
    width: 100%;
    padding: 5px 10px;
    height: 42px;
}
.ev-taller .form-ev select{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background-repeat: no-repeat;
    background-image: url('../images/bg-select2.png');
    background-position: right center;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    background-color: #CFCFCF;
    border: 1px solid #BCE0FD;
    width: 100%;
    height: 42px;
}
.ev-taller h5{
    font-size: 28px;
    color:#fff;
    font-weight: bold;
    margin-top: 60px;
    text-align: center;
}
.ev-taller button{
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 8px 10px 9px;
    width: 240px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    background: transparent;
    font-size: 20px;
}
.ev-taller button:hover{
    background: #fff;
    color:#666;
}
/*--FIN EV TALLER---*/

/*--PREGUNTAS--*/
.s-pregunta{
    background: url('../images/bg-test-t.jpg') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 120px 0;
}
.w-pregunta{
    background: #fff;
    position: relative;
}
.w-pregunta .item-pregunta{
    padding: 60px;
}
.w-pregunta .pregunta{
    font-size: 30px;
    font-weight: bold;
    color:#7F7F7F;
    margin: 0;
    border-bottom: 1px solid #7E7E7E;
    padding-bottom: 20px;
    position: relative;
    padding-left: 105px;
    min-height: 100px;
}
.w-pregunta .pregunta span{
    color:#089376;
    border: 5px solid #089376;
    width: 90px;
    height:90px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    font-size: 64px;
    padding-top: 14px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -14px;
}
.w-pregunta .pregunta h4{
    display: inline-block;
    margin: 0 0 0 0px;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
    color:#7F7F7F;
}
.w-pregunta .respuesta{
    padding: 40px 0 0 100px;
}
.w-pregunta .form-check{
    margin-bottom: 5px;
}
.w-pregunta .respuesta input{}
.w-pregunta .respuesta label{}

.nav-pregunta{}
.nav-pregunta a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color:#fff;
    text-align: center;
    background: #00B5AD;
    margin: 0;
    position: absolute;
    top: 45%;
    font-size: 22px;
    padding-top: 4px;
}
.nav-pregunta a:hover{
    background: #048e88;
}
.nav-pregunta a.disable:hover{
    background: #00B5AD;
}

.nav-pregunta a.preg-izq{
    left: -20px;
}
.nav-pregunta a.preg-der{
    right: -20px;
    left: auto;
}
.nav-pregunta a.disable{
    opacity: 0.4;
    cursor: default;
}

.w-pregunta .carrusel{
    position: relative;
}
.w-pregunta .tns-controls button{
    background: #00B5AD;
    border: none;
    border-radius: 10px;
    color:#fff;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    z-index: 99;
}
.w-pregunta .tns-controls button:first-child{
    left: -20px;
    top: 45%;
}
.w-pregunta .tns-controls button:last-child{
    right: -20px;
    top: 45%;
}
.w-pregunta .tns-controls button:after{
    content:"";
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 22px;
}
.w-pregunta .tns-controls button:first-child:after{
    content:"\f104";
}
.w-pregunta .tns-controls button:last-child:after{
    content:"\f105";
}
.w-pregunta .item-pregunta a{
    margin-top: 40px;
}
/*--FIN PREGUNTAS--*/

/*--NUEVOS--*/
.barra-top.menu-nuevo{
    padding: 30px 0 20px;
}
.barra-top.menu-nuevo .logo-menu{
    width: 340px;
}
.barra-top.menu-nuevo .logo-menu img{
    width: 100%;
}
.barra-top.menu-nuevo .user{
    float: right;
    margin-bottom: 20px;
}
.barra-top.menu-nuevo .menu-barra{}

.barra-top.menu-nuevo .menu-barra a{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.barra-top.menu-nuevo .menu-barra a:after{
    content:"\f078";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color:#18EFC2;
    opacity: 0;
}
.barra-top.menu-nuevo .menu-barra a.activo:after{
    opacity: 1;
}

.crear-grupo{}
.crear-grupo .w-crear-grupo{}
.crear-grupo .form-group{
    margin-bottom: 10px;
}
.crear-grupo .form-group.c-b{
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}
.crear-grupo .form-group label{
    font-size: 30px;
    display: block;
}
.crear-grupo .form-group select{
    height: 42px;
    background-image: url(../images/bg-select2.png);
    border-radius: 5px;
}
.crear-grupo .btn.azul{
    background: #007BFF;
}
.tabla-integrantes{
    width: 100%;
    margin: 20px 0;
}
.tabla-integrantes tr{}
.tabla-integrantes th{
    padding: 7px 10px;
    font-weight: bold;
    border: 1px solid #dadada;
}
.tabla-integrantes td{
    font-weight: normal;
    padding: 7px 10px;
    border: 1px solid #dadada;
}

.box-ins{
    padding: 40px 80px;
    position: relative;
}
.box-ins:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    opacity: 0.3;
    z-index: 0;
    content:"";
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.69) 96%, rgba(0,0,0,0.73) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0)), color-stop(96%, rgba(0,0,0,0.69)), color-stop(100%, rgba(0,0,0,0.73)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.69) 96%, rgba(0,0,0,0.73) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.69) 96%, rgba(0,0,0,0.73) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.69) 96%, rgba(0,0,0,0.73) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.69) 96%, rgba(0,0,0,0.73) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.box-ins.verde{
    background: #168C73;
}
.box-ins.rojo{
    background: #D34541;
}
.box-ins.gris{
    background: #838383;
}
.box-ins .titulo{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}
.box-ins .ic-question{
    display: inline-block;
    vertical-align: middle;
    border: 6px solid #fff;
    border-radius: 4px;
    color:#fff;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 10px;
    font-size: 36px;
    line-height: 36px;
    padding-top: 6px;
}
.box-ins .ic-question.rotado{
    transform: rotate(45deg);
    margin-right: 24px;
}
.box-ins .ic-question i{}
.box-ins .titulo h3{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 30px;
    color:#fff;
    font-weight: bold;
}
.box-ins .texto-ins{
    padding: 20px 80px;
    position: relative;
    z-index: 10;
}
.box-ins .texto-ins p{
    color:#fff;
    margin-bottom: 0;
}
.box-ins .texto-ins.c-ic{
    padding: 0px 0 0 100px;
    position: relative;
}
.box-ins .texto-ins.c-ic .ic-question{
    position: absolute;
    top: 0;
    left: 0;
}
.box-ins.ins-small .texto-ins.c-ic .ic-question{
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    font-size: 24px;
    line-height: 24px;
    padding-top: 4px;
    left: 40px;
    top: 5px;
}

.box-grupo.c-btn{
    padding-bottom: 25px;
    min-height: 250px;
}
.botones-grupo{
    text-align: right;
}
.botones-grupo a{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    display: inline-block;
    text-align: center;
    width: 140px;
    border-radius: 10px;
    background: rgba(22,140,115,1);
    background: -moz-linear-gradient(top, rgba(22,140,115,1) 0%, rgba(22,140,115,1) 74%, rgba(22,132,109,1) 78%, rgba(24,89,76,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,140,115,1)), color-stop(74%, rgba(22,140,115,1)), color-stop(78%, rgba(22,132,109,1)), color-stop(100%, rgba(24,89,76,1)));
    background: -webkit-linear-gradient(top, rgba(22,140,115,1) 0%, rgba(22,140,115,1) 74%, rgba(22,132,109,1) 78%, rgba(24,89,76,1) 100%);
    background: -o-linear-gradient(top, rgba(22,140,115,1) 0%, rgba(22,140,115,1) 74%, rgba(22,132,109,1) 78%, rgba(24,89,76,1) 100%);
    background: -ms-linear-gradient(top, rgba(22,140,115,1) 0%, rgba(22,140,115,1) 74%, rgba(22,132,109,1) 78%, rgba(24,89,76,1) 100%);
    background: linear-gradient(to bottom, rgba(22,140,115,1) 0%, rgba(22,140,115,1) 74%, rgba(22,132,109,1) 78%, rgba(24,89,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#168c73', endColorstr='#18594c', GradientType=0 );
}
.botones-grupo a.btn-gris{
background: rgba(132,132,132,1);
background: -moz-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(132,132,132,1) 74%, rgba(120,120,120,1) 78%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(132,132,132,1)), color-stop(74%, rgba(132,132,132,1)), color-stop(78%, rgba(120,120,120,1)), color-stop(100%, rgba(51,51,51,1)));
background: -webkit-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(132,132,132,1) 74%, rgba(120,120,120,1) 78%, rgba(51,51,51,1) 100%);
background: -o-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(132,132,132,1) 74%, rgba(120,120,120,1) 78%, rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(top, rgba(132,132,132,1) 0%, rgba(132,132,132,1) 74%, rgba(120,120,120,1) 78%, rgba(51,51,51,1) 100%);
background: linear-gradient(to bottom, rgba(132,132,132,1) 0%, rgba(132,132,132,1) 74%, rgba(120,120,120,1) 78%, rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#333333', GradientType=0 );
}

.subir-video{
    background: url('../images/bg-subirvideo.jpg') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px;
}
.subir-video h2{
    margin-bottom: 40px;
}
.subir-video .c-subirvideo{
    display: flex;
    justify-content: space-between;
}
.subir-video .c-subirvideo .form-group{}
.subir-video .c-subirvideo button{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    display: inline-block;
    text-align: center;
    width: 170px;
    border-radius: 10px;
background: rgba(211,69,65,1);
background: -moz-linear-gradient(top, rgba(211,69,65,1) 0%, rgba(211,69,65,1) 73%, rgba(202,65,61,1) 77%, rgba(148,43,41,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211,69,65,1)), color-stop(73%, rgba(211,69,65,1)), color-stop(77%, rgba(202,65,61,1)), color-stop(100%, rgba(148,43,41,1)));
background: -webkit-linear-gradient(top, rgba(211,69,65,1) 0%, rgba(211,69,65,1) 73%, rgba(202,65,61,1) 77%, rgba(148,43,41,1) 100%);
background: -o-linear-gradient(top, rgba(211,69,65,1) 0%, rgba(211,69,65,1) 73%, rgba(202,65,61,1) 77%, rgba(148,43,41,1) 100%);
background: -ms-linear-gradient(top, rgba(211,69,65,1) 0%, rgba(211,69,65,1) 73%, rgba(202,65,61,1) 77%, rgba(148,43,41,1) 100%);
background: linear-gradient(to bottom, rgba(211,69,65,1) 0%, rgba(211,69,65,1) 73%, rgba(202,65,61,1) 77%, rgba(148,43,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d34541', endColorstr='#942b29', GradientType=0 );
}


.i-sesion2{}
.box-i-sesion{
    background: #fff;
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 40px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.box-i-sesion .btn1{
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    padding:10px 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    border: none;
}
.box-i-sesion .btn2{
    color:#747e7c;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #828E8C;
    background: rgba(209,222,222,1);
background: -moz-linear-gradient(top, rgba(209,222,222,1) 0%, rgba(159,181,181,1) 73%, rgba(152,173,173,1) 77%, rgba(114,128,128,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,222,222,1)), color-stop(73%, rgba(159,181,181,1)), color-stop(77%, rgba(152,173,173,1)), color-stop(100%, rgba(114,128,128,1)));
background: -webkit-linear-gradient(top, rgba(209,222,222,1) 0%, rgba(159,181,181,1) 73%, rgba(152,173,173,1) 77%, rgba(114,128,128,1) 100%);
background: -o-linear-gradient(top, rgba(209,222,222,1) 0%, rgba(159,181,181,1) 73%, rgba(152,173,173,1) 77%, rgba(114,128,128,1) 100%);
background: -ms-linear-gradient(top, rgba(209,222,222,1) 0%, rgba(159,181,181,1) 73%, rgba(152,173,173,1) 77%, rgba(114,128,128,1) 100%);
background: linear-gradient(to bottom, rgba(209,222,222,1) 0%, rgba(159,181,181,1) 73%, rgba(152,173,173,1) 77%, rgba(114,128,128,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1dede', endColorstr='#728080', GradientType=0 );
}

.i-sesion2.azul{
    background-image: url('../images/bg-sesion-azul.jpg');
}
.i-sesion2.rojo{
    background-image: url('../images/bg-sesion-rojo.jpg');
}
.i-sesion2.verde{
    background-image: url('../images/bg-sesion-verde.jpg');
}

.default .box-i-sesion{
    border-top: 25px solid #65E1DC;
}
.azul .box-i-sesion{
    border-top: 25px solid #0088BE;
}
.rojo .box-i-sesion{
    border-top: 25px solid #EC6D62;
}
.verde .box-i-sesion{
    border-top: 25px solid #089376;
}
.default .box-i-sesion .btn1{
background: rgba(101,225,220,1);
background: -moz-linear-gradient(top, rgba(101,225,220,1) 0%, rgba(79,204,194,1) 15%, rgba(68,143,138,1) 86%, rgba(69,136,134,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(101,225,220,1)), color-stop(15%, rgba(79,204,194,1)), color-stop(86%, rgba(68,143,138,1)), color-stop(100%, rgba(69,136,134,1)));
background: -webkit-linear-gradient(top, rgba(101,225,220,1) 0%, rgba(79,204,194,1) 15%, rgba(68,143,138,1) 86%, rgba(69,136,134,1) 100%);
background: -o-linear-gradient(top, rgba(101,225,220,1) 0%, rgba(79,204,194,1) 15%, rgba(68,143,138,1) 86%, rgba(69,136,134,1) 100%);
background: -ms-linear-gradient(top, rgba(101,225,220,1) 0%, rgba(79,204,194,1) 15%, rgba(68,143,138,1) 86%, rgba(69,136,134,1) 100%);
background: linear-gradient(to bottom, rgba(101,225,220,1) 0%, rgba(79,204,194,1) 15%, rgba(68,143,138,1) 86%, rgba(69,136,134,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65e1dc', endColorstr='#458886', GradientType=0 );
}
.azul .box-i-sesion .btn1{
background: rgba(0,136,190,1);
background: -moz-linear-gradient(top, rgba(0,136,190,1) 0%, rgba(0,136,190,1) 60%, rgba(17,102,135,1) 85%, rgba(12,59,78,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,136,190,1)), color-stop(60%, rgba(0,136,190,1)), color-stop(85%, rgba(17,102,135,1)), color-stop(100%, rgba(12,59,78,1)));
background: -webkit-linear-gradient(top, rgba(0,136,190,1) 0%, rgba(0,136,190,1) 60%, rgba(17,102,135,1) 85%, rgba(12,59,78,1) 100%);
background: -o-linear-gradient(top, rgba(0,136,190,1) 0%, rgba(0,136,190,1) 60%, rgba(17,102,135,1) 85%, rgba(12,59,78,1) 100%);
background: -ms-linear-gradient(top, rgba(0,136,190,1) 0%, rgba(0,136,190,1) 60%, rgba(17,102,135,1) 85%, rgba(12,59,78,1) 100%);
background: linear-gradient(to bottom, rgba(0,136,190,1) 0%, rgba(0,136,190,1) 60%, rgba(17,102,135,1) 85%, rgba(12,59,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088be', endColorstr='#0c3b4e', GradientType=0 );
}
.rojo .box-i-sesion .btn1{
background: rgba(236,109,98,1);
background: -moz-linear-gradient(top, rgba(236,109,98,1) 0%, rgba(199,85,77,1) 60%, rgba(151,46,37,1) 85%, rgba(151,46,37,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,109,98,1)), color-stop(60%, rgba(199,85,77,1)), color-stop(85%, rgba(151,46,37,1)), color-stop(100%, rgba(151,46,37,1)));
background: -webkit-linear-gradient(top, rgba(236,109,98,1) 0%, rgba(199,85,77,1) 60%, rgba(151,46,37,1) 85%, rgba(151,46,37,1) 100%);
background: -o-linear-gradient(top, rgba(236,109,98,1) 0%, rgba(199,85,77,1) 60%, rgba(151,46,37,1) 85%, rgba(151,46,37,1) 100%);
background: -ms-linear-gradient(top, rgba(236,109,98,1) 0%, rgba(199,85,77,1) 60%, rgba(151,46,37,1) 85%, rgba(151,46,37,1) 100%);
background: linear-gradient(to bottom, rgba(236,109,98,1) 0%, rgba(199,85,77,1) 60%, rgba(151,46,37,1) 85%, rgba(151,46,37,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6d62', endColorstr='#972e25', GradientType=0 );
}
.verde .box-i-sesion .btn1{
background: rgba(8,147,118,1);
background: -moz-linear-gradient(top, rgba(8,147,118,1) 0%, rgba(8,147,118,1) 42%, rgba(24,89,76,1) 88%, rgba(24,89,76,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,147,118,1)), color-stop(42%, rgba(8,147,118,1)), color-stop(88%, rgba(24,89,76,1)), color-stop(100%, rgba(24,89,76,1)));
background: -webkit-linear-gradient(top, rgba(8,147,118,1) 0%, rgba(8,147,118,1) 42%, rgba(24,89,76,1) 88%, rgba(24,89,76,1) 100%);
background: -o-linear-gradient(top, rgba(8,147,118,1) 0%, rgba(8,147,118,1) 42%, rgba(24,89,76,1) 88%, rgba(24,89,76,1) 100%);
background: -ms-linear-gradient(top, rgba(8,147,118,1) 0%, rgba(8,147,118,1) 42%, rgba(24,89,76,1) 88%, rgba(24,89,76,1) 100%);
background: linear-gradient(to bottom, rgba(8,147,118,1) 0%, rgba(8,147,118,1) 42%, rgba(24,89,76,1) 88%, rgba(24,89,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089376', endColorstr='#18594c', GradientType=0 );
}
/*--FIN NUEVOS--*/

@media (max-width: 1400px) {
    .wrap{
        width: 1180px;
    }
    .texto-premios{
        width: 590px;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 991px) {
    .btn-menu{
        display: inline-block;
        color:#fff;
        font-size: 36px;
        float: right;
        cursor: pointer;
    }
    header,header.head-home{
        z-index: 999;
    }
    header nav{
        position: fixed;
        top: 0;
        right: -350px;
        opacity: 0;
        height: 100%;
        width: 300px;
        background: #089376;
        padding: 20px 30px;
        z-index: 99;
        transition:cubic-bezier(.77,0,.175,1) 0.8s;
    }
    header nav.visible{
        right: 0;
        border-radius: 0;
        margin-top: 0;
        opacity: 1;
    }
    header nav ul{
        padding-left: 0;
    }
    header nav ul li{
        display: block;
    }
    header nav ul li a{
        color:#fff;
    }
    .cerrar-menu{
        display: block;
        text-align: right;
        color:#fff;
        font-size: 24px;
        cursor: pointer;
    }
    header nav .lupa{
        display: block;
        margin-top: 20px;
    }
    .redes-head{
        display: block;
        background: transparent;
        padding: 0;
        margin-top: 20px;
    }
    .redes-head a{
        margin: 0 15px 0 0;
        display: inline-block;
        font-size: 28px;
    }

    .col-45,
    .col-55{
        width: 100%;
    }

    .banner-home h2{
        font-size: 90px;
    }

    .testimonios{
        padding-bottom: 120px;
    }
    .carrusel-testimonios .tns-slide-active .texto-test,.carrusel-testimonios .tns-slide-active.active-center .texto-test{
       opacity: 1;
       visibility: visible;
       width: 100%;
       margin-left: 0%;
       transition: all 0s ease;
    }
    .carrusel-testimonios .tns-slide-active figure,.carrusel-testimonios .tns-slide-active.active-center figure{
        opacity: 1;
        transform: scale(1);
    }
    .banner-interior{
        height: 400px;
    }
    .banner-interior .texto-banner img{
        width: 100px;
    }
    .banner-interior .texto-banner h2{
        margin-top: 0;
        font-size: 56px;
        line-height: 56px;
    }

    .puntaje{
        margin-top: 40px;
    }

    .items-video .form-group {
        position: relative;
        width: 100%;
        margin-bottom: 12px;
        padding-right: 150px;
        line-height: 26px;
    }
    .box-que-es figure{
        width: 100%;
        margin: 0;
    }
    .box-que-es .texto-que-es{
        width: 100%;
        margin: 0;
    }
    .descargalo h4{
        margin-top: 40px;
    }
    .fc-day-header span{
        font-size: 20px;
    }
    .w-box-login{
        width: 100%;
        position: relative;
    }
    .w-box-login .box-login{
        width: 100%;
    }
    .box-login button{
        margin-left: 20px;
    }
    .slide .banner-interior{
        height: 400px;
    }
    .slide .banner-interior .texto-banner{
        padding-right: 0;
    }
    .texto-premios.tipo1,
    .texto-premios.tipo2{
        width: 100%;
        float: none;
        padding: 0 40px;
    }
    .box-base .texto-base {
        position: absolute;
        right: 0;
        bottom: 40px;
        padding: 0 20px;
        width: 100%;
    }
    .testimonios-thumb .thumbnails{
        margin-top: 0;
    }
}

@media (max-width: 768px) {

    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        visibility: visible !important;
    }

    .m-footer{
        margin-bottom: 40px;
    }
    .box-home figure{
        height: 70px;
    }
    .inscribete .texto-ins{
        width: 100%;
    }
    .inscribete a.btn{
        margin-top: 40px;
    }
    .jugar .texto-jugar {
        max-width: 100%;
        float: right;
        padding-left: 40px;
        padding-right: 40px;
    }
    .banner-texto .texto-ban{
        width: 100%;
    }
    .fc-day-header span{
        font-size: 16px;
    }
    .fc-header-toolbar h2{
        font-size: 54px;
        margin-bottom: 0;
    }
    .box-base .texto-base{
        width: 390px;
    }
    .testimonios-thumb .thumbnails{
        margin-right: 0;
        text-align: center;
    }
    .testimonios-thumb .thumbnails li{
        max-width: 32%;
    }
    .testimonios-thumb .thumbnails li img{
        max-width: 100%;
    }
    .w-twitter{
        margin-bottom: 60px;
    }
    .jugar.jugar2 .texto-jugar p{
        line-height: 26px;
    }
    .bt2 figure {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        text-align: center;
        padding-top: 0;
    }
    .banner-texto.bt2 .texto-ban {
        width: 100%;
    }
    .banner-texto .texto-ban h4{
        font-size: 36px;
    }
    .bt3 figure{
        width: 100%;
    }
    .banner-texto.bt4 .texto-ban{
        width: 100%;
    }
    .ev-taller .titulo-taller h3{
        font-size: 50px;
        line-height: 54px;
    }
    .ev-taller .form-ev input{
        margin-bottom: 20px;
    }
    .barra-top.menu-nuevo .logo-menu{
        margin-bottom: 20px;
    }
    .box-ins .texto-ins{
        padding: 20px 0;
    }
    .box-ins{
        padding: 40px;
    }
    .subir-video .c-subirvideo{
        display: block;
    }
}



@media (max-width: 640px) {
    header{
        padding: 15px 0;
    }
    .barra-top .menu-barra{
        margin-top: 10px;
    }
    .barra-top .menu-barra a{
        padding: 5px 10px;
    }
    .wrap{
        padding: 0 20px;
    }
    .banner-home h2{
        font-size: 70px;
        line-height: 70px;
    }
    img.arboles2,
    img.arboles3{
        display: none;
    }
    img.arboles1{
        left: 20px;
    }
    img.banco{
        width: 60%;
        bottom: 0;
    }
    .banner-interior{
        height: 350px;
    }
    .banner-interior .texto-banner img{
        width: 60px;
    }
    .banner-interior .texto-banner h2{
        margin-top: 0;
        font-size: 46px;
        line-height: 46px;
    }
    .banner-interior .texto-banner p{
        font-size: 18px;
        line-height: 24px;
    }
    .jugar .texto-jugar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .min-jugar{
        padding: 0 20px;
    }

    .fc-header-toolbar h2{
        font-size: 40px;
        margin-bottom: 0;
    }
    .fc-header-toolbar button.fc-button{
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding: 0;
        margin-left: 10px;
    }
    .fc-day-header span{
        visibility: hidden;
        display: block;
        width: 10px;
        margin: 0 auto;
    }
    .fc-day-header span:first-letter{
        visibility: visible;
    }
    .fc-basic-view .fc-day-number{
        font-size: 20px;
        padding: 5px 10px 0;
    }
    .menu-interior{
        text-align: center;
    }
    .menu-interior a{
        margin-bottom: 5px;
    }
    .menu-interior a.activo{
        margin-bottom: 20px;
    }
    .texto-premios.tipo1,
    .texto-premios.tipo2{
        padding: 0 20px;
    }

    .ev-taller .titulo-taller{
        padding-left: 100px;
    }
    .ev-taller .titulo-taller img{
        width: 80px;
    }
    .ev-taller .titulo-taller h3{
        font-size: 42px;
        line-height: 48px;
    }
    .w-pregunta .pregunta span{
        width: 70px;
        height: 70px;
        font-size: 50px;
        padding-top: 8px;
        top: -10px;
    }
    .w-pregunta .pregunta{
        padding-left: 85px;
        font-size: 24px;
        min-height: 80px;
    }
    .w-pregunta .pregunta h4{
        font-size: 24px;
    }
    .w-pregunta .respuesta{
        padding-left: 0;
    }
    .w-pregunta .tns-controls button:first-child{
        left: 0;
    }
    .w-pregunta .tns-controls button:last-child{
        right: 0;
    }
    .botones-grupo a{
        margin-bottom: 10px;
    }
    .wrap-tabla{
        overflow: scroll;
        width: 100%;
    }
    .box-ins .ic-question{
        margin-bottom: 20px;
    }
}


@media (max-width: 480px) {
    header{
        padding: 15px 0;
    }
    header .logo,header.head-home .logo{
        width: 200px;
    }

    .box-i-sesion{
        padding: 50px 20px;
    }
    .newsletter .form-news input{
        width: 100%;
        margin-bottom: 10px;
    }
    .newsletter .form-news button{
        width: 100%;
    }
    .banner-home p{
        font-size: 18px;
        line-height: 22px;
    }
    .box-home h4{
        font-size: 34px;
        line-height: 34px;
    }
    .banner-home h2 {
        font-size: 60px;
         line-height:60px;
    }
    .carrusel-top{
        margin-top: 60px;
    }
    .banner-interior{
        height: 350px;
    }
    .banner-interior .texto-banner{
        position: relative;
        padding-left: 70px;
    }
    .banner-interior .texto-banner img{
        width: 50px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .banner-interior .texto-banner h2{
        margin-top: 0;
        font-size: 36px;
        line-height: 36px;
    }
    .banner-interior .texto-banner p{
        margin-left: -70px;
    }
    .barra-top .menu-barra{
        text-align: center;
    }

    .items-video .form-group{
        padding-right: 0;
        margin-bottom: 30px;
    }
    .items-video .form-group label{
        width: 100%;
        display: block;
    }
    .items-video .form-group select{
        position: relative;
    }
    .w-test .texto-test{
        padding-left: 0;
    }
    .w-test .texto-test p:before{
        position: relative;
        left: auto;
        top: auto;
        display: block;
        margin-bottom: 20px;
    }
    .box-que-es .texto-que-es{
        padding: 30px 20px;
    }
    .descargalo .titulo-des{
        text-align: center;
    }
    .descargalo .titulo-des h3{
        width: 100%;
        margin: 0 auto 20px;
        float: none;
        font-size: 36px;
    }
    .descargalo .titulo-des img{
        width: 80px;
        margin: 0 auto;
        float: none;
    }
    .inscribete .texto-ins h4{
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .descargalo h4{
        font-size: 40px;
    }
    .fc-toolbar .fc-left{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .fc-toolbar .fc-left h2{
        width: 100%;
    }
    .box-home{
        min-height: 0;
    }
    .box-login button{
        margin-left: 0px;
        width: 100%;
    }
    .box-login{
        padding: 20px;
    }
    .box-base .texto-base{
        width: 100%;
        padding: 0 20px;
    }
    .box-twitter figure{
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 15px;
    }
    .box-twitter .texto-tw{
        padding-left: 0;
    }
    .box-video .texto-video h4{
        font-size: 30px;
    }
    .titulo-test h3{
        font-size: 50px;
    }
    .box-home{
        height: auto;
    }
    .box-home.box-mision{
        height: 280px;
    }
    .box-home a{
        padding: 20px;
    }
    .box-agenda{
        padding: 20px;
    }
    .box-agenda .fecha-agenda{
        position: relative;
        width: 100%;
        text-align: center;
        padding: 20px;
        top: auto;
        left: auto;
        margin-bottom: 15px;
    }
    .ev-taller .titulo-taller{
        padding-left: 60px;
    }
    .ev-taller .titulo-taller img{
        width: 40px;
    }
    .ev-taller .titulo-taller h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .w-pregunta .pregunta{
        padding-left: 0;
    }
    .w-pregunta .pregunta span{
        position: relative;
    }
    .box-ins{
        padding: 40px 20px;
    }
    .box-ins .texto-ins.c-ic{
        padding: 0;
    }
    .box-ins .texto-ins.c-ic .ic-question{
        position: relative;
    }
    .box-ins.ins-small .texto-ins.c-ic .ic-question{
        left: 0;
    }
}

@media (max-width: 320px) {
    .banner-interior .texto-banner h2{
        font-size: 30px;
        line-height: 30px;
    }
    .banner-interior .texto-banner h2:after{
        margin-top: 10px;
    }
    .banner-interior .texto-banner p{
        margin-top: 14px;
    }
}

/* ESTILOS PRESUPUESTO FAMILIAR */

.c-presu {
    color:#2B9BA0;
}

#pf-banner {
background: rgba(158,245,252,1);
background: -moz-linear-gradient(top, rgba(158,245,252,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,245,252,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(158,245,252,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(158,245,252,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(158,245,252,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(158,245,252,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ef5fc', endColorstr='#ffffff', GradientType=0 );
max-height: 450px;
overflow: hidden;
}

#pf-banner .contenedor {
    display: flex;
    padding-top: 2rem;
}
#pf-banner .contenedor .texto {
    padding: 0 20px;
    color: #28A58D;
}
#pf-banner .contenedor .texto h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 50px;
}
#pf-banner .contenedor .texto .barra {
    width: 110px;
    border-bottom: 5px solid #2B9BA0;
}
#pf-banner .contenedor .texto p {
    margin-top: 2rem;
}
#pf-banner .contenedor .img-1 {
    max-width:100px;
    max-height:106px;
    margin-right: 1.5rem;
}
#pf-banner .contenedor .img-2 {
    max-width: 300px;
}

#seccion-1 .texto {
   padding: 40px;
   background-color: #F5F5F5;
}
#seccion-1 .texto h3 {
   color: #2B9BA0;
   font-weight: bold;
}
#seccion-1 .texto p {
   font-size: 18px;
}

#seccion-2 .texto-premios p {
   font-size: 18px;
   color: #fff;
}
#seccion-2 .box,
#seccion-2 .box-premio {
   min-height:390px;
}

#seccion-3 {
    background-color: #006CA9;
    margin-top: -200px;
}
#seccion-3 .row {
    padding-top: 200px;
    padding-bottom: 60px;
}

#seccion-3 h2 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
}
#seccion-3 h3 {
    color: #fff;
    font-size: 30px;
}
#seccion-3 .btn {
    color: #fff;
    font-size: 16px;
    background-color: #E27E43;
    min-width: 400px;
    padding: 16px 20px 8px 20px;
}
#seccion-3 .img img {
 max-height: 230px;
}

#carrusel-presupuesto .carrusel-presupuesto{
    padding: 0;
    margin-top: 10px;
    position: relative;
}
#carrusel-presupuesto .tns-controls button{
    background: #00B5AD;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    z-index: 99;
}
#carrusel-presupuesto .tns-controls button:first-child{
    left: -25px;
    top: 45%;
}
#carrusel-presupuesto .tns-controls button:last-child{
    right: -25px;
    top: 45%;
}
#carrusel-presupuesto .tns-controls button:after{
    content:"";
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 36px;
}
#carrusel-presupuesto .tns-controls button:first-child:after{
    content:"\f104";
}
#carrusel-presupuesto .tns-controls button:last-child:after{
    content:"\f105";
}

.carrusel-presupuesto img {
    max-width: 100%;
    transition: all 0.3s ease;
}

/* PAGINA PASOS */

#pf-banner.pasos .contenedor .texto h1 {
    font-size: 50px;
    line-height: 40px;
}
#pf-banner.pasos .contenedor .cont-img {
    width: 35%;
    display: flex;
    justify-content: flex-end; 
    
}
#pf-banner.pasos .contenedor .cont-img .img-2 {
    max-width: 250px;
    max-height: 217px;    
}

#paso-1 .wrap {
    background-color: #F5F5F5; 
    padding-bottom: 40px;  
}
.fas.fa-info-circle {
    color: #E27E43;
}
*,*:after,*:before{
    box-sizing: border-box;
}
ul{
    margin: 0;
    padding: 0;
}
.pagination > li{
    list-style: none;
    padding: 0;
    margin-right: 1rem;
}
.pagination > li p{
    color: #000;
    line-height: 1;
}
.pagination > li > a{
    line-height: 50px;
    text-decoration: none;
    color: #000;
    display: block;
    text-align: center;
    position: relative;
}

.pagination > li > a {
    z-index: 99;
    width: 50px; 
    height: 50px;
    left: 50%; 
    /* margin-left: -25px; */
    border-radius: 100%;
    border: 1px solid #707070;
    transition: all .2s;
    background-color: #fff;
    color: #707070;
    font-weight: bold;
}
.pagination > li > a.active{
    background-color: #2B9BA0;
    border: 1px solid #2B9BA0;
    color: #fff;
}
/*hover stuff*/
.pagination > li:hover a{
    color: #fff;
}
.pagination > li:hover a{
    background-color: blue;
}

#paso-1 .texto {
    width: 200px;
    
}
#paso-1 input {
    width: 75%;   
}
#paso-1 .texto h3 {
    background-color: #fff;
    padding: 20px;
}
#paso-1 .texto h3 {
    color: #2B9BA0;  
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
#paso-1 .col-uno {
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
}
#paso-1 .w-form .total {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #EAEAEA;
    border-top: 2px solid #707070;
        margin-top: 10px;
}

#paso-1 .w-form h3 {
    padding: 20px 0px;
    color: #2B9BA0;  
    font-size: 36px;
}
#paso-1 .w-form label {
    width: 100%;
    color: #505050;  
    font-size: 18px;
    margin-bottom: 0px;
}

#paso-1 .w-form .total h4 {
    font-weight: bold;
}
#paso-1 .w-form .total p {
    font-weight: bold;
    font-size: 20px;
    color: #2B9BA0;
}
#paso-1 .wrap.bg-white {
    margin-top: 40px;
}

.fade:not(.show) {
    opacity: 1;
}

#paso-1 button.btn-i {
    border: none;
    background-color: transparent;
}
#paso-1.paso-3 .box-encabezado p {
    font-size: 20px;
}
#paso-1.paso-3 .box-table {
    background-color: #fff;
}
#paso-1.paso-3 .box-table table td,
#paso-1.paso-3 .box-table table th {
    padding-top: 1rem;
    border: none;
    font-size: 20px;
    font-weight: bold;
}
#paso-1.paso-3 .box-table table td:first-child {
    padding-left: 100px;
}
#paso-1.paso-3 .box-table table tr.balance.negativo td,
#paso-1.paso-3 .box-table table tr.balance.positivo td {
   border-top: 2px solid #707070;
}
#paso-1.paso-3 .box-table table tr.balance.negativo td {
   color: #EC6D62;
   font-size: 22px;
}
#paso-1.paso-3 .box-table table tr.balance.positivo td {
   color: #2B9BA0;
   font-size: 22px;
}

.popover.fade.top {
    background-color: #E27E43;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    min-width: 350px;
}
.popover.fade.top h3 {
    font-size: 20px;
}

.btn.back {
    background: transparent;
    color: #707070;
    border: 2px solid #707070;
}

.cont-btn-2 {
    display: flex;
    justify-content: space-around;
}
#resultados .wrap {
    background-color: #F5F5F5;
    padding: 40px;
}
#resultados .box-info p {
    font-size: 18px;
}
#resultados .box-info h5 {
    font-size: 20px;
    font-weight: bold;
}
#resultados .box-white {
    background-color: #fff;
    padding: 10px;
    color: #2B9BA0;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
}
#resultados .box-btn {
   display: flex;
   justify-content: center;
}
#resultados .principal {
   font-size: 24px;
   color: #2B9BA0;
   font-weight: bold;
}
#resultados .categorias {
   display: flex;
   justify-content: space-between;
   margin-bottom: 1.5rem;
   flex-wrap: wrap;
}
#resultados .categorias .box-detalle {
   text-align: center;
   width: 32%;
   padding: 10px;
   border-radius: 5px;
   height: 45px;
   padding-bottom: 5px;
   margin-bottom: .5rem;
}
#resultados .categorias .box-detalle.azul {
 background-color: #006CA9;
}
#resultados .categorias .box-detalle.rojo {
 background-color: #EC6D62;
}
#resultados .categorias .box-detalle.amarillo {
 background-color: #ECE162;
}
#resultados .categorias .box-detalle.verde-claro {
 background-color: #00A79F;
}
#resultados .categorias .box-detalle.verde-oliva {
 background-color: #6F932C;
}
#resultados .categorias .box-detalle.verde-oscuro {
 background-color: #089376;
}
#resultados .categorias .box-detalle p {   
   display: inline-block;
   color: #fff; 
   text-align: left; 
   font-size: 12px;
   font-weight: bold;
   line-height: 13px;
}
#resultados .categorias .box-detalle a {
   text-decoration: none;
}
#resultados .categorias .box-detalle i {
   display: inline-block;
   color: #fff; 
   font-size: 19px;
   margin-left: .3rem;
}

.modal-backdrop.in {
    background: rgba(0,0,0,.7);
}

#modals-bc .modal  {
    top: 25%;
    color: #fff;
}
#modals-bc .modal .modal-content  {
   padding: 20px;
   min-height: 290px;
}
#modals-bc .modal-header {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}
#modals-bc .modal-header .modal-title {
    text-transform: uppercase;
    font-weight: bold;
}
#modals-bc .modal-header button {
    position: absolute;
    top: -20%;
    right: 0%;
    font-size: 50px;
    color: #fff;
    opacity: 1;
}
#modals-bc .modal-header button:hover {
    opacity: .5;
}

#modal-1.modal .modal-content {
    background-color: #006CA9; 
}
#modal-2.modal .modal-content {
    background-color: #EC6D62; 
}
#modal-3.modal .modal-content {
    background-color: #C1B314; 
}
#modal-4.modal .modal-content {
    background-color: #00A79F; 
}
#modal-5.modal .modal-content {
    background-color: #6F932C; 
}
#modal-6.modal .modal-content {
    background-color: #089376; 
}

/* MOBILE */

@media (min-width: 576px) {
    #modals-bc .modal-dialog {
    max-width: 700px;
    
    margin: 1.75rem auto;
    }
}
@media (max-width: 991px) {
    #pf-banner .contenedor .texto h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    }
    #pf-banner .contenedor .img-1,
    #pf-banner .contenedor .img-2 {
    display: none;
    }
    #pf-banner .contenedor .texto {
    padding: 0px;
    }
    #seccion-1 .imagen {
        order: 1;
    }
    #seccion-1 .texto {
        order: 2;
    }
    #seccion-3 {
        margin-top: 0px;
    }
    #carrusel-presupuesto .col-md-12 {
        padding: 0px;
    }

    #carrusel-presupuesto .tns-controls button:first-child {
    top: -22%;
    left: 75%;
    }
    #carrusel-presupuesto .tns-controls button:last-child {
    top: -22%;
    left: 88%;
    }

    #carrusel-presupuesto .tns-controls button {
    width: 35px;
    height: 35px;
    }
    #carrusel-presupuesto .tns-controls button:after {
    font-size: 23px;
    }
    #seccion-3 .row {
    padding-top: 60px;
    }

    #seccion-3 h2 {
    margin-bottom: 15px;
    }

    #seccion-3 h3 {
    margin-bottom: 30px;
    }
    #seccion-3 .texto {
    text-align: center;
    }
    #seccion-3 .btn {
    min-width: 200px;
    margin-bottom: 40px;
    }
    #seccion-3 .col-lg-4.img {
    display: flex;
    justify-self: center;
    }
    #seccion-3 .img img {
    max-height: 200px;
    margin: 0 auto;
    } 

    #paso-1 .texto h3 {
    font-size: 32px;
    }
    .pagination > li > a {
    width: 40px;
    height: 40px;
    line-height: 44px;
    left: 37%;
    }
    #paso-1 .col-uno {
    padding-top: 2rem;

    align-items: center;
    }

    #paso-1 input {
    width: 85%;
    }
    .popover.fade.top {
    min-width: 100%;
    width: 100%;
    margin-top: -45px;
    }
    .popover.fade.top {
    font-size: 14px;
    }
    #paso-1.paso-2 .w-form .form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    #paso-1.paso-2 .w-form label {
    margin-left: 15%;
    }
    #paso-1.paso-2 .w-form p {
    font-size: 14px;
    }
    .cont-btn-2 {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    }
    #paso-1 .btn {
        width: 80%;
        margin-bottom: 1rem;
    }
    #paso-1.paso-3 .box-table table td:first-child {
    padding-left: 20px;
    }

    #paso-1.paso-3 .box-table {
        order: 2;
    }
    #paso-1.paso-3 .box-face {
        order: 1;
    }
    #paso-1.paso-3 .box-conclusion {
        order: 3;
    }
    #paso-1 .btn.file {
        width: 100%;
    }
    #paso-1.paso-3 .box-table table td, 
    #paso-1.paso-3 .box-table table th {
    font-size: 18px;
    }
    #resultados .box-grafico {
        display: flex;
        justify-content: center;
        margin: 0px 0px 15px 0px;
    }

    #resultados .categorias .box-detalle {
    width: 48%;
    }
    #resultados .categorias .box-detalle i {
    display: none;
    }
    #modals-bc .modal {
    top: 0%;
    }

}

.margin-0 {
    margin: 0;
}
.margin-bt-0 {
    margin-bottom: 0;
}
.padding-bt-5 {
    padding-bottom: 5.5rem;
}

.bg-2 {
    background-color: #CAE7ED;
}

.wrap-carrusel .carrusel{
    padding: 0 50px;
    margin-top: 80px;
    position: relative;
}
.wrap-carrusel .tns-controls button{
    background: #00B5AD;
    border: none;
    border-radius: 10px;
    color:#fff;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
}
.wrap-carrusel .tns-controls button:first-child{
    left: 0px;
    top: 25%;
}
.wrap-carrusel .tns-controls button:last-child{
    right: 0px;
    top: 25%;
}
.wrap-carrusel .tns-controls button:after{
    content:"";
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 22px;
}
.wrap-carrusel .tns-controls button:first-child:after{
    content:"\f104";
}
.wrap-carrusel .tns-controls button:last-child:after{
    content:"\f105";
}

.footer-ha .l-footer {
    text-align: center;
    margin-bottom: 100px;
}

.l-footer img {
    width: 250px;
}

.footer-ha {
    padding: 40px 0 0;
    background-color: #00AAA1;
    border-top: 10px solid #4BCAC5;
}
.footer-ha h4 {
    color:#fff;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 25px;
    padding-bottom: 10px;
}
.footer-ha .ul-ha {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-ha .ul-ha li {
    padding: 0;
}
.footer-ha .ul-ha li::before {
    content: none;
}
.footer-ha .ul-ha li a {
    color: #fff;
}
.footer-ha .ul-ha li a:hover {
    color: #000;
}

.m-footer.c-footer-ha h4, .m-footer.c-footer-ha h5 {
    color: #fff;
}

.footer-ha .rrss-footer-ha {
    text-align: center;
}
.rrss-footer-ha .redes-footer a img {
    width: 40px;
}

.footer-ha .newsletter {
    border: none;
    margin-top: -130px;
    background: url(../../images/bg-footer-ha.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 0 0 300px;
}

.steps {
    display: flex;
    justify-content: flex-end;
}

.step-1 .line {
    height: 3px;
    width: 100%;
    background-color: #00A79F;
    opacity: 0;
    transition: opacity .7s ease;
}
.step-2 .line-2 {
    height: 3px;
    width: 35px;
    background-color: #00A79F;
    opacity: 0;
    transition: opacity .7s ease;
}

.texto p {
    font-size: 18px;
}
.title-box {
    color: #fff;
    margin: 0 0 1.5rem 0;
    position: relative;
}

    .title-box::after {
        content: "";
        width: 20%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #00C5CE;
    }

.title-box--bg2::after {
    background: #CAFF67;
}

.title-box--bg3::after {
    background: #18EFC2;
}

#seccion-1 .texto a {
    color: #4a4a4a;
    text-decoration: underline;
}