@font-face{
  font-family: 'FuturaStd';
  src: url("fonts/FuturaStd Bold.otf");
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}

@font-face{
  font-family: 'FuturaStd';
  src: url("fonts/FuturaStd Medium.otf");
  font-size: 14px;
  font-weight: 400;
  font-style: normal
}

@font-face{
  font-family: 'FuturaStd';
  src: url("fonts/FuturaStd MediumOblique.otf");
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}




.principal{
  background-image: url("imagenes/principal.jpg");
  height: 700px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}

.contenedorFlecha {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color:#828282;
  cursor: pointer;
  transition: .5s all
}

.contenedorFlecha:hover {
  color: white
}

.contenedor-logo{
  padding-top: 30px;
}
.contenedor-curvatura{
  padding: 10px;
}
.contenedor-curvatura h1{
  font-family: 'FuturaStd';
  font-weight: 400;
  text-transform: uppercase;
  color: #5a5a5a;
  font-size: 32px;
}

.contenedor-curvatura p{
  font-family: 'FuturaStd';
  font-weight: 200;
  font-size: 18px;
  color:#828282;
  text-align: left;
}

.bg-azul{
  background-color: #1f77bb;
  padding: 70px;
}
.bg-azul h2{
  font-family: 'FuturaStd';
  font-weight: 200;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;

}
.contenedor-borde{
  border: 2px solid #ffff;
  padding: 30px;
  margin-top: 10px;
}

.contenedor-borde ol li{
  font-family: 'FuturaStd';
  font-weight: 200;
  font-size: 18px;
  color: #ffff;
  letter-spacing: 1px;
}

.contenedor-definicion{
  padding: 70px;
}

.contenedor-definicion p{
  font-family: 'FuturaStd';
  font-weight: 200;
  font-size: 18px;
  color:#828282;
  text-align: justify;
}

.bg-gris{
  background: #e5e5e6;
  padding: 50px 50px 50px;
}

.bg-texto{
  padding: 60px 40px 60px;
}

.bg-texto p{
  font-family: 'FuturaStd';
  text-align: center;
  font-style: normal;
  font-weight: 200;
  font-size: 21px;
  margin-bottom: 10px;
  color: #5a5a5a;
}

.bg-texto h2{
  font-family: 'FuturaStd';
  font-weight: 200;
  font-size: 32px;
  color:#5a5a5a;
  text-transform: uppercase;
  text-align: center;
}

.container-formulario{
  padding-top: 120px;
  padding-left: 18px;
  text-transform: uppercase;
  border-right: 1px solid #d7d7d7;
  
}

.container-formulario h3{
  font-family: 'FuturaStd';
  font-weight: bold;
  font-size: 22px;
  color: #828282;
  margin-bottom: 18px;
}

h4{
  font-family: 'FuturaStd';
  font-size: 12px;
  font-style: normal;
  margin-top: 0px;
}

.custom-control-label{
  margin-right: 290px;
}

.btn{
  padding: 0.25rem 2.5rem;
  background-color: #536dfe;
  border-color: #536dfe;
}

.bg-plomo{
  text-align: center;
  background-color: #363835;
}

.bg-plomo p{
  color: white;
  margin: 20px 20px;
  font-size: 18px;
}

.logo-blanco{
  width: 50%;
}

}

@media only screen and (max-width: 767px){
.principal{
  background-size: 129%;
  background-position: center;
  height: 200px;
  }

.logo{
  width: 60%; 
}

.contenedor-logo{
  padding-top: 0px;
}

.contenedor-curvatura{
  margin-top: 20px;
}

.contenedor-curvatura h1{
  font-size: 26px;
}

.contenedor-curvatura p{
  font-size: 18px;
  text-align: justify;
  margin-top: 10px;
}

.bg-azul{
  padding: 56px;
}

.bg-azul h2{
  font-size: 19px;
  text-align: left;
}

.contenedor-borde li{
  font-size: 18px;
  text-align: left;
  line-height: 35px;
}

.bg-gris{
  padding: 30px 0;
}

.bg-texto{
  padding: 24px;
}
.bg-texto p{
  font-size: 18px;
}
.bg-texto h2{
  font-size: 25px;
}

.container-formulario{
  padding-top: 25px;
  border-right: none;
}

.container-formulario h3{
  text-align: center;
  margin-bottom: 30px;
  font-size: 21px;
  
}

.bg-plomo p{
  font-size: 16px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  .principal{
    height: 300px;;
  }
}