@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
/* font-family: 'Roboto', ;
font-family: 'Domine', ; */
body {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.contenedor {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .contenedor {
    width: 950px !important;
  }
}
@media screen and (min-width: 1200px) {
  .contenedor {
    width: 1140px !important;
  }
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.titulo {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  color: #434242;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.titulo::after {
  position: absolute;
  bottom: 0;
  content: "";
  background: #010080;
  height: 3px;
  width: 80px;
  display: block;
  left: 0;
}

.boton-azul {
  padding: 18px;
  background: #010080;
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 15px;
  border-radius: 2px;
}
@media screen and (min-width: 1024px) {
  .boton-azul {
    padding: 14px;
    font-size: 14px;
  }
}

.boton-ghost {
  padding: 18px;
  background: white;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  color: #010080;
}
@media screen and (min-width: 1024px) {
  .boton-ghost {
    padding: 14px;
    font-size: 14px;
  }
}

.owl-theme .owl-dots {
  padding-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot {
  padding: 0 !important;
}

.cintillo {
  background: #010080;
  font-size: 17px;
  font-weight: 300;
}
.cintillo .contenedor {
  text-align: center;
  padding: 15px 0;
}
.cintillo .contenedor .direccion {
  display: none;
}
.cintillo .contenedor .info .items .item a {
  text-decoration: none;
}
.cintillo .contenedor .info .items .item i {
  color: white;
  font-size: 15px;
  padding-right: 6px;
}
.cintillo .contenedor .info .items .item span {
  color: white;
}
@media screen and (min-width: 768px) {
  .cintillo .contenedor {
    padding: 20px 0;
  }
  .cintillo .contenedor .direccion {
    display: initial;
    color: white;
  }
  .cintillo .contenedor .direccion i {
    padding-right: 5px;
  }
  .cintillo .contenedor .items {
    display: flex;
    justify-content: center;
  }
  .cintillo .contenedor .items .item {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .cintillo .contenedor {
    display: flex;
    justify-content: space-between;
  }
  .cintillo .contenedor .direccion {
    font-size: 15px;
  }
  .cintillo .contenedor .info {
    font-size: 15px;
  }
  .cintillo .contenedor .info .items .item {
    padding-right: 0;
  }
}

.encabezado {
  position: -webkit-sticky;
  position: sticky;
  background: white;
  top: 0;
  z-index: 9999;
  box-shadow: 0px 9px 16px -12px rgb(107, 99, 107);
}
.encabezado .contenedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.encabezado .contenedor .logo {
  width: 100px;
}
.encabezado .contenedor #btn-menu {
  color: #333333;
  font-size: 28px;
  padding: 0;
}
.encabezado .contenedor nav {
  display: flex;
  flex-direction: column;
  background: #010080;
  width: 100%;
  position: absolute;
  top: 105px;
  left: -100%;
  transition: 0.3s;
  height: 100vh;
}
.encabezado .contenedor nav a {
  text-decoration: none;
  font-weight: 300;
  color: white;
  padding: 18px 14px;
  border-bottom: 1px dotted #999999;
}
.encabezado .contenedor .mostrar_menu {
  left: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .encabezado .contenedor .logo {
    width: 100px;
  }
  .encabezado .contenedor nav {
    top: 104px;
  }
  .encabezado .contenedor nav a {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .encabezado .contenedor {
    padding: 5px 0;
  }
  .encabezado .contenedor .logo {
    width: 90px;
  }
  .encabezado .contenedor #btn-menu {
    display: none;
  }
  .encabezado .contenedor nav {
    left: 0;
    background: white;
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    height: 93px;
    border: 1px solid white;
  }
  .encabezado .contenedor nav a {
    padding-top: 50px;
    color: #414141;
    border: none;
    padding: 0 12px;
    padding-right: 0;
    font-weight: 400;
    margin-left: 0px;
  }
  .encabezado .contenedor nav a:hover,
.encabezado .contenedor nav .active {
    color: #010080;
    font-weight: 500;
  }
}

.hero {
  margin-bottom: 40px;
}
.hero .contenedor {
  width: 90%;
  position: relative;
}
.hero .contenedor .hero-texto {
  position: absolute;
  top: 80px;
}
.hero .contenedor .hero-texto h1 {
  font-size: 32px;
  font-weight: 600;
  color: white;
  line-height: 1.3;
  text-shadow: 2px 2px #222;
}
.hero .contenedor .hero-texto .hero-titulo {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 1.3;
  text-shadow: 2px 2px #222;
}
.hero .contenedor .hero-texto .texto {
  font-weight: 400;
  color: white;
  font-size: 19px;
  margin-top: 15px;
  text-shadow: 1px 1px #222;
}
.hero .contenedor .hero-texto .hero-botones {
  font-weight: 300;
  padding-top: 40px;
}
.hero .contenedor .hero-texto .hero-botones .boton-azul {
  margin-right: 12px;
}
.hero img {
  height: 490px;
  z-index: 9995;
}
@media screen and (min-width: 768px) {
  .hero .contenedor .hero-texto {
    top: 150px;
    width: 80%;
  }
  .hero .contenedor .hero-botones {
    top: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    margin-bottom: 0;
  }
  .hero .contenedor .hero-texto {
    top: 120px;
    width: 70%;
  }
  .hero .contenedor .hero-texto h1 {
    font-size: 38px;
  }
  .hero .contenedor .hero-texto .hero-titulo {
    font-size: 32px;
    width: 70%;
  }
  .hero .contenedor .hero-texto .texto {
    font-size: 15px;
    width: 60%;
  }
  .hero .contenedor .hero-botones {
    top: 70%;
  }
  .hero .contenedor .hero-botones .boton-azul {
    font-size: 15px;
  }
  .hero .contenedor .hero-botones .boton-ghost {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .contenedor .hero-texto {
    top: 190px;
    width: 60%;
  }
  .hero .contenedor .hero-texto h1 {
    font-size: 40px;
  }
  .hero .contenedor .hero-texto .hero-titulo {
    width: 70%;
    font-size: 32px;
  }
  .hero .contenedor .hero-texto .texto {
    width: 70%;
  }
  .hero .contenedor .hero-botones {
    top: 52%;
  }
  .hero img {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .hero img {
    height: 660px;
  }
}

.call {
  display: none;
}
@media screen and (min-width: 1024px) {
  .call {
    display: block;
    width: 100%;
    height: auto;
    background: #010080;
    margin-bottom: 40px;
  }
  .call .contenedor .contenido {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .call .contenedor .contenido p {
    font-size: 20px;
    color: white;
  }
  .call .contenedor .contenido a {
    text-decoration: none;
    background: white;
    color: #010080;
    font-size: 14px;
    padding: 14px 12px;
    justify-content: center;
    border-radius: 2px;
    font-weight: 400;
  }
}

.proyectos .contenedor .proyecto-contenido {
  margin-bottom: 20px;
}
.proyectos .contenedor .proyecto-contenido .nota {
  padding-bottom: 5px;
  margin-left: 5px;
}
.proyectos .contenedor .proyecto-contenido .proyectos-galeria .item {
  position: relative;
}
.proyectos .contenedor .proyecto-contenido .proyectos-galeria .item span {
  font-size: 15px;
}
.proyectos .contenedor .proyecto-contenido .proyectos-galeria .item img {
  width: 100%;
  padding-bottom: 10px;
}
.proyectos .contenedor .proyecto-contenido .proyectos-galeria .item .cinta-info {
  position: absolute;
  display: flex;
  justify-content: center;
  color: white;
  width: 100%;
  padding: 10px 0;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.proyectos .contenedor .proyecto-contenido .proyectos-galeria .item .overlay {
  display: none;
}
@media screen and (min-width: 768px) {
  .proyectos .contenedor .proyecto-contenido {
    margin-bottom: 40px;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria {
    display: flex;
    flex-wrap: wrap;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item {
    width: 48%;
    margin: 5px;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item img {
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .proyectos .contenedor .proyecto-contenido .titulo {
    padding-top: 30px;
  }
  .proyectos .contenedor .proyecto-contenido .nota {
    display: none;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria {
    justify-content: space-between;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item {
    width: 32%;
    position: relative;
    padding: 0;
    margin-bottom: 18px;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item span {
    display: none;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item .cinta-info {
    display: none;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item:hover .overlay {
    opacity: 1;
    transition: 0.2s;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item img {
    height: 100% !important;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item .overlay {
    display: block;
    position: absolute;
    align-content: center;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.2s;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item .overlay .info {
    position: absolute;
    width: 95%;
    top: 70px;
    padding: 0 5px;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item .overlay .info span {
    color: white;
    font-size: 18px;
    font-weight: 400;
  }
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item .overlay .info p {
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .proyectos .contenedor .proyecto-contenido .proyectos-galeria .item .overlay .info {
    top: 98px;
  }
}

.servicios {
  background: #E6E6E6;
}
.servicios .contenedor .titulo {
  padding-top: 40px;
}
.servicios .contenedor .items {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.servicios .contenedor .items .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 90%;
}
.servicios .contenedor .items .item i {
  font-size: 50px;
  width: 50px;
  height: 50px;
  color: #010080;
  margin-bottom: 35px;
}
.servicios .contenedor .items .item h4 {
  color: #434242;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.servicios .contenedor .items .item p {
  font-size: 17px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .servicios .contenedor .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .servicios .contenedor .items .item {
    width: 32%;
  }
  .servicios .contenedor .items .item .texto h4 {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .servicios .contenedor .items .item .texto p {
    font-size: 15px;
    margin-bottom: 40px;
    text-align: center;
    height: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .servicios .contenedor .items .item {
    width: 32%;
  }
  .servicios .contenedor .items .item .texto p {
    width: 95%;
    margin: auto;
  }
}

.nosotros .contenedor .titulo {
  padding-top: 40px;
  cursor: pointer;
}
.nosotros .contenedor .titulo i {
  color: #010080;
  font-size: 16px;
  margin-left: 8px;
}
.nosotros .contenedor .contenido {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.nosotros .contenedor .contenido .texto p {
  font-size: 17px;
  margin-bottom: 20px;
}
.nosotros .contenedor .contenido .texto .item h5 {
  color: #414141;
  font-size: 18px;
  font-weight: 600;
}
.nosotros .contenedor .contenido .texto .item p {
  font-size: 17px;
  padding-bottom: 10px;
}
.nosotros .contenedor .contenido img {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .nosotros .contenedor .contenido .texto .item p {
    padding-bottom: 0;
  }
  .nosotros .contenedor .contenido .imagen {
    width: 80%;
  }
  .nosotros .contenedor .contenido .imagen img {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .nosotros .contenedor .contenido {
    display: flex;
    justify-content: space-between;
  }
  .nosotros .contenedor .contenido .texto {
    width: 49%;
  }
  .nosotros .contenedor .contenido .imagen {
    width: 50%;
  }
  .nosotros .contenedor .contenido .imagen img {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .nosotros .contenedor .contenido .imagen {
    padding-top: 65px;
  }
}

.contacto {
  background: #E6E6E6;
}
.contacto .contenedor {
  padding-top: 10px;
}
.contacto .contenedor .items .item_1 .titulo {
  margin: 30px 0 20px 0;
}
.contacto .contenedor .items .item_1 form {
  margin: 20px 5px;
}
.contacto .contenedor .items .item_1 form input {
  font-family: "Roboto";
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 22px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.contacto .contenedor .items .item_1 form textarea {
  font-family: "Roboto";
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  margin-bottom: 5px;
  box-sizing: border-box;
  resize: none;
  margin-bottom: 15px;
}
.contacto .contenedor .items .item_1 .boton-azul {
  display: block;
  width: 100%;
}
.contacto .contenedor .items .item_2 {
  padding-bottom: 40px;
}
.contacto .contenedor .items .item_2 .titulo {
  margin-bottom: 20px;
}
.contacto .contenedor .items .item_2 .elementos {
  margin-top: 40px;
}
.contacto .contenedor .items .item_2 .elementos .elemento {
  padding-bottom: 17px;
  display: flex;
}
.contacto .contenedor .items .item_2 .elementos .elemento i {
  font-size: 18px;
  color: #010080;
  padding: 3px 10px 0 0;
}
.contacto .contenedor .items .item_2 .elementos .elemento span {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .contacto .contenedor .items .item_1 form .boton-azul {
    width: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .contacto .contenedor .items {
    display: flex;
    justify-content: space-between;
  }
  .contacto .contenedor .items .item_1 {
    width: 49%;
  }
  .contacto .contenedor .items .item_1 form .boton-azul {
    display: unset;
    padding: 15px 20px;
  }
  .contacto .contenedor .items .item_2 {
    width: 40%;
  }
  .contacto .contenedor .items .item_2 .titulo {
    margin: 30px 0 20px 0;
  }
  .contacto .contenedor .items .item_2 .elementos {
    margin-top: 100px;
  }
}

.footer {
  background: #010080;
}
.footer .contenedor .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px 0;
}
.footer .contenedor .items a {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .footer .contenedor .items {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .footer .contenedor .items .derechos {
    width: 45%;
  }
  .footer .contenedor .items .derechos .idt {
    width: 45%;
  }
}

.carrusel .contenedor .titulo {
  padding-top: 15px;
}
.carrusel .contenedor .owl-carousel img {
  height: 230px;
  border: 1px solid #999999;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.carrusel .contenedor p {
  font-size: 17px;
  color: #777777;
  padding-bottom: 20px;
}
.carrusel .contenedor .boton-proyectos {
  display: flex;
  justify-content: center;
}
.carrusel .contenedor .boton-proyectos .boton-azul {
  margin: 10px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .carrusel .contenedor .titulo {
    padding-top: 35px;
  }
  .carrusel p {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .carrusel .contenedor .owl-carousel img {
    height: 243px;
  }
}/*# sourceMappingURL=style.css.map */