#call-to-action {
    /* background:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../..//img/nosotros/fondo.jpg); */
    background:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../..//img/fondos/fondoGeneral.png);
    /*background-size: cover;*/
    padding: 0px 0;
    /*background: #023047;*/
    /*height: 500px;*/
}

#call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action p {
    color: #FFF;
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    background: #136882;
    box-shadow: 0 0 10px;
}

#call-to-action .cta-btn:hover {
    background: #023047;
    border: 2px solid #fff;
}
/*NUEVOS*/
#call-to-action {
    padding: 140px 0 60px 0;
}

@media (max-width: 767px) {
    #call-to-action .call-to-action-info {
        width: 100%;
    }

    #call-to-action .call-to-action-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
}
#call-to-action {
    width: 100%;
    position: relative;
    /*background: url("../img/intro-bg.png") center bottom no-repeat;*/
    background-size: cover;
    padding: 15px 0 10px 0;
}
/*modo celular*/
@media (max-width: 574px) {
    #call-to-action {
        padding: 10px 0 20px 0;
        height: auto;
    }
}
/*QUIENES SOMOS*/ 
* {
    box-sizing:border-box;
}
.row:after {
    content: "";
    display: table;
    clear: both
}
.column-66 {
    float: left;
    width: 66.66666%;
    padding: 20px;
}

.column-33 {
    float: left;
    width: 33.33333%;
    padding: 20px;
}

.large-font {
    font-size: 48px;
}

.xlarge-font {
    font-size: 64px
}

.button {
    border: none;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    background-color: #04AA6D;
}

.img2 {
    display: block;
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 1000px) {
    .column-66,
    .column-33 {
        width: 100%;
        text-align: left;
    }
    img {
        margin: auto;
    }
}

#why-us2 {
    padding: 60px 0;
    background-size: cover;
}

#why-us2 .section-header h3,
#why-us2 .section-header p {
    color: #126782;
}

#why-us2 .card {
    background: #00458f;
    border-color: #00458f;
    border-radius: 10px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    color: #023047;
    transition: 0.3s ease-in-out;
    height: 100%;
}

#why-us2 .card:hover {
    background: #003b7a;
    border-color: #003b7a;
}

#why-us2 .card i {
    font-size: 48px;
    padding-top: 15px;
    color: #bfddfe;
}

#why-us2 .card h5 {
    font-size: 22px;
    font-weight: 600;
}

#why-us2 .card p {
    font-size: 15px;
    color: #d8eafe;
}

#why-us2 .card .readmore {
    color: #023047;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-bottom: #00458f solid 2px;
}

#why-us2 .card .readmore:hover {
    border-bottom: #023047 solid 2px;
}

#why-us2 .counters {
    padding-top: 40px;
}

#why-us2 .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #023047;
}

#why-us2 .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #023047;
}
@media (max-width: 991px) {
    #why-us2 .card {
        margin: 0;
    }
}
.btn {
    border: 1px solid #126782;
    background-color: #126782;
    padding: 5px 68px;
    font-size: 20px;
    cursor: pointer;
}
.success {
    border-color: #126782;
    color: #fff;
}

.success:hover {
    background-color: #fff;
    color: #126782;
}

.blaver {
    background-color: #126782;
    color: #126782;
    background: #fff;
    margin: 10px 0 20px 0
}

.blaver:hover {
    border-color: #208682;
    color: #fff;
    background: #208682
}

/*VALORES*/
#intro .intro-info .btn-get-started,
#intro .intro-info .btn-valores {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-valores:hover {
  background: #0a98c0;
}

#valores {
  padding: 60px 0 40px 0;
}

#valores .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#valores .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#valores .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#valores .icon i {
  font-size: 36px;
  line-height: 1;
}

#valores .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#valores .title a {
  color: #111;
}

#valores .box:hover .title a {
  color: #1bb1dc;
}

#valores .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/* FONDO DE RESEÑA HISTORICA */
#about {
    background: url("../../../assets/img/nosotros/huaycan.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
  }
  
  #about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.82);
    z-index: 9;
  }
  
  #about .container {
    position: relative;
    z-index: 10;
  }

/* LINEA DE TIEMPO */
.r-title{
    margin-top: var(--rTitleMarginTop, 0) !important;
    margin-bottom: var(--rTitleMarginBottom, 0) !important;
  }
  p:not([class]){
    line-height: var(--cssTypographyLineHeight, 1.78);
    margin-top: var(--cssTypographyBasicMargin, 1em);
    margin-bottom: 0;
  }
  p:not([class]):first-child{
    margin-top: 0;
  }
  .text{
    display: var(--textDisplay, inline-flex);
    font-size: var(--textFontSize, 1rem);  
  }
  .time{
    display: var(--timeDisplay, inline-flex);
  }
  .time__month{
    margin-left: var(--timelineMounthMarginLeft, .25em);
  }
  .time{
    padding: var(--timePadding, .25rem 1.25rem .25rem);
    background-color: var(--timeBackgroundColor, #f0f0f0);
  
    font-size: var(--timeFontSize, .75rem);
    font-weight: var(--timeFontWeight, 700);
    text-transform: var(--timeTextTransform, uppercase);
    color: var(--timeColor, currentColor);
  }
  .card{
    padding: var(--timelineCardPadding, 1.5rem 1.5rem 1.25rem);
  }
  .card__content{
    margin-top: var(--cardContentMarginTop, .5rem);
  }
  .card{
    border-radius: var(--timelineCardBorderRadius, 2px);
    border-left: var(--timelineCardBorderLeftWidth, 3px) solid var(--timelineCardBorderLeftColor, var(--uiTimelineMainColor));
    box-shadow: var(--timelineCardBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));
    background-color: var(--timelineCardBackgroundColor, #fff);
  }
  .card__title{
    --rTitleMarginTop: var(--cardTitleMarginTop, 1rem);
    font-size: var(--cardTitleFontSize, 1.25rem);
  }
  .timeline{
    display: var(--timelineDisplay, grid);
    grid-row-gap: var(--timelineGroupsGap, 2rem);
  }
  .timeline__year{
    margin-bottom: 1.25rem;
  }
  .timeline__cards{
    display: var(--timeloneCardsDisplay, grid);
    grid-row-gap: var(--timeloneCardsGap, 1.5rem);
  }
  .timeline{
    --uiTimelineMainColor: var(--timelineMainColor, #222);
    --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);
    border-left: var(--timelineLineWidth, 3px) solid var(--timelineLineBackgroundColor, var(--uiTimelineMainColor));
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .timeline__year{
    --timePadding: var(--timelineYearPadding, .5rem 1.5rem);
    --timeColor: var(--uiTimelineSecondaryColor);
    --timeBackgroundColor: var(--uiTimelineMainColor);
    --timeFontWeight: var(--timelineYearFontWeight, 400);
  }
  .timeline__card{
    position: relative;
    margin-left: var(--timelineCardLineGap, 1rem);
  }
  .timeline__cards{
    overflow: hidden;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  .timeline__card::before{
    content: "";
    width: 100%;
    height: var(--timelineCardLineWidth, 2px);
    background-color: var(--timelineCardLineBackgroundColor, var(--uiTimelineMainColor));
    position: absolute;
    top: var(--timelineCardLineTop, 1rem);
    left: -50%;
    z-index: -1;
  }
  .timeline{
    --timelineMainColor: #136882;
  }
  p{
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  p:last-child{
    margin-bottom: 0;
  }
  .page{
    max-width: 47rem;
    padding: 5rem 2rem 3rem;
    margin-left: auto;
    margin-right: auto;
  }


