@font-face { font-family: YACgEQNAr7w-0;  font-display: swap;  src: url(fuentes/Montserrat-Regular.ttf);  font-weight: 400;  font-style: italic;}
@font-face {  font-family: YACgEQNAr7w-1;  font-display: swap;  src: url(fuentes/Montserrat-Bold.ttf);  font-weight: 700;  font-style: italic;}
@font-face {  font-family: YACgEQNAr7w-2;  font-display: swap;  src: url(fuentes/Montserrat-Regular.ttf);  font-weight: 100;  font-style: normal;}
@font-face {  font-family: YACgEQNAr7w-3;  font-display: swap;  src: url(fuentes/Montserrat-Regular.ttf);  font-weight: 100;  font-style: italic;}


.MontserratSemiBold{
  font-family: YACgEQNAr7w-0;
} 

.MontserratExtraBold{
  font-family: YACgEQNAr7w-1;
} 

.MontserratClassic{
  font-family: YACgEQNAr7w-2;
}

.MontserratItalic{
  font-family: YACgEQNAr7w-3;
} 

.itemTopButton{
	cursor:pointer;
}
/* Boton Flotante */
  .btnFlotante {
	text-transform: uppercase;
	font-weight:bold;
	border-radius: 20px;
	letter-spacing: 2px;
	padding: 5px;
	position:fixed;
	transition: width 3s;
	z-index: 99;
	cursor:pointer;
  }
  
  .btnFlotante:hover{
  	background-color: #072776;
  	color:white;
  	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  	transform: translateY(-7px);
  }
  .btnFlotante.facebook{
  	top: 133px;
    right: 0px;
  }
  .btnFlotante.instagram{
  	top: 194px;
    right: 0px;
  }
  .btnFlotante.whatsApp{
  	top: 256px;
    right: 0px;
  }
  .btnFlotante.message{
  	top: 319px;
    right: 0px;
  }
  .mzateLogo{
  	top: 33px;
    left: 79px;
    width: 132px;
    position:fixed;
    z-index: 99;
    cursor:pointer;
  }
  @media screen and (max-width: 960px) {
	  .btnFlotante.facebook {
	    right: -5px
	  }
	  .btnFlotante.instagram {
	    right: -3px
	  }
	  .btnFlotante.whatsApp {
	    right: -3px
	  }
	  .btnFlotante.message {
	    right: -3px
	  }
  }
  @media screen and (max-width: 760px){
  	  .mzateLogo{
        top: 12px;
        left: 108px;
      }
  }

#arrowDown{
  z-index: 10000000;
  bottom: 5%;
  right: 45%;
  position: fixed;
  display: none;
  animation-name: moviendrew;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;	
}

@keyframes moviendrew {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
.btnStandard{
	background-color: #00131D26 !important;
    border: none !important;
    height: 40px !important;
    border-radius: 18px !important;
    color: #00131DCC !important;
    font-size: 14px !important;
    overflow: hidden;
    cursor: pointer;
}
.btnStandard:hover{
	background-color:#072776 !important;
	color:white !important;
}
.btnStandardPrimary{
	background-color: #05cc02 !important;
    border: none !important;
    height: 40px !important;
    border-radius: 18px !important;
    color: #072776 !important;
    font-size: 14px !important;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}
.inputStandard{
	height: 40px;
    border: none;
    outline:none;
    font-size: max(12px, calc((100rem * 14.159967 / 1366) - var(--ffsd)));
}

.btnMenu{
	background-color: white;
    border: none !important;
    border-radius: 18px !important;
    overflow: hidden;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8px;
    cursor: pointer;
    letter-spacing: -0.01em;
    line-height: 1.6em;
    text-align: center;
    display: none;
}
.btnMenu:hover{
	background-color:#072776 !important;
	color:white !important;
}

.mySlides {display: none;}

.slideshow-container {
  min-width: 300px;
  position: relative;
  margin: auto;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
  .colSubModulesDivDescription{
    margin-bottom: 25px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#vUSG52sQZ2Avvhnu{
  text-align: center;
  background-color: #072776;
  transform: scale(1, 1);
  overflow: hidden;
  width: 100%;
  opacity: 1.0;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
} 

.divPolitics{
  cursor: pointer;
  text-transform: uppercase;
  color: #05cc02;
  font-weight: bold;
}

#faqDiv{
  max-height: 350px;
  overflow: auto;
  z-index: 7;
  position: relative;
  grid-area: 4 / 10 / 4 / 21;
} 
#mvFfiu7qLoYdgESG{
  height: 600px;
} 

.faqItem{
  cursor: pointer;
}

.faqTitle{
  margin-left: 0em;
  text-transform: none;
  color: #072776;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  direction: ltr;
  text-align: right;
}

.faqTitleDiv{
  flex-direction: column;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  opacity: 1.0;
  height: 100%;
}
.faqTitleDivContent{
  transform: rotate(0deg);
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}
.faqDivBorderBottom{
  border-bottom: 1px solid;
}

.faqResponse{
  margin-left: 0em;
  color: #060401;
  letter-spacing: -0.03em;
  line-height: 1.2em;
  direction: ltr;
  text-align: right;
}
.menuBotonMovil{
  z-index: 1000;
  right: 30px;
  top: 20px;
  cursor: pointer;
  display: none;
} 
#menuFloatMovil{
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-image: url("images/imagenFondoVersionMóvil.png");
} 

.movilContainerLogo{
  margin-top: 30%;
} 

.listMenuMovil{
  padding-left: 45px;
  font-size: 25px;
  padding-top: 18%;
  list-style: none;
  color: white;
  font-weight: bolder;
  font-family: 'YACgEQNAr7w-0';
} 

.listMenuMovil li{
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
} 
.iconStyle{
  padding-right: 6%;
} 

.btnDownload{
  background-color: #05cc02;
  border: none;
  color: #072776;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-family: YADLjC01_S0-0;
  line-height: 1.4em;
  text-align: center;
  font-family: 'YACgEQNAr7w-1';
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px;
  cursor: pointer;
}

#divCloseButton{
  margin-bottom: 53px;
  border: 1px solid #05cc02;
  color: #05cc02;
  font-weight: bolder;
  text-align: center;
  padding: 5px;
  border-radius: 15px;
  cursor: pointer;
  font-family: YACgEQNAr7w-1;
}

#divCloseButton:hover{
  color: white;
  border: 1px solid white;
}

#divCloseButton2{
  border: 1px solid #05cc02;
  color: #05cc02;
  font-weight: bolder;
  text-align: center;
  padding: 5px;
  border-radius: 15px;
  cursor: pointer;
  font-family: YACgEQNAr7w-1;
  width: 100%;
} 

#divCloseButton2:hover{
  color: white;
  border: 1px solid white;
}

#containerDivCloseButton2{
  position: relative;
  top: 5%;
  left: 23%;
  width: 50%;
  font-size: 18px;
  text-align: -webkit-center;
}  

#modalToRegister{
  display: inline-flex;
  position: fixed;
  top: 0px;
  background-image: url(images/fondos/fondoAzul.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: bottom;
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
} 

#contentModalToRegister{
  overflow-x: hidden;
} 

.videoSeek{
  pointer-events: none;
} 
#spinner{
  position: fixed;
  top: 20%;
  left: 40%;
  display: none;
} 

.navbar-collapse{
  flex-grow: 0 !important;
}

.topbarOption{
  text-align: center;
  width: 145px;
  color: white;
  font-weight: bolder;
}

.bg-dark {
  background-color: #060401 !important;
}

#navbarNavAltMarkup{
  margin-bottom: 0px;
}

.navbar{
  flex-wrap: nowrap;
  padding: 0.5rem 5rem;
}

/* On smaller screens, decrease text size new version */
@media only screen and (max-width: 400px) {
  .navbar {
    padding: .5rem 1rem;
    flex-wrap: wrap;
  }
  .navbar-brand{
    width: 250px;
  }
  .socilaNetworkDiv{
    float: none !important;
    padding-top: 0px !important; 
    padding-right: 0px !important; 
    position: relative;
    left: 200px;
  } 
  .firstSection{
    padding: 10px 50px !important;
  } 
  .secondSection{
    padding: 10px 50px !important;
  }
  .thirdSection{
    padding: 10px 50px !important;
  } 
  .fourthSection{
    padding: 10px 50px !important;
  } 
  .fifthSection{
    padding: 10px 50px !important;
    height: auto !important;
  } 
  .sixthSection{
    padding: 10px 50px !important;
  } 
  .titleWithLogoContainer{
    text-align: center;
  } 
  .titleContainer{
    width: auto !important;
    vertical-align: initial !important;
  } 
  .divBenefits{
    padding-left: 0px !important;
    padding-right: 0px !important;
  } 
  .videoSubcontainer{
    display: block !important;
  } 
  #videoImageSection{
    text-align: center !important;
  }
  #fullVideo1{
    width: 210px !important;
    height: auto !important;
  } 
  .colContactInfo{
    margin-bottom: 15px;
  } 
  #img7{
    width: 265px !important;
  } 
  .groupOfImage{
    object-fit: cover;
    width: 210px !important;
    height: auto !important;
  }  
  #carouse1 .carousel-item {
    height: 860px !important;
  }

  #carouse2 .carousel-item{
    height: 925px !important;
  }
  .logoContainer{
    text-align: center;
  } 
  .divForHideInMovilView{
    display: none;
  }
  .topbarOption{
    width: 100%;
  } 
  #svgVideo{
    position: static !important;
  }
  #movilIconVideo {
    padding-left: 0% !important;
  }
  .textAlignEnd{
    text-align: center !important;
  }
  .colToHideMovilVersion{
    display: none;
  }
  .colSubModulesDiv{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .colToShowMovilVersion{
    display: block !important;
  } 
  .colSubModulesDivDescription{
    margin-bottom: 25px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .headerIcon{
    margin-right: 0px !important;
  }
  .headerIconLeft{
    margin-left: 0px !important;
  } 
  .checkGreenIcon{
    margin-right: 0px !important;
  }
  .notFlexInMovilView{
    display: block !important;
  }
  #continerBlog{
    padding-left: 10px;
    padding-right: 10px;
  } 
  .logoContainerCenter{
    display: block !important;
    float: none !important;
    text-align: center;
  }
  .satisfiedCustomersLabel{
    font-size: 1.5rem !important;
  }
  .noPaddingInViewMovil{
    padding: 0px !important;
  }
  .imgSatisfiedCustomers{
    bottom: 0px !important;
  }
  .divSatisfiedCustomers{
    height: 160px !important;
  }
}

@media (max-width: 375px){
  .title1 {
    font-size: 32px;
  }
  .title2 {
    font-size: 26px;
  }
  .title3 {
    font-size: 24px;
  }
  .title4 {
    font-size: 21px;
  }
  .firstSection{
    height: auto;
  }
  .divForHideInMovilView{
    display: none;
  }
  .topbarOption{
    width: 100%;
  } 
  #svgVideo{
    position: static !important;
  }
  #movilIconVideo {
    padding-left: 0% !important;
  }
  .textAlignEnd{
    text-align: center !important;
  }
  .colToHideMovilVersion{
    display: none;
  }
  .colSubModulesDiv{
    padding-left: 0px !important;
    padding-right: 0px !important;
  } 
  .colToShowMovilVersion{
    display: block !important;
  }
  .colSubModulesDivDescription{
    margin-bottom: 25px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .headerIcon{
    margin-right: 0px !important;
  }
  .headerIconLeft{
    margin-left: 0px !important;
  }
  .checkGreenIcon{
    margin-right: 0px !important;
  }
  .notFlexInMovilView{
    display: block !important;
  }
  #continerBlog{
    padding-left: 10px;
    padding-right: 10px;
  }
  .logoContainerCenter{
    display: block !important;
    float: none !important;
    text-align: center;
  }
  .satisfiedCustomersLabel{
    font-size: 1.5rem !important;
  }
  .noPaddingInViewMovil{
    padding: 0px !important;
  }
  .imgSatisfiedCustomers{
    bottom: 0px !important;
  }
  .divSatisfiedCustomers{
    height: 160px !important;
  }
}

@media (min-width: 375.05px) and (max-width: 480px) {
  .title1 {
    font-size: 34px;
  }
  .title2 {
    font-size: 28px;
  }
  .firstSection{
    height: auto;
  }
  .divForHideInMovilView{
    display: none;
  } 
  .topbarOption{
    width: 100%;
  } 
  .navbar {
    padding: .5rem 1rem;
    flex-wrap: wrap;
  }
  .divBenefits {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .logoContainer {
    text-align: center;
  }
  .fifthSection{
    height: auto !important;
  } 
  .colContactInfo{
    margin-bottom: 15px;
  } 
  #carouse1 .carousel-item {
    min-height: 755px !important;
  }
  #carouse2 .carousel-item {
    min-height: 555px !important;
  }
  #svgVideo{
    position: static !important;
  }  
  #movilIconVideo {
    padding-left: 0% !important;
  }
  .textAlignEnd{
    text-align: center !important;
  } 
  .colToHideMovilVersion{
    display: none;
  }
  .colSubModulesDiv{
    padding-left: 0px !important;
    padding-right: 0px !important;
  } 
  .colToShowMovilVersion{
    display: block !important;
  }
  .colSubModulesDivDescription{
    margin-bottom: 25px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .headerIcon{
    margin-right: 0px !important;
  }
  .headerIconLeft{
    margin-left: 0px !important;
  }
  .checkGreenIcon{
    margin-right: 0px !important;
  }
  .notFlexInMovilView{
    display: block !important;
  }
  #continerBlog{
    padding-left: 10px;
    padding-right: 10px;
  }
  .logoContainerCenter{
    display: block !important;
    float: none !important;
    text-align: center;
  }

  .satisfiedCustomersLabel{
    font-size: 1.5rem !important;
  }
  .noPaddingInViewMovil{
    padding: 0px !important;
  }
  .imgSatisfiedCustomers{
    bottom: 0px !important;
  }
  .divSatisfiedCustomers{
    height: 160px !important;
  }
}

@media (min-width: 480.05px) and (max-width: 768px){
  .title1 {
    font-size: 34px;
  }
  .title2 {
    font-size: 28px;
  }
  .navbar {
    padding: .5rem 1rem;
    flex-wrap: wrap;
  }
  .topbarOption{
    width: 100% !important;
  } 
  #movilIconVideo {
    padding-left: 10% !important;
  }
  .colToHideMovilVersion{
    display: none;
  } 
  .colSubModulesDiv{
    padding-left: 0px !important;
    padding-right: 0px !important;
  } 
  .colToShowMovilVersion{
    display: block !important;
  } 
  .colSubModulesDivDescription{
    margin-bottom: 25px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .headerIcon{
    margin-right: 0px !important;
  }
  .headerIconLeft{
    margin-left: 0px !important;
  } 
  .checkGreenIcon{
    margin-right: 0px !important;
  }  
  .notFlexInMovilView{
    display: block !important;
  }
  #continerBlog{
    padding-left: 10px;
    padding-right: 10px;
  }  
  .logoContainerCenter{
    display: block !important;
    float: none !important;
    text-align: center;
  } 
  .noPaddingInViewMovil{
    padding: 0px !important;
  }
  .imgSatisfiedCustomers{
    bottom: 0px !important;
  }
  .divSatisfiedCustomers{
    height: 160px !important;
  }   
}

@media (min-width: 768.05px) and (max-width: 1024px){
  .title1 {
    font-size: 36px;
  }
  .title2 {
    font-size: 30px;
  }
  
}

@media (min-width: 1024.05px) and (max-width: 1366px){
  
  .title1 {
    font-size: 36px;
  }
  .title2 {
    font-size: 30px;
  }
  .title3{
    font-size: 20px;
  }
  .title4{
    font-size: 19px;
  }

  .descriptionSubmodules{
    min-height: 200px !important;
  } 

  #carouse1 .carousel-item {
    height: 560px !important;  
  }
  #carouse2 .carousel-item {
    height: 500px !important;
  }
  .subModulesDivDescription{
    min-height: 1325px !important;
  }
  #whatIsMovilizateLogo{
    width: 80% !important;
  }  
}

@media (min-width: 1366.05px){
  .title1 {
    font-size: 36px;
  }
  .title2 {
    font-size: 30px;
  }
  .title3{
    font-size: 23px;
  }
  .title4{
    font-size: 20px;
  }
  
  .firstSection{
    height: auto;
  } 
  #carouse2 .carousel-item {
    height: 530px !important;
    padding-top: 30px;
  }
  .subModulesDivDescription{
    min-height: 1380px !important;
  }
}

@media (min-width: 1400px){
  .descriptionSubmodules{
    min-height: 110px !important;
    font-size: 20px !important;
  } 
  .descriptionSubmodulesList{
    font-size: 18px !important;
  } 
} 

@media (min-width: 1800px){
  .seventhSection{
    background-size: auto !important;
  }
  .subModulesDivDescription{
    min-height: 925px !important;
  } 
} 

.firstSection{
  background-image: url(images/fondos/avif/1.avif);
  background-repeat: no-repeat;
  width: 100%;
  background-position: bottom;
  background-size: cover;
  background-attachment: scroll;
  padding: 90px 75px;
  object-fit: cover
}

.btnStandardBlue{
  background: #072776;
  border-radius: 5px;
  border: none;
  color: white;
  padding: 10px;
}

#BSQ9TRYDWu2bF54W{
  text-transform: uppercase;
  color: #fefefe;
  letter-spacing: -0.01em;
  line-height: 1.1em;
  text-align: center;
}

#lXEAJjHA6EUEy3s2{
  text-transform: uppercase;
  color: #fefefe;
  letter-spacing: -0.01em;
  line-height: 1.1em;
  text-align: center;
  font-weight: bolder;
}

.socilaNetworkDiv{
  display: inline-flex;
  float: right;
  padding-top: 20px;
  padding-right: 85px;
}

.socilaNetworkDiv div{
  padding: 5px;
}

.secondSection{
  background-image: url(images/fondos/avif/2.avif);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding: 30px 75px 90px 75px;
}

.thirdSection{
  background-image: url(images/fondos/avif/3.avif);
  background-repeat: no-repeat;
  width: 100%;
  min-height: 876px;
  background-size: cover;
  background-position: bottom;
  background-attachment: scroll;
  padding: 30px 75px 90px 75px;
}

.modulesDiv{
  background: #072776;
  border-radius: 15px;
  border: none;
  color: white;
  padding: 25px;
  text-align: center;
  height: 100%;
}

.modulesDiv2{
  background: #072776;
  border-radius: 15px;
  border: none;
  color: white;
  height: 100%;
  padding: 1px 20px;
}

.fourthSection{
  background-image: url(images/fondos/avif/4.avif);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: top;
  background-attachment: scroll;
  padding: 30px 75px 0px 75px;
} 

.fifthSection{
  background-image: url(images/fondos/avif/5.avif);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding: 30px 75px 30px 75px;
} 

.sixthSection{
  background: black;
  width: 100%;
  height: auto;
  padding: 50px 75px;
}

#img7{
  width: 320px;
  height: 100%;
} 

#videoImageSection{
  text-align: end;
} 

#carouse1 .carousel-item{
  min-height: 528px;
} 

#carouse2 .carousel-item{
  min-height: 470px;
} 

.groupOfImage{
  object-fit: cover;
  width: 10vw;
  height: 14.3vw;
} 

.groupOfImageFull{
  object-fit: cover;
  width: 17.7vw;
  height: 14.3vw;
} 

.satisfiedCustomers{
  background-color: white;
  position: relative;
  bottom: 50px;
  min-height: 120px;
  padding: 0px 90px;
} 

.imgSatisfiedCustomers{
  position: relative;
  bottom: 75px;
  border-radius: 50%;
  border: 1px black;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.8);
  min-height: 100px;
  padding: 5px;
  background: white;
} 

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
  color: #05cc02;
} 

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #05cc02;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.textAlignEnd{
  text-align: end;
} 

.phone-frame {
  width: 264px; /* Ajusta esto al ancho real de la pantalla del teléfono */
  height: 567px; /* Ajusta esto al alto real de la pantalla del teléfono */
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 34px; /* Ajusta esto según las esquinas redondeadas de la imagen del teléfono */
  margin-left: 5px;
}
.phone-frame video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
  height: 100%;
  width: auto;
  min-width: 100%;
}

#movilIconVideo{
  padding-left: 30%;
}  

.subModulesDiv{
  text-align: center;
  color: white;
  background-color: black;
  padding: 5px;
  border-radius: 15px;
} 

.subModulesDivDescription{
  background: white;
  border-radius: 15px;
  border: none;
  color: black;
  min-height: 1395px;
}

.seventhSection{
  background-image: url(images/fondos/avif/8.avif);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding: 30px 75px 30px 75px;
} 

.aboutMobilize{
  background-image: url(images/fondos/9.png);
  background-repeat: no-repeat;
  width: 100%;
  background-position: bottom;
  background-size: cover;
  background-attachment: scroll;
  padding: 50px 75px;
  object-fit: cover
}

.modulesAndComplementsTitle{
  margin-top: 15px;
  margin-bottom: 15px;
  color: #05cc02;
  letter-spacing: -0.03em;
  line-height: 1.1em;
  padding: 25px;
  padding-bottom: 0px;
  height: 80px;
} 

.modulesAndComplementsTitleMain{
  margin-top: 20px;
  margin-bottom: 5px;
  color: #05cc02;
  letter-spacing: -0.03em;
  line-height: 1.1em;
} 

.modulesDescriptions li{
  font-family: YACgEQNAr7w-0;
  letter-spacing: -2px;
  line-height: 1em;
  padding-bottom: 5px;
} 

