@import url(https://fonts.googleapis.com/css2?family=Archivo:wght@400;700;800&family=Barlow:wght@400;700;800&family=Mulish:wght@400;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

li.marker-1, li.marker-2, li.marker-3, li.marker-4 {
  padding-left: 2rem;
  background-position: 0 7%;
  background-size: 1.3rem 1.3rem
}

#video_pattern, .fixmenu {
  position: fixed;
  width: 100%
}

:root {
  --dark-blue: #12043F;
  --green: #10D36E;
  --blue: #074BDE;
  --yellow: #FFD62C;
  --red: #FC3D5B;
  --gray: #f1f1f1;
  --light-pruple: #2B00AA;
}

.pl-banner {
  padding-left: 11vw
}

/* ========== FUENTES ========== */
.text-archivo-regular {
  font-family: Archivo, sans-serif;
  font-weight: 400
}

.text-archivo-bold {
  font-family: Archivo, sans-serif;
  font-weight: 700
}

.text-archivo-extraBold {
  font-family: Archivo, sans-serif;
  font-weight: 800
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

::-webkit-scrollbar {
  width: .4rem;
}

::-webkit-scrollbar-track {
  background: var(--dark-blue);
}

::-webkit-scrollbar-thumb {
  background: var(--green);
}

.nav-menu {
  overflow: hidden
}

.nav-menu::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100px;
  background: var(--green);
  bottom: 0;
  transform: translateX(110px);
  opacity: 0;
  transition: .3s cubic-bezier(.55, 0, .1, 1)
}

.round-icon-w {
  height: 180px;
}

.round-icon-ms {
  margin-left: 0rem;
}

.round-icon-me {
  margin-right: 0rem;
}

.width-s{
  width: 100%;
}

.icon-order {
  order: 1;
}

.icon-text-order {
  order: 2;
}

.line-menu {
  content: "";
  background: #ececee;
  width: 1px;
  height: 45px;

}

.g-ball,
.y-ball {
  position: relative;
}

.g-ball::before,
.y-ball::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -20px;
  width: 15px;
  height: 15px;
  background-color: var(--green);
  border-radius: 44%;
}

.y-ball::before {
  background-color: var(--yellow);
}

.w-box {
  width: 100%;
}


.pad-contact {
  padding-left: 0rem;
}

.fixmenu, .fixmenu .sticky-top {
  -webkit-transition: .5s ease-out
}

.nav-menu:hover::before {
  transform: translateX(0);
  opacity: 1;
  width: 25px
}

.fixmenu {
  z-index: 999;
  transition: .5s ease-out;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 25%);
}

.fixmenu .sticky-top {
  padding: 10px !important;
  transition: .5s ease-out;
}

.grid-sizer, .grid-item {
  width: 20%;
}

.grid-item--width2 {
  width: 40%;
}

.fixmenu .nav-logo  a {
  width: 100px;
}

.nav-logo a img:first-child {
  width: 90px;
}

.nav-logo a img {
  width: 120px;
}

.fixmenu .nav-logo  a:first-child {
  width: 70px;
}

.fixmenu .sticky-top img.logo-menu {
  width: 90% !important;
  height: 650% !important;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out
}

.bk-msg, .input-control {
  background-color: #f5f5f5
}

.text-barlow-regular {
  font-family: Barlow, sans-serif;
  font-weight: 400
}

.text-barlow-bold {
  font-family: Barlow, sans-serif;
  font-weight: 700
}

.text-barlow-extraBold {
  font-family: Barlow, sans-serif;
  font-weight: 800
}

.text-mulish-regular {
  font-family: Mulish, sans-serif;
  font-weight: 400
}

.text-mulish-bold {
  font-family: Mulish, sans-serif;
  font-weight: 700
}

.text-mulish-extraBold {
  font-family: Mulish, sans-serif;
  font-weight: 800
}

.text-menu {
  font-size: calc(10px + .390625vw)
}

.background-dark-blue{
  background-color: var(--dark-blue);
  padding: 0rem;
  padding-top: 8rem;
  padding-bottom: 3rem;
}



@media only screen and (max-width:600px) {
  .title-banner, .title-banner h1 {
    font-size: calc(25px + .390625vw)
  }
}

@media only screen and (min-width:600px) {
  .title-banner, .title-banner h1 {
    font-size: calc(35px + .390625vw)
  }

  .img-footer {
    width: 25% !important
  }

}

@media only screen and (min-width:768px) {
  .title-banner, .title-banner h1 {
    font-size: calc(40px + .390625vw)
  }

  .width-s {
    width: 85%;
  }
  
  .round-icon-w {
    height: 250px;    
  }

  .icon-order {
    order: 2;
  }

  .icon-text-order {
    order: 1;
  }

  .round-icon-ms {
    margin-left: -7.4rem;
  }

  .round-icon-me {
    margin-right: -7.4rem;
  }
}

@media only screen and (min-width:992px) {
  .title-banner, .title-banner h1 {
    font-size: calc(47px + .390625vw)
  }

  .fixmenu .nav-logo  a {
    width: 150px;
  }
  
  .text-menu {
    font-size: calc(6px + .390625vw)
  }
  
  .fixmenu .nav-logo  a:first-child {
    width: 100px;
  }

  .nav-logo a img:first-child {
    width: 120px;
  }
  
  .nav-logo a img {
    width: 145px;
  }

  .background-dark-blue{
    background-color: var(--dark-blue);
    padding: 8rem 8rem;
  }
}

@media only screen and (min-width:1200px) {
  .title-banner, .title-banner h1 {
    font-size: calc(70px + .390625vw)
  }

  .w-box {
    width: 75%;
  }

  .pad-contact {
    padding-left: 10rem;
  }
}

.sub-title-size {
  font-size: calc(26px + .390625vw)
}

.third-title-size {
  font-size: calc(36px + .390625vw)
}

.fourth-title-size {
  font-size: calc(55px + .390625vw)
}

@media only screen and (min-width:1440px) {
  .title-banner, .title-banner h1 {
    font-size: calc(90px + .390625vw)
  }

  .sub-title-size {
    font-size: calc(35px + .390625vw)
  }

  .third-title-size {
    font-size: calc(45px + .390625vw)
  }

  .fourth-title-size {
    font-size: calc(65px + .390625vw)
  }
}

.text-size {
  font-size: calc(14px + .390625vw)
}

.text-size-2 {
  font-size: calc(18px + .390625vw)
}

.text-footer {
  font-size: calc(6px + .390625vw)
}



@media only screen and (max-width:768px) {

}

@media only screen and (max-width:600px) {
  .img-footer {
    width: 80% !important
  }
  
}

.img-hover-zoom {
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.075);
}

.portfolio-logo div {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  background-color: rgba(245, 245, 245, 0.603);
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-logo div i {
  margin-left: 7px;
  font-size: 25px;
  color: #2e0f7d98;
}

/* ========== NUEVOS ESTILOS ========== */
.menu-background{
  background-color: var(--dark-blue);
}



.menu-footer li{
  color: var(--dark-blue);
}

.text-green{
  color: var(--green);
}

.text-yellow{
  color: var(--yellow);
}

.text-dark-blue{
  color: var(--dark-blue) !important;
}

.text-blue{
  color: var(--blue);
}

.text-red{
  color: var(--red);
}

.bg-red{
  background-color: var(--red);
}

.bg-blue{
  background-color: var(--blue);
}

.bg-green{
  background-color: var(--green);
}
.bg-dark-blue{
  background-color: var(--dark-blue);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-gray {
  background-color: var(--gray);
}

.bg-light-purple {
  background-color: var(--light-pruple);
}