

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Raleway', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* start preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #FFFFFF;
}

.sk-spinner-wave.sk-spinner {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #22A4DD;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/* end preloader */

body {
    line-height: 1;
    height: 100%;
}

html {
    height: 100%;
}

img {
    border: 0;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
    font: 13px/23px "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #777777;
}


a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
    border: 0;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/*------------------------------------------------------
	Navbar 
--------------------------------------------------------*/
.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    min-height: 70px;
}

.navbar-right {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.navbar-collapse {
    border-top: 0px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav li a:active {
    text-align: left;
}

.navbar-brand {
    padding-top: 5px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #777777;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
    margin-bottom: 40px;
}

    .title-section h2 {
        font-size: 24px;
        font-weight: normal;
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px;
    }

    .title-section span {
        display: block;
        width: 40px;
        height: 3px;
        background: #00CADB;
        margin: 0 auto;
    }

.widget-title {
    font-family: 'Droid Sans';
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    color: #D3D742;
}

.mainBtn {
    background-color: #D3D742;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .mainBtn:hover {
        background-color: #444444;
    }
/*----categorias------*/
#categorias {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
}

    #categorias .categorias_box_title {
        font-weight: 800;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        background-color: rgb(66,66,68);
        min-height: 65px;
        position: relative;
    }

    #categorias .categorias_box_text {
        font-weight: 500;
        padding-top: 40px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        font-family: 'Raleway', sans-serif;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        background-color: rgb(34, 164, 221);
        min-height: 160px;
        position: relative;
    }

.child_valign {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.top_row {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.row_cats {
    padding-left: 0px;
    padding-right: 0px;
}
/*----end categorias------*/

.section_title {
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    background-color: rgb(66,66,68);
    color: rgb(34,164,221);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title_row {
    padding-left: 0px;
    padding-right: 0px;
}

.title_line {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

    .title_line span {
        display: block;
        width: 100%;
        height: 2px;
        background: rgb(66,66,68);
        margin: 0 auto;
    }


/* start agenda */
.agenda_sec {
    background: url('../img/fondohome.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 320px;
    background-attachment: fixed;
    background-position: left top;
}

.agenda_mes {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 8px;
}

.agenda_entry {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 20px;
}

#owl-agenda .item {
    margin: 30px;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 20px;
    min-height: 250px;
}


.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -20px;
    top: 140px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px;
    top: 140px;
}
/* end agenda */

/* clientes */
#owl-clientes .item {
    margin: 10px;
    background-color: #ffffff;
    padding: 10px;
    /*min-height: 250px;*/
}

    #owl-clientes .item img {
        display: block;
        width: 100%;
        height: auto;
    }

#owl-clientes .owl-prev {
    left: -20px;
    top: 75px;
}

#owl-clientes .owl-next {
    right: -20px;
    top: 75px;
}
/* end clientes */

/* escuelas */
#owl-escuelas .item {
    margin: 10px;
    background-color: #ffffff;
    padding: 10px;
    /*min-height: 250px;*/
}

    #owl-escuelas .item img {
        display: block;
        width: 100%;
        height: auto;
    }

#owl-escuelas .owl-prev {
    left: -20px;
    top: 170px;
}

#owl-escuelas .owl-next {
    right: -20px;
    top: 170px;
}
/* end escuelas */

/* start novedades */
.novedades_sec {
    background: url('../img/fondohome.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 320px;
    background-attachment: fixed;
    background-position: left top;
}

.novedades_title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 8px;
}

.novedades_entry {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 20px;
}

.novedades_link a {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 20px;
}

#owl-novedades .item {
    margin: 30px;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 20px;
    min-height: 250px;
}

/*----aboutus------*/
#aboutus {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.title_blue {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    color: #22A3DD;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}




/*----end aboutus------*/

/*----nosotros------*/
#nosotros {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#asistencia {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.nosotros_cont {
    background-color: #424244;
}

ul.nos {
    list-style-type: disc;
}

.accordion_div {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.title_white {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

.text_gen_1 {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.text_gen_2 {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.text_left {
    text-align: left;
}


.panel-default {
    border: 0px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}

.panel-default > .panel-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    color: #22A3DD;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
    background-color: transparent;
    background-color: #424244;
}

    .panel-default > .panel-heading a {
        color: #22A3DD;
    }

.panel-body {
    padding: 15px;
    background-color: #424244;
    color: #ffffff;
    border: 0px;
    text-align: left;
}

.panel-default > .panel-heading-asistencia {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 15px;
    text-align: left;
    background-color: transparent;
    background-color: #ffffff;
}

    .panel-default > .panel-heading-asistencia a {
        color: #22A3DD;
    }

.panel-body-asistencia {
    padding: 15px;
    background-color: #ffffff;
    color: #000000;
    border: 0px;
    text-align: left;
}


#propuestas {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.container_grey {
    background-color: rgb(66, 66, 68);
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}



/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/

.site-footer {
    margin-top: 0px;
    color: white;
    padding-top: 0px;
}

    .site-footer p {
        margin-top: 10px;
    }

    .site-footer a:hover, a:active, a:focus {
        color: #94DCE7;
        text-align: center;
    }

    .site-footer a {
        color: white;
        text-align: center;
    }

    .site-footer .go-top {
        /*float: right;*/
        text-align: right;
        text-transform: uppercase;
        line-height: 15px;
    }

        .site-footer .go-top i {
            display: block;
        }

.footer_container {
    background-color: #261C22;
    padding: 20px;
}

@media only screen and (max-width: 760px) {

    .contact-form {
        margin-bottom: 60px;
    }
}

/* homeCarousel */
#homeCarousel {
    padding-top: 92px;
    position: relative;
    padding-right: -15px !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    width: 7%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 60%;
}
/* logo_float */
.logo_float {
    padding-left: 0px;
}

.section_gen {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}


.carousel-caption {
    position: absolute;
    right: 5%;
    margin: 0;
    text-align: right;
    max-width: 600px;
    max-width: 600px;
    text-align: right;
    margin-left: 25%;
    text-shadow: 0 3px 3px rgba(0,0,0,.9);
}

@media (min-width: 768px) {
    .carousel-caption {
        position: absolute;
        right: 5%;
        margin: 0;
        text-align: right;
        max-width: 600px;
        max-width: 600px;
        text-align: right;
        margin-left: 25%;
        text-shadow: 0 3px 3px rgba(0,0,0,.9);
    }
}

.carousel-caption h1 {
    font-family: 'Raleway';
    font-size: 50px;
    color: #ffffff;
    line-height: 50px;
    /*background-color: rgba(249,157,28,0.8);*/
}



.button_div_footer a:hover {
    background-color: #F99E1C;
    color: #FFFFFF;
}

.button_div_footer {
    text-align: right;
    padding-top: 40px;
}

.button_lin {
    background-color: #F37222;
    border-top-color: #F99E1C;
    border-top-style: solid;
    border-top-width: 2px;
    border-bottom-color: #F99E1C;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: #F99E1C;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-color: #F99E1C;
    border-left-style: solid;
    border-left-width: 2px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/********************************
SOCIAL
********************************/
#social {
    margin-top: 50px;
    padding-top: 150px;
    background-color: #D3D742;
    color: #FFFFFF;
    padding-bottom: 80px;
}

    #social h2 {
        color: #FFFFFF;
    }

    #social span {
        color: #000000 !Important;
    }

    #social .title-section span {
        background: #FFFFFF;
    }

/* start contact */

#contact {
    padding-top: 10px;
    padding-bottom: 0px;
}

.contact_sec {
    background: #424244;
    padding-bottom: 30px;
}

.title_line_white {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

    .title_line_white span {
        display: block;
        width: 100%;
        height: 2px;
        background: rgb(255,255,255);
        margin: 0 auto;
    }

.section_title_white {
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    background-color: rgb(255,255,255);
    color: rgb(34,164,221);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contact .form-control {
    background: #6D6E70;
    border: 0px solid #00CADB;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 16px;
}

#contact label {
    font-weight: 500;
    color: #ffffff;
}

#contact input {
    height: 50px;
}

.btn-success.enviar_but {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    background-color: #22A4DD;
    border: 0;
}

#contact input[type="submit"] {
    background: #00CADB;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    #contact input[type="submit"]:hover {
        background: transparent;
    }

#contact address {
    padding-top: 30px;
}


    #contact address p {
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
        color: #ffffff;
    }

    #contact address .address_text {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
        color: #ffffff;
        font-size: 18px;
        line-height: 26px;
    }

    #contact address .fa {
        font-size: 30px;
        border: 1px solid #fff;
        border-radius: 10px;
        width: 45px;
        height: 45px;
        line-height: 40px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px;
    }
/* end contact */

#el_bullying, #bullyingcats, #que_hacer {
    padding-bottom: 30px;
}

.bullyingcats_sec {
    background: url('../img/contenido_elbullying.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#bullyingcats p {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.ninos_sec {
    background: url('../img/contenido_ninos.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#ninos p {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.ninos_box {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    background-color: rgb(34, 164, 221);
    line-height: 26px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    min-height: 220px;
}

.ninos_box_2 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    background-color: rgb(34, 164, 221);
    line-height: 26px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}

.escuelas_box_descargar {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    background-color: rgb(34, 164, 221);
    line-height: 24px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 30px;
}

.escuelas_box_top {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}



.example-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}


@media (max-width: 767px) {

    #homeCarousel {
        padding-top: 70px;
    }

    .logo_float {
        padding-left: 10px;
        width: 172px;
        height: 44px;
    }

    .navbar-right {
        padding-top: 40px;
    }


    #about .sec_about {
        font-size: 16px;
        line-height: 20px;
    }

    #categorias .categorias_box_title {
        font-weight: 600;
        font-size: 13px;
        line-height: 19px;
    }
    #categorias .categorias_box_text {
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 400px) {
    .carousel-caption h1 {
        font-size: 16px;
        line-height: 20px;
    }
    .photo_bios {
        width: 100px;
        height: 100px;
    }    
}

@media (min-width: 401px) and (max-width: 766px) {
    .carousel-caption h1 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {

    .logo_float {
        padding-left: 20px;
        width: 220px;
        height: 57px;
    }

    .navbar-default {
        font-size: 14px;
    }

    .navbar-right {
        padding-right: 0px;
    }

    .navbar-default {
        font-size: 12px;
    }

    #homeCarousel {
        padding-top: 130px;
    }

    .carousel-caption h1 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {

    #homeCarousel {
        padding-top: 140px;
    }
}
.video-container {
    position: relative;
    padding-bottom: 51.5%;
    /*padding-bottom: 56.5%;*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-text {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 26px;
    padding: 20px;
}