/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "MontserratMedium";
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MontserratSemibold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

body {
  min-height: 100%;
  font-family: "MontserratMedium";
  font-size: 18px !important;
  overflow-x: hidden;
  text-rendering: auto !important;
  background-color: #2f2c79 !important;
  padding: 0px;
}

.copyContacto, .cardServicio, .cardAAS, .btnCitasFlotante, .formulario, #widgetAlerta {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.contenidoTopContacto, .contenidoTopServicios, .cardServicio a, .contenidoTopNosotros {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
}

#widgetAlerta {
  position: fixed;
  display: flex;
  flex-direction: row;
  top: 25px;
  right: 25px;
  width: 300px;
  height: 100px;
  z-index: 2000;
  overflow: hidden;
  border-radius: 10px;
}

.alertaImg {
  position: relative;
  width: 100px;
  overflow: hidden;
  display: block;
}
.alertaImg img {
  width: 100%;
}

.contenidoAlerta {
  position: relative;
  width: 200px;
  background-color: #171a4a !important;
  padding: 5px;
  display: flex;
  align-items: center;
}
.contenidoAlerta button {
  background: transparent;
  border: none;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff !important;
  cursor: pointer;
}
.contenidoAlerta p {
  color: #fff !important;
  font-size: 13px;
  margin-top: 20px;
}

/*Scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 7px #000 !important;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff !important;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2f2c79 !important;
}

/*btns*/
.btnAccion {
  display: block;
  font-size: 14px !important;
  color: #fff !important;
  border: solid 4px;
  border-color: #fff !important;
  padding: 9px;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  width: 250px;
  text-align: center;
  background-color: transparent;
}
.btnAccion:hover {
  cursor: pointer;
  background-color: #fff !important;
  color: #2f2c79 !important;
}

.btnAccionA {
  display: inline-block;
  font-size: 14px !important;
  color: #2f2c79 !important;
  border: solid 4px;
  border-color: #2f2c79 !important;
  padding: 9px;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  width: 45%;
  margin-left: 2.5%;
  text-align: center;
  background-color: transparent;
  font-family: "MontserratSemibold";
}
.btnAccionA:hover {
  cursor: pointer;
  background-color: #2f2c79 !important;
  color: #fff !important;
}

.btnAccionAS {
  display: inline-block;
  font-size: 14px !important;
  color: #2f2c79 !important;
  border: solid 4px;
  border-color: #2f2c79 !important;
  padding: 9px;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  width: 90%;
  margin-left: 5%;
  text-align: center;
  background-color: transparent;
  font-family: "MontserratSemibold";
}
.btnAccionAS:hover {
  cursor: pointer;
  background-color: #2f2c79 !important;
  color: #fff !important;
}

@media screen and (max-width: 576px) {
  .btnAccion {
    display: block;
    font-size: 14px !important;
    color: #2f2c79 !important;
    border: solid 4px;
    border-color: #fff !important;
    padding: 9px;
    text-decoration: none;
    transition: 0.35s ease-in-out;
    width: 70%;
    margin-left: 15%;
    text-align: center;
    background-color: #fff !important;
  }
  .btnAccion:hover {
    cursor: pointer;
    background-color: #fff !important;
    color: #2f2c79 !important;
  }
}
@media screen and (max-width: 768px) {
  .btnAccionA {
    display: block;
    font-size: 14px !important;
    color: #2f2c79 !important;
    border: solid 4px;
    border-color: #2f2c79 !important;
    padding: 9px;
    text-decoration: none;
    transition: 0.35s ease-in-out;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    background-color: transparent;
  }
  .btnAccionA:hover {
    cursor: pointer;
    background-color: #2f2c79 !important;
    color: #fff !important;
  }
}
/*Forms*/
.formulario {
  width: 90%;
  margin-left: 5%;
  padding: 25px;
  background-color: #2f2c79 !important;
  min-height: 425px;
  margin-top: 25px;
}
.formulario label {
  color: #fff !important;
  font-family: "MontserratMedium";
  font-size: 14px !important;
}
.formulario button {
  margin-top: 15px;
}
.formulario input {
  border-radius: 0px;
}
.formulario .g1 {
  padding-right: 5px;
}
.formulario .g2 {
  padding-left: 5px;
}
.formulario textarea {
  border-radius: 0px;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 576px) {
  .input-group {
    display: unset !important;
  }

  .g1 {
    padding-right: unset !important;
  }

  .g2 {
    padding-left: unset !important;
  }
}
.navbar {
  transition: 0.35s ease-in-out;
  padding: 9px;
}

.onTop {
  opacity: 1;
  background-color: #dfdfdf !important;
}

.logoTop {
  transition: 0.35s ease-in-out;
  opacity: 0;
}

.scrolling {
  opacity: 1;
  background-color: #dfdfdf !important;
  margin-top: -200px !important;
}

.hideNav {
  margin-top: 0px !important;
}

.navbar-brand {
  width: 130px;
  margin-left: 0px;
  padding: 5px;
  transition: 0.35s ease-in-out;
}

.navbar-nav {
  width: 100% !important;
  margin-left: 0% !important;
  font-size: 14px !important;
  text-align: center;
}

.nav-item {
  padding-left: 9px;
  padding-right: 9px;
}

.nav-link {
  font-family: "MontserratSemibold";
  font-size: 14px !important;
  text-decoration: none;
  color: #000 !important;
  transition: 0.35s ease-in-out;
}
.nav-link:hover {
  color: #2f2c79 !important;
  background-color: transparent;
}

.activo {
  color: #2f2c79 !important;
  background-color: transparent;
  border: solid 4px;
}

.rrssTop {
  list-style: none;
}
.rrssTop li {
  margin-left: 15px;
  margin-right: 15px;
}
.rrssTop a {
  color: #2f2c79 !important;
  vertical-align: middle;
}
.rrssTop a:hover {
  color: #000 !important;
}
.rrssTop i {
  vertical-align: middle !important;
  margin-top: 12px;
}

.contenedorFooter {
  background-color: #2f2c79 !important;
  padding: 25px;
}

.logoFooter {
  padding: 25px;
}
.logoFooter img {
  width: 250px;
}

.headerFooter {
  color: #2f2c79 !important;
  font-size: 18px !important;
  font-family: "CocomatBold";
}

.txtFooter {
  text-align: center;
  color: #fff !important;
  font-family: "MontserratMedium";
  font-size: 14px !important;
}
.txtFooter a {
  font-family: "MontserratSemibold";
  color: #fff !important;
}
.txtFooter a:hover {
  color: #000 !important;
}

.btnCitasFlotante {
  position: fixed;
  border-radius: 500px !important;
  width: 75px;
  height: 75px;
  background-color: #dfdfdf !important;
  right: 25px;
  bottom: 25px;
  transition: 0.35s ease-in-out;
  z-index: 100;
}
.btnCitasFlotante i {
  color: #2f2c79 !important;
  margin-top: 38px;
}
.btnCitasFlotante:hover {
  cursor: pointer;
  background-color: #2f2c79 !important;
}
.btnCitasFlotante:hover i {
  color: #fff !important;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {
  .navbar {
    transition: 0.35s ease-in-out;
    padding: 9px;
  }

  .onTop {
    opacity: 1;
    background-color: #dfdfdf !important;
  }

  .scrolling {
    opacity: 1;
    background-color: #dfdfdf !important;
    margin-top: -200px !important;
  }

  .hideNav {
    margin-top: 0px !important;
  }

  .navbar-brand {
    width: 130px;
    margin-left: 0px;
    padding: 5px;
  }

  .navbar-nav {
    width: 80% !important;
    margin-left: 100% !important;
    font-size: 14px !important;
  }

  .nav-link {
    font-family: "MontserratSemibold";
    font-size: 14px !important;
    text-decoration: none;
    color: #000 !important;
    transition: 0.35s ease-in-out;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .nav-link:hover {
    color: #2f2c79 !important;
    background-color: transparent;
  }

  .activo {
    color: #2f2c79 !important;
    background-color: transparent;
    border: solid 4px;
  }

  .rrssTop {
    list-style: none;
  }
  .rrssTop li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .rrssTop a {
    color: #2f2c79 !important;
    vertical-align: middle;
  }
  .rrssTop a:hover {
    color: #000 !important;
  }
  .rrssTop i {
    vertical-align: middle !important;
    margin-top: 12px;
  }

  .contenedorFooter {
    background-color: #2f2c79 !important;
    padding: 25px;
  }

  .logoFooter {
    padding: 25px;
  }
  .logoFooter img {
    width: 250px;
  }

  .headerFooter {
    color: #2f2c79 !important;
    font-size: 18px !important;
    font-family: "CocomatBold";
  }

  .txtFooter {
    text-align: center;
    color: #fff !important;
    font-family: "MontserratMedium";
    font-size: 14px !important;
  }
  .txtFooter a {
    font-family: "MontserratSemibold";
    color: #fff !important;
  }
  .txtFooter a:hover {
    color: #000 !important;
  }

  .btnCitasFlotante {
    position: fixed;
    border-radius: 500px !important;
    width: 75px;
    height: 75px;
    background-color: #dfdfdf !important;
    right: 25px;
    bottom: 25px;
    transition: 0.35s ease-in-out;
    z-index: 100;
  }
  .btnCitasFlotante i {
    color: #2f2c79 !important;
    margin-top: 38px;
  }
  .btnCitasFlotante:hover {
    cursor: pointer;
    background-color: #2f2c79 !important;
  }
  .btnCitasFlotante:hover i {
    color: #fff !important;
  }
}
@media screen and (max-width: 576px) {
  .navbar-brand {
    margin-left: 0px;
  }

  .navbar-nav {
    margin-top: 25px;
    width: 90% !important;
    margin-left: 5% !important;
    font-size: 14px !important;
  }

  .nav-link {
    text-align: center;
    text-decoration: none;
    color: #000 !important;
  }
  .nav-link:hover {
    color: #2f2c79 !important;
  }

  .activo {
    color: #2f2c79 !important;
    background-color: transparent;
    border: solid 4px;
  }

  .rrssTop {
    list-style: none;
    padding: 5px;
  }
  .rrssTop li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .rrssTop a {
    color: #2f2c79 !important;
    vertical-align: middle;
  }
  .rrssTop a:hover {
    color: #2f2c79 !important;
  }
  .rrssTop i {
    vertical-align: middle !important;
    margin-top: 0px;
  }

  .contenedorFooter {
    padding: 25px;
  }

  .logoFooter {
    padding: 25px;
  }
  .logoFooter img {
    width: 50%;
    margin-left: 25%;
  }

  .txtFooter {
    text-align: center;
    color: #fff !important;
    font-family: "CocomatLight";
    font-size: 10px !important;
  }
  .txtFooter a {
    font-family: "CocomatBold";
    text-decoration: none;
    color: #fff !important;
  }
  .txtFooter a:hover {
    color: #2f2c79 !important;
  }
}
.contenedorTopInicio {
  min-height: 820px;
  background-image: url("../img/inicio/bannerTopNotaria_vf.jpg");
  background-size: 100%;
  background-attachment: fixed;
}

.contenidoTopInicio {
  padding: 25px;
  margin-top: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenidoTopInicio img {
  width: 550px;
}
.contenidoTopInicio h1 {
  font-family: "MontserratSemibold";
  font-size: 10px !important;
  color: rgba(255, 255, 255, 0.01);
}
.contenidoTopInicio p {
  color: #fff !important;
  line-height: 42px;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "MontserratSemibold";
  font-size: 28px !important;
  letter-spacing: 5px;
  text-align: center;
}

.contenedorAAS {
  background-color: #dfdfdf !important;
  min-height: 200px;
}

.cardAAS {
  width: 80%;
  background-color: #171a4a !important;
  margin-top: -100px !important;
  margin-left: 10%;
}

.contenedorImgAAS {
  padding: 25px;
}
.contenedorImgAAS img {
  width: 100%;
  border-radius: 5px;
}

.contenidoInformacionAAS {
  padding: 35px;
}
.contenidoInformacionAAS p {
  color: #fff !important;
  font-family: "MontserratMedium";
  font-size: 18px !important;
  line-height: 42px;
  text-align: center;
  margin-top: 25px;
}
.contenidoInformacionAAS div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contenidoAAN {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background-color: #2f2c79 !important;
}
.contenidoAAN p {
  color: #fff !important;
  font-size: 18px !important;
  font-family: "MontserratMedium";
  line-height: 38px;
}

.imgAAN {
  padding: 0px;
  overflow: hidden;
}
.imgAAN img {
  width: 100%;
}

.contenedorBannerRRSS {
  background-image: url("../img/inicio/bannerRedes.jpg");
  background-size: 100%;
  min-height: 400px;
  padding: 0px;
}

.contenidoBannerRRSS {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
}
.contenidoBannerRRSS h2 {
  font-family: "MontserratSemibold";
  font-size: 48px !important;
  color: #2f2c79 !important;
}
.contenidoBannerRRSS p {
  font-size: 18px !important;
  color: #2f2c79 !important;
  line-height: 42px;
}
.contenidoBannerRRSS a {
  color: #2f2c79 !important;
  transition: 0.35s ease-in-out;
}
.contenidoBannerRRSS a:hover {
  color: #000 !important;
}

/*INICIAN MEDIA QUERIES*/
@media screen and (max-width: 992px) {
  .contenedorTopInicio {
    min-height: 650px;
    background-image: url("../img/inicio/bannerTopNotaria_vf.jpg");
    background-size: 100%;
    background-attachment: fixed;
  }

  .contenidoTopInicio {
    padding: 25px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contenidoTopInicio img {
    width: 100%;
  }
  .contenidoTopInicio h1 {
    font-family: "MontserratSemibold";
    font-size: 10px !important;
    color: rgba(255, 255, 255, 0.01);
  }
  .contenidoTopInicio p {
    color: #fff !important;
    line-height: 25px;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: "MontserratSemibold";
    font-size: 18px !important;
    letter-spacing: 5px;
    text-align: center;
  }

  .contenedorAAS {
    background-color: #dfdfdf !important;
    min-height: 150px;
  }

  .cardAAS {
    width: 80%;
    background-color: #171a4a !important;
    margin-top: -100px !important;
    margin-left: 10%;
    min-height: 200px;
  }

  .contenedorImgAAS {
    padding: 25px;
  }
  .contenedorImgAAS img {
    width: 100%;
    border-radius: 5px;
  }

  .contenidoInformacionAAS {
    padding: 25px;
  }
  .contenidoInformacionAAS p {
    color: #fff !important;
    font-family: "MontserratMedium";
    font-size: 18px !important;
    line-height: 28px;
  }

  .contenedorAAN {
    min-height: 300px;
  }

  .contenidoAAN {
    padding: 25px;
    background-color: #2f2c79 !important;
  }
  .contenidoAAN p {
    text-align: left;
    color: #fff !important;
    font-size: 18px !important;
    font-family: "MontserratMedium";
    line-height: 28px;
    margin-top: 25px;
  }

  .imgAAN {
    padding: 0px;
    overflow: hidden;
  }
  .imgAAN img {
    width: 150%;
  }

  .copyAAN {
    padding: 25px;
    background-color: #171a4a !important;
    color: #fff !important;
    font-size: 48px !important;
    font-family: "MontserratSemibold";
    border-color: #fff !important;
  }
  .copyAAN h2 {
    text-align: center;
    padding: 25px;
    border-top: solid 4px;
    border-bottom: solid 4px;
    margin-top: 75px;
  }

  .contenedorBannerRRSS {
    background-image: url("../img/inicio/bannerRedes.jpg");
    background-size: 100%;
    min-height: 400px;
    padding: 0px;
  }

  .contenidoBannerRRSS {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .contenidoBannerRRSS h2 {
    padding: 25px;
    padding-top: 75px;
    font-family: "MontserratSemibold";
    font-size: 48px !important;
    color: #2f2c79 !important;
  }
  .contenidoBannerRRSS p {
    width: 70%;
    margin-left: 15%;
    font-size: 18px !important;
    color: #2f2c79 !important;
    line-height: 42px;
  }
  .contenidoBannerRRSS a {
    color: #2f2c79 !important;
    transition: 0.35s ease-in-out;
  }
  .contenidoBannerRRSS a:hover {
    color: #000 !important;
  }
}
@media screen and (max-width: 768px) {
  .contenedorTopInicio {
    min-height: 500px;
    background-image: url("../img/inicio/bannerTopNotaria_vf.jpg");
    background-size: 100%;
    background-attachment: fixed;
  }

  .contenedorAAS {
    background-color: #dfdfdf !important;
    min-height: 150px;
  }

  .cardAAS {
    width: 90%;
    background-color: #171a4a !important;
    margin-top: -100px !important;
    margin-left: 5%;
    min-height: 200px;
  }

  .contenedorImgAAS {
    padding: 25px;
  }
  .contenedorImgAAS img {
    width: 100%;
    border-radius: 5px;
  }

  .contenidoInformacionAAS {
    padding: 25px;
  }
  .contenidoInformacionAAS p {
    color: #fff !important;
    font-family: "MontserratMedium";
    font-size: 18px !important;
    line-height: 28px;
  }

  .contenedorAAN {
    min-height: 300px;
  }

  .contenidoAAN {
    padding: 25px;
    background-color: #2f2c79 !important;
  }
  .contenidoAAN p {
    text-align: left;
    color: #fff !important;
    font-size: 18px !important;
    font-family: "MontserratMedium";
    line-height: 28px;
    margin-top: 25px;
  }

  .imgAAN {
    padding: 0px;
    overflow: hidden;
  }
  .imgAAN img {
    width: 270%;
  }

  .copyAAN {
    padding: 25px;
    background-color: #171a4a !important;
    color: #fff !important;
    font-size: 28px !important;
    font-family: "MontserratSemibold";
    border-color: #fff !important;
  }
  .copyAAN h2 {
    text-align: center;
    padding: 25px;
    border-top: solid 4px;
    border-bottom: solid 4px;
    margin-top: 75px;
  }

  .contenedorBannerRRSS {
    background-image: url("../img/inicio/bannerRedes.jpg");
    background-size: 100%;
    min-height: 400px;
    padding: 0px;
  }

  .contenidoBannerRRSS {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .contenidoBannerRRSS h2 {
    padding: 25px;
    padding-top: 75px;
    font-family: "MontserratSemibold";
    font-size: 48px !important;
    color: #2f2c79 !important;
  }
  .contenidoBannerRRSS p {
    width: 70%;
    margin-left: 15%;
    font-size: 18px !important;
    color: #2f2c79 !important;
    line-height: 42px;
  }
  .contenidoBannerRRSS a {
    color: #2f2c79 !important;
    transition: 0.35s ease-in-out;
  }
  .contenidoBannerRRSS a:hover {
    color: #000 !important;
  }
}
@media screen and (max-width: 576px) {
  .contenedorTopInicio {
    min-height: 900px;
    background-image: url("../img/inicio/bannerTopNotaria_Movil.jpg");
    background-size: 100%;
    background-attachment: fixed;
  }

  .contenedorAAS {
    background-color: #dfdfdf !important;
    min-height: 425px;
  }

  .cardAAS {
    width: 90%;
    background-color: #171a4a !important;
    margin-top: -100px !important;
    margin-left: 5%;
    min-height: 200px;
  }

  .contenedorImgAAS {
    padding: 25px;
  }
  .contenedorImgAAS img {
    width: 100%;
    border-radius: 5px;
  }

  .contenidoInformacionAAS {
    padding: 25px;
  }
  .contenidoInformacionAAS p {
    color: #fff !important;
    font-family: "MontserratMedium";
    font-size: 18px !important;
    text-align: center;
    line-height: 28px;
  }

  .contenedorAAN {
    min-height: 300px;
  }

  .contenidoAAN {
    padding: 25px;
    background-color: #2f2c79 !important;
  }
  .contenidoAAN p {
    text-align: left;
    color: #fff !important;
    font-size: 18px !important;
    font-family: "MontserratMedium";
    line-height: 28px;
    margin-top: 25px;
  }

  .imgAAN {
    padding: 0px;
    overflow: hidden;
  }
  .imgAAN img {
    width: 100%;
  }

  .copyAAN {
    padding: 25px;
    background-color: #171a4a !important;
    color: #fff !important;
    font-size: 28px !important;
    font-family: "MontserratSemibold";
    border-color: #fff !important;
  }
  .copyAAN h2 {
    text-align: center;
    padding: 25px;
    border-top: solid 4px;
    border-bottom: solid 4px;
    margin-top: 25px;
  }

  .contenedorBannerRRSS {
    background-image: url("../img/inicio/bannerRedes.jpg");
    background-size: 100%;
    min-height: 400px;
    padding: 0px;
  }

  .contenidoBannerRRSS {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .contenidoBannerRRSS h2 {
    padding: 25px;
    padding-top: 75px;
    font-family: "MontserratSemibold";
    font-size: 28px !important;
    color: #2f2c79 !important;
  }
  .contenidoBannerRRSS p {
    width: 80%;
    margin-left: 10%;
    font-size: 18px !important;
    color: #2f2c79 !important;
    line-height: 28px;
  }
  .contenidoBannerRRSS a {
    color: #2f2c79 !important;
    transition: 0.35s ease-in-out;
  }
  .contenidoBannerRRSS a:hover {
    color: #000 !important;
  }
}
.contenedorTopNosotros {
  min-height: 820px;
  background-image: url("../img/nosotros/bannerTopNosotros_e.jpg");
  background-size: 100%;
  background-attachment: fixed;
}

.contenidoTopNosotros {
  padding: 25px;
  margin-top: 300px;
}
.contenidoTopNosotros h1 {
  font-family: "MontserratSemibold";
  font-size: 48px !important;
  color: #fff !important;
}
.contenidoTopNosotros p {
  font-family: "MontserratMedium";
  font-size: 18px !important;
  color: #fff !important;
  line-height: 42px;
}

.contenedorVMV {
  min-height: 300px;
  background-color: #dfdfdf !important;
  padding: 25px;
}

.menuVMV ul {
  margin-left: 15%;
  width: 70%;
  display: inline-flex;
  list-style: none;
  color: #000 !important;
  font-family: "MontserratSemibold";
  border-bottom: solid 4px;
  border-color: #2f2c79 !important;
  padding: 25px;
}
.menuVMV li {
  text-align: center;
  padding: 9px;
  width: 33%;
  transition: 0.35s ease-in-out;
}
.menuVMV li:hover {
  color: #2f2c79 !important;
  cursor: pointer;
}

.activoVMV {
  border: solid 4px;
  color: #2f2c79 !important;
  font-family: "MontserratSemibold";
}

#contenidoVMV {
  padding: 25px;
  color: #2f2c79 !important;
  width: 70%;
  margin-left: 15%;
  line-height: 42px;
}

.contenedorClientes {
  background-color: #171a4a !important;
  min-height: 400px;
}

.imgClientes {
  overflow: hidden;
  padding: 0px;
}
.imgClientes img {
  width: 110%;
}

.contenidoClientes {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenidoClientes h2 {
  color: #fff !important;
  font-family: "MontserratSemibold";
  font-size: 28px !important;
  text-align: center;
}
.contenidoClientes p {
  color: #fff !important;
  font-family: "MontserratMedium";
  font-size: 18px !important;
  line-height: 42px;
  padding: 25px;
}

.contenedorInstalaciones {
  padding: 0px;
  min-height: 100px;
}

.tituloInstalaciones {
  background-color: #dfdfdf !important;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tituloInstalaciones h2 {
  font-family: "MontserratSemibold";
  font-size: 28px !important;
  color: #2f2c79 !important;
  text-align: center;
}
.tituloInstalaciones p {
  font-family: "MontserratMedium";
  font-size: 18px !important;
  color: #2f2c79 !important;
  padding: 25px;
  line-height: 42px;
}

.cardInstalaciones {
  padding: 0px !important;
  overflow: hidden;
  position: relative;
  max-height: 400px;
}
.cardInstalaciones img {
  transition: 0.35s ease-in-out;
  width: 100%;
}
.cardInstalaciones:hover .descripcionInstalaciones {
  opacity: 1;
  cursor: help;
}
.cardInstalaciones:hover img {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.descripcionInstalaciones {
  opacity: 0;
  transition: 0.35s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
}
.descripcionInstalaciones p {
  margin: 200px auto;
  text-align: center;
  color: #fff !important;
  font-family: "MontserratMedium";
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*INICIAN MEDIA QUERIES*/
@media screen and (max-width: 992px) {
  .contenedorTopNosotros {
    min-height: 500px;
    background-image: url("../img/nosotros/bannerTopNosotros_e.jpg");
    background-size: 100%;
    background-attachment: fixed;
  }

  .contenidoTopNosotros {
    padding: 25px;
    margin-top: 150px;
  }
  .contenidoTopNosotros h1 {
    font-family: "MontserratSemibold";
    font-size: 48px !important;
    color: #fff !important;
  }
  .contenidoTopNosotros p {
    font-family: "MontserratMedium";
    font-size: 18px !important;
    color: #fff !important;
    line-height: 28px;
  }

  .contenedorVMV {
    min-height: 300px;
    background-color: #dfdfdf !important;
    padding: 25px;
  }

  .menuVMV ul {
    margin-left: 15%;
    width: 70%;
    display: inline-flex;
    list-style: none;
    color: #000 !important;
    font-family: "MontserratSemibold";
    border-bottom: solid 4px;
    border-color: #2f2c79 !important;
    padding: 25px;
  }
  .menuVMV li {
    text-align: center;
    padding: 9px;
    width: 33%;
    transition: 0.35s ease-in-out;
  }
  .menuVMV li:hover {
    color: #2f2c79 !important;
    cursor: pointer;
  }

  .activoVMV {
    border: solid 4px;
    color: #2f2c79 !important;
    font-family: "MontserratSemibold";
  }

  #contenidoVMV {
    padding: 25px;
    color: #2f2c79 !important;
    width: 70%;
    margin-left: 15%;
    line-height: 28px;
  }

  .contenedorClientes {
    background-color: #171a4a !important;
    min-height: 400px;
  }

  .imgClientes {
    overflow: hidden;
    padding: 0px;
  }
  .imgClientes img {
    width: 170%;
  }

  .contenidoClientes {
    padding: 25px;
  }
  .contenidoClientes h2 {
    margin-top: 50px;
    color: #fff !important;
    font-family: "MontserratSemibold";
    font-size: 28px !important;
  }
  .contenidoClientes p {
    color: #fff !important;
    font-family: "MontserratMedium";
    font-size: 18px !important;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contenedorTopNosotros {
    min-height: 400px;
    background-image: url("../img/nosotros/bannerTopNosotros_e.jpg");
    background-size: 110%;
    background-attachment: fixed;
  }

  .contenidoTopNosotros {
    padding: 25px;
    margin-top: 75px;
  }
  .contenidoTopNosotros h1 {
    font-family: "MontserratSemibold";
    font-size: 48px !important;
    color: #fff !important;
  }
  .contenidoTopNosotros p {
    font-family: "MontserratMedium";
    font-size: 18px !important;
    color: #fff !important;
    line-height: 28px;
  }

  .contenedorVMV {
    min-height: 300px;
    background-color: #dfdfdf !important;
    padding: 25px;
  }

  .menuVMV ul {
    margin-left: 15%;
    width: 70%;
    display: inline-flex;
    list-style: none;
    color: #000 !important;
    font-family: "MontserratSemibold";
    border-bottom: solid 4px;
    border-color: #2f2c79 !important;
    padding: 25px;
  }
  .menuVMV li {
    text-align: center;
    padding: 9px;
    width: 33%;
    transition: 0.35s ease-in-out;
  }
  .menuVMV li:hover {
    color: #2f2c79 !important;
    cursor: pointer;
  }

  .activoVMV {
    border: solid 4px;
    color: #2f2c79 !important;
    font-family: "MontserratSemibold";
  }

  #contenidoVMV {
    padding: 25px;
    color: #2f2c79 !important;
    width: 70%;
    margin-left: 15%;
    line-height: 28px;
  }

  .contenedorClientes {
    background-color: #171a4a !important;
    min-height: 400px;
  }

  .imgClientes {
    overflow: hidden;
    padding: 0px;
  }
  .imgClientes img {
    width: 250%;
  }

  .contenidoClientes {
    padding: 25px;
  }
  .contenidoClientes h2 {
    margin-top: 50px;
    color: #fff !important;
    font-family: "MontserratSemibold";
    font-size: 28px !important;
  }
  .contenidoClientes p {
    color: #fff !important;
    font-family: "MontserratMedium";
    font-size: 18px !important;
    line-height: 28px;
  }
}
@media screen and (max-width: 576px) {
  .contenedorTopNosotros {
    min-height: 500px;
    background-image: url("../img/nosotros/bannerTopNosotros_Movil.jpg");
    background-size: 100%;
    background-attachment: fixed;
    background-position-y: -100px;
  }

  .contenidoTopNosotros {
    padding: 25px;
    margin-top: 110px;
  }
  .contenidoTopNosotros h1 {
    font-family: "MontserratSemibold";
    font-size: 28px !important;
    color: #fff !important;
    text-align: center;
  }
  .contenidoTopNosotros p {
    font-family: "MontserratMedium";
    font-size: 18px !important;
    color: #fff !important;
    line-height: 28px;
    text-align: center;
  }

  .contenedorVMV {
    min-height: 300px;
    background-color: #dfdfdf !important;
    padding: 25px;
  }

  .menuVMV ul {
    margin-left: 15%;
    width: 70%;
    display: block;
    list-style: none;
    color: #000 !important;
    font-family: "MontserratSemibold";
    border-bottom: solid 4px;
    border-color: #2f2c79 !important;
    padding: 25px;
  }
  .menuVMV li {
    text-align: center;
    padding: 9px;
    width: 100%;
    transition: 0.35s ease-in-out;
  }
  .menuVMV li:hover {
    color: #2f2c79 !important;
    cursor: pointer;
  }

  .activoVMV {
    border: solid 4px;
    color: #2f2c79 !important;
    font-family: "MontserratSemibold";
  }

  #contenidoVMV {
    padding: 25px;
    color: #2f2c79 !important;
    width: 70%;
    margin-left: 15%;
    line-height: 28px;
  }

  .contenedorClientes {
    background-color: #171a4a !important;
    min-height: 400px;
  }

  .imgClientes {
    overflow: hidden;
    padding: 0px;
  }
  .imgClientes img {
    width: 170%;
  }

  .contenidoClientes {
    padding: 25px;
  }
  .contenidoClientes h2 {
    margin-top: 50px;
    color: #fff !important;
    font-family: "MontserratSemibold";
    font-size: 28px !important;
  }
  .contenidoClientes p {
    color: #fff !important;
    font-family: "MontserratMedium";
    font-size: 18px !important;
    line-height: 28px;
  }

  .tituloInstalaciones {
    background-color: #dfdfdf !important;
    padding: 25px;
  }
  .tituloInstalaciones h2 {
    font-family: "MontserratSemibold";
    font-size: 28px !important;
    color: #2f2c79 !important;
    text-align: center;
  }
}
.contenidoTopServicios {
  padding: 25px;
  margin-top: 300px;
}
.contenidoTopServicios h2 {
  font-family: "MontserratSemibold";
  font-size: 48px !important;
  color: #fff !important;
}
.contenidoTopServicios p {
  font-family: "MontserratMedium";
  font-size: 18px !important;
  color: #fff !important;
  line-height: 42px;
}

.contenedorServicios {
  background-image: url("../img/servicios/texturaServicios.jpg");
  background-size: 100%;
  border-bottom: 25px solid;
  border-bottom-color: #2f2c79 !important;
  min-height: 400px;
}

.tituloServicios {
  padding: 25px;
  text-align: center;
  background-color: #2f2c79 !important;
  margin-top: 50px;
}
.tituloServicios h1 {
  color: #fff !important;
  font-family: "MontserratSemibold";
  font-size: 28px !important;
}
.tituloServicios p {
  color: #fff !important;
  font-family: "MontserratMedium";
  font-size: 18px !important;
  width: 70%;
  margin-left: 15%;
}

.cardServicio {
  position: relative;
  border-radius: 5px;
  background-color: #dfdfdf !important;
  margin-bottom: 25px;
  border: 2px solid;
  padding: 0px;
  border-color: #171a4a !important;
  overflow: hidden;
}
.cardServicio a {
  display: block;
  width: fit-content;
  right: 5px;
  top: 5px;
  position: absolute;
  z-index: 3;
  background-color: transparent;
  padding: 4.5px;
  text-decoration: none;
  color: #dfdfdf !important;
  transition: 0.35s ease-in-out;
}
.cardServicio a i {
  opacity: 0;
  transition: 0.35s ease-in-out;
  -moz-transform: translateX(9px);
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
}
.cardServicio:hover a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0)) !important;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.cardServicio:hover a i {
  opacity: 1;
}

.imgCardServicio {
  overflow: hidden;
}
.imgCardServicio img {
  width: 100%;
  transition: 0.35s ease-in-out;
}
.imgCardServicio:hover .imgCS {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.infoCardServicios {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  height: 25%;
  background-color: #2f2c79 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infoCardServicios section {
  width: 100%;
}
.infoCardServicios p {
  font-family: "MontserratSemibold";
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  margin: unset;
  color: #dfdfdf !important;
}

#modalServicios .modal-content {
  background-color: #2f2c79 !important;
}
#modalServicios .modal-body {
  background-color: #dfdfdf !important;
}
#modalServicios h5 {
  font-size: 28px !important;
  color: #dfdfdf !important;
}
#modalServicios p {
  font-size: 18px !important;
  text-align: left;
  color: #171a4a !important;
}

/*INICIAN MEDIA QUERIES*/
.contenedorContacto {
  padding: 0px;
  min-height: 550px;
  background-image: url("../img/contacto/bannerContacto.jpg");
  background-size: 150%;
  padding: 25px;
}

.copyContacto {
  width: 90%;
  margin-left: 5%;
  min-height: 100px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.9);
}
.copyContacto h3 {
  font-family: "MontserratSemibold";
  font-size: 28px !important;
  color: #2f2c79 !important;
  text-align: center;
}

.tituloContactoFooter {
  display: block;
  position: absolute;
  text-align: center;
  font-family: "MontserratSemibold";
  font-size: 48px !important;
  width: 100%;
  color: #2f2c79 !important;
  background-color: #dfdfdf !important;
  padding: 25px;
  top: 0;
}
.tituloContactoFooter p {
  text-align: center;
  font-family: "MontserratMedium";
  font-size: 18px !important;
}

.contenedorDatosContacto {
  position: relative;
  background-color: #171a4a !important;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenedorDatosContacto ul {
  display: block;
  color: #fff !important;
  font-size: 18px !important;
  list-style: none;
}
.contenedorDatosContacto li {
  text-align: left;
  padding: 9px;
}

.contenidoUbicacion {
  background-color: #2f2c79 !important;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenidoUbicacion h2 {
  font-family: "MontserratSemibold";
  font-size: 28px !important;
  color: #fff !important;
  text-align: center;
}
.contenidoUbicacion p {
  font-family: "MontserratMedium";
  font-size: 18px !important;
  color: #fff !important;
  padding: 25px;
  line-height: 42px;
}
.contenidoUbicacion div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenedorTopContacto {
  min-height: 820px;
  background-image: url("../img/contacto/bannerTopContacto.jpg");
  background-size: 100%;
  background-attachment: fixed;
}

.contenidoTopContacto {
  padding: 25px;
  margin-top: 300px;
}
.contenidoTopContacto h1 {
  font-family: "MontserratSemibold";
  font-size: 48px !important;
  color: #fff !important;
}
.contenidoTopContacto p {
  font-family: "MontserratMedium";
  font-size: 18px !important;
  color: #fff !important;
  line-height: 42px;
}

#map {
  margin-top: 0px;
}

.mapSizeContacto {
  height: 500px;
}

.mapNosotros {
  height: 100% !important;
}

/*INICIAN MEDIA QUERIES*/
@media screen and (max-width: 992px) {
  .contenedorTopContacto {
    min-height: 500px;
    background-image: url("../img/contacto/bannerTopContacto.jpg");
    background-size: 100%;
    background-attachment: fixed;
  }

  .contenidoTopContacto {
    padding: 25px;
    margin-top: 150px;
  }
  .contenidoTopContacto h1 {
    font-family: "MontserratSemibold";
    font-size: 48px !important;
    color: #fff !important;
  }
  .contenidoTopContacto p {
    font-family: "MontserratMedium";
    font-size: 18px !important;
    color: #fff !important;
    line-height: 28px;
  }

  #map {
    height: 300px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .contenedorTopContacto {
    min-height: 500px;
    background-image: url("../img/contacto/bannerTopContacto.jpg");
    background-size: 120%;
    background-attachment: fixed;
  }

  .contenidoTopContacto {
    padding: 25px;
    margin-top: 150px;
  }
  .contenidoTopContacto h1 {
    font-family: "MontserratSemibold";
    font-size: 28px !important;
    color: #fff !important;
  }
  .contenidoTopContacto p {
    font-family: "MontserratMedium";
    font-size: 18px !important;
    color: #fff !important;
    line-height: 28px;
  }

  #map {
    height: 300px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 576px) {
  .contenedorDatosContacto {
    position: relative;
    background-color: #171a4a !important;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px !important;
  }
  .contenedorDatosContacto ul {
    display: block;
    color: #fff !important;
    font-size: 18px !important;
    list-style: none;
    margin-top: 100px;
  }
  .contenedorDatosContacto li {
    text-align: left;
    padding: 9px;
  }

  .contenedorContacto {
    padding: 0px;
    min-height: 500px !important;
    background-image: url("../img/contacto//bannerContacto_Movil.jpg");
    background-size: 170% !important;
    padding: 25px;
  }

  .tituloContactoFooter {
    text-align: center;
    font-family: "MontserratSemibold";
    font-size: 28px !important;
    color: #2f2c79 !important;
    margin-top: 0px;
    background-color: #dfdfdf !important;
    padding: 25px;
  }

  .contenedorTopContacto {
    min-height: 500px;
    background-image: url("../img/contacto/bannerTopContacto_movil.jpg");
    background-size: 120%;
    background-attachment: fixed;
    background-position-y: -250px;
  }

  .contenidoTopContacto {
    padding: 25px;
    margin-top: 100px;
    text-align: center;
  }
  .contenidoTopContacto h1 {
    font-family: "MontserratSemibold";
    font-size: 28px !important;
    color: #fff !important;
  }
  .contenidoTopContacto p {
    font-family: "MontserratMedium";
    font-size: 18px !important;
    color: #fff !important;
    line-height: 28px;
  }

  #map {
    height: 300px;
    margin-top: 0px;
  }
}

/*# sourceMappingURL=main.css.map */
