/* Google fonts & font family
==================================================*/

@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);


/* General
==================================================*/

html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    color: #999
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-padding [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/* navbar
==================================================*/
nav.navbar-default {
    border-color: transparent;
    border-radius: none;
    margin-bottom: 0;
}

nav a>img.logo {
    width: 50%;
    padding-top: 2%;
    padding-bottom: 2%;
}

nav div>ul.navbar-nav.centered-nav {
    float: none!important;
    display: inline-block!important;
}

nav div>ul.navbar-nav.centered-nav li a {
    font-size: 20px;
}

/*nav div>ul.navbar-nav.centered-nav .active*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-nav>li>a {
    padding-top: 28px;
    padding-bottom: 28px;
}

nav div>ul.navbar-nav.centered-nav .green-circle {
    color: green;
}

nav div>ul.navbar-nav.contacto {
    color: red;
}


/* secciones
==================================================*/
section {
    position: relative;
}

section>img.fondo {
    width: 100%;
}

section>div.contenido_interior {
    position: absolute;
    top: 18%;
    right: 10%;
    border: 2px solid white;
    color: white;
    width: 45%;
    font-size: 2.2vw;
    padding: 1%;
}

/*
section.quienes>div.contenido_interior {
    border: 2px solid red;
    color: black;
}
*/
section>div.contenido_interior2 {
    position: absolute;
    top: 18%;
    left: 10%;
    border: 2px solid white;
    color: white;
    width: 45%;
    font-size: 2.2vw;
    padding: 1%;
}

section>div.contenido_interior3 {
    position: absolute;
    top: 18%;
    left: 27.5%;
    border: 2px solid white;
    color: white;
    width: 45%;
    font-size: 2.2vw;
    padding: 1%;
    text-align: center;
}


section.quienes h1,
section.ayuda h1,
section.actividades h1,
section.aliados h1,
section.testimonios h1,
section.contacto h1 {
    font-size: 3.5vw;
}

section.quienes .contenido_interior a h1,
section.ayuda .contenido_interior3 a h1,
section.ayuda .contenido_interior3 a h3,
section.actividades .contenido_interior2 a h1,
section.aliados .contenido_interior a h1,
section.testimonios .contenido_interior2 a h1,
section.contacto .contenido_interior2 a h1 {
    color: white;
}

section.quienes .contenido_interior a:hover,
section.ayuda .contenido_interior3 a:hover,
section.actividades .contenido_interior2 a:hover,
section.aliados .contenido_interior a:hover,
section.testimonios .contenido_interior2 a:hover,
section.contacto .contenido_interior2 a:hover {
    text-decoration: none;
}

section.quienes .contenido_interior:hover h1,
section.ayuda .contenido_interior3:hover h1,
section.ayuda .contenido_interior3:hover h3,
section.actividades .contenido_interior2:hover h1,
section.aliados .contenido_interior:hover h1,
section.testimonios .contenido_interior2:hover h1,
section.contacto .contenido_interior2:hover h1 {
    text-shadow: 1px 1px 30px blue;
    -webkit-transition: text-shadow 2s; /* Safari */
    transition: text-shadow 2s;
}




/*
.long-shadow:hover {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    content: ;
    cursor: default;
    opacity: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 25px;
    overflow: visible;
    outline: none;
    border: 0 solid rgba(0,0,0,1);
    -webkit-border-radius: 0;
    border-radius: 0;
    font: normal normal normal 60px/1 "Fredoka One", Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    text-decoration: none;
    text-align: center;
    text-transform: none;
    text-indent: 0;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: normal;
    white-space: normal;
    word-spacing: normal;
    word-wrap: ;
    background: ;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 3px 3px 0 #0199d9, 4px 4px 0 #0199d9, 5px 5px 0 #0199d9, 6px 6px 0 #0199d9, 7px 7px 0 #0199d9, 8px 8px 0 #0199d9, 9px 9px 0 #0199d9, 10px 10px 0 #0199d9, 11px 11px 0 #0199d9, 12px 12px 0 #0199d9, 13px 13px 0 #0199d9, 14px 14px 0 #0199d9, 15px 15px 0 #0199d9, 16px 16px 0 #0199d9, 17px 17px 0 #0199d9, 18px 18px 0 #0199d9, 19px 19px 0 #0199d9, 20px 20px 0 #0199d9;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}*/



section.ayuda h3,
section.actividades h3 {
    font-size: 1.8vw;
}

section.ayuda p.bordeado,
section.actividades p.bordeado {
    border: 1px solid white;
    font-size: 1.6vw;
    margin-top: 4%;
}

/* seccion actividades
==================================================*/
.body_actividades .contenedor {
    width: 90%;
    height: 0vw;
    display: inline-table;
    border: 1px solid #6bc2de;
    margin-left: 5%;
}
.body_actividades .contenedor .well {
    background-color: #abe2f4;
    border: 1px solid #abe2f4;
    color: white;
    width: 40%;
}

.body_actividades .contenedor div.tab {
    float: left;
    border-right: 1px solid #6bc2de;
    background-color: rgba(107, 194, 222, 0.5);
    width: 30%;
    height: 100%;
}

.body_actividades .contenedor div.tab.orientation-right {
    float: right;
}

.body_actividades .contenedor div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

.body_actividades .contenedor div.tab button:hover {
    background-color: rgba(107, 194, 222, 1);
    box-shadow: 0px 5px 65px #000;
}

.body_actividades .contenedor div.tab button.active {
    background-color: rgba(107, 194, 222, 1);
}

.body_actividades .contenedor .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    height: 100%;
    border-left: none;
    padding-bottom: 2%;
}

.body_actividades .contenedor .tabcontent div>img {
    display: initial;
    margin-top: 3%;
}



/* footer
==================================================*/
footer {
    background: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 15%;
    padding-top: 3%;
    font-size: 20px;
}

footer div a>img.img-responsive {
    display: initial;
    width: 20%;
    margin-right: 13%;
}


/* interiores
==================================================*/
section.contenido_interior div.banner>img {
    width: 100%;
}

section.contenido_interior .informacion_contenido {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 20px;
}

section.contenido_interior .informacion_contenido .tab {
    font-size: 24px;
}

section.contenido_interior .nav-pills>li>a {
    border-radius: unset;
    color: black;
}

section.contenido_interior .nav-pills>li.active>a, section.contenido_interior .nav-pills>li.active>a:focus, section.contenido_interior .nav-pills>li.active>a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

section.contenido_interior .tab-pane p {
    padding: 7% 3%;
    border: 2px solid red;
    color: black;
}


/* galeria
==================================================*/
.owl-carousel.imagenes {
    width: 80%;
    margin-left: 10%;
}

.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 2%;
}

/*.owl-theme .owl-nav [class*=owl-] */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    color: #FFF;
    font-size: 20px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

/* contacto
==================================================*/
section.contenido_interior .informacion_contenido.contacto div>img.img-responsive {
    display: initial;
}

@media (max-width: 1450px) {
    section.contenido_interior .informacion_contenido.contacto div.col-md-4.ocultar,
    section.contenido_interior .informacion_contenido.contacto div>img.img-responsive {
        display: none;
    }
}

@media (max-width: 1220px) {
    section.contenido_interior .informacion_contenido.contacto iframe {
        width: 80%!important;
    }
}


/* menu boton
==================================================*/
.open_menu {
    margin-right: 2%!important;
    margin-top: 1%;
    font-size: 25px;
    color: #76d5cf;
    cursor: pointer;
}


.img-estrategias {
    width: 60%;
    display: initial;
    text-align: center;
}

/* Responsive media queries
==================================================*/

@media (max-width: 991px) {
    .img-estrategias {
        display: initial;
        text-align: center;
    }

    .body_actividades .contenedor .well {
        width: 100%;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
    
}

/* Nuevos Estilos */
.rifa_btn{
    width: 35%;
    height: auto;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.rifa_btn:hover{
    scale: 1.02;
}