
/* ----------------------------------
    CUSTOM STYLES HERE...
----------------------------------- */


/*--Fonts--*/

@font-face {
  font-family: 'Calendas_Plus_Italic';
  src: url('../fonts/Calendas_Plus_Italic.eot');
  src: local('☺'), url('../fonts/Calendas_Plus_Italic.woff') format('woff'), url('../fonts/Calendas_Plus_Italic.ttf') format('truetype'), url('../fonts/Calendas_Plus_Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--Styles--*/
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #4A4A4A;
  font-size: 16px;
}

h1, .h1 {font-size: 48px; color:#21556E;}
h2, .h2 {font-size: 36px; color:#21556E; font-weight: 600;}
h3, .h3 {font-size: 28px; color:#21556E;}
h4, .h4 {font-size: 22px; color:#21556E;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {line-height: 1.3}

p {font-weight: 300;}

a {color: #35A0D1;}
a:hover {color: #21556E; text-decoration: none;}

section ul,
section ol{
  margin-left: 0px;
}

section ul li,
section ol li{
  font-weight: 300;
}


/*--Buttons--*/
.btn,
.page-template-contact-us .wpcf7-submit {
  background: url('../img/arrow-btn.png') 90% 50% no-repeat #EC7323;
  padding: 15px 60px 15px 35px;
  color: #FFF;
  border: none;
  border-radius: 1px;
  font-size: 18px;
  white-space: normal;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.btn:hover, .btn:focus {
  color: #FFF;
}
.btn:hover,
.page-template-contact-us .wpcf7-submit:hover {
  background: url('../img/arrow-btn.png') 10% 50% no-repeat #EC7323;
  padding: 15px 35px 15px 60px;
}

.btn--cyan,
.page-template-contact-us .wpcf7-submit {
  background: url('../img/arrow-btn.png') 90% 50% no-repeat #35A0D1;
}

.btn--cyan:hover,
.page-template-contact-us .wpcf7-submit:hover {
  background: url('../img/arrow-btn.png') 10% 50% no-repeat #35A0D1;
}

.btn--form,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #21556E;
  background-image: none;
  padding: 10px 35px;
  font-size: 14px;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.btn--form:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-image: none;
  background: #21556E;
  padding: 10px 35px;
  box-shadow: none;
  border: none;
}



/*--Forms--*/
.form-control {
  border-radius: 0;
  border: 0;
  padding: 10px;
  height: auto;
}

/*--Navbar--*/
.navbar {
  border: none;
  background: transparent;
}
.navbar-toggle .icon-bar {
  background: #FFF;
}
.navbar-collapse {
  float: right;
}

/*--Navpills--*/
.nav-pills {
  display: inline-block;
  margin: 20px 0;
}
  .nav-pills li {
    background: #eee;
    border-radius: 1px;
  }
  .nav-pills>li.active>a {
    background: #35A0D1;
  }
  .nav-pills>li>a:hover,
  .nav-pills>li.active>a:hover {
    background: #35A0D1;
    color: #fff;
  }


/*--Helpers--*/
.section {
  padding: 40px 0;
  position: relative;
}
  .section .h2,
  .section h2 {
    margin-bottom: 50px;
  }
  .home .section .btn,
  .perks .btn {
    margin-top: 50px;
  }

.featured-text,
.h2 .featured-text,
h2 strong {
  font-family: 'Calendas_Plus_Italic';
  font-weight: normal;
  font-size: 42px;
  color: #35A0D1;
}

  .h4 .featured-text {
    font-size: 20px;
  }

.bg-blue {
  background: #21556E;
  color: #fff;
}
  .bg-blue h2,
  .bg-blue h3 {
    color: #fff;
  }

/*--Header--*/
.header {
  color: #FFF;
  height: 768px;
  position: relative;
  z-index: 2;
}
.header::before {
  content: '';
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*filter: url('#grayscale');  Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: Gray();  /*IE4-8 and 9*/
  background-blend-mode: multiply;
  background-color: rgba(53, 160, 209,1);
}

.header::after {
  content:'';
  background: url('../img/pattern-bg-after.png') repeat 0 0;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
  .header .container {
    position: relative;
    height: 100%;
    z-index: 1;
  }
    .sub-header {
      margin-top:30px;
    }
      .menu-principal li:first-child a {
        color: transparent;
        text-shadow: none;
        width: 45px;
      }
      .menu-principal li:first-child a::before {
        content: "\f015";
        font-family: FontAwesome;
        color: #FFF;
        text-shadow: 1px 1px 1px #333;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .menu-principal li:last-child {
        border: 1px solid #FFF;
      }


      .menu-principal > li:last-child a::before {
        background: url('../img/globo.svg') center center no-repeat;
        content: '';
        display: inline-block;
        font-family: Flaticon;
        height: 19px;
        margin-right: 8px;
        position: relative;
        top: 4px;
        width: 13px;
      }

      .menu-principal ul li:first-child a,
      .menu-principal ul li:last-child a {
        color: #FFF;
        width: 100%;
      }

      .menu-principal ul li:first-child a::before,
      .menu-principal ul li:last-child a::before {
        content: "";
      }

      .menu-principal li:last-child > a{
        padding: 5px 10px;
      }

      .menu-principal li:last-child .sub-menu{
        padding: 0px 40%;
      }

      .menu-principal li:last-child .sub-menu a::before{
        display: none;
      }




        .menu-principal li a {
          color: #FFF;
          text-shadow: 1px 1px 2px #000;
          font-size: 18px;
          font-weight: 100;
          display: inline-block;
          text-decoration: none;
          text-transform: capitalize;
          cursor: pointer;
        }
      .translator {
        position: relative;
        overflow: hidden;
        background-color: #fff;
        border-radius: 1px;
        }
          .translator::before {
            content: '';
            position: absolute;
            right: 8px;
            top: 18px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 4px 0 4px;
            border-color: #35A0D1 transparent transparent transparent;
            z-index: 5;
            pointer-events: none;
          }
          .translator select {
            padding: 5px 8px;
            width: 130%;
            border: none;
            box-shadow: none;
            background-color: transparent;
            background-image: none;
            appearance: none;
            height: 40px;
            font-size: 12px;
          }

          .traductor a {
            opacity: 1;
            cursor: pointer;
          }

          .traductor a.active {
            opacity: 0.6;
            cursor: default;
          }

    .header-bajada {
      height: auto;
      width: 55%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .header-bajada h1{
      line-height: 1.1em;
    }

    .home .header-bajada {
      height: 290px;
    }
    .home .header-bajada::before {
      content: "";
      background-image: url('../img/clouds-bg.png');
      background-size: cover;
      width: 461px;
      height: 218px;
      position: absolute;
      bottom: -10%;
      right: -10%;
    }

      .header-bajada .h1 {
        z-index: 2;
        position: relative;
        line-height: 1em;
      }

      .header-bajada h1,
      .header-bajada h2,
      .header-bajada h3 {
        color: #fff;
      }

      .header-bajada h2{
        margin-top: 0px;
      }

      .header-bajada .featured-text,
      .header-bajada h1 strong {
        color: #EC7323;
        font-size: 62px;
        font-family: 'Calendas_Plus_Italic';
        font-weight: normal;
      }
      .header-bajada .btn {
        position: relative;
        margin-top: 20px;
      }

    .header-bajada-single{
      width: 100%;
      top: 55%;
    }


/*--Container--*/
.home .site-content {
  position: relative;
}




/*--We have--*/
.we-have {
  background: rgba(159,198,224,.15);
  padding-bottom: 100px;
  /* z-index: 3; */
}
  .we-have .we-have-container {
    display: flex;
    justify-content: space-between;
  }
    .we-have .we-have-item {
      width: 25%;
    }

  .we-have-item {
    color: #EC7323;
    border: 1px solid #EC7323;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

    .we-have-item .h4 {
      font-family: 'Calendas_Plus_Italic';
      color: #EC7323;
      font-size: 30px;
      background: #F1F7FB;
       padding: 0 10px;
      position: absolute;
      bottom: -25%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    .we-have-item:last-child .h4{
      width: 96%;
    }

    .we-have-item .number {
      color:#35A0D1;
      font-size: 48px;
      font-weight: 700;
    }

    .aboutus .we-have .btn {
      margin-top: 50px;
    }

/*--Programs--*/
.programs,
.pattern-1 {
  background: url('../img/textura.png') repeat 0 0 #35A0D1;
  position: relative;
  color: #fff;
}
.programs::after,
.pattern-1::after {
  content: '';
  width: 100%;
  height: 60px;
  background: url('../img/pattern-bg-after.png') repeat 0 0;
  position: absolute;
  top: -60px;
  left: 0;
}
.programs::before,
.pattern-1::before {
  content: '';
  width: 100%;
  height: 60px;
  background: url('../img/pattern-bg-before.png') repeat 0 0;
  position: absolute;
  bottom: -60px;
  left: 0;

  display: none;
}
.programs,
.pattern-1 strong {
  color: #fff;
}
  .programs .featured-text,
  .programs h2 strong {
    color: #FFF;
  }
  .programs-item {
    background: #35A0D1;
    border: 2px solid #DFEFF6;
    padding: 20px;
    min-height: 220px;
    margin-top: 60px;
  }
    .programs-img {
      background: #fff;
      width: 150px;
      height: 150px;
      display: block;
      border-radius: 150px;
      border: 10px solid #35A0D1;
      margin: -95px auto 0 auto;
    }

    .programs-item .h3 {
      font-family: 'Calendas_Plus_Italic';
      font-size: 30px;
      text-align: center;
      min-height: 115px;
      margin-top: 0;
      -ms-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.1em;
    }

    .programs p {
      color: #FFF;
      text-align: center;
    }

/*--Perks--
.perks {
  padding-top: 0;
}*/


/*--Map--*/
.map {
  background: url('../img/textura-2.png') repeat 0 0 transparent;
  margin: 100px 0;
  min-height: 320px;
}

  .map-container {
    position: relative;
  }
    .map .map-img   {
      position: absolute;
      top: -180px;
      width: 100%;
    }
  .home .map h2 {
    margin-bottom: 0;
  }
  .home .section.map .btn {
    margin: 0;
  }


/*--People--*/
.carousel-people {
  /*margin-top: 100px;*/
}

.carousel-indicators{
    margin-bottom: 0px !important;
}
.carousel-indicators .active{
    background-color: #369fd0 !important;
}
.carousel-indicators li{
    border-color: #369fd0 !important;
}
  .carousel-people .carousel-inner .item .item-text {
    border: 2px solid #369fd0;
    padding: 60px 20px 40px 20px;
    margin-top: -75px;

  }
      .carousel-people img {
        background: #FFF;
        margin-top: -96px;
        margin-bottom: 10px;
        height: 144px;
        width: 144px;
        border: none;
      }
    .carousel-people .carousel-indicators {
      position: relative;
      bottom: 35px;
    }

       .blue-slideshow .carousel-people .item span {
        font-family: 'Calendas_Plus_Italic';
        font-size: 22px;
      }

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive, .thumbnail a>img,
.thumbnail>img {
  margin: 0 auto;
}

.people h2,
#parte6 h2{
  margin-top: 0px;
  margin-bottom: 30px;
}


/*--Community--*/
.community,
.bg-1 {
  background: rgba(159,198,224,.15);
}
  .community-item,
  .card-item {
    min-height: 380px;
    border: 1px solid #35A0D1;
    padding: 30px;
    text-align: left;
  }
    .community-h3,
    .card-h3 {
      font-size: 20px;
      color: #35A0D1;
    }
    .community-h3::after,
    .card-h3::after {
      content:'';
      background: #35A0D1;
      display: block;
      height: 2px;
      width: 100%;
      margin-top: 10px;
    }

#qualify .card-item{
    min-height: 0;
}

/*--Footer--*/
.footer {
  background: #21556E;
  color: #FFF;
  position: relative;
}

.footer-form {
  background: #35A0D1;
  color: #21556E;
  padding: 20px 0 0 0;
  margin-bottom: 30px;
}
  .footer .h4 {
    font-size: 20px;
    margin-right: 15px;
    line-height: 40px;
  }
  .footer-form .featured-text {
    color: #FFF;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .footer .h4,
  .footer .form-inline {
    display: inline;
  }
  .footer .form-inline {
    /*width: 50%;*/
    float: right;
    text-align: right;
  }
    .footer .form-inline .form-group {
      /*width: 35%;*/
    }
      .footer .form-control {
        width: 100%;
        border-radius: 0;
        border: none;
        box-shadow: none;
        height: 40px;
        padding: 5px 10px;
      }
      .footer .form-inline .btn--form {
        /*width: 25%;*/
        width: 100%;
      }


  .footer .logo {
    /*max-width: 250px;
    margin-bottom: 20px;*/
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .news-form .form-group{
      padding: 0 0 0 5px;
  }

  .menu-rrss,
  .menu-footer-1,
  .menu-footer-2,
  .menu-footer-3,
  .menu-footer-4 {
    list-style: none;
    display: inline-block;
    padding: 0;
  }
    .footer li {
      margin: 0 0 10px 0;
    }
      .footer a {
        color: #FFF;
        text-decoration: underline;
        display: block;
        font-weight: 300;
      }
  .menu-rrss {
    -ms-display: flex;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

    .menu-rrss a,
    .menu-rrss a:hover {
      text-decoration: none;
    }

      .menu-rrss i {
        display: inline-block;
        width: 30px;
        height: 30px;
        color: #35A0D1;
        text-align: center;
        background: #fff;
        border-radius: 20px;
        position: relative;
        -ms-display: flex;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
      }

        .menu-rrss a:hover i {
          background: #35A0D1;
          color: #fff;
        }

        .menu-rrss li a {
          width: 30px;
          height: 30px;
          position: absolute;
          top: 0;
          left: 0;
        }

  .menu-footer-1 {
    -ms-display: flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
    .menu-footer-1 li {
      border-right: 1px solid #FFF;
      padding: 0 5px;
      font-size: 14px;
    }
    .menu-footer-1 li:last-child {
      border: none;
    }

  .menu-footer-2 {
    column-count: 3;
    column-gap: 30px;
    width: 100%;
  }

  .menu-footer-2 li a{
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #2c708a;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .menu-footer-2 li a:hover{
    color: #3ec2ff;
    text-decoration: none !important;
  }


  .footer .logo-corfo {
    max-width: 150px;
  }

.site-text {
    background: #fff;
    padding: 20px;
    color: #ABABAB;
  }


/*--Founders Lab--*/
.founderslab .section-center,
.founderslab .section-right,
.founderslab .section-left {
  padding: 100px 0;
}

.methodology-icons {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
  .methodology-icons li {
    text-align: center;
    color: #35A0D1;
  }
  .methodology-icons li:first-child {
    margin-top: 120px;
  }
  .methodology-icons li:nth-child(2) {
    margin-top: 90px;
  }
  .methodology-icons li:nth-child(3){
    margin-top: 60px;
  }
  .methodology-icons li:nth-child(4) {
    margin-top: 30px;
  }
  .methodology-icons li:last-child {
    margin-top: 0px;
  }
    .methodology-icons i,
    .icons-blue i,
    .founderslab figure i {
      color: #fff;
      background: #21556E;
      border-radius: 106px;
      height: 110px;
      width: 110px;
      text-align: center;
      display: block;
    }
      .methodology-icons i {
        color: #fff;
        background: #21556E;
        border-radius: 106px;
        height: 110px;
        width: 110px;
        line-height: 118px;
        text-align: center;
      }

  .founderslab figure{
    position: relative;
  }

  .founderslab figure i{
    background-color: rgba(33, 85, 100, 0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }



/*mario*/

body,
button,
input,
select,
textarea {
    background: #FFF;
    font-size:16px;
    line-height:1.5
}

/* BODY STYLES */
body.post {

}
body.page {

}
body.home {

}
body.category {

}
body.tag {

}
body.date {

}
body.archives {

}
body.search {

}
body.error404  {

}
body.page-PAGE-ID {

}
body.page-template-TEMPLATE-php {

}

/*** BIG CONTAINER ***/
#page {

}

#masthead {
  background-position: center center;
  background-size: cover;
  height: 50vh;
  min-height: 400px;
}

.page-template-mentors .thumbnail, .page-template-our-team .thumbnail {
  padding:20px;
  padding-bottom:5px;
  min-height: 370px;
}


/*** HEADER CONTAINER ***/
.page-template-homepage #masthead {
  background-position: center center;
  background-size: cover;
  height: 80vh;
  min-height: 500px;
}


/*** HEADER CONTAINER ***/

/*** LOGO CONTAINER ***/
.site-branding {

}
/*
/*** LOGO ***/
.site-branding .site-title {
  position: relative;
  display: block;
  width: 320px;
  height: 50px;
  text-indent: -999999em;
  text-decoration: none;
  margin:0px;
}
.site-branding .site-title a {
  display : block;
  width: 320px;
  height : 50px;
  text-indent : -9999px;
}

/*** SITE DESCRIPTION ***/
.site-branding .site-description {

}

/*** SITE NAVIGATION CONTAINER ***/
#site-navigation {
  float: right;
}

.navbar-collapse {
  padding:0px;
}

/*** NAVIGATION LIST ***/
.sf-menu {
    float: left;
    font-size: 16px;
}

/*** NAVIGATION SKING START ***/
.sf-menu ul {
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    left: -50%;
    right: -50%;
    text-align: center;
    margin-top: 10px;
    padding: 0px 50%;
}

body.es .sf-menu .menu-item-417 ul{
  padding: 0px 10%;
}

body.es .sf-menu .menu-item-418 ul{
  padding: 0px 40%;
}

.sf-menu a {
    border: 0px;
    padding: .35em 1em;
    text-decoration: none;
    zoom: 1; /* IE7 */
    color: #000;
    font-weight: bold;
}

.sf-menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}
.sf-menu ul li {
  background: #35A0D1;
  border-radius: 1px;
  margin-bottom: 1px;
  padding: 5px;
  text-align: center;
}

.sf-menu ul li a {
  text-shadow: none;
  display: block;
  text-shadow: none;
  display: block;
  font-size: .9em;
}

.sf-menu ul li:last-child {
    border: none;
}
.sf-menu ul ul li {
    background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}
.sf-menu li:hover {
    background: none;
}

.sf-menu li .sub-menu {
  margin-top: 10px;
}

.sf-menu li .sub-menu::after {
  content:"";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #35A0D1;
  border-width: 8px;
  margin-left: -8px;
}

.sf-menu li .sub-menu li:hover {
    background: #0c5470;

}

/*** arrows (for all except IE7) ***/
.sf-arrows .sf-with-ul {
    padding-right: .5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 8px;
}



.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #FFF; /* IE8 fallback colour*/
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}
/*** NAVIGATION SKING END ***/

/*** CONTENT CONTAINER ***/
#content {

}

/*** PRIMARY COLUMN ***/
#primary {

}

/*** PRIMARY COLUMN ***/
#secondary {

}

/*** FOOTER ***/
#colophon {

}

/*** FOOTER LIST ***/
#colophon .site-info{

}

/*** MORE STYLE FOOTER ***/
#colophon .myfooterclass {

}

/*** CONTENT CONTAINER STYLE ***/

/*** CONTENT ***/
#main {

}

/*** TITLE CONTAINER ***/
.entry-header {

}

/*** TITLE ***/
.entry-header .entry-title{

}

.entry-content {

}
.entry-content  h1 {

}
.entry-content h2 {

}
.entry-content h3 {

}
.entry-content h4 {

}
.entry-content h5 {

}

.entry-content ol,
.entry-content ul{
  margin-left: 0px;
  margin-bottom: 10px;
}
.entry-content ol {

}
.entry-content p {

}
.entry-content img {
    max-width: 100%;
}

/*** END CONTENT CONTAINER STYLE ***/


/*** STYLE FOR FOOTER ***/
#main .entry-footer {

}

.cycle-slideshow {

}

.cycle-overlay {

}



/*** POST ID - use <body> element class ***/
body.post-POST-1 {

}
/*** POST ID - use <body> element class ***/
body.post-POST-1 .myclass {

}
/*** POST ID - use <body> element class ***/
body.post-POST-1 #myid {

}

/*** PAGE ID - use <body> element class ***/
body.page-PAGE-1  {

}
/*** PAGE ID - use <body> element class ***/
body.page-PAGE-1 .myclass {

}
/*** PAGE ID - use <body> element class ***/
body.page-PAGE-1 #myid {

}

/*** PAGE TEMPLATE - use <body> element class ***/
body.page-template-TEMPLATE-php  {

}
/*** PAGE TEMPLATE - use <body> element class ***/
body.page-template-TEMPLATE-php .myclass {

}
/*** PAGE ITEMPLATE - use <body> element class ***/
body.page-template-TEMPLATE-php #myid {

}

.intro {
    margin-top: 10vh;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    background: transparent;
}

.intro .description {
    font-size: 5.6rem;
    font-weight: bolder;
    line-height: 1;
    margin:0px;
}

.intro .boton-cta {
  margin-top: 20px;
  color:#FFF;
}


/* footer */
.site-text {
  font-size: 12px;
}

.redes-sociales-footer {
  margin-top:5px;
  font-size:24px;
}
.redes-sociales-footer a, .redes-sociales-footer a:hover {
  color:#fff;
  margin-right:10px;
}
.site-footer {
  background: #0c5470;
  padding-bottom:20px;
}

.redes-mentor {
  margin-bottom:5px;
}

.redes-mentor a{
  color:#000;
  font-size:18px;
  margin-right:10px;
}

.footer-site-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-site-navigation .menu-footer-1 {
  margin-top: 20px;
}

.footer-site-navigation ul li a:hover {
  text-decoration: underline;
}

/* fin footer */



.breadcrumbs {
  margin-bottom:20px;
  margin-top:20px;
}

.breadcrumbs span{
  margin-right: 5px;
  margin-left: 5px;
}

.breadcrumbs span:first-child{
  margin-left: 0px;
}

.breadcrumbs a,
.breadcrumbs a:hover {
  color:#666;
  text-decoration: underline;
}

.wpcf7-form-control-wrap {
  margin-bottom:20px;
}

#parte2,
#parte6 {
  margin-bottom:30px;
}

.post-type-archive-programs #parte2{
  margin-bottom: 0px;
}

.post-type-archive-programs #parte2 .btn{
  margin-top: 50px;
}

.we-have-inicio-valores {
  font-size:3em;
  color:#666;
  font-weight: bold;
}

.we-have-inicio-labels {
  font-size:0.9em;
}
.we-have-boton-cta {
  margin-top:10px;
  color: #fff;
}
.we-have-boton-cta:hover, .we-have-boton-cta:visited {
  color: #fff;
}

.slideshow-perks {
  margin:auto;
  padding-left:10px;
}
.slideshow-perks img{
  margin-right:10px;
}

#parte6 .img-thumbnail {
  margin-right:40px;
}


.enlaces_social_ficha a{
    color:#000;
    font-size:18px;
    margin-right:10px;
}


.ficha_single_startup {
  padding:15px;
  min-height: 400px;
  height: 450px;
}


.logo {
  margin-top: 5px;
}



/* estilos rosa */


.header-bajada-general::before {
 background-image: none;
}

.application-container {
  background-color: #F1B359;
  color: #fff;
}

.application-container h4{
  display: inline-block;
  margin:10px 20px 15px 0px;
}

.application-container h4,
.application-container h4 .featured-text{
  color: #fff;
}

.application-container .btn {
  display: inline;
}

.qualify-item {
  min-height: 270px;
  border: 2px solid #35A0D1;
  padding: 20px;
  text-align: left;
}

/* pekers */

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: white;
    border: 1px solid #35A0D1;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background-color: #35A0D1;
}

 /* startupportfolio marcador pag */

.filtros-portfolio {
  height: 150px;
  position: relative;
  top: 50px;
  font-size: 13px;
}

 /* pag pro-programs --*/
.pro-programs {
    background: #21556E;
    color: #FFF;
    padding-bottom: 60px;
    position: relative;
}

.pro-programs-item {
    background: #21556E;
    border: 1px solid #DFEFF6;
    padding: 20px;
    margin: 30px auto;
    min-height: 220px;
}

.pro-programs h2,
.pro-programs-item h3,
.pro-programs-item h4 {
    color: #fff;
}

.pro-programs h2{
  margin-bottom: 30px;
}
.pro-programs-item h3 {
    font-size: 28px;
}

.pro-programs .info-programs::after {
    content: "";
    width: 100%;
    height: 2px;
    margin: 20px auto;
    display: block;
    background: #35A0D1;
}

.pro-programs-img {
    background: #fff;
    display: block;
    border: 10px solid #21556E;
    margin: -152px auto 0 auto;
}

.pro-programs .btn {
  border: 5px solid #21556E;
  bottom: 0px;
  position: absolute;
  width: 270px;
  left: 50%;

  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.aboutus .lead {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}

.aboutus .video {
  padding: 60px 0;
}

.aboutus .pro-programs {
  padding: 50px 0 120px 0;
}
  .aboutus .pro-programs-item {
    margin-top: 180px;
  }

.aboutus .programs-item {
  text-align: center;
  min-height: 335px;
  margin-top: 60px;

}
  .aboutus .programs-item h3 {
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .aboutus .programs-item img {
    border-radius: 250px;
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
  }

.aboutus .acceleration {
  padding: 60px 0;
  color: #fff;
}
  .aboutus .acceleration h2 {
    color: #fff;
  }

.aboutus .mapa {
  padding-top: 60px;
}



/* call home */

.callhome {
    background-size: cover;
    color: white;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 399px;
}

.malla {
    /*background: url('../img/pattern-bg-3.png') left center repeat-x; */
    height: 200px;
    margin: 60px auto;
}

.malla h2 .featured-text{
  color: #fff;
}

.callhome:before{
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

/* frecuently */

.frecuently,
.pattern-3 {
    background: url('../img/textura.png') repeat 0 0;
}

.frecuently .featured-text {
    color: #FFF;
}
.frecuently-item {
    background: #FFF;
    border: 2px solid #51A0D1;
    padding: 55px 30px 30px 30px;
    min-height: 170px;
    margin: 40px auto;
    position: relative;
}
.frecuently-img {
    background: #fff;
    width: 90px;
    height: 90px;
    display: block;
    border: 10px solid #FFF;
    margin: -60px auto 0 auto;
}

.frecuently-img-circle {
    background: #fff;
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
    border: 10px solid #FFF;
    margin: -60px auto 0 auto;
}

.frecuently-item .h3 {
    font-family: 'Calendas_Plus_Italic';
    font-size: 30px;
    min-height: 115px;
    margin-top: 0;
    -ms-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frecuently-item .btn {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  white-space: nowrap;
}

/*.btn-azul {
    width: 260px;
    height: 50px;
    padding: 5px 60px 15px 35px;
    font-size: 20px;
    background: url('../img/arrow-btn.png') 90% 50% no-repeat #35A0D1;
    position: absolute;
    bottom: 15px;
    border: none;
    margin-left: -54px;
    left: 30%;
    color: #FFF;
    border: 6px solid #FFF;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.btn-azul:hover, .btn-azul:focus {
    color: #FFF;
}

.btn-azul:hover {
    background: url('../img/arrow-btn.png') 10% 50% no-repeat #35A0D1;
    padding: 5px 35px 15px 60px;
    text-decoration: none;
}
*/

/* boton bajo - inicio programs*/

.btn-bajo {
    background-color: #EC7323;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    border-radius: 1px;
    font-size: 18px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/* style header-programs-single */

.header-bajada-img {
    background-color: #FFF;
    width: 260px;
    height: 260px;
    border-radius: 50%;
}

/* imagen  */
.community .img-azul {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-top: 20px;
    background-color: #21556E;
    line-height: 155px;
    text-align: center;
}

.h-4 {
    font-size: 28px;
}

.btn-azul-2 {
    width: 260px;
    height: 90px;
    padding: 15px 60px 15px 35px;
    font-size: 20px;
    border: none;
    background: url('../img/arrow-btn.png') 90% 50% no-repeat #35A0D1;
    color: #FFF;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.btn-azul-2:hover, .btn-azul-2:focus {
    color: #FFF;
}

.btn-azul-2:hover {
    background: url('../img/arrow-btn.png') 7% 50% no-repeat #35A0D1;
    padding: 15px 35px 15px 60px;
    text-decoration: none;
}

.single-programs .pro-programs.text-center .h2{
  margin-bottom: 15px;
}

.mb-commu {
    margin-bottom: 55px;
    margin-top: 0px;
    color: #fff;
}

.h2 .featured-text-1 {
    font-size: 42px;
    color: #35A0D1;
}

.featured-text-11 {
    font-family: 'Calendas_Plus_Italic';
    color: #fff;
}

/* pag mentors fondo de cajas */

.block-b {
    background-color: white;
}

.menurrss {
    background-color: rgba(241, 247, 251, 1);
    height: 30px;
    padding-left: 20px;
    position: absolute;
    left: 16px;
}

.menurrss a {
    margin-right: 11px;
    color: #21556E;
}

.m-bottom {
    margin-bottom: 50px;
}

/* pag faq */

/*--Collapse--*/

.panel{
  box-shadow: none;
}

.panel-group .panel {
	border: none;
}

.panel-default>.panel-heading {
  padding-left: 0;
}


.panel-default>.panel-heading,
.panel-default>.panel-heading a:hover {
	background: transparent;
  color: #0C5476;
}

.panel-heading>.panel-title>a {
  display: block;
}

.first-level:last-of-type {
  box-shadow: none;
}

.first-level>.panel-heading a {
  font-size: 20px;
}

.first-level>.panel-heading.active a {
  font-weight: 600;
}

.first-level>.panel-heading a:before,
.second-level>.panel-heading a:before {
  font-family: FontAwesome;
  display: inline;
}

.first-level>.panel-heading a:before {
  content: "\f055";
}

.second-level>.panel-heading a:before{
  content: "\f067";
}

.first-level>.panel-heading.active a:before {
  content: "\f056";
}

.second-level>.panel-heading.active a:before{
  content: "\f068";
}



.first-level>.panel-heading a:before,
.second-level>.panel-heading a:before {
  border-right: 1px solid rgba(33, 85, 110, .5);
  margin-right: 10px;
  padding-right: 15px;
  color: #EC7323;
}

.second-level>.panel-heading a:before {
  border-right: 1px solid rgba(55, 160, 210, .5);
  color: #37A0D2;
}

.first-level>.panel-heading>.panel-title>a:hover,
.first-level>.panel-heading>.panel-title>a:focus {
  color: #0C5476;
  text-decoration: none;
}

.first-level>.panel-heading+.panel-collapse>.panel-body {
  padding-left: 30px;
  padding-right: 30px;
}

.second-level>.panel-heading {
  background: transparent;
  border-bottom: 1px solid #fafafa;
  color: #37A0D2;
  padding-left: 0;
}

.second-level>.panel-heading>.panel-title>a:hover,
.second-level>.panel-heading>.panel-title>a:focus {
  color: #37A0D2;
  background: transparent;
}

.second-level>.panel-heading+.panel-collapse>.panel-body {
  font-size: 14px;
  color: #666;
  padding-left: 0;
  padding-right: 0;
}



#footer_imagen {
    background-position: center center;
    background-size: cover;
    height: 40vh;
    min-height: 400px;
}
 .text-blue {
   color: #21556E;
 }

 .text-white {
   color: #fff;
 }

.m-top {
  margin-top: 80px;
}

.pro-programs-height {
}

.pro-programs-height .btn{
  position: static;
  -webkit-transform: none;
  transform: none;
}

.community .btn{
  margin-top: 50px;
}

/* pag perks */

.perks-caja {
    border: 1px solid #35A0D1;
    padding: 5px;
}

.m-top-top {
  margin-top: 125px;
}

/* pag program icono */

.frecuently-item i {
  font-size: 4em;
  color: #21556E;
}
/* pag the s factory **sec community */
.img-azul i {
  font-size: 4em;
  color: #fff;
  margin: 45px;
}

.mtop {
  margin-top: 15px;
}



/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}



/*
Estilos Carlos
*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
select,
textarea{
  border-radius: 0px;
  border: 0px
}

select{
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
}


/* PATTERN */

.pattern-2,
.back-petter{
  background: url('../img/textura-2.png') repeat 0 0 transparent;
}

/* HEADER */

header h2{
  color: #fff;
  font-weight: 300;
}

/* BREADCRUMBS */

.breadcrumbs{
  font-size: 14px;
}

.breadcrumb-container{
    background: #F1F7FB;
    position: relative;
}

.btn-bajo,
.btn-bajo:hover{
  background-image: none;
  height: 40px;
  padding: 0px;
  text-align: center;
  width: 40px;

  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.btn-bajo i{
  font-size: 35px;
  line-height: 40px;
}

/* CONTACT US */

label{
  font-weight: normal;
}

.page-template-contact-us .entry-header{
  display: none;
}

.page-template-contact-us input,
.page-template-contact-us label{
  width: 100%;
}

input[type="text"],
input[type="email"],
textarea{
  border: 1px solid #d3e7f1;
}


.page-template-contact-us main form{
  background: #fff;
  border: 1px solid #35A0D1;
  margin: 30px auto 50px auto;
  padding: 30px 30px 0px 30px;
  position: relative;
  width: 50%;
}

.page-template-contact-us .wpcf7-recaptcha > div{
  margin: 0px auto;
}

.page-template-contact-us .wpcf7-submit,
.page-template-contact-us .wpcf7-submit:hover{
  border: 5px solid #fff;
}

.page-template-contact-us .wpcf7-submit{
  bottom: -30px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  width: 200px;
}

.page-template-contact-us .wpcf7-response-output {
  margin-top: 0;
  margin-bottom: 3em;
}

/* BLOG */

.blog .nav-blog h1,
.blog .nav-blog h2{
  color: #21556E;
  color: #fff;
  font-size: 48px;
}

.blog #masthead,
.single-startups #masthead,
.error404 #masthead{
  height: 150px;
  min-height: 0px;
  z-index: 1
}

.blog .breadcrumb-container::after{
  display: none;
}


.pattern-1:after,
.pattern-1:before{
  display: none;
}

.pattern-1{
  position: relative;
  z-index: 0;
}

.nav-blog nav{
  margin: 16px 0px;
}

.nav-blog nav ul li a{
  color: #fff;
  background: transparent;
}

.nav-blog nav ul li a:hover,
.nav-blog nav ul li a:focus{
  background: transparent;
  font-weight: bold;
}

.blog .featured{
  background: rgba(159,198,224,.15);
}

.blog .blog-list,
.blog .featured{
    padding: 40px 0px;
}

.blog .featured-principal .overlay{
  background: rgba(53, 160, 210, 0.75);
  bottom: 0px;
  color: #fff;
  left: 15px;
  padding: 0px 15px;
  position: absolute;
  right: 15px;
}

.blog .info{
  margin: 10px 0px 0px 0px;
  font-size: 0.875em;
}

.blog .info span{
  margin-right: 10px;
}

.blog .info span i{
  margin-right: 5px;
}

.blog .featured-principal .overlay h2{
  margin-bottom: 20px;
}

.blog .featured-principal .overlay h2 a{
  color: #fff;
}

.blog .featured-secondary:first-child{
  margin-bottom: 15px;
}

.blog .featured-secondary .wrap-info{
  background: #fff;
  color: #296881;
  padding: 5px 15px;
  min-height: 100px;
}

.blog .featured-secondary .wrap-info h3{
  font-size: 20px;
  margin-top: 10px;
}

.blog .featured-secondary .wrap-info h3 a{
  color: #296881;
}

.blog .date-event {
  background: #cce6f3;
  height: 120px;
}

.blog .date-event h4{
  color: #296881;
  font-size: 2em;
  line-height: 120px;
  text-align: center;
}

.blog .blog-list .info{
  margin-bottom: 15px;
}

.card-item h3 a{
  color: #35A0D1;
}


/* ARCHIVE BLOG */

.blog.archive main h1{
  font-size: 2em;
  color: #0c5470;
}

.blog.archive .blog-list{
  padding: 20px 0px;
}

/* DETALLE BLOG */

main h1.entry-title{
  color: #0c5470;
  font-size: 2.625em;
  font-weight: 600;
}

.blog.single main h2{
  font-size: 1.5em;
}

.blog.single main .info{
  overflow: hidden;
  border-top: 1px solid #d3e7f1;
  margin-top: 20px;
  padding-top: 10px;
}

.blog.single .breadcrumb-container{
  margin-bottom: 30px;
}

.blog.single aside section article{
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d3e7f1;
  height: auto;
  overflow: hidden;
}

.blog.single aside h2{
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog.single aside h3{
  margin-top: 5px;
  font-size: 1.125em;
}

.blog.single aside section .info{
  margin-bottom: 0px;
}

.blog.single aside section .byline{
  display: none;
}

.blog.single aside .last-events .date{
  border-right: 2px solid #35A0D1;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 15px;
  margin-bottom: 5px;
  text-align: center;
  width: 40px;
}

.blog.single aside .last-events article{
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.blog.single aside .last-events h3{
  clear: none;
}

.rpwe-img{
  float: left;
  margin-right: 10px;
}


/* WHY  CHILE */

.page-template-why_chile .pattern-1:after{
  display: none;
}

.page-template-why_chile .bajada h3{
  color: #fff;
}

.page-template-why_chile .bullets{
    background: rgba(159,198,224,.15);
}

.page-template-why_chile .bullets article{
  margin: 15px 0px;
}

.page-template-why_chile .bullets h3{
  font-weight: 600;
  margin-top: 0px;
}

.page-template-why_chile .malla{
  float: left;
  width: 100%;
  height: 280px;
}

.page-template-why_chile .malla h4{
  line-height: 1.3em;
  color: #fff;
}

/* LISTADO STARTUPS */

.post-type-archive-startups .filtro{
  padding: 25px 0px 30px 0px;
}

.post-type-archive-startups .filtro:after{
  display: none;
}

.post-type-archive-startups .filtro h3{
  color: #fff;
  font-weight: 600;
  margin-top: 0px;
}

.post-type-archive-startups .filtro .btn{
  margin: 0px;
}

.post-type-archive-startups .filtro label{
  display: none;
}

.post-type-archive-startups .filtro input[type="text"]{
  padding: 9px 10px 10px 10px;
}

.post-type-archive-startups .filtro input[type="submit"]{
  padding-top: 13px;
  padding-bottom: 13px;
}

.startup-list{
  padding-top: 80px;
}

/* DETALLE STARTUPS */

.single-startups #masthead .header-bajada{
  display: none;
}

.single-startups .info-startup{
  background: rgba(159,198,224,.15);
}

.single-startups .hentry{
  margin-bottom: 0px;
}

.single-startups h3{
  color: #0c5470;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #35A0D1;
}

.single-startups article p{
  margin-bottom: 5px;
}

.single-startups article p i{
  margin-right: 5px;
}

.single-startups article .enlaces_social_ficha{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d3e7f1;
}

.single-startups article .enlaces_social_ficha a{
  background: #fff;
  border-radius: 50%;
  color: #35A0D1;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.single-startups article .enlaces_social_ficha a:hover{
  background: #35A0D1;
  color: #fff;
}

.single-startups h3 i{
  font-size: 18px;
  margin-right: 5px;
  line-height: 25px;
}

/* COMMUNITY */

.page-template-community .during .card-item{
  background: #fff;
  border: 2px solid #35A0D1;
  margin-top: 30px;
}

/* OTROS */

.frecuently-item i{
  font-size: 6.250em;
  text-shadow:
    -10px -10px 0 #fff,
    10px -10px 0 #fff,
    -10px 10px 0 #fff,
    10px 10px 0 #fff;
    position: absolute;
    top: -50px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}

.frecuently-item i.fa-question{
  font-size: 8.750em;
  top: -70px;
}

.frecuently-item i.fa-file-text{

}

.azul{
  color: #0c5470;
}

.community-item,
.card-item {
  position: relative;
}

.community-item,
.startup-list .card-item{
  padding-bottom: 45px;
  min-height: 415px;
}

.community-item .ver-mas,
.startup-list .card-item .ver-mas{
  display: block;
  margin-bottom: 10px;
  width: 100%;

}

.menurrss{
  height: 45px;
  padding-left: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menurrss a:first-child{
  margin-left: 30px;
}

.menurrss a{
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}

.menurrss a:hover{
  color: #35A0D1;
}

.redes-mentor{
  margin-bottom: 0;
}

/* PAGINADOR */

.wp-pagenavi{
  text-align: center;
  margin-top: 50px;
  float: left;
  width: 100%;
}

.wp-pagenavi .pages{
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span{
  margin: 0px;
  margin-right: -1px;
  padding: 5px 10px;
  position: relative;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover{
  z-index: 1;
}

.wp-pagenavi span.current{
  z-index: 1;
  border: 1px solid #35A0D1;
  color: #21556E;
}

.criteria .card-item{
  border: 2px solid #35A0D1;
  margin-right: 30px;
  width: 100%;
}

.more-info .frecuently-item h3{
  width: 80%;
  margin: 0 auto 15px auto;
}

.more-info .frecuently-item:last-child h3{
  margin-top: 10px;
}

.card-item.eventos .date-event{
  padding-top: 30px;
}

.card-item.eventos .date-event h3{
  text-align: center;
  margin-top: 0px;
  line-height: 1em;

}

.page-template-founders-lab main h2{
  font-weight: 600;
}

.page-template-founders-lab main .bg-blue h2 strong{
  color: #ec7323;
}

.page-template-founders-lab main .pattern-1 h3{
  color: #fff;
}

.page-template-founders-lab main h3{
  font-weight: normal;
}

.page-template-founders-lab .video h3{
  margin-bottom: 30px;
}




/* camilo  */
.tooltip-inner {
  background: #21556E;
  padding: 20px;
  border-radius: 2px;
}
.tooltip.fade .tooltip-arrow {
    border-top-color: transparent;;
}


.overlay_mapa {
background:transparent;
position:relative;
width:100%; /* your iframe width */
height:450px; /* your iframe height */
top:450px; /* your iframe height */
margin-top:-450px; /* your iframe height */
}

.translator{
  /*display: none;*/
}

/* MODAL */

.modal-header .close:hover {
  background: transparent;
  padding: 0px;
}


.single-programs .community h2{
  text-align: center;
}

.single-programs .community.text-center,
.single-programs .programs-item p{
  text-align: left;
}

.single-programs .community h2 p{
  font-weight: normal;
}

.criteria .owl-carousel{
  margin-left: 0px;
  margin-right: 0px;
}

.criteria .owl-carousel .col-md-12{
  padding-left: 0px;
  padding-right: 0px;
}




/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

@media screen and (min-width:0\0) {

  .we-have-item:last-child .h4{
    width: 96% !important;
  }

  .map .map-img svg{
    width: 750px;
    height: 580px;
  }

  .header::before {
    background-color: rgba(53, 160, 209, 0.9);
  }

  .programs-item .h3{
    display: block !important;
  }
}

.traductor li {
    list-style: none;
    display: inline-block;
}

.traductor li a {
    color: #fff !important;
}

.traductor li img {
    width: 20px;
}
