/*
	(c) 2018 Fundación Propagas. CSS by Grupo Interactivo
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/* ---- -COLOR CODES  ---- */
/*
PEACH=  #f2632a;
ORANGE= #ff9f19;
VERDE:  #849429;
AMARILLO:  #FFF719;
AZUL: #0054a4;
GRIS:  #464D50;
NEGRO:  #222222;
*/

.marca1 { border: 1px tomato dotted; }
.marca2 { border: 2px green dashed; }


/* -----------------------
   # Global Styles
-------------------------- */

html, body {
  margin: 0;
  padding: 0;
  font-family: 'EB Garamond', Times, serif;
  font-weight: 400;
  color:#515c60;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  overflow-x: hidden;
}
body {  /*--To flush the footer  */
  min-height: 100vh; 
  padding-bottom: 200px !important;
}

h1, h2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  color: #0054a4;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 1em;
}
h2 {  
  font-size: 2.5em;
}

h3, h4 {  
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  color:#515c60;
  letter-spacing: 0;
  line-height: normal;
}
h4 {  
  display: inline-block;
  font-size: 1.0em;
  text-transform: uppercase;
}
h4.underline-h4::after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background: #515c60;
    margin-top: 7px
}

p {
  font-family: 'EB Garamond', Times, serif;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.8em;
  font-size: 18px;
  color:#464D50;
  text-align: justify;
}
p strong {
  font-weight: 700;

}
a {
  color:#0054a4;
  text-decoration: none;
}
    a:hover {
      color:#299b47;
      text-decoration: none;
    }

ul {
  list-style: disc;
  padding: 0;
  padding-left: 32px;
  line-height: 1.8em;
}
ol {
  padding: 0;
  padding-left: 32px;
  line-height: 1.8em;
}
    ul li {
      font-size: 18px;
      line-height: 1.5em;
    }
    ol li {
      font-size: 18px;
      line-height: 1.5em;
      padding-left: 8px;
    }

/*  -------  Prevent selection ------- */
*::selection 
{
    background-color:transparent;
} 
*::-moz-selection
{
    background-color:transparent;
}
*
{        
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}  

/*  -------  Header Image ------- */
#cover {
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
}
#cover img{
  width: 100%;
  height: auto;
}
#cover .fp-tableCell {
  display: block;
}
#cover .cover-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; 
}

.logo {
  position: absolute;
  top: 18%;
  left:50%;
  margin-left: -100px;
  z-index: 30;
}

#cover .bt_video {
  position: absolute;
  top: 50%;
  left:0;
  z-index: 32;
  width: 100%;
  height: auto;
  margin-top: 5px;
  text-align: center;
}
#cover .bt_video img {
  display: inline-block;
  width: 100px;
  height: 100px;
  opacity: 0.4;
  transition: all 0.6s;
}
#cover .bt_video img:hover {
  opacity: 1;
}
#cover .bt_video a:nth-child(3) {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight:300;
  display: inline-block;
  color: #ffffff;
  margin-top: 12px;
  text-transform: uppercase;
  opacity: 0.6;
  transition: all 0.5s;
}
#cover .bt_video a:hover:nth-child(3) {
  opacity: 1;
}

.rsocial {
  position: absolute;
  top: 15%;
  left:20px;
  z-index: 7;
}
.rsocial a {
  display: block;
  margin-top: 14px;
  color:#ffffff;
}
.rsocial a:hover {
  color:#849429;
}

.top-header {
  position: absolute;
  top:0;
  width: 100%;
  height: 70px;
  padding: 0;
  z-index: 180;
  background-color: rgba(255,147,61,0.6);
  color: #ffffff;
}
.top-header a {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #ffffff;
}
.top-header svg {
  margin-right: 10px;
}
.top-header .thead-1,
.top-header .thead-2,
.top-header .thead-3,
.top-header .thead-4 {
  float: left;
  width: auto;
  height: 100%;
  padding: 20px 20px;
  border-right: 1px #cab87c solid;
}
.top-header .thead-3 {
  width: 30%;
  border-right: none;
}
.top-header .thead-4 {
  float: right;
  margin-right: 90px;
  width: 12%;
  vertical-align:middle;
  text-align: center;
  border-left: 1px #cab87c solid;
}
.blog_icon {
  display: inline-block;
  width: 42px;
  height: 37px;
  background: url('../img/ic_blog.png') top left no-repeat;
  vertical-align:middle;
  margin-right: 6px;
}
.topline-stick, 
.topline-fixed  {
  display: none;
  position: fixed;
  top:0;
  width: 100%;
  height: 74px;
  padding: 12px 40px;
  z-index: 200;
  background-color: #e1933d;
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(225,147,61,0.9136029411764706) 30%, rgba(225,147,61,1) 56%, rgba(225,147,61,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(225,147,61,0.9136029411764706) 30%, rgba(225,147,61,1) 56%, rgba(225,147,61,1) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(225,147,61,0.9136029411764706) 30%, rgba(225,147,61,1) 56%, rgba(225,147,61,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e1933d",GradientType=1);
}
    .topline-stick img {
      max-width: 120px;
      height: auto;
    }
.topline-fixed  {
  display: block;
}
.topline-logo {
  position: absolute;
  width: 120px;
  left: 50%;
  margin-left: -60px;
}
#fullpage {
  overflow-x: hidden;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background-color: #ffffff;
  border:1px #849429 solid;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px;
}

/* ----  Toggled Search ----- */
#bt-search {
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all .4s;
}
#bt-search:hover  {
  color: #849429;
  border: none;
  outline: none;
}
#bt-close-search {
  background-color: transparent;
  border: none;
  display: none;
  color: #ffffff;
  cursor: pointer;
}
@keyframes widen {
    0% { width: 0px; }
    100% { width: 28vh;}
}
#search-line {
  display: none;
  margin-right: 0;
  animation-name: widen;
  animation-duration: 0.3s;
}

input#search-line {
  outline: none;
}
input#search-line[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input#search-line::-webkit-search-decoration,
input#search-line::-webkit-search-cancel-button,
input#search-line-m::-webkit-search-decoration,
input#search-line-m::-webkit-search-cancel-button {
  display: none; 
}

input#search-line[type=search] {
  width: 28vh;
  height: 22px;
  border: none;
  border-bottom: solid 2px #FFFDD1;
  padding: 0px 20px 2px 10px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.0em;
  color: #FFFDD1;
  background-color: transparent;
  cursor: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
input#search-line:-moz-placeholder {
    color: #FFFDD1;
}
input#search-line::-webkit-input-placeholder {
    color: #FFFDD1;
}
input[type='search']::-webkit-search-decoration, 
input[type='search']::-webkit-search-cancel-button {
  display: none;
}
/* -----------------------
         SECTIONS
-------------------------- */

#smision {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 70px;
}
#smision .frase {
  margin-top: 48px;
  margin-bottom: 46px;
}
#smision .frase img {
  width:100%;
  max-width: 1080px;
  height: auto;
}
#smision h2 {
  padding: 20px 0;
  font-size: 1.4em;
  text-align: center;
  text-transform: uppercase;
  color: #0054a4;
}

#smision p {  
  line-height: 1.6em;
  margin-bottom: 50px;
}
#impact {
  padding-top: 90px;
  text-align: center;  
}
#impact h2 {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
}
/*
.inform-line {
  text-align: center;
}*/
#impact .inform-img {
  margin-top: 40px;
  margin-bottom:36px;
}
#impact .inform-img img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
#impact .green-bg {
  background-color: #849429;
}
#impact .impact-data {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  width: auto;
  line-height: auto;
  color: #ffffff;
  border-left:1px #ffffff solid;
  padding: 22px 24px;
  text-align: center;
}
#impact .impact-data:last-of-type {
  border-right:1px #ffffff solid;
}
#impact .impact-data strong {
  font-size: 2.4em;
}
#impact .impact-data-label {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  word-wrap: normal;
  line-height: 1.4em;
}
#impact .btn {
  margin-left: 10px;
  margin-right: 10px;
}

#educ-gest {
  padding-top: 120px;
  margin-bottom: 40px;
}
#educ-gest .descrip {
  padding: 24px 12px 40px 24px;
}
#educ-gest .descrip p {
  line-height: 1.6em;
}

#educ-gest h2 {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
}
#educ-gest h3 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 1.4em;
  font-weight: 300;
  color: #0054a4;
}
#educ-gest .educ-gest-col{
  text-align: center;
}
#educ-gest .educ-gest-col h3 {
  height: auto;
}
#educ-gest .educ-gest-col img {
  width: 100%;
  max-width: 560px;
  height: auto;
}
#news-gallery {
  padding-top: 130px;
  margin-bottom: 60px;
}
#news-gallery h2 {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 50px;
}
.news-date {
  font-size: 1.0em;
  font-style: italic; 
  color: #777777;
  margin-bottom: 6px;
}

.parallax-img {
  min-height: 40vh;  /* ó 310px; */
  margin-top: 50px;
  margin-bottom: 0px;
  background: #EEEEEE; 
  background: url('../img/rio.jpg') no-repeat center center fixed;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
#fp-nav {
  z-index: 900;
}
#contact-box {
  padding-top: 90px;
  margin-bottom: 0px;
  z-index: 150;
}
#contact-box.in-contact-page {
  padding-top: 0px;
}

#contact-box h2 {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
}
#contact-box h3 {
  text-align: left;
  font-size: 0.94em;
  color: #0054a4;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#contact-box .box-bg {
  background-color: #ffffff;
  padding: 32px 32px;
  -webkit-box-shadow: 0px 7px 14px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 7px 14px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 7px 14px 1px rgba(0,0,0,0.25);
}
#contact-box .box-bg .data-col {
  padding-top: 50px;
  padding-left: 40px;
}
#contact-box .tab-this {
  padding-left: 42px;
  margin-bottom: 30px;
}
.form-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align:middle;
  margin-right: 6px;
}
    .user_icon {
      background: url('../img/ic_user.svg') top left no-repeat;
      background-size: 20px 20px;
    }
    .mail_icon {
      background: url('../img/ic_open-mail.svg') top left no-repeat;
      background-size: 20px 20px;
    }
    .tel_icon {
      background: url('../img/ic_phone-out.svg') top left no-repeat;
      background-size: 20px 20px;
    }
    .comm_icon {
      background: url('../img/ic_comment.svg') top left no-repeat;
      background-size: 20px 20px;
    }

/*-------------  The Map  ---------------*/
.themap {  
  width: 100%;
  z-index: 25;
}
#map-canvas {
  width: 100%;
  height: 450px;
  margin-top:-100px;
  /* border-top: 2px #e1933d solid;  */
}
.themap.in-contact-page {
  height: 520px;
    overflow-y: hidden;
}

#map-canvas.in-contact-page {
  height: 620px;
  margin-top:50px;
}





/* -------- Slider -------- */
.main-carousel, 
.secondary-carousel,
.page-carousel {
  width: 100%;
  height: auto;
  padding: 0 12px;
}
	.coverpage-carousel {
      max-height:248px;
	}
    .main-carousel:hover,
    .main-carousel:focus {
    }
    .page-carousel {
      margin-bottom: 30px;
    }
.carousel-cell,
.carousel2-cell,
.carousel3-cell {
  width: 100%;
  max-width: 358px;
  height: auto;
  min-height: 357px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: transparent;
  border: none;
}
.carousel2-cell {
  max-width: 520px;
  max-height: 320px;
}
.carousel3-cell {
  max-width: 720px;
  max-height: 480px;
}
    .carousel-cell img,
    .carousel2-cell img,
    .carousel3-cell img {
      width: 100%;
    }
.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}
.flickity-page-dots {
  display: none;
}
.page-carousel .flickity-page-dots {
  display: block;
}
.flickity-prev-next-button {
    top: 50%;
    background-color: transparent;
}
.flickity-prev-next-button.previous {
    left: -40px;
}
.flickity-prev-next-button.next {
    right: -40px;
}
.flickity-prev-next-button .arrow {
    fill: #cccccc;
}
.flickity-prev-next-button .arrow:hover {
    fill: #ffffff;
}

/*-----   Autofit Carousel   ----- 
.carousel3-cell {
  width: 100%; 
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.carousel3-cell img {
  display: block;
  max-height: 100%;
  width: auto !important;
}
-----   End of Autofit Carousel   ----- */


footer {
  /* Flushing to the bottom  */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* ----------------------  */
  
  padding: 24px 0 0 0;
  background-color: #f8a313;
  height: auto;
  min-height: 200px;
  color:#ffffff;
  margin-bottom: 0;
}
.logoft {
  text-align: center;
}
    .logoft img {
      width: 100%;
      max-width: 180px;
      height: auto;
    }
.ftlinks a,
.ftlinks a:hover,
.ftlinks h4,
.ftlinks h4:hover {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: left;
  color:#ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
    .ftlinks h4 {
      margin-top: 20px;
      margin-bottom: 4px;
    }
    .ftlinks a {
      font-size: 0.8rem;
      display: table;
      width:auto;
      margin-top: 2px;
      margin-bottom: 0px;
    }
        .ftlinks a:hover {
          font-size: 0.8rem;
        }
.ftsocial .rsocial {
    top: 0;
    margin-top: 10px;
} 

.legaltext {
  padding-top: 20px;
  padding-bottom: 16px;
}
    .legaltext p, 
    .legaltext a, 
    .legaltext a:hover {
      font-family: 'Montserrat', Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 11px;
      color:#ffffff;
      text-decoration: none;
      margin-bottom: 0;
      text-align: center;
      letter-spacing: 0.06em;
    }
    /*
    .legaltext a:hover {
      color:#849429;
      text-decoration: none;
    }  */


/* ---------- BUTTONS ---------- */
.btn {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight:500;
    }
.bt_white, .bt_white_inv {
    color:#788723;
    font-size: 0.84em;
    padding: 0.5em 1.8em 0.65em 1.5em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3;
    border:1px #849429 solid;
    transition: color 0.4s;
    transition: background-color 0.4s;
}
.bt_white:hover, .bt_white:focus,
.bt_white_inv:hover, .bt_white_inv:focus,
.bt_green, .bt_peach, .bt_blue {
    font-size: 0.84em;
    color: #ffffff;
    background-color: #849429;
    border:1px #849429 solid;
    text-decoration: none;
    padding: 0.6em 1.8em 0.5em 1.8em;
  }
.bt_peach {
    background-color: #ff9f19;
    border:1px #ff9f19 solid;
}
.bt_blue {
    background-color: #0054a4;
    border:1px #0054a4 solid;
}
.bt_white_inv {
    color: #ffffff;
    border-color: #ffffff;
}
.bt_peach:hover{
    background-color: #D74C15;
    color: #ffffff;
}
.bt_green:hover{
    background-color:#94A822;
    color: #ffffff;
}
.bt_blue:hover{
    background-color:#025ABE;
    color: #ffffff;
}
.bt_white i {
  margin-right: 5px;
}
.bt_withicon {
  padding-right: 2.5em;
}
.bt_fixwidth {
  padding-left: 16px;
  padding-right: 20px;
  width: 194px;
}

.buttonicon {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align:middle;
  margin-right: 5px;
}
    .pdf_icon {
      background: url('../img/pdf.svg') top left no-repeat;
      background-size: 24px 24px;
    }
    .issuu_icon {
      background: url('../img/ic_issuu.png') top left no-repeat;
      background-size: 24px 24px;
    }
    .list_icon {
      background: url('../img/list.svg') center center no-repeat;
      background-size: 20px 20px;
    }
    .bt_mtop {
      margin-top: 3em;
    }


/* -----------  FORMS  ------------- */
.hform {
  margin-top: 0;
  margin-bottom: 0.3em;
  color:#00286e;
  font-size: 1.2rem;
    /*---- Restore selection in forms  ---- */
    -webkit-user-select: auto;
    -moz-user-select: text;
    -ms-user-select: auto;
    user-select: auto;
}

    .hform input, .hform textarea  {
      font-size: 1.2rem;
      background-color: transparent;
      min-height: 40px;
      border: none;
      border-radius: 0;
      border-bottom: 1px #00286e solid;
      margin-bottom: 12px;
      opacity: 0.85;
      
    /*---- Restore selection in forms  ---- */
    -webkit-user-select: auto;
    -moz-user-select: text;
    -ms-user-select: auto;
    user-select: auto;
    }
    .hform input {
      -moz-appearance: textfield;
      -webkit-appearance: textfield;
    }
    .hform textarea  {
      -moz-appearance: textfield-multiline;
      -webkit-appearance: textarea;
    }
.hform input::selection {
    background-color:#aaaaaa;
} 
.hform input::-moz-selection {
    background-color:#aaaaaa;
}
.hform textarea::selection {
    background-color:#aaaaaa;
} 
.hform textarea::-moz-selection {
    background-color:#aaaaaa;
}
    .hform .control-label {
      font-family: 'Montserrat', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 0.86rem;
      color: #0054a4;
      margin-left: 3px;
      margin-top: 12px;
      margin-bottom: 2px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .hform input:focus, .hform textarea:focus  {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: transparent;
    }
    .hform input::placeholder, .hform textarea::placeholder {
      color:#666666;
    }
    .hform select  {
      width: 100%;
      background-color: #ffffff;
      color:#00286e !important;
      min-height: 48px;
      padding-left: 9px;
      margin-bottom: 1em;
      border:none;
      border-radius: 0;
      border: 1px #999999 solid;
    }

.form-control { box-shadow: none; }
.secur-box, .g-recaptcha {
  display: block;
  float: left;
  position: relative;
  width: 304px;
  height: 76px;
  margin-left: 50%;
  left:-152px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.confirm {
  padding-top: 160px;
}

/*  -------  Internal pages ------- */

.backg-1 {
  background: url('../img/bg_01.jpg')top center no-repeat;
  background-size: 100%;
  padding-bottom: 80px;
}
.backg-2 {
  background: url('../img/bg_02.jpg')top center no-repeat;
  background-size: 100%;
  padding-bottom: 80px;
}
.alone-title {
  margin-top: 100px;
}

#page-generic {
  padding-top: 130px;
  margin-bottom: 60px;
}
#page-generic h2 {
  text-align: center;
  font-size: 1.8em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 50px;
}
#page-generic p {
  line-height: 1.5em;
  margin-bottom: 1.2em;
}
#page-generic.in-contact-page {
  margin-bottom: 30px;
}
#page-generic.in-contact-page h2{
  font-size: 1.7em;
}
#page-generic .values p {
  text-align: center ;
}

.ceo-pic {
  text-align: center;
  margin-bottom: 20px;
}
.main-title-about h2 {
  font-size: 1.7em !important;
  border-bottom: 1px #777777 solid;
  padding-bottom: 8px;
}
.title-about h3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #0054a4;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 1em;  
  border-bottom: 1px #777777 solid;
  padding-bottom: 8px;
}
.title-right h2 {
  text-align: center !important;
}
.title-right h3 {
  text-align: center !important;
  margin-top: 2px !important;
}
.title-right .icon-about {
  text-align: center;
}
.title-left h3 {
  text-align: center !important;
  margin-top: 2px !important;
}
.title-left .icon-about {
  text-align: left;
}
.icon-about img {
  max-width: 92px;
  height: auto;
}

.sep-title-about h3 {
  margin-top: 2em;
  text-align: center;
  font-size: 1.5em;
}
#page-generic.in-post h2 {
  font-size: 2.0em;
  text-transform: none;
  margin-bottom: 10px;
}

#page-generic.in-post .news-date {
  text-align: center;
}
#page-generic.in-post .post-picture {
  margin-top: 20px;
  margin-bottom: 38px;
  text-align: center;
}
#page-generic.in-post .post-picture img {
  width: 100%;
  max-width: 720px;
  height: auto;
}
#page-generic.in-post .post-video {
  margin-bottom: 30px;
}
#page-generic.in-post .post-video p {
  margin-top: 12px;
}

#page-generic.in-sections .secc-title {
  text-align: center;
}
#page-generic.in-sections .upper-secc-title h1 {
  font-size: 1.75em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.25em;
}
#page-generic.in-sections .secc-title h1 {
  font-size: 1.6em;
  text-transform: uppercase;
  text-align: center;
}
#page-generic.in-sections .secc-title img {
  max-width: 300px;
  height: auto;
  margin-bottom: 30px;
}
#page-generic.in-sections .secc-title p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  font-weight: 700;
  color: #0054a4;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.10em;
  margin-bottom: 10px;
}
#page-generic.in-sections .secc-text {
  
}
#page-generic.in-sections .secc-text img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 16px;
}

#page-generic.in-sections .post-picture {
  margin-top: 20px;
  margin-bottom: 38px;
  text-align: center;
}
#page-generic.in-sections .post-picture img {
  width: 100%;
  max-width: 720px;
  height: auto;
}
#page-generic.in-sections .post-video {
  margin-bottom: 30px;
}
#page-generic.in-sections .post-video p {
  margin-top: 12px;
}
.resource-list h2 {
  font-size: 1.40em !important;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.75em !important;
  line-height: normal;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px #aaaaaa solid;
}
.resource-list ul li {
  line-height: 1.3em;
  margin-bottom: 2px;
}
.resource-list ul li a {
  color:#464D50;
}
.resource-list ul li a:hover {
  color:#299b47;
}
.logged-user {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  color:#515c60;
  text-align: right;
  top:-40px;
  margin-bottom: 5px;
}
.logged-user a {
  margin-right: 15px;
}
.logged-user svg {
  color:#ff9f19;
}



/*  --------  Search Results -------- */
.result-list {
  min-height: 30vh;
}
.result-list h3 {
  margin-top: 0;
  margin-bottom: 1.6em;
  line-height: normal;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px #aaaaaa solid;
}
.result-list ul {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.result-list ul li {
  line-height: 1.5em;
  margin-bottom: 2px;
}
#page-generic .result-list p {
  margin-bottom: 4px !important;
  margin-top: 6px !important;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/*  ----------  Videos ---------- */
.youtube-video {
  position:relative;
  padding-bottom:56.25%;
  /* padding-top:30px; */
  height:0;
  overflow:hidden;
}
    .youtube-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

#page-generic.in-main-video {
  padding-top: 120px;
}

/* ----- Sub-secciones / Programas ---- */

.sub-section-list {
  margin-top: 4.0em;
  margin-bottom: 3.0em;
}
    .sub-section-list h2 {
      font-size: 1.2em !important;
      padding-bottom: 8px;
      border-bottom: 1px #e1933d solid;
    }
    .sub-section-list .card {
      border: none;
      box-shadow: 0 10px 24px rgba(0,0,0,0.15), 0 6px 6px rgba(0,0,0,0.22);
      margin-bottom: 2em;
      overflow: hidden;
      -webkit-border-radius: 0px; 
      -moz-border-radius: 0px; 
      border-radius: 0px;
      transition: all 0.6s;
    }
        .sub-section-list .card:hover {
          transform: translateY(-12px);
          -webkit-transform: translateY(-12px);
          -ms-transform: translateY(-12px);
        }
        .sub-section-list .card a {
          color: #0054a4;
        }
            .sub-section-list .card a:hover {
              color:#299b47;
            }

        .sub-section-list .card .card-body {
          min-height: 75px;
          padding-top: 1.5em;
        }
        .sub-section-list .card h3.card-title {
          font-size: 1.0em !important;
          line-height: 1.2em;
          margin-bottom: 5px;
          color: #0054a4;
          text-transform: uppercase;
          text-align: center;
        }
        .sub-section-list .card h3.card-title:hover {
          color: #299b47;
        }

/* -------------  Sub-secciones / Recursos Educativos --------------- */
.recur-box {
  width:100%;
  height:170px;
  padding-top:38px;
  text-align:center;
}
.recur-box img {
  height:96px;
  width:auto;
}
.sub-section-list .card h3.card-title.recur-title {
    font-size: 1.25em !important;
    color: #0044a0;
}
#page-recur {
    padding-top: 130px;
    margin-bottom: 60px;
}
#page-recur .secc-title {
    text-align: center;
}
#page-recur h2 {
    text-align: center;
    font-size: 1.0em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:0.09em;
    margin-top: 20px;
    margin-bottom: 10px;
    color:#999999;
}
#page-recur .secc-title h1 {
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.recur-list .card  {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.recur-list .card img.card-img-top {
  width:100%;
  max-width:200px;
  height:auto;
}

.recur-list .card h3.card-title {
  font-size:0.96em !important;
  text-transform:none;
}
        #page-recur .sub-section-list .card .card-body {
          min-height: 125px;
        }
.recur-list .card-body  {
    padding-left: 0.8em;
    padding-right: 0.8em;
}


/* ------------- LOGIN --------------- */
#page-generic.in-login {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: auto;
    user-select: auto;
}
#page-generic.in-login .secc-title h1 {
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: center;
  
}
.in-login h2 {
  font-size: 1.40em !important;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.75em !important;
  line-height: normal;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px #aaaaaa solid;
}
.in-login p {
  font-size: 1.1em;
  padding: 0 4px;
}
.wrap-login {
  width: 100%;
  background-color: transparent;
  position: relative;
}

.login-form {
  width: 100%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.login-form-title {
  width: 100%;
  display: block;
  font-family: Montserrat-Medium;
  font-size: 39px;
  color: #555555;
  line-height: 1.2;
  text-align: center;
}

.wrap-input {
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
.login-inp-line {
  padding-top: 20px;
  padding-bottom: 4px;
}
.loginput {
  color: #333333;
  line-height: 1.2;
  font-size: 18px;
  display: block;
  width: 100%;
  background: transparent;
  height: 50px;
  padding: 0 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none;
}

.login-recaptcha {
  margin-top: 0;
}
/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-loginput {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #ff9f19;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.loginput:focus + .focus-loginput {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.login-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #ff9f19;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}


.login-form-btn:hover {
  background-color: #D74C15;
  color: #fff;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #0054a4;
  border: 1px solid #0054a4;
  border-radius: 2px;
  padding: 4px 25px 5px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}
.alert-validate:hover:after {
  color: #ffffff;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*    ----------   Pagination  ----------   */
.pagination  {
  margin: 3em 0;
}
    .pagination > li {
      font-family: 'Montserrat', Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 0.85em;
      color: #474747;
      margin: 0 4px;
      border-radius: 3px;
    }
        .pagination > li > a,
        .pagination > li > span {
          transition: background-color 0.3s;
          width: 100%;
          padding: 8px 16px;
          border-radius: 3px;
          border: 1px solid #A9A9A9;
          color: #474747;
          background-color: #ffffff;
        }
            .pagination > li > a:hover,
            .pagination > li > a:focus,
            .pagination > li > span:hover,
            .pagination > li > span:focus {
              color: #474747;
              background-color: #FFBB70;
            }
        .pagination > li.page-item.active > a,
        .pagination > li.page-item.active > span {
          border: 1px solid #ff9f19;
          color: #fff;
          background-color: #ff9f19;
        }

/*  -------  TABLES  ----- */

.table-fprop {
  text-align:center;
}
.table-fprop img {
  width:90%;
  max-width:170px;
  height:auto;
}
.table-fprop.table-pdfs img {
  width:96%;
  max-width:300px;
  height:auto;
}
.table-fprop.table td {
  border-top:none;
  vertical-align:middle;
}

/* --- Ultimate member forms  ---- */
.um-postmessage {
  font-size:20px;
}
/* ----  Valle Nuevo  ---- */
.logo-pnvn {
  text-align: center;
  margin-bottom: 40px;
}
.vallenuevo .title-about h3 {
  margin-top: 1.5em !important;
}

/* --------- Formulario Valle Nuevo ---------- */
#register h3 {
  color: #0d7bb8;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
#register a {
  color: #0d7bb8;
}
#register a:hover {
  color: #1dc2f0;
}
#register .list-group,
#register .list-group input,
#register .list-group select {
  font-size: 1.0em;
}
#register .list-group {
  margin-bottom: 32px;
  padding: 4px 15px 0px 15px;
}
#register .list-group-item {
  background-color: #ffffff;
  padding: 18px 20px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.18);
  -moz-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.18);
  box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.18);
}

.explain {
  font-size: 0.94em;
  font-style: italic;
  margin-top: 2.1em;
}
#proceed-register {
  margin-top: 24px;
}

/* -----------  RECURSOS EDUCATIVOS ------------- */
#Checkbox1 {
    min-height: 16px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
    border:1px #222222 solid;
    background-color:#ffffff;
}

.form-check.form-check-inline label {
    margin-left: 12px;
}

#descargaModal .modal-header,
#linkModal .modal-header,
#registroModal .modal-header,
#avisoModal .modal-header {
  padding: 14px 8px 0 0;
  border: none;
}
#descargaModal .modal-content,
#linkModal .modal-content,
#registroModal .modal-content,
#avisoModal .modal-content {
  border: none;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 18px 8px rgba(0,0,0,0.24);
  -moz-box-shadow: 0 2px 18px 8px rgba(0,0,0,0.24);
  box-shadow: 0 2px 18px 8px rgba(0,0,0,0.24);

  border-bottom: 22px #f8a313 solid;
  padding: 14px 24px 36px 24px;
  background: #ffffff url('https://www.fundpropagas.com/wp-content/themes/fundpropagas/assets/img/bg_01.jpg') top left no-repeat;
  background-size: cover;
}
#descargaModal h4,
#linkModal h4,
#avisoModal h4 {
  font: 300 2.0em 'Montserrat', Arial, sans-serif;
  color: #000000;
  margin-top: 0.4em;
  margin-bottom: 0.75em;
}
#descargaModal h5,
#linkModal h5,
#avisoModal h5 {
  font: 300 1.3em 'Montserrat', Arial, sans-serif;
  color: #51505A;
  margin-bottom: 0.75em;
}
#descargaModal h5 span,
#linkModal h5 span,
#avisoModal h5 span {
  display: block;
  font-weight: 700;
  color: #005B9F;
  margin-bottom: 1.7em;
}
#descargaModal p,
#linkModal p {
  line-height: 1.3em;
  margin-bottom: 1.8em;
}
.modal-backdrop {
   background-color:#ffffff;
}
.modal-backdrop.show {
    opacity: .7;
}
#registroModal h4 {
  font-size: 1.8em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: center;
}

.modal-body .block-widelinks .btn-calc {
  width:100%;
}
#avisoModal h4 {
  font-size: 1.8em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: center;
}
#avisoModal h5 {
  text-align: center;
  font-size:1.1em;
}
#avisoModal h5 span {
  font-size:1.3em;
}
#avisoModal h5 a {
  color: #005B9F;
}
#avisoModal h5 a:hover {
  color: #00AEEF;
}
.modal#avisoModal p {
  text-align: center;
  font-size: 1.2em;
}
.modal#avisoModal p a {
  color: #51505A;
}
#descargaModal h4,
#linkModal h4 {
  font-size: 1.6em;
  font-weight: 400;
  margin-top: 0;
}

.recur-thumb {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.recur-thumb:hover,
.recur-thumb:focus {
  outline:none;
  border:0;
}
.recur-thumb-details  {
  padding: 12px 4%;
}
.recur_intro,
.recur_intro p {
  text-align:center;
  font-size:1.10em;
}






