/*
HOJA DE ESTILOS
Diseño Realizado por StartNett.com
*/


/* Utilidades */

.secciones {
    padding-bottom: 50px;
}

@media (max-width: 992px) {
    .d-none {
      display: none !important;
    }
}

@media (min-width: 992px) {
.col-lg-9 {
    max-width: 100%;
  }

  .no-background {
    background: none !important;
  }
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Estilos del Header */

.header1 {
    background: #0f0f0f;
    align-items: center;
    color: white;
    z-index: 200;
    padding: 10px 0;
    max-height: 800px;
}

.header2 {
    position: absolute;
    width: 100%;
    z-index: 100;
    margin-top: 80px;
}

.header1-item {
    margin-right: 10px;
    font-size: 12px;
}

.header1-item i {
    margin: 0 10px;
}

* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.btn-primary {
    background: #E16A00 !important;
    border: none;
    padding: 10px 20px;
    font-weight: 700;
}

.btn-2 {
    background: #ec4434;
    display: block;
    color: white;
    font-weight: 700;
    font-size: 24px;
    padding: 20px 40px;
}

.btn-2:hover {
    color: #ec4434 !important;
    background: white;
    border: solid 1px #ec4434;
}

@media (max-width: 992px) {
    .btn-2 {
        padding: 10px 20px;
        font-weight: 700 !important;
    }
}

.menu-principal a {
    color: white;
    font-weight: 900;
}

.menu-principal2 a {
  color: #000000;
  font-weight: 900;
}

@media (max-width: 992px) {

}

.menu-de-navegacion {
    margin-top: -15px;
}

/* Sobre Nosotros */
.sobre-nosotros {
  background: white;
  min-height: 300px;
  padding: 50px 0;
}

.icono-features i {
    font-size: 40px;
    color: #ec4434;
}

.titulo-features {
  font-size: 40px;
  font-weight: 700;
}

.descripcion-features {
  font-weight: 400;
  font-style: oblique;
}

/* Servicios */

.servicios {
  position: relative;
  padding: 80px 0;
  min-height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.servicios::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}

.icon {
  font-size: 50px;
  color: #fff;
  transition: .3s;
  margin: 10px;
}

.servicios h4 a {
  display: block;
  margin: 20px 0 20px 0;
  font-weight: 400;
  color: #000;
  color: #fff;
  font-size: 20px;
  transition: .5s;
}

.box-servicio {
  z-index: 100;
}

.box-servicio:hover a {
   text-decoration: none;
}

.box-servicio:hover .icon {
  margin: 0;
  font-size: 70px;
}

/* Estilos del Footer */

.footer {
  border-top: solid 1px white;
}

/* Cuerpo de la Página */

/* #wrapper {
    height: 2000px;;
} */

/* Estilos del Footer */

.icon-footer {
  margin-right: 10px;
}

.footer-titulo h5 {
  font-weight: 900;
}

.footer-features {
  display: flex;
}

/* Estilos del slider */

#intro {
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
    position: relative;
  }

  @media (max-height: 500px) {
    #intro {
      height: 150vh;
    }
  }


  #intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }  

  #intro .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }  

  #intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
  }  

  #intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
  }  

  #intro .container {
    text-align: center;
  }  

  #intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
  }

  #intro h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 700;
  }

  @media (max-width: 768px) {
    #intro h2 {
      font-size: 28px;
    }

    #intro h3 {
      font-size: 22px;
    }
  }

  #intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
  }  

  @media (min-width: 1024px) {
    #intro p {
      width: 60%;
    }
  }  

  #intro .carousel-fade {
    overflow: hidden;
  }

  #intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
  }

  #intro .carousel-fade .carousel-inner .carousel-item,
  #intro .carousel-fade .carousel-inner .active.carousel-item-left,
  #intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
  }  

  #intro .carousel-fade .carousel-inner .active,
  #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
  #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
  }

  #intro .carousel-fade .carousel-inner .carousel-item-next,
  #intro .carousel-fade .carousel-inner .carousel-item-prev,
  #intro .carousel-fade .carousel-inner .active.carousel-item-left,
  #intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
  }  

  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%;
  }  

  @media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
      width: 5%;
    }
  }  

  #intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
  }  

  #intro .carousel-indicators li {
    cursor: pointer;
  }  

  #intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #ec4434;
  }  

  #intro .btn-get-started:hover {
    background: #fff;
    color: #ec4434;
  }  

/* PÁGINA DE SERVICIOS */

#servicios {
    padding-bottom: 50px;
    background-color: lightgrey;
}

#intro-servicios, .bg-negro {
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.bg-negro {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 200;
}

.titulo-servicios {
    padding-top: 200px;
}

.titulo-servicios {
    color: white;
    text-align: center;
    font-weight: 700 !important;
    font-size: 48px !important;
}

.row-servicios {
  display: flex;
  /* text-align: center; */
  margin: 50px 0px 0px 0px;
}

@media (max-width: 992px) {
  .row-servicios {
    margin: 30px;
  }
}

.container-servicios:hover a {
    text-decoration: none;
}

.cuadro-icono {
    border: solid 2px black;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.cuadro-icono ion-icon,
.cuadro-icono box-icon,
.cuadro-icono i {
  color: black;
  font-size: 40px;
}

.cuadro-servicio:hover .cuadro-icono {
    background: #ec4434;
    border: none;
}

.cuadro-servicio:hover ion-icon,
.cuadro-servicio:hover box-icon,
.cuadro-servicio:hover i {
    color: white;
}

.titulo-principal-servicio {
    color: black;
    margin: 20px 30px 0px 30px;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .titulo-principal-servicio {
        font-size: 18px;
        font-weight: 200;
        margin: 10px;
    }
}



.cuadro-servicio:hover .titulo-principal-servicio p {
  text-decoration: none !important;
}

/* SECCIÓN DE QUE HACEMOS */
#que-hacemos {
  padding-bottom: 50px;
}

#que-hacemos h3 {
    margin-bottom: 30px;
}

.row-quehacemos {
    padding: 80px 0px 0px 0px ;
    margin-top: -50px;
}

#que-hacemos h2 {
    font-style: oblique;
    font-size: 40px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .titulo-quehacemos {
      margin-top: 20px;
      text-align: center;
    }

    .large-imagen {
        display: none;
    }
}

@media (min-width: 993px) {
    .mobile-imagen {
        display: none;
    }

    #que-hacemos h3 {
        font-weight: 900;
    }

    .row-quehacemos {
      padding-bottom: 30px;
    }
}

/* SECCIÓN SOBRE NOSOTROS */
#sobre-nosotros {
    padding-bottom: 50px;
}

#sobre-nosotros h2 {
  font-style: oblique;
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0px;
}

@media (max-width: 992px) {
    .texto-sobrenosotros {
        margin-top: 20px;
    }
}

/* PÁGINA DE ACREDITACIONES */
#acreditaciones {
  padding-bottom: 50px;
  background-color: lightgrey;
}

#intro-acreditaciones, .bg-negro {
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.bg-negro {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 200;
}

.titulo-acreditaciones {
  padding-top: 200px;
  color: white;
  text-align: center;
  font-weight: 700 !important;
  font-size: 48px !important;
}

.row-acreditaciones {
display: flex;
margin: 50px 0px 0px 0px;
}

@media (max-width: 992px) {
  .row-acreditaciones {
    margin: 30px;
  }
}

.titulo-principal-acreditaciones h4 {
  color: black;
  font-size: 24px;
  font-weight: 900;
}

.texto-acreditaciones {
    margin: 30px 20px 20px 20px;
    font-style: oblique;
    font-size: 20px;
}

.cuadro-acreditaciones {
    display: flex;
    flex-direction: row;
}

@media (max-width: 992px) {
  .titulo-principal-acreditaciones {
      font-size: 18px;
      font-weight: 200;
      margin-top: 20px;
      text-align: center;
  }

  .cuadro-acreditaciones {
      flex-direction: column;
      margin-top: 30px;
  }
}

/* PÁGINA DE PROYECTOS */
#proyectos {
  padding-bottom: 50px;
  background-color: lightgrey;
}

#intro-proyectos, .bg-negro {
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.bg-negro {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 200;
}

.titulo-proyectos {
  padding-top: 200px;
  color: white;
  text-align: center;
  font-weight: 700 !important;
  font-size: 48px !important;
}

.row-proyectos {
display: flex;
margin: 50px 0px 0px 0px;
}

@media (max-width: 992px) {
  .row-proyectos {
    margin: 30px;
  }
}

.titulo-principal-proyectos h4 {
  color: black;
  font-size: 24px;
  font-weight: 900;
}

.texto-proyectos {
    margin: 30px 20px 20px 20px;
    font-style: oblique;
}

.cuadro-proyectos {
    display: flex;
    flex-direction: row;
}

#proyectosGaleria1 {
  margin: 0 auto;
  max-width: 800px;
}

.img-proyectos-galeria {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/*#proyectosGaleria1 .img-proyectos-galeria {
  height: 400px;
}*/

.modal-img-proyectos-galeria {
  width: 100% !important;
}

.titulo-galeria {
  text-align: center;
  margin-top: 20px;
}

.carousel-indicators {
  top: 310px;
}

@media (max-width: 992px) {
  .titulo-principal-proyectos {
      font-size: 18px;
      font-weight: 200;
      margin-top: 20px;
      text-align: center;
  }

  .cuadro-proyectos {
      flex-direction: column;
      margin-top: 30px;
  }

  .img-proyectos-galeria {
    height: 250px;
  }
}

/* PÁGINA DE CONTACTO */
#contacto {
    padding-bottom: 50px;
}

#contacto h2 {
    font-style: oblique;
    text-align: center;
}

.ri-mail-fill:before, .ri-map-pin-fill:before, .ri-phone-fill:before {
    margin-left: -15px;
}

.contacto-subtitulo {
    margin-left: 25px;
}

.formulario-contacto {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.boton-contacto {
    display: block;
    margin: 0 auto;
}

.form-group {
    min-width: 600px;
}

.campo-formulario {
    width: 100%;
    height: 40px;
}

.campo-mensaje {
    height: 150px;
}

@media (max-width: 992px) {
  .form-group {
    min-width: 300px;
    max-width: 300px;
  }

  #contacto h2 {
      font-size: 20px;
  }
}

.mapa {
    display: flex;
    justify-content: center;
}

.datosdecontacto p {
    font-size: 18px;
    font-weight: 400;
}

.datosdecontacto h5 {
    font-weight: 900;
}

@media (max-width: 992px) {
    .google-map {
        width: 360px;
        height: 360px;
    }
}