# Empty CSS file for your own CSS .principales {
}
/*################## CEROM ######################*/
@font-face {
  font-family: "Lintel";
  src: url("../fonts/Lintel-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Express Way";
  src: url("../fonts/Expressway-Regular.ttf") format("truetype");
  font-display: swap;
}

p {
  font-family: "Express Way";
}

h1,
h2,
h3,
h4,
h5,
#menu-principal .menu-item a,
.tituloServicios,
.nav-item a.nav-link,
.tituloCoberturas {
  font-family: "Lintel";
}

html,
body {
  height: 100%;
  background: #000;
}

.btn-primary {
  background-color: #fff;
  color: #202c52;
  border: 2px solid #fff;
  font-size: 1rem !important;
  font-weight: bold;
  border-radius: 0 !important;
  padding: 10px 50px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #1074b9;
  color: #fff;
  border: 2px solid #1074b9;
}

h2,
h1 {
  margin-bottom: 50px;
}

#menuPrincipal {
  background-color: #fff !important;
}

.nav-link {
  text-transform: uppercase;
  color: #565656 !important;
}

.nav-link:hover {
  color: #0c5e97 !important;
}

.menuContacto {
  background-color: #0c5e97;
  color: #fff !important;
  margin-left: 20px;
}

.menuContacto:hover {
  background-color: #0c5e97;
  color: #000 !important;
}

#inicio {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 76px;
}

.fondoBlanco,
.fondoGris{
  padding: 100px 0;
}

#contacto {
  padding: 4rem;
}

.fondoBlanco {
  background: #fff;
  color: #565656;
}

.fondoBlanco span {
  color: #0c5e97;
}

.fondoGris {
  background: #565656;
  color: #fff;
}

.fondoGris span {
  color: #1074b9;
}

.fondoNegro {
  background: #000;
  color: #fff;
}

#nosotros {
  background-color: #fff;
}

#nosotros .container {
  margin-top: -11rem;
  padding: 5rem;
  background-color: #000;
  color: #fff;
}

#nosotros span {
  color: #1074b9;
}

#contacto span {
  color: #1074b9;
}

#contacto {
  color: #000;
  background-color: #000;
  background-image: url("../images/NRM-Contacto.jpg");
  background-size: cover;
  background-position:center;
}

.form-control{
    color: #000 !important;
}

#contacto .container{
    background: rgba(255,255,255,0.8);
    padding: 4rem;
    border-radius:10px;
}

footer {
  background: #000;
  color: #fff;
}

.footerTop,
.footerBottom {
  padding: 20px 0;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  width: 30px !important;
  height: 5px !important;
  background: #1074b9 !important;
  margin-right: 30px;
  border-radius: 50px;
}

.owl-dot.active,
.owl-dot:hover {
  background: #0c5e97 !important;
}

.alcance {
  margin: 15px 0;
  position: relative;
  cursor: pointer;
}

.tituloAlcance {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}

.imagenAlcance,
.tituloAlcance {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.alcance:hover .tituloAlcance {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form-group textarea,
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="date"] {
  resize: none;
  padding: 0 0 10px 2px;
  line-height: 1.538em;
  background: transparent;
  border: none;
  border-bottom: 2px solid #1074b9;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0 !important;
}

.form-group a {
  color: #1074b9 !important;
}

.form-control:focus {
  background: transparent !important;
  color: #000 !important;
  opacity: 1 !important;
  border-radius: 0;
}

.infoContacto {
  text-align: left;
  border-left: 2px solid #1074b9;
  padding: 10px;
  margin-bottom: 30px;
  padding-right: 30px;
}

.infoContacto a {
  color: #fff;
  margin: 0 10px;
}

.infoContacto a;
hover {
  color: #fab80e;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}

.momentos {
  margin-top: 50px;
  font-weight: bold !important;
}

h4 {
  font-weight: bold !important;
}

.owl-nav {
  text-align: center;
}

.owl-nav button {
  font-size: 50px !important;
  margin: 0 30px !important;
}

.equipo {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.equipo h5 {
  color: #fab80e;
}

.equipo .imagenEquipo,
.equipo .infoEquipo {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.equipo .infoEquipo {
  position: absolute;
  padding: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.8) !important;
  height: 576px;
  top: 576px;
  word-wrap: break-word;
  width: 76%;
  margin: 0 9.5%;
}

.equipo:hover .infoEquipo {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

#gracias {
  padding: 200px 0;
}

.soloMobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .tituloAlcance {
    opacity: 1;
    transform: scale(1);
  }
  .owl-dots {
    display: none;
  }
  .equipo {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .equipo .infoEquipo {
    height: 363px;
    top: 360px;
    width: 272px;
    margin: 0 auto;
    position: initial;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .equipo2 {
    margin-top: -360px;
    max-height: 370px;
  }
  .imagenEquipo {
    width: 270px;
  }
  .menuContacto {
    margin-left: 0;
    text-align: center;
  }
  #inicio {
    margin-top: 76px;
  }
  body {
    background-color: #000;
  }

  .carousel-caption img {
    width: 60% !important;
    top: 80px;
  }
  .soloMobile {
    display: block;
  }
  .soloDesktop {
    display: none;
  }
  #nosotros .container {
    margin-top: 0rem;
    padding: 0rem;
    padding: 100px 15px;
  }
  .navbar-light .navbar-toggler {
    color: #0c5e97;
    border-color: #0c5e97;
  }
}
/*####### INICIO CARRUSEL #######*/
/*.carousel, .item, .active {
height:100%;
}
.carousel-inner {
height:100%;
}
.carousel-caption {
z-index: 10;
}
.carousel .item {
background-color: #777;
}*/
/*####### INICIO CARRUSEL #######*/

/* INICIO WHATS */

.whatsappme.whatsappme--show {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.whatsappme__button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 8px;
  height: 60px;
  min-width: 60px;
  max-width: 95vw;
  background-color: #25d366;
  color: #fff;
  border-radius: 30px;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
  cursor: pointer;
  transition: background-color 0.2s linear;
  -webkit-tap-highlight-color: transparent;
}

.whatsappme {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  color: #262626;
  transform: scale3d(0, 0, 0);
  transition: transform 0.3s ease-in-out;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.whatsappme *,
.whatsappme :after,
.whatsappme :before {
  box-sizing: border-box;
}

.whatsappme__button svg {
  width: 36px;
  height: 36px;
  margin: 12px 12px;
}

.whatsappme svg,
.whatsappme svg path {
  fill: currentColor !important;
}

.whatsappme--chatbox .whatsappme__button__send,
.whatsappme__button__open {
  display: block;
}

.whatsappme *,
.whatsappme :after,
.whatsappme :before {
  box-sizing: border-box;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.whatsappme__button__sendtext {
  padding: 0;
  max-width: 0;
  font-weight: 600;
  line-height: 60px;
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  transition: none;
}

.whatsappme__copy {
  position: absolute;
  bottom: 9px;
  left: 28px;
  color: #2e8c7d;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 16px;
  opacity: 0.4;
  transition: opacity 0.25s;
}

.whatsappme--dark .whatsappme__copy {
  color: #25d366;
}

.whatsappme__button:hover {
  background-color: #128c7e;
  transition: background-color 1.5s linear;
}

.whatsappme__button:active {
  background-color: #075e54;
  transition: none;
}

/* FIN WHATS*/
