@font-face {
    font-family: 'WalterTurncoat';
    src: url(../fuentes/WalterTurncoat.ttf);
}
/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html {
    font-size: 100%;
}

html, body {
    color: #545b5c;
    font-family: "Quicksand",sans-serif;
    font-size:16px;
}

a{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
a:hover{
    text-decoration: none;
}
a:visited{
    color:#e9ab55;
}
.header{
    width: 100%;
    text-align: center;
    background: url(../images/bg-inicio.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
    .header .logo img{
        height: 350px;
        margin:70px auto;
    }
    .header.container-fluid{
        padding-left:0;
        padding-right: 0;
    }
    .header .row{
        margin-left: 0;
        margin-right: 0;
    }

.header .menu-inicio{
    background-color:rgba(232,128,89,.5);
    padding:0;
    padding-top:70px;
    padding-bottom: 70px;
    width: 100%;
    animation-delay: 1s;
}
    .header .menu-inicio a:hover h1{
        color:#f2cd99;
    }
    .header .menu-inicio img{
        height: 120px;
    }
    .header .menu-inicio h1{
        font-family: 'WalterTurncoat';
        color:#fff;
        font-size: 25px;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
    .header .menu-inicio .first{animation-delay: 1.5s;}
    .header .menu-inicio .second{animation-delay: 2.3s;}



.link-nav-header {
    background-color: #293233;
    display: block;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.main-links {
    float: right;
    list-style: outside none none;
    padding: 0 0 0 40px;
    margin: 1em 0;
}
.main-links li {
    display: inline-block;
}
#main-nav-active {
    color: white;
}
a.link-nav:link {
    color: #e9ab55;
}
.link-nav {
    font-family: "Walter Turncoat",sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
    padding-right: 30px;
    text-transform: lowercase;
}
#home-icon {
    margin-left: 10px;
    margin-top: 15px;
    width: 30px;
}
img {
    max-width: 100%;
}




.header-image {
    margin-top: 52px;
    background-color: #e88059;
    background-size: cover;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.header-image img {
    width: 160px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.header-image h1 {
    font-family: 'Walter Turncoat', sans-serif;
    color: white;
    text-transform: lowercase;
    letter-spacing: 1px;
    line-height: 95%;
    padding: 0 2px;
    font-size: 40px;
}


.sub-nav-header {
    padding: 0;
}
nav {
    overflow: auto;
    padding-bottom: 7%;
    padding-top: 7%;
    width: 100%;
}
.sub-nav-header ul {
    background-color: #eaebeb;
    list-style: outside none none;
    margin-top: 0;
    padding: 5px 2px;
    text-align: center;
}
.sub-nav-header li {
    display: inline-block;
    font-size: .9em;
    padding: 4px 10px;
    text-transform: uppercase;
}

.sub-nav-header a:link, .sub-nav-header a:visited {
    color: #989d9d;
}
.sub-nav-header a:hover, .sub-nav-header a:active {
    color: #293233;
}

.sub-nav-active {
    color: #293233!important;
    font-weight: bold;
}





a {
    text-decoration: none;
}


/* Footer Styles */

footer {
    width: 100%;
    margin:0;
    background: #293233;
    min-height: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#fff;
    text-align: center;
    font-size: 13px;
}
    footer a{
        color:#fff;
    }
    footer a img{
        height: 25px;
        margin:10px 12px 20px;
    }

/****************************************************************************
GENERAL
*****************************************************************************/

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
    font-family: 'Quicksand', sans-serif;
    color: #545B5C;
    margin:0;
    padding:0;
    height:100%;
}

img {
    max-width: 100%;
}

a {
  text-decoration: none;
}

h1 {
    text-transform: lowercase;
    font-family: 'Walter Turncoat', sans-serif;
}

.foto-redonda {
    max-width: 200px;
    border-radius: 100%;
}

/****************************************************************************
MAIN HEADING
*****************************************************************************/
.main-header {
    margin: 0;
    padding: 0;
}

.icon-nav-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #293233;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    align-content: space-between;
    align-items: baseline;
    margin-bottom: 50px;
    padding: 7px 0;
    z-index: 99999;
    display: none;
}

.icon-nav {
    width: 40px;
    margin: auto;
}

.icon-nav img {
    width: 30px;
}

.link-nav-header {
    display: block;
}

.header-image {
    margin-top: 52px;
    background-color: #e88059;
    background-size: cover;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}



.header-image h1 {
    font-family: 'Walter Turncoat', sans-serif;
    color: white;
    text-transform: lowercase;
    letter-spacing: 1px;
    line-height: 95%;
    padding: 0 2px;
    font-size: 50px;
}

/****************************************************************************
SUB-HEADING
*****************************************************************************/
.sub-nav-header {
    padding: 0;
}

.sub-nav-header ul {
    background-color: #eaebeb;
    margin-top: 0;
    list-style: none;
    padding: 5px 2px;
    text-align: center;
}

.sub-nav-header li {
    display: inline-block;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: .9em;
}

.sub-nav-header a:link, .sub-nav-header a:visited {
    color: #989d9d;
}

.sub-nav-header a:hover, .sub-nav-header a:active {
    color: #293233;
}

.sub-nav-active {
    color: #293233;
}

/****************************************************************************
HOME
*****************************************************************************/

#home-background {
    background: #E88059 url('../img/el-cantaro_home.jpg') no-repeat center;
    background-size: cover;
    min-height:100%;
    position:relative;
}

.home-header {
    text-align: center;
    padding-bottom: 20px;
}

#home-content {
    padding-bottom: 60px;
}

#logo-home {
    width: 130px;
    margin: 15px 0 10px;
}

.home-nav {
    padding: 20px 0;
    text-align: left;
}

.home-nav h1 {
    display: inline;
}

.home-nav img {
    width: 70px;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 10px;
    display: inline-block;
}

.home-nav h1 {
    font-family: 'Walter Turncoat', sans-serif;
    color: white;
    text-transform: lowercase;
    font-size: 1.5em;
    line-height: 10%;
}

a h1:link {
    color: white;
}

a h1:visited {
    color: white;
}

a h1:hover {
    color: #f2cd99;
}

a.h1:active {
    color: #f2cd99;
}

/****************************************************************************
CONTACTO
*****************************************************************************/

.info-contacto h1 {
    text-align: center;
    color: #acb15b;
    font-size: 1.7em;
    letter-spacing: 1px;
    padding-top: 10px;
}

.info-contacto ul {
    list-style: none;
    line-height: 180%;
    padding: 0 15px;
}

.info a, .social-media a {
    display: block;
    min-height: 20px;
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
}

.info li.map a {
    background-image: url(../img/icons/address-icon-green.png);
}

.info li.phone a {
    background-image: url(../img/icons/phone-icon-green.png);
}

.info li.fb a {
    background-image: url(../img/icons/fb-icon-green.png);
}

.info a:link {
    color: #545b5c;
}

.info a:visited {
    color: #545b5c;
}

.info a:hover {
    color: #acb15b;
}

.info a:active {
    color: #acb15b;
}

.social-media {
    background-color: #acb15b;
    width: 95%;
    margin: 10px auto;
    padding: 3px 0;
}

.social-media li.mail a {
    background-image: url(../img/icons/email-icon-white.png);
}

.social-media li.twitter a {
    background-image: url(../img/icons/twitter-icon-white.png);
}

.social-media li.youtube a {
    background-image: url(../img/icons/youtube-icon-white.png);
}

.social-media li.googleplus a {
    background-image: url(../img/icons/gplus-icon-white.png);
}

.social-media a:link, .social-media a:visited {
    color: white;
}

.social-media a:hover, .social-media a:active {
    color: #293233;
}

.croquis {
    width: 95%;
    margin: 10px auto;
}

.nuestro-equipo {
    background-color: #f1f6f7;
    text-align: center;
    padding: 10px 0;
}

.nuestro-equipo h1 {
    color: #293233;
    padding-bottom: 5px;
}

.equipo, .topic {
    margin-bottom: 40px;
    padding: 5px 0;
}

.equipo h2 {
    font-family: 'Walter Turncoat', sans-serif;
    color: #e88059;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 1.7em;
    margin-bottom: 2px;
}

.equipo h3 {
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 2px;
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 130%;
}

.equipo p {
    line-height: 70%;
}

.italics a, .italics a:visited {
    line-height: 130%;
    font-style: italic;
    color: #545b5c;
}

.italics a:hover, .italics a:active {
    color: #545b5c;
}

/****************************************************************************
QUIENES SOMOS
*****************************************************************************/
.quienes-somos{
    margin-top: 50px;
}
.quienes-somos h1, .escuela-popular h1 {
    text-align: center;
    color: #a5c8cc;
    font-size: 2.8em;
    letter-spacing: 1px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.quienes-somos p, .escuela-popular p {
    width: 75%;
    max-width: 890px;
    margin: 0 auto 30px;
    line-height: 170%;
    font-size: 17px;
}

.main-topics {
    background-color: #f1f6f7;
    width: 100%;
    margin-top: 80px;
    text-align: center;
    padding: 35px 10px;
}
.main-topics2 {
    background-color: #f1f6f7;
    margin-top: 80px;
    text-align: center;
    padding: 35px 10px;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 0 !important;
}

.main-topics h2 {
    font-family: 'Walter Turncoat', sans-serif;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 2.2em;
    margin-bottom: 2px;
}

.main-topics2 h2 {
    font-family: 'Walter Turncoat', sans-serif;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 2.2em;
    margin-bottom: 2px;
    text-align: center !important;
}

.main-topics2 img {
    width: 100%;
    box-shadow:2px 3px 3px rgba(0, 0, 0, 0.2);
}
.main-topics2 .topic {
    text-align: center !important;
}
.main-topics2 .topic-a {
    padding:0;
}

#ejes-mas, #bioconstruccion-mas, #colaborar-mas {
    margin: 25px 0 15px;
    display: inline-block;
    line-height: 140%;
}

.ejes, #ejes-mas {
    color: #e9ab55;
}
.ejes{
    color: #e9ab55!important;
}

#ejes-mas:link, #ejes-mas:visited {
    border: 2px solid #e9ab55;
}

#ejes-mas:hover, #ejes-mas:active {
    border: 2px solid #f1f6f7;
    color: white;
    background-color: #e9ab55; 
}


.bioconstruccion, #bioconstruccion-mas {
    color: #acb15b;
}

#bioconstruccion-mas:link, #bioconstruccion-mas:visited {
    border: 2px solid #acb15b;
}

#bioconstruccion-mas:hover, #bioconstruccion-mas:active {
    border: 2px solid #f1f6f7;
    color: white;
    background-color: #acb15b;
}

.colaborar, #colaborar-mas {
    color: #e88059;
}

#colaborar-mas:link, #colaborar-mas:visited {
    border: 2px solid #e88059;
}

#colaborar-mas:hover, #colaborar-mas:active {
    border: 2px solid #f1f6f7;
    color: white;
    background-color: #e88059;
}

.topic p {
    text-align: left;
    line-height: 170%;
    margin: 1em 0;
    font-size: 16px;
}

.topic {
    padding: 0 10px;
}

.topic a {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px 60px;
}
/****************************************************************************
EJES Y TALLERES
*****************************************************************************/
.ejes-talleres{
    margin-bottom: 70px;
}
.row-eje p{
    color:#fff;
    font-size: 17px;
    margin-top: 15px;
}
.row-eje .col{
    height: 400px;
}
.row-eje .col .vertical{
    vertical-align: middle;
    padding: 100px 50px;
    text-align: justify;
}
.row-taller{
    margin-top: 50px;
    text-align: center;
}
.row-taller p{
    font-size: 19px;
    text-align: justify;
    margin-bottom: 40px;
    margin-top: 25px;
}
.row-taller img{
    margin:30px auto;
}
.title-grey{
    color:#293233;
}
.ejes-tips .item{
    border:20px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    padding:30px;
    font-size:17px;
    min-height: 350px;
}
    .ejes-tips .item .number{
        color:#e9ab55;
        padding: 5px 20px;
        border-radius: 50%;
        border: 2px solid #e9ab55;
        display: inline-block;
        font-size: 25px;
        font-weight: bolder
    }
    .ejes-tips .item .titulo{
        font-size: 20px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-family: 'WalterTurncoat';
        text-transform: uppercase;
    }
.ejes-sonar{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.ejes-sonar ul{
    padding:0;
    margin-top: 30px;
    text-align: left;
}
    .ejes-sonar ul li{
        margin-bottom: 25px;
        font-size: 18px;
        color:#545b5c;
        list-style: none;
    }
        .ejes-sonar ul li span{
            font-family: 'WalterTurncoat';
            color: #e9ab55!important;
            margin-right: 5px;
            font-size: 18px;
        }
.row-orange{
    background: #e9ab55;
}
.ejes-orange{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
    .ejes-orange h2{
        color:#fff;
        font-family: 'WalterTurncoat';
    }
.ejes-orange .btn{
    margin-top: 40px;
    background: #fff;
    color:#E9AB55;
    border-radius: 0;
    padding:15px 40px;
    font-size: 16px;
    font-weight: bolder;
}
    .ejes-orange .btn:hover{
        background: #ccc;
        color:#fff;
    }

/****************************************************************************
BIOCONSTRUCCION
*****************************************************************************/
.bio-construccion{
    margin: 20px 0 50px;
}
.bio-construccion h1{
    color:#acb15b;
    font-size: 2.8em;
}
.row-biocons{
    background: #dee0bd;
}
    .row-biocons .bg{
        height: 360px;
        margin: 15px 0px;
    }
    .row-biocons .vertical{
        margin:15px 0px;
        background: #fff;
        padding: 50px;
    }
    .row-biocons .vertical ul{
        padding:0;
        width: 100%;
    }
    .row-biocons .vertical ul li{
        color:#545b5c;
        list-style: none;
        margin-bottom: 40px;
        font-size: 18px;
    }
    .row-biocons .vertical ul li span{
        color:#acb15b;
    }
.bio-beneficios{
    padding-top: 40px;
    padding-bottom: 40px;
}
    .bio-beneficios .bioconstruccion{
        margin-bottom: 60px;
    }
    .bio-beneficios .item{
        text-align: center;
        margin-bottom: 40px;
    }
        .bio-beneficios .item img{
            display: block;
            margin:0 auto 20px;
        }
        .bio-beneficios .item h3{
            margin-bottom: 15px;
            font-size: 20px;
        }
        .bio-beneficios .item p{
            font-size: 15px;
            text-align: left;
        }
.bio-prefooter{
    padding: 80px 0;
    background: #acb15b;
    text-align: center;
}
    .bio-prefooter h2{
        color:#fff;
        font-family: 'WalterTurncoat';
        line-height: 45px;
    }


/****************************************************************************
COLABORAR
*****************************************************************************/
.colaborar-contenido .colaborar{
    color:#e88059;
}
.colaborar-row{
    background:#e88059;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin-top: 30px;
}
    .colaborar-row .item{
        border:3px solid #fff;
        color:#fff;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .colaborar-row h1{
        color:#fff;
        margin-bottom: 50px;
    }
    .colaborar-row .item h3{
        text-transform: uppercase;
        margin-bottom: 20px;
        line-height: 35px;
    }
    .colaborar-row .item p{
        font-size: 18px;
        color:#fff;
    }
    .colaborar-row .detalle p{
        color:#fff;
        line-height: 30px;
        font-size: 18px;
    }
    .colaborar-row .detalle{
        margin-top: 50px;
        text-align: left;
    }
        .colaborar-row .detalle .btn{
            color:#fff;
            font-size: 20px;
            border:2px solid #fff;
            margin-top: 20px;
            border-radius: 0;
        }
            .colaborar-row .detalle .btn:hover{
                background: #fff;
                color:#e88059;
            }
    .colaborar-row .aqui{
        text-decoration: underline;
        color:#fff;
    }
        .colaborar-row .aqui:hover,.colaborar-row .aqui:focus{
            color:#ddd;
        }
.colaborar-voluntarios{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
    .colaborar-voluntarios h1{
        font-size: 2.8em;
    }
    .colaborar-voluntarios p{
        text-align: left;
        margin-top: 20px;
        font-size: 18px;
    }
    .colaborar-voluntarios ul{
        text-align: left;
        margin-top: 40px;
    }
    .colaborar-voluntarios ul li{
        color:#545b5c;
        margin-bottom: 20px;
        list-style: none;
        line-height: 30px;
    }
        .colaborar-voluntarios ul li span{
            color:#e88059;
        }
    .colaborar-voluntarios .btn-cantaro{
        padding:20px 40px;
        border:3px solid #e88059;
        margin-top: 30px;
        border-radius: 0;
        color:#e88059;
    }
        .colaborar-voluntarios .btn-cantaro:hover, .colaborar-voluntarios .btn-cantaro:focus{
            background-color:#e88059;
            color:#fff;
        }

    .colaborar-row .materiales{
        border:3px solid #fff;
        color:#fff;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
        .colaborar-row .materiales h3{
            text-transform: uppercase;
            line-height: 35px;
        }
        .colaborar-row .materiales ul{
            text-align: left;
            margin-top: 30px;
        }
        .colaborar-row .materiales ul li{
            list-style: none;
            margin-bottom: 20px;
            color:#fff;
        }

        .colaborar-row .btn-cantaro2{
            padding:20px 40px;
            border:3px solid #fff;
            margin-top: 60px;
            border-radius: 0;
            background:#fff;
            color:#E88059;
        }
            .colaborar-row .btn-cantaro2:hover, .colaborar-row .btn-cantaro2:focus{
                background-color:#e88059;
                color:#fff;
            }
/****************************************************************************
GALERIA
*****************************************************************************/
.galeria-row{
    background: #a5c8cc;
    text-align: center;
    margin-top:50px;
    margin-bottom: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}
    .galeria-row .btn{
        border:3px solid transparent;
        margin: 20px auto;
        border-radius: 0;
        color:#fff;
        text-transform: uppercase;
        font-size: 20px;
        padding: 20px 35px;
    }
    .galeria-row .btn:hover,.galeria-row .btn:focus{
        border:3px solid #fff;
        color:#fff;
    }
    .galeria-row .btn.active{
        border:3px solid #fff;
        color:#fff;
    }
.galeria-galeria{
    text-align:;
    margin-bottom: 40px;
}
    .galeria-galeria p{
        color:#a5c8cc;
        font-family: 'WalterTurncoat';
        font-size: 19px;
        margin-bottom: 30px;
    }
    .galeria-galeria .img{
        width: 250px;
        height: 200px;
        margin: 10px;
        display: inline-block;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
        .galeria-galeria .img:hover{
            opacity: 0.7;
        }
.twitter-share-button{
    position: relative;
    height: 20px;
    padding: 1px 8px 1px 6px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #1b95e0;
    border-radius: 3px;
    box-sizing: border-box;
}
    .twitter-share-button:visited{
        color:#fff;
    }


/****************************************************************************
PRENSA
*****************************************************************************/
.prensa-row{
    margin-bottom: 40px;
}
    .prensa-row .item{
        margin-bottom: 30px;
    }
        .prensa-row .item .img{
            border:3px solid #e9ab55;
            height: 200px;
        }
        .prensa-row .item h3{
            font-family: 'WalterTurncoat';
            font-size: 20px;
            margin-bottom: 25px;
        }
        .prensa-row .item p{
            font-size: 14px;
        }

/****************************************************************************
PADRINOS
*****************************************************************************/
.padrinos-row{
    margin-bottom: 40px;
}
    .padrinos-row .item{
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }
        .padrinos-row .item p{
            font-size: 16px;
        }

/****************************************************************************
NOVEDADES
*****************************************************************************/

.novedades {
    width: 100%;
    background-color: #a5c8cc;
    padding: 10px 10px 20px;
    margin-bottom: 50px;
}

.novedades h1 {
    color: white;
    text-align: center;
}

.novedades h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #545b5c;
    padding-bottom: 4px;
}

.novedades section {
    width: 100%;
    min-height: 200px;
    background-color: white;
    padding: 1px 10px 15px;
    margin-bottom: 20px;
}

.novedades h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cropped-image {
    display: block;
    height: 120px;
    width: 120px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.novedades p {
    display: inline;
    line-height: 165%;
}

.novedades a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin-left: 5px;
    color: #a5c8cc;
}

.novedades a:link, .novedades a:visited {
    color: #a5c8cc;
}

.novedades a:hover, .novedades a:active {
    color: #545b5c;
}

/****************************************************************************
ALMACEN
*****************************************************************************/
.teko-regalos{
    margin-top: 40px;
    margin-bottom: 40px;
}
.teko-contenido{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    background: #a5c8cc;
}
    .teko-contenido p{
        font-size: 16px;
        line-height: 32px;
    }

/****************************************************************************
CONTACTO
*****************************************************************************/
.contacto{
    margin-top: 40px;
    margin-bottom: 40px;
}
    .contacto .mapa img{
        width: 100%;
    }
    .contacto .datos h2{
        color: #acb15b;
        font-family: 'WalterTurncoat';
        margin-bottom: 10px;
    }
    .contacto .datos p{
        margin-bottom: 20px;
        font-size: 13px;
    }
        .contacto .datos p img{
            margin-right: 5px;
        }
    .contacto .social{
        padding:20px 15px 5px;
        background:#acb15b;
        color:#fff;
    }
.equipo-cont{
    background: #f1f6f7;
    padding-top: 35px;
    padding-bottom: 55px;
    margin:0;
    text-align: center;
}
    .equipo-cont h2{
        color:#000;
        font-size: 2.8em;
        margin-bottom: 45px;
        font-family: 'WalterTurncoat';
    }
    .equipo-cont h3{
        color:#e88059;
        font-family: 'WalterTurncoat';
        font-size: 1.4em;
        margin-top:25px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    .equipo-cont p strong{
        text-transform: uppercase;
        font-family: 'Quicksand', sans-serif !important;
        font-size: 15px;
    }
    .equipo-cont ul{
        text-align: left;
        padding-left: 18%;
    }
        .equipo-cont ul li{
            list-style: none;
            margin-bottom: 10px;
            font-size: 15px;
        }

/****************************************************************************
IFRAME
*****************************************************************************/
.img-iframe {
    display: block;
    width: 30%;
    float: left;
    margin-right: 20px;
}

.text-iframe {
    display: inline;
}

.iframe h1 {
    text-align: center;
    letter-spacing: 2px;
    color: #a5c8cc;
    font-size: 2.2em;
}

.iframe {
    width: 80%;
    margin: auto;
}

.fancybox-title iframe {
    min-height: 30px;
    vertical-align: middle;
}

/****************************************************************************
FOOTER
*****************************************************************************/
.home-footer {
    position:absolute;
    bottom:0;
    left:0;
}

footer {
    background-color: #293233;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}

.social-icon {
    height: 20px;
    margin: 10px 10px 0;
}

footer p, #contacto {
    color: white;
    margin-top: 3px;
}

a#contacto:link {
    color: white;
}

a#contacto:visited {
    color: white;
}

a#contacto:hover {
    color: #e9ab55;
}

a#contacto:active {
    color: #e9ab55;
}


.equipo, .topic {
    padding-left: 5%;
    padding-right: 5%;
}
.bio-row2{
    margin-top: 50px;
}


/* Responsive Styles */
@media(max-width:1200px) {

}
@media(max-width:991px) {
    .row-eje .col{
        height: 500px;
    }
    .row-eje .col .vertical{
        padding: 70px 50px;
    }
    .ejes-tips .item{
        min-height: auto;
    }
    .row-biocons .vertical{
        padding:40px;
    }
    .bio-beneficios .item p{
        text-align: center;
    }
    .teko-contenido img{
        margin:10px auto 25px;
    }
    .teko-contenido p{
        text-align: left;
    }
}

@media(max-width:767px) {
    .row-biocons .vertical{
        padding:20px;
    }
    .header .logo img{
        height: 250px;
        margin:70px auto;
    }
    .header .menu-inicio{
        background-color:transparent;
    }
    .header .menu-inicio img{
        display: inline-block;
        margin-right: 15px;
        height: 60px;
    }
    .header .menu-inicio .first{
        margin-bottom: 30px;
    }
    .header .menu-inicio .second{
        margin-bottom: 30px;
    }
    .header .menu-inicio h1{
        display: inline-block;
    }
    .header .menu-inicio .first{animation-delay: 1s;}
    .header .menu-inicio .second{animation-delay: 1.5s;}

    .icon-nav-header{
        display: block;
    }
    .link-nav-header{
        display: none;
    }
    .icon-nav-header {
        align-content: space-between;
        align-items: baseline;
        background-color: #293233;
        display: inline-flex;
        left: 0;
        margin-bottom: 50px;
        padding: 7px 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .row-eje .col{
        height: auto;
        min-height: 300px;
    }
    .row-eje .col .vertical{
        vertical-align: middle;
        padding: 50px 50px;
        text-align: left;
    }
    .row-taller p{
        font-size: 16px;
        text-align: left;
    }
    .ejes-tips .title-grey{
        font-size: 25px;
    }

}

@media(max-width:565px) {
    .quienes-somos p, .escuela-popular p {
        font-size: 15px;
        text-align: justify;
    }
    .header .logo img{
        height: 250px;
        margin:30px auto;
    }
    .header .menu-inicio h1{
        font-size: 20px;
    }
    .quienes-somos p, .escuela-popular p {
        width: 100%;
    }
    .row-eje .col{
        min-height: 280px;
    }
    .row-eje .col .vertical{
        vertical-align: middle;
        padding: 50px 30px;
    }
    .bio-construccion h1, .bio-beneficios .bioconstruccion{
        font-size: 35px !important;
    }
    .padrinos-row .item p{
        font-size: 13px;
    }
    .padrinos-row .item{
        margin-bottom: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .galeria-galeria .img{
        width: 100%;
        height: 300px;
        margin:0;
        margin-bottom: 10px;
    }
}
@media(max-width:450px) {
    
}
@media(max-width:300px) {
}
}