.contacto-desktop {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

/*ESTILOS MODULO BANNER PRINCIPAL*/

.contacto-desktop .modulo-principal-contacto {
  align-items: center;
  background-image: url(../img/background-modulo-principal.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  margin-top: 148px;
  min-height: 890px;
  padding:12%;
  width: 100%;
  z-index: 2;
}
.contacto-desktop .modulo-principal-contacto-privacidad{
  align-items: center;
  background-image: url(../img/background-modulo-principal.png);
  background-position: 5% 5%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  min-height: 890px;
  padding:12%;
  width: 100%;
  z-index: 2;
}

.contacto-desktop .banner-heading {
  color: white;
  font-family: 'AzoSans-Regular';
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 70px;
  margin-left: 4.0px;
  margin-top: 10px;
  min-height: 136px;
  text-align: center;
  padding: 0 13%;
}
.contacto-desktop .banner-heading-privacidad {
    color: white;
    font-family: 'AzoSans-Regular';
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-left: 4.0px;
    margin-top: 10px;
    min-height: 16px;
    text-align: center;
    padding: 0 5%;
}

.contacto-desktop .banner-paragraph {
  align-self: flex-end;
  color: var(--white);
  font-family: var(--font-family-azo_sans);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 42px;
  margin-top: 62px;
  margin-bottom:48px;
  text-align: center;
  width: 100%;
  padding: 0 7%;
}
.contacto-desktop .banner-small-text {
  align-self: flex-end;
  color: var(--white);
  font-family: var(--font-family-azo_sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 62px;
  margin-bottom:48px;
  text-align: center;
  width: 100%;
  padding: 0 1%;
}
.contacto-desktop .banner-small-text-privacidad {
  align-self: flex-end;
  color: var(--white);
  font-family: var(--font-family-azo_sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 22px;
  margin-bottom:28px;
  text-align: center;
  width: 100%;
  padding: 0 1%;
}

.contacto-desktop .banner-heading span, .banner-paragraph span{
  font-family: 'AzoSans-Bold';
}

.contacto-desktop .banner-buttons {
  align-items: flex-start;
  display: flex;
  gap: 38px;
  margin-left: 19.33px;
  margin-top: 15px;
  min-width: 539px;
  font-family: 'AzoSans-Bold';
}

.contacto-desktop .banner-button-contacta{
  align-items: center;
  background: #FC6821;
  border-radius: 30px;
  height: 49px;
  display:grid;
  min-width: 223px;
  padding: 10px 32px;
  text-align: center;
  align-items: center;
  color:white;
}

.contacto-desktop .banner-button-contacta:hover{
  background-color: white;
  color:#FC6821;
}

.contacto-desktop .banner-button-contacta:hover .icon {
  color:#552863;
}

.contacto-desktop .banner-button-contacta .icon {
  font-size:24px;
  color:white;
  margin-top: -4px;
}

.contacto-desktop .banner-button-whatsapp {
  align-items: center;
  background-color: transparent;
  border: 3px solid white;
  color:white;
  border-radius: 30px;
  display: flex;
  margin-left: 10px;
  height: 49px;
  min-width: 223px;
  padding: 10px 29px 10px 34px;
}

.contacto-desktop .banner-button-whatsapp:hover{
  background: white;
  color:#552863;
} 

.contacto-desktop .fa-whatsapp{
  font-size: 24px;
  margin-left:12px;
}

/*ESTILOS MODULO FORMULARIO DE CONTACTO*/

.contacto-desktop .modulo-formulario-contacto {
  display:flex;
  flex-direction: column;
  width: 100%;
  height:1240px;
  z-index: 1;
  background-image: url(../img/orange-background-contact-page-varmus.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  align-items: center;
  padding:120px 0;
}

.contacto-desktop .white-rectangle{
  text-align: center;
  height: 980px;
  width:860px;
  background-color:white;
  border-radius: 50px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
  padding:60px;
  font-family:'AzoSans-Regular';
}

.contacto-desktop .form-text h2{
  font-family:'AzoSans-Bold';
  font-size:65px;
  color:#552863;
}

.contacto-desktop h3{
  margin-top:48px;
  font-family:'AzoSans-Medium';
  font-size:34px;
  line-height: 46px;
  color:#FC6821;
}

.contacto-desktop .contact-form{
  margin-top:60px;
  font-size:20px;
}

.contacto-desktop .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.contacto-desktop .form-row input {
  width: 48%;
  height: 44px; 
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #b4b4b4;
  text-align: center; 
  font-family:'AzoSans-Regular';
  font-size:20px;
}

.contacto-desktop .form-row .input-100 {
  width: 100%;
  height: 44px; 
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #b4b4b4;
  text-align: center; 
}

.contacto-desktop .form-row textarea {
  width: 100%;
  resize: vertical;
  text-align: left;
  border-radius: 30px;
  border: 1px solid #b4b4b4;
  padding: 24px 16px 24px 30px;
  font-family:'AzoSans-Regular';
  font-size:20px;
}

.contacto-desktop .form-row button{
  width:30%;
  height: 50px; 
  padding: 5px;
  border-radius: 30px;
  text-align: center; 
  margin-top:30px;
  font-family:'AzoSans-Bold';
  font-size:16px;
  background-color:#FC6821 !important;
  color:white;
  border:none;
  cursor: pointer;
}

.contacto-desktop .form-row button:hover{
  box-shadow: 0px 0px 6px #00000029;
  opacity: .9;
}

.contacto-desktop .contact-form p{
  margin-bottom:12px;
} 

.contacto-desktop .contact-form p, .contact-form label{
  font-size:22px;
  margin-top:24px;
  color: #707070;
  font-weight:300;
} 

.contacto-desktop .form-row input::placeholder,
.contacto-desktop .form-row textarea::placeholder {
  color: #D9D9D9; 
}

.contacto-desktop .contact-form .contact-submit{
  text-align:left;
}

.contacto-desktop .contact-form .checkbox{
  height:auto;
  width: auto;
}

/*ESTILOS MODULO UBICACIONES*/


.contacto-desktop .modulo-ubicaciones-contacto{
  display:flex;
  width: 100%;
  z-index: 1;
  background-color:#FC6821;
  align-items: center;
  font-family: 'AzoSans-Regular';
}

.contacto-desktop .columnas-ubicaciones{
  align-items: center;
  display: flex;
  flex: 1;
  width: 100%;
  height: inherit;
}

.contacto-desktop .mapa-ubicaciones{
  width: 55%;
  height: 100%;
  z-index: 1;
}

.contacto-desktop .mapa-ubicaciones iframe{
  width:100%;
  height: 100%;
}

.contacto-desktop .ubicaciones-bloque{
  width: 50%;
  height: fit-content;
  min-height: 1080px;
  background-image: url(../img/background-modulo-ubicaciones-varmus.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 30px 30px 0 0;
  margin-left:-5%;
  z-index: 2;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  padding:100px 140px;
}

.contacto-desktop .modulo-ubicaciones-contacto h1{
  font-size: 65px;
  font-family: 'AzoSans-Bold';
  color:#552863;
}

.contacto-desktop .varmus-aguascalientes{
  display: flex;
  gap: 4.9px;
  height: 137px;
  width: 395px;
  margin-top:48px;
}

.contacto-desktop .varmus-aguascalientes p{
  font-size: 20px;
  font-family: 'AzoSans-Bold';
  color:#707070;
  line-height: 28px;
}

.contacto-desktop .varmus-aguascalientes span{
  font-family: 'AzoSans-Regular';
}

.contacto-desktop .varmus-aguascalientes a{
  display: block !important;
  color:#707070;
}

.contacto-desktop .varmus-aguascalientes a:hover{
  text-decoration: underline !important;
}

.contacto-desktop .icon-awesome-map-pin {
  height: 19.69px;
  margin-left: 0;
  margin-top: 4.0px;
  object-fit: cover;
  width: 11.07px;
}

.contacto-desktop .varmus-leon{
  gap: 4.9px;
  height: 137px;
  width: 395px;
  margin-top:36px;
}

.contacto-desktop .varmus-leon p{
  font-size: 20px;
  font-family: 'AzoSans-Bold';
  color:#707070;
  line-height: 28px;
}

.contacto-desktop .varmus-leon span{
  font-family: 'AzoSans-Regular';
}

.contacto-desktop .icon-awesome-map-pin-1 {
  height: 19.69px;
  margin-left: 0;
  margin-top: 5.0px;
  object-fit: cover;
  width: 11.07px;
}

.contacto-desktop .varmus-san-luis{
  gap: 4.9px;
  height: 137px;
  width: 395px;
  margin-top:24px;
}

.contacto-desktop .varmus-san-luis p{
  font-size: 20px;
  font-family: 'AzoSans-Bold';
  color:#707070;
  line-height: 28px;
}

.contacto-desktop .varmus-san-luis span{
  font-family: 'AzoSans-Regular';
}

.contacto-desktop .varmus-guadalajara{
  gap: 4.9px;
  height: 137px;
  width: 395px;
  margin-top:24px;
}

.contacto-desktop .varmus-guadalajara p{
  font-size: 20px;
  font-family: 'AzoSans-Bold';
  color:#707070;
  line-height: 28px;
}

.contacto-desktop .varmus-guadalajara span{
  font-family: 'AzoSans-Regular';
}

.contacto-desktop .icon-awesome-map-pin-2 {
  height: 19.69px;
  margin-left: 0;
  margin-top: 5.0px;
  object-fit: cover;
  width: 11.07px;
}

.contacto-desktop .follow-links {
  display: flex;
  margin-top:36px;
  margin-bottom: 60px;
  align-items: center;
}

.contacto-desktop .siguenos-en {
  align-self: flex-start;
  color: #707070;
  font-family: 'AzoSans-Bold';
  font-style:italic;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 51px;
  white-space: nowrap;
}

.contacto-desktop .follow-links .fa-brands{
  color:#707070;
  font-size:36px;
  margin-left:36px;
}

.contacto-desktop .follow-links .fa-brands:hover{
  margin-bottom:4px;
}

.contacto-desktop .varmus-leon, .contacto-desktop .varmus-san-luis, .contacto-desktop .varmus-guadalajara{
  display:none;
  /*
  display:flex;
  */
}

/*INICIO CONTACTO MOBILE*/

/*ESTILOS MOBILE MODULO 01 MAIN BANNER*/

.contacto-mobile .modulo-01{
  width: 100%;
  padding: 80px 13% 120px 13%;
  background-image: url('../img/background-contacto-mobile.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color:white;
}

.contacto-mobile .modulo-01 h2{
  font-family:'AzoSans-Bold';
  font-size:32px;
  line-height: 39px;
}

.contacto-mobile .modulo-01 p{
  font-family:'AzoSans-Regular';
  font-size:18px;
  line-height: 27px;
}

.contacto-mobile .modulo-01 span{
  font-family:'AzoSans-Bold';
}

.contacto-mobile .btn-01{
  display: inline-block;
  font-family: 'AzoSans-Bold';
  background-color: #FC6821;
  border-radius: 37px;
  box-shadow: 0px 0px 6px #00000029;
  padding: 12px 50px;
  color: #FFFFFF;
  margin:auto;
  justify-content: center;
}

.contacto-mobile .btn-01:hover{
  background-color: #FFFFFF;
  color: #FC6821;
}

.contacto-mobile .btn-02{
  font-family: 'AzoSans-Bold';
  border-radius: 37px;
  box-shadow: 0px 0px 6px #00000029;
  padding: 12px 24px;
  background-color:transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

.contacto-mobile .btn-02:hover{
  background-color:white;
  color: #552863;
}

/*ESTILOS MOBILE MODULO 02 CONTACT FORM*/

.contacto-mobile .modulo-02{
  background-image: url('../img/home-mobile-background-contact.png');
  background-size: cover;
  align-items: center;
  padding: 10px 10% 90px 10%;
  color: #FFFFFF;
  text-align: center;
}

.contacto-mobile .modulo-02 h2{
  text-align: center;
  font-family: 'AzoSans-Bold';
  font-size: 30px;
}

.contacto-mobile .modulo-02 p{
  text-align: center;
  font-family: 'AzoSans-Regular';
  font-size: 20px;
  line-height: 31px;
}

.contacto-mobile .modulo-02 .form-row-mobile{
  width: 80%;
  padding: 10px;
  margin-bottom: 12px;
  margin:auto;
  font-family:'AzoSans-Regular';
  font-size:15px;
}

.contacto-mobile .form-row-mobile input {
  color: #FFFFFF;
  background-color: transparent;
  width: 100%;
  height: 44px; 
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  text-align: center;
}

.contacto-mobile .form-row-mobile textarea {
  color: #FFFFFF;
  background-color: transparent;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  text-align: center;
  padding-top:32px;
}

.contacto-mobile .form-row-mobile button{
  padding: 12px 66px;
  border-radius: 30px;
  text-align: center; 
  font-family:'AzoSans-Bold';
  font-size:16px;
  background:#FFFFFF;
  color:#FC6821;
  border:3px solid white;
}

.contacto-mobile .form-row-mobile button:hover{
  background:#FC6821;
  color:#FFFFFF;
}

.contacto-mobile form p{
  font-size: 16px !important;
}
  
.contacto-mobile .form-row-mobile input::placeholder,
.contacto-mobile .form-row-mobile textarea::placeholder {
  color: #FFFFFF; 
}

/*ESTILOS MOBILE MODULO 03 DATOS DE CONTACTO*/

.contacto-mobile .modulo-03{
  background-image: url('../img/FONDO-GRIS.png');
  background-size: cover;
  line-height: 30px;
  text-align: center;
  padding: 60px 10%;
  margin-top: -48px;
  border-radius: 48px 48px 0 0;
}

.contacto-mobile .modulo-03 h1{
  font-family: 'AzoSans-bold';
  font-size: 36px;
  color: #552863;
}

.contacto-mobile .modulo-03 h3{
  color: #FC6821;
  font-size: 20px;
  font-family: 'AzoSans-Medium';
}

.contacto-mobile .location-pin{
  display:flex;
  align-items: center;
  justify-content: center;
}

.contacto-mobile .location-pin img{
  width:10px;
  margin-right: 8px;
}

.contacto-mobile .modulo-03 h4{
  color: #707070;
  text-align: center;
  font-size: 15px;
  font-family: 'AzoSans-Bold';
}

.contacto-mobile .modulo-03 .varmus-ubicaciones p{
  color: #707070;
  text-align: center;
  font-size: 15px;
  font-family: 'AzoSans-Regular';
}

.contacto-mobile .modulo-03 a{
  text-decoration: underline;
  font-size: 15px;
  color: #707070;
  padding: 20px;
}

.contacto-mobile .modulo-03 .follow-links-mobile{
  color: #707070;
  text-align:center;
}

.contacto-mobile .follow-links-mobile .siguenos-en {
  font-family: 'AzoSans-Bold';
  font-style: italic;
  font-size:22px;
  margin-bottom: 16px;
}

.contacto-mobile .modulo-03 .follow-links-mobile .fa-brands{
  font-size:32px;
}

.contacto-mobile .varmus-leon, .contacto-mobile .varmus-guadalajara, .contacto-mobile .varmus-san-luis{
  display:none;
  /*
  display:block
  */
}

@media screen and (max-width: 1199px) {
  .contacto-desktop { 
    display: none;}
}

@media screen and (min-width: 1200px) {
  .contacto-mobile { 
    display: none;}
  .contacto-desktop .modulo-ubicaciones-contacto{
    height:800px;}
  .contacto-desktop .ubicaciones-bloque{
    min-height:900px;}
}

@media (max-width:499px){
  .contacto-mobile .modulo-02 .form-row-mobile{
    width: 100%;}
  .contacto-mobile .modulo-02{
    padding: 10px 8% 90px 8%;}
}

@media (min-width: 768px) and (max-width: 1199px){
  .contacto-mobile .modulo-01 {
    background-image: url(../img/background-modulo-principal.png);
    padding-top:100px;}
  .contacto-mobile .modulo-01 h2, .contacto-mobile .modulo-02 h2{
    font-size: 3.6vw;
    line-height: 1.3;}
  .contacto-mobile .modulo-02 {
    padding: 24px 20% 90px 20%;}
  .contacto-mobile .modulo-02 .form-row-mobile{
    font-size:18px;}
  .contacto-mobile .modulo-03{
    margin-top: -76px;
    border-radius: 76px 76px 0 0;}
  .contacto-mobile .modulo-03 h1{
    font-size: 4vw;}
  .contacto-mobile .modulo-03 h3{
    font-size:2.2vw;
    line-height: 1.5;}
}

@media (min-width: 1200px) and (max-width: 1499px){
  .contacto-desktop .modulo-ubicaciones-contacto h1 {
    font-size: 60px;}
  .contacto-desktop .form-text h2{
  font-size:50px;}
  .contacto-desktop .modulo-02 h3{
    font-size: 28px;
    padding: 0 10%;}
  .contacto-desktop .ubicaciones-bloque{
    padding: 8% 7%;}
  .contacto-desktop .ubicaciones-bloque h3{
    font-size: 28px;}
}

@media (min-width: 1600px){
  .contacto-desktop .banner-paragraph{
    padding: 0 10%;}
  }