/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* general */
body{
    font-family: 'Titillium Web', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#wrapper{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.clear{
    clear: both;
}

/* green header */
.top-header-wrapper{
    width: 100%;
    height: auto;
    display: block;
    background: #6ab045;
    color: #fff;
}
.top-header-container{
    max-width: 1024px;
    margin: 0 auto;
    font-weight: 300;
}
.top-mail{
    float: left;
    padding: 16px 0;
}
.top-mail a{
    color: #fff;
    text-decoration: none;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.top-mail a:hover{
    color: #15304d;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.newsletter-area{
    float: right;
    padding: 13px 0px;
}
.newsletter-area p,input,button{
    display: inline-block;
}
.newsletter-area p{
    text-transform: uppercase;
    font-size: .9em;
    margin: 0;
}
.newsletter-area input{
    padding: 4px 10px;
    font-size: .8em;
    border: none;
    border-radius: 5px;
    margin: 0 5px 0 20px;
}
.newsletter-area button{
    border: none;
    padding: 5px 25px;
    background: #15304d;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: .8em;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.newsletter-area button:hover{
    background: #1b788f;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

/* main header */
.main-header-wrapper{

}
.main-header-container{
    max-width: 1024px;
    margin: 0 auto;
    padding: 15px 0;
}
.logo-container{
    float: left;
    width: 30%;
    height: auto;
}
.logo-container img{
    width: 100%;
    height: 100%;
}
.menu-container{
    width: 70%;
    height: auto;
    float: right;
    text-align: right;
}

/*menu */
#k-head{
    margin: 0 auto;
    max-width: 1024px;
}
.list-unstyled{
    padding: 0;
}
#k-menu ul ul{
    background: #fff;
    border: none;
    margin-left: -27px;
}
#k-menu ul ul li{
    padding: 0 19px;
    border-bottom: 1px solid #cecece;
}
#k-menu ul ul li a{
    border-left: none !important;
}

/* slider */
#main-slider{
    width: 100%;
}
#main-slider img{
    width: 100%;
}
#slider-products{
    margin-bottom: 40px;
}
.slider-wrapper{
    height: auto;
    width: 100%;
}
.border-slider{
    margin:0;
}
.slider-wrapper figure{
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.slider-wrapper figure img{
    height: auto;
    width: 100%;
}
#slider{
    margin: 0 auto;
    height: auto;
    margin-bottom: 55px;
}
#slider img{
    width: 100%;
}

/* social icons */
.social-icons{
    width: 100%;
    display: block;
    margin: 15px 0 15px 0;
}
.social-icons a{
    color: #a8a7a8;
    font-size: 1.4em;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.social-icons a:hover{
    color: #6ab045;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.social-icons ul{
    margin: 0;
    padding: 0;
}
.social-icons ul li{
    list-style-type: none;
    display: inline;
    padding: 0 15px;
}

/* search */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
    z-index: 100000;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: #6ab045;
    border: black;
    border-radius: 0;
    padding: 10px 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #6ab045;
    border: none;
    opacity: 1;
    padding: 10px 17px;
    font-size: 37px;
}

/* main menu */
.main-menu{
    width: 100%;
    display: block;
}

/* home sliders */
#main-slider-wrapper{

}
.main-slider-container{
    max-width: 1024px;
    margin: 0 auto;
}
.principal-slider{
    position: relative;
    float: left;
    width: 66%;
    height: auto;
    overflow: hidden;
    background: #000;
}
.principal-slider a img{
    width: 100%;
    height: auto;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.principal-slider a:hover img{
    /*-webkit-transform: scale(1.3) rotate(5deg);
    -moz-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    -o-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);*/
    opacity: 0.3;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-banners-container{
    float: left;
    width: 34%;
    height: auto;
    padding: 0 10px;
}
.home-banner-one{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 17px;
    background: #000;
    position: relative;
    text-align: center;
}
.home-banner-one img{
    width: 100%;
    height: auto;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-banner-one a:hover img{
    opacity: 0.1;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-banner-two{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 17px;
    background: #000;
    position: relative;
    text-align: center;
}
.home-banner-two img{
    width: 100%;
    height: auto;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-banner-two a:hover img{
    opacity: 0.1;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-banner-three{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #000;
    position: relative;
    text-align: center;
}
.home-banner-three img{
    width: 100%;
    height: auto;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-banner-three a:hover img{
    opacity: 0.1;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.tile-content{
    /*background: linear-gradient(-180deg,rgba(182,161,101,0) 56%,rgba(0,0,0,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6a165', endColorstr='#99000000', GradientType=0);*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.summary{
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 90%;
    color: #fff;
    margin: 0 30px;
}
.summary h3{
    text-align: center;
    font-weight: 400;
    font-size: 2.7em;
    line-height: 1em;
    text-shadow: 2px 2px 6px rgba(65,65,65,.9);
    opacity: 0;
    margin-bottom: 225px;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.principal-slider a:hover h3{
    opacity: 1;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.banner-text{
    color: #fff;
    opacity: 0;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-banner-one a:hover .banner-text{
    opacity: 1;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-banner-two a:hover .banner-text{
    opacity: 1;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.home-banner-three a:hover .banner-text{
    opacity: 1;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

/* blue divider */
#blue-divider-wrapper{
    background: #15304d;
    width: 100%;
    height: auto;
    display: block;
    margin: 40px 0;
}
.blue-divider-wrapper{
    margin-bottom: 0 !important;
}
#blue-divider-wrapper-interior{
    background: #15304d;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
#blue-divider-wrapper-interior .blue-divider-container h2{
    font-weight: 400;
    font-size: 2.5em;
    text-transform: uppercase;
}
.blue-divider-container{
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}
.blue-divider-container h2{
    font-weight: 600;
    padding: 45px 0;
    color: #fff;
    max-width: 90%;
    margin: 0 auto;
}
.multicolor-border{
    width: 100%;
    height: 12px;
}
.lightblue{
    background: #acc6cf;
    width: 20%;
    height: 12px;
    float: left;
    margin: 0;
    padding: 0;
}
.mediumbue{
    background: #639fae;
    width: 20%;
    height: 12px;
    float: left;
    margin: 0;
    padding: 0;
}
.aqua{
    background: #1b788f;
    width: 20%;
    height: 12px;
    float: left;
    margin: 0;
    padding: 0;
}
.darkblue{
    background: #1c4b6c;
    width: 20%;
    height: 12px;
    float: left;
    margin: 0;
    padding: 0;
}
.green{
    background: #6ab045;
    width: 20%;
    height: 12px;
    float: left;
    margin: 0;
    padding: 0;
}

/* equipo de trabajo */
#equipodetrabajo{
    display: block;
    background: #879194;
}
.equipocontainer{
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 50px 0;
}
#equipodetrabajo h2{
    font-weight: 400;
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 0;
    color: #15304d;
    padding: 55px 0;
}
.miembro-equipo{
    padding-bottom: 35px;
    text-align: center;
}
.miembro-equipo h4{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    color: #15304d;
}
.miembro-equipo h5{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #15304d;
}
.miembro-equipo figure{
    border-radius: 90px;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.miembro-equipo figure img{
    width: 100%;
}

.white-text-container-distingue{
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}
.white-text-container-distingue h2{
    font-weight: 400;
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 0;
    color: #6ab045;
    padding: 55px 0 0 0;
}
.vision{
    text-align: right;
    color: #fff;
    padding-bottom: 50px;
}
.vision h3{
    text-transform: uppercase;
}
.vision p{
    font-size: 1.4em;
    padding: 0;
}
.propuesta{
    text-align: left;
    color: #fff;
    padding-bottom: 50px;
}
.propuesta p{
    font-size: 1.4em;
    padding: 0;
}
.propuesta h3{
    text-transform: uppercase;
}
label{display: block;}
h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.logosclientes{
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 50px;
}
.logosclientes img{
    width: 100%;
}
.logosa{
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0;
}
.logosa img{
    width: 100%;
}


/* alianzas */
#alianzas{
    display: block;
    background: #eaecec;
}
.alianzas-container{
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 50px 0;
    color: #15304d;
}
#alianzas h2{
    font-weight: 400;
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 0;
    color: #15304d;
    padding: 55px 0;
}
.alianzas-left-colum{
    text-align: right;
    font-size: 1.4em;
    padding: 0;
}
.alianzas-right-column{
    text-align: left;
    font-size: 1.4em;
    padding: 0;
}



/* white text container */
#white-text-wrapper{
    width: 100%;
    height: auto;
    display: block;
}
.white-text-container{
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}
.white-text-container h2{
    max-width: 90%;
    margin: 0 auto;
    color: #4f4f4f;
    font-weight: 300;
}
.logos{
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 0;
}
.logos img{
    width: 85%;
}
/*.logos ul{
    margin: 0;
    padding: 0;
}
.logos ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 20%;
    text-align: center;
}
.logos ul li img{
    width: 100%;
}*/

/* parallax image */
#imagen-parallax{
    /*background: url("../img/parallax-image.jpg") fixed;*/ 
    max-height: 100%;
    height: 75px; 
    position: relative;
    margin: 0 auto;
    padding: 10%;
    background-size: cover;
    text-align: center;
}
#imagen-parallax a{
    font-weight: 600;
    font-size: 2em;
    text-align: center;
    color: #fff!important;
    margin-bottom: 0;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0,0,0,0.7);
    padding: 10px 25px;
    border: 2px solid #fff;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
#imagen-parallax a:hover{
    background: rgba(106,176,69,0.7);

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
#imagen-parallax p{
    margin: 0;
    font-size: 1.3em;
    font-weight: 300;
    text-align: center;
    color: #fff!important;
}

/* nuestros servicios */
#nuestros-servicios-wrapper{
    background: #6ab045;
    width: 100%;
    height: auto;
    padding: 45px 0;
    margin: 0 auto;
    padding-bottom: 75px;

    background: #6ab045;
    background: -webkit-radial-gradient(circle, #67ab43, #508736); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(circle, #67ab43, #508736,); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle, #67ab43,  #508736); /* For Firefox 3.6 to 15 */
    background: radial-gradient(circle, #67ab43, #508736); /* Standard syntax */
}
.servicios-container ul,li{
    margin: 0;
    padding: 0;
}
.servicios-container ul li{
    display: inline-block !important;
    width: 24%;
    margin-bottom: 25px;
    text-align: center;
}
.servicios-container ul li img{
    width: 75%;
    height: auto;
}
.servicios-container ul li h3{
    display: none;
}
.servicios-container ul li .text{
    display: none;
}
.nuestros-servicios-container{
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}
.nuestros-servicios-container img{
    width: 90%;
    height: auto;
    margin-bottom: 55px;
}
.nuestros-servicios-container a{
    font-weight: 600;
    font-size: 1.3em;
    text-align: center;
    color: #fff!important;
    margin-bottom: 0;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0,0,0,0.7);
    padding: 10px 25px;
    border: 2px solid #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.nuestros-servicios-container a:hover{
    background: rgba(106,176,69,0.7);

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.blue-divider-class{margin-bottom: 0 !important}

/* lo más destacado */
#destacado-wrapper{
    width: 100%;
    height: auto;

    background: #fff;
    background: -webkit-linear-gradient(#d8d8d8, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d8d8d8, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d8d8d8, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d8d8d8, #fff); /* Standard syntax */
}
#destacado-wrapper span{
    padding: 0 10px;
}
#destacado-wrapper ul li p{
    padding: 0 10px;
}
.destacado-container{
    max-width: 1024px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.destacado-container h2{
    font-weight: 400;
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 45px 0;
}
.destacado-container ul,li{
    margin: 0;
    padding: 0;
}
.destacado-container ul{
    padding-bottom: 55px;
}
.destacado-container li{
    text-align: left;
    float: left;
    width: 31%;
    list-style-type: none;
    margin-right: 3%;
    border: 1px solid #cecece;
    padding-bottom: 21px;
    /*height: 510px;*/
}
.destacado-container li:nth-child(3) {
    margin-right: 0;
}
.destacado-container li figure{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 250px;
    overflow: hidden;
}
.destacado-container li img{
    width: 100%;
    height: auto;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.destacado-container li a:hover img{
    /* -webkit-transform: scale(1.3) rotate(5deg);
    -moz-transform: scale(1.3) rotate(5deg);
    -ms-transform: scale(1.3) rotate(5deg);
    -o-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);*/
    opacity: 0.7;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.destacado-container li h3,span,p{
    padding: 0 10px;
}
.destacado-container li h3{
    /*max-height: 80px;*/
    overflow: hidden;
}
.destacado-container li p{
    overflow: hidden;
}
.destacado-container li h3 a{
    color: #15304d;
    text-decoration: none;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.destacado-container li h3 a:hover{
    color: #6ab045;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.blog-container{
    padding-top: 0 !important;
}
.vermas{
    font-size: 1.4em;
    text-align: center;
}
.vermas a{
    text-decoration: none;
    color: #15304d;
}
.vermas a:hover{
    color: #6ab045;
}
#drop-down-left .k-item-desc{display: none;}

/* single */
.single-post h1{
    text-align: left !important;
}
.main_post_image{
    float: left;
}
.main_post_image{overflow: hidden;}
.main_post_image img{width: 100%;height: auto;margin-bottom: 30px;}
.single-content{float: left;padding-bottom: 60px;}
.blog-container ul li span{padding-left: 10px;}



/* footer */
footer{
    width: 100%;
    height: auto;
    background: #15304d;
    color: #fff;
    text-align: left;
    padding: 45px 0;
}
.footer-container{
    max-width: 1024px;
    margin: 0 auto;
}
.footer-container p{
    font-size: .9em;
}
.footer-container a{
    color: #fff;
}
.footer-container a:hover{
    color: #6ab045;
}
.columna-left{
    float: left;
    width: 25%;
}
.columna-left img{
    width: 90%;
    height: auto;
    margin-bottom: 25px;
}
.columna-left h3{
    font-weight: 600;
    margin-bottom: 0;
}
.columna-left p{
    padding: 0;
}
.columna-center{
    float: left;
    width: 25%;
}
.columna-center h3{
    font-weight: 600;
    margin-bottom: 0;
}
.columna-center p{
    padding: 0;
}
.columna-rigth{
    float: right;
    width: 50%;
}
.columna-rigth ul,li{
    margin: 0;
    padding: 0;
}
.columna-rigth li{
    list-style-type: none;
    display: inline-block;
    list-style-type: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 8px 13px 17px 13px;
    font-size: 1.1em;
    /*border: 1px solid #fff;*/
    border-radius: 50px;
    margin: 0 10px;
}
.form-wrapper input,textarea{
    width: 100%;
    border: none;
    padding: 5px 10px;
    margin: 15px 0;
    margin: 0;
    border-radius: 5px;
}
.form-wrapper textarea{
    min-height: 100px;
}
.form-wrapper p, span{
    padding: 0;
}
.button{
    background: rgba(255,255,255,0.7);
    color: #000;
    text-transform: uppercase;
    width: 50% !important;
    float: right;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.button:hover{
    background: rgba(255,255,255,0.3);

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.wpcf7-submit{
    background: rgba(255,255,255,0.7);
    color: #000;
    text-transform: uppercase;
    width: 50% !important;
    float: right;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.wpcf7-submit:hover{
    background: rgba(255,255,255,0.3);

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}



/* que nos distingue */
#blue-divider-wrapper-interior{
    color: #fff;
    text-align: left;
}
#blue-divider-wrapper-interior ul li{
    color: #fff;
    font-size: 1.4em;
    line-height: 1.7em;
}
.left-column{
    width: 48%;
    float: left;
    margin-right: 3%;
    padding: 65px 0;
    text-align: left;
}
.right-column{
    width: 48%;
    float: left;
    padding: 65px 0;
    text-align: left;
}
.left-column ul,li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.right-column ul,li{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.left-column ul li{

}
.right-column ul li{

}
.left-column li:before {
    content: "• ";
    color: #6ab045; /* or whatever color you prefer */
}
.right-column li:before {
    content: "• ";
    color: #6ab045; /* or whatever color you prefer */
}

/* servicios */
#blue-divider-servicios{
    margin-bottom: 65px;
}
.back-green{
    background: #69af44 !important;
}
.back-green h1{
    color: #fff;
}
#nuestros-servicios-page-wrapper{
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    padding: 45px 0;
}
.blog-entradas ul li{
    min-height: 515px;
}
.nuestros-servicios-page-container{
    max-width: 1024px;
    margin: 0 auto;
    height: auto;
}
.nuestros-servicios-page-container h1{
    font-weight: 400;
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 0 0 45px 0;
    text-align: center;
}
.servicios-column-left{
    width: 50%;
    float: left;
    border-right: 1px solid #b7b7b7;
}
.servicios-column-right{
    width: 49%;
    float: left;
}
.listado-servicios{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b7b7b7;
    padding: 45px 0 55px 0;
}
.listado-servicios:last-child{
    border-bottom: none;
}
.listado-servicios ul,li{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #4a4a4a;
}
.listado-servicios ul{
    padding: 0 55px;
}
.listado-servicios ul li{
    list-style-type: disc;
}
.listado-servicios h2{
    padding: 0 55px 0 10px;
    float: left;
    color: #39627f;
    max-width: 60%
}
.listado-servicios img{
    float: left;
    max-width: 110px;
    height: auto;
}
.icon-title-wrapper{
    width: 100%;
    padding-bottom: 25px;
    padding: 0 0 25px 35px;
}
.otros-servicios{
    width: 100%;
    clear: both;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}
.otros-servicios .icon-title-wrapper{
    width: 30%;
    height: auto;
    float: left;
}
.otros-servicios .icon-title-wrapper img{
    width: 100%;
    height: auto;
    max-width: 120px;
    padding-right: 15px;
    float: left;
}
.otros-servicios .icon-title-wrapper h2{
    color: #39627f;
}
.text-otros-servicios{
    max-width: 61%;
    float: left;
    padding-left: 25px;
}
.text-otros-servicios p{
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
}
.text-otros-servicios h4{
    color: #6ab045;
    margin-bottom: 0;
}


#medios-especializados{
    width: 100%;
    height: auto;
    display: block;
}
.medios-especializados-container{
    max-width: 1024px;
    margin: 0 auto;
    height: auto;
    padding: 55px 0;
}
.icon-medios-especializados{
    text-align: center;
}
.icon-medios-especializados img{
    max-width: 110px;
    height: auto;
}
.medios-especializados-container h2{
    font-weight: 400;
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 45px 0;
    text-align: center;
    color: #1c4b6c;
}
.medios{
    width: 100%;
    height: auto;
    text-align: center;
}
.medios img{
    max-width: 360px;
    height: auto;
}
.ganar-ganar{
    border-bottom: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    width: 50%;
    float: left;
    height: 340px;
    padding: 35px 0 0 0;
}
.ganar-ganar-tv{
    border-bottom: 1px solid #b7b7b7;
    width: 49%;
    float: left;
    height: 340px;
    padding: 35px 0 0 0;
}
.red-empresarial{
    border-right: none;
    width: 50%;
    margin: 0 auto;
    float: none;
    height: 340px;
    padding: 35px 0 0 0;
}
.donar{
    width: 49%;
    float: left;
    height: 340px;
    padding: 35px 0 0 0;
}
.medios p{
    text-align: left;
    padding: 15px 25px;
}
.medios p a{
    text-decoration: none;
    color: #6ab045;
}
.medios p a:hover{
    color: #1c4b6c;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 80px;
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-header .close{
    margin-top: -22px !important;
}
/* Modal Header */
.modal-header {
    padding: 20px 15px;
    background: #fff;
    color: white;
    text-align: center;
    border-bottom: none !important;
}
.modal-header h4{
    color: #333e48;
}
.modal-header img{
    width: 100px;
    padding: 15px 0;
}
/* The Close Button */
.close {
    color: gray;
    float: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
/* Modal Body */
.modal-body {padding: 20px 16px 10px 16px;;text-align: center;padding-bottom: 50px;}
.modal-body img{width: 150px;border-radius: 200px;}
.modal-body ul li{list-style-type: disc !important;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.popup_cargo{
    color: #f47920;
    max-width: 40%;
    margin: 0 auto;
}
.popup_resena{
    max-width: 70%;
    margin: 0 auto;
    margin-top: 25px;
}
.text-center{
    padding-bottom: 10px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}


/* quienes somos */
#quienes{
    width: 100%;
    height: auto;
    padding: 80px 0;
}
.quienes{
    max-width: 90%;
    margin: 0 auto;
}
.quienes h2{
    font-weight: 400;
    font-size: 2.5em;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 0;
}
.quienes p{
    font-size: 1.4em;
    padding: 0;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
