@font-face {
  font-family: 'Overpass-Black';
  src: url('../font/Overpass/Overpass-Black.ttf');
}
@font-face {
  font-family: 'Overpass-Thin';
  src: url('../font/Overpass/Overpass-Thin.ttf');
}
@font-face {
  font-family: 'gobold-bold';
  src: url('../font/gobold/Gobold\ Bold.otf');
}
body{    
  margin: 0 auto;
  width: 100%;    
}
header{
  width: 100%;
  height: 100px;
  background-color: #122847;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  box-shadow: rgb(34 34 34) 0px 3px 20px 0px;
  font-family: 'Overpass-Thin';
  margin-bottom: 30px;
}
.div-logo{
  width: 30%;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #285699;
  height: 100%;
}
.div-logo>img{
  max-width: 80px;
  max-height: 80px;
}
.div-menu{
  width: 70%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.display-flex-center-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.div-menu>ul{
  margin: 0 ;
}
.div-menu>ul>li{
  margin: 0 60px;
}
.titulo-header-option{
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.titulo-header-option:hover{
  color: #6c98d8;
  text-decoration: none;
}
.div-contacto-footer{
  background-color: #122847;
  color: #fff;
}
.div-dr{
  background-color: #122847;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 2px;
  margin: 70px 0 0 0;
  padding: 8px 0;
}
.col-form-footer{
  padding: 50px 130px 30px;
}
.div-info-footer{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.ic-footer{
  font-size: 30px;
}
.txt-info-footer{
  margin: 0 0 0 15px;
  font-size: 16px;
  width: 50%;
  font-weight: lighter;
  color: #fff;
  text-decoration: none;
}
.txt-info-footer:hover{
  color: #6c98d8;
  text-decoration: none;
}
.container-fluid{
  padding: 0;
}
.margin-none{
  margin: 0;
}
.padding-none{
  padding: 0;
}
.carousel-indicators{
  bottom: -60px;
}
.carousel-indicators>li{
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #747474;
}
.carousel{
  margin-bottom: 100px;
}
.btn-ver-mas{
  background-color: red;
  color: #fff;
  padding: 10px 30px;
  border-radius: 12px;
  font-weight: bold;
  font-family: 'Overpass-Black';
}
.btn-ver-mas:hover{
  color: black;
  text-decoration: none;
}
h1{
  font-family: 'gobold-bold';
  color: #122847;
}
.back-nosotros{
  background-color: #dddddd;
  padding: 30px 70px;
}
.div-titulo-separador{
  position: relative;
  height: 85px;
}
.div-separador{
  width: 150px;
  height: 9px;
  position: absolute;
  left: 50px;
  background-color: #285699;
}
.renglon-nosotros{
  color: #000;
  font-family: 'Overpass-Thin';
}
.div-img-nosotros{
  background-image: url(../img/nosotros.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.title-services{
  width: fit-content;
  margin: 90px auto 40px;
}
.servicio-img-uno{
  background-image: url(../img/servicio1.jpeg);
}
.servicio-img-dos{
  background-image: url(../img/servicio2.jpeg);
}
.servicio-img-tres{
  background-image: url(../img/servicio3.jpeg);
}
.div-img-servicio-principal{
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.btn-ver-mas-servicio{
  background-color: #285699;
  padding: 12px 35px;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  font-family: 'Overpass-Black';
}
.btn-ver-mas-servicio:hover{
  color: #285699;
  border: 2px solid #285699 ;
  background-color: #fff;
  text-decoration: none;
}
.div-btn-service{
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 50px;
}
.div-clientes-logo{
  background-color: #f3f3f3;
  height: 200px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
}
.imagen-clientes{
  max-width: 100px;
  margin: 0 140px;
}
.div-separador-clientes{
  width: 3px;
  height: 30%;
  position: relative;
  background-color: #A0A0A0;
}
.col-12-clientes{
  margin-bottom: 50px;
}
h2{
  font-size: 35px;
  letter-spacing: 15px;
  color: gray;
  font-family: 'gobold-bold';
}
iframe{
  width: 100%;
  height: 500px;
}
.div-ubicacion{
  height: 715px;
  position: relative;
}
.div-banner{
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-contacto{
  background-image: url(../img/banner3.jpg);
}
.banner-servicios{
  background-image: url(../img/banner2.jpg);
}
.height-full{
  height: 100%;
}
.div-logo-facebook{
  height: 50px;
    width: 50px;
    background-color:#122847;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-facebook-f{
  font-size: 28px;
  color: #fff;
}
.nombre-facebook{
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: 'Overpass-Black';
  margin: 0 0 0 30px;
}
.enlace-facebook{
  display: flex;
    justify-content: center;
    align-items: center;
}
.enlace-facebook:hover{
  color: #000;
  text-decoration: none;
}
.div-facebook{
  margin: 40px 0;
}
.div-servicio-container{
  width: 100%;
  margin-top: 70px;
  position: relative;
}
.div-container-t-servicio{
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #122847;
  color: #122847;
  font-family: 'gobold-bold';
  -webkit-text-stroke: 0.5px #fff;
  margin-bottom: 30px;
}
.nombre-servicio{
  font-size: 40px;
  margin: 0;
  line-height: 30px;
}
.img-service{
  width: 100%;
  height: 300px;
  background-image: url(../img/servicio1.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.container-info{
  width: 100%;
  margin-top: 20px;
  background-color: #dddddd;
  padding: 30px 0;
  height: 250px;
}
.title-service{
  font-family: 'Overpass-Black';
  color: #122847;
  font-size: 15px;
}
.description-service{
  font-family: 'Overpass-Thin';
  color: #000;
  font-size: 13px;
}
.div-fondo-gris{
  background-color: #dddddd;
  height: 250px;
  width: 100%;
  position: absolute;
  top: 110px;
  z-index: -1;
}
.container-mas-servicios{
  margin: 60px auto 100px;
}
.fa-whatsapp{
  position: fixed;
    font-size: 40px;
    z-index: 1000;
    background: green;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10px;
    font-weight: lighter;
    color: #fff;
    box-shadow: rgb(34 34 34) 0px 3px 20px 0px;
    cursor: pointer;
}
.width-full{
  width: 100%;
}
.bc-gray{
  background-color: #dddddd;
}