/*!
 * Start Bootstrap - Landing Page v5.0.6 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
#logo{
  height: 50px;
  width: 150px;
}
header.masthead {
  position: relative;
  background-color: #344040;
  background: url("../img/regresar-a-colpensiones.svg") no-repeat center center;
  background-size: cover;
  padding-top: 15rem;
  padding-bottom: 15rem;
  
}

header.masthead .overlay {
  position: absolute;
  background-color: #10171f;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}

header.masthead h1 {
  font-size: 3rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}
.video{
  min-height: 30rem;
  background-size: cover;
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}



#form1{
    
  margin-left: 21%;
  padding-top: 10%;
  padding-bottom: 10%;
}






  
.content{
  position: relative;
  background-color: #343a40;
  background: url("../img/form-traslado.svg") no-repeat center center;
  background-size: cover;
  
}

.content:before{
  content:"";
  position: absolute;
  background-color: #090f1a;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;

}


.testimonials .testimonial-item img {
  max-width: 11rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #f5f238;
  background: url("../img/ancianos-pensionados.svg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 1rem;
  width: 1430px;
  height: 450px;
  background-attachment: fixed;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #05090f;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.g-recaptcha{
    padding-left:100px;
}    



@media only screen and (max-width: 1200px) and (min-width: 101px) {


.g-recaptcha{
    padding-left:30px;
     margin-left:30px;
}    


  form  textarea{
    max-width:340 ;
  }
  
  
  
#form1{
    
    
    padding-top: 10%;
    padding-bottom: 10%;
    margin-left:0%


}

 
.call-to-action {
width: 375px;
height: 500px;
}

}