/* @font-face {
  font-family: "CormorantInfant-Medium";
  src: url("../fonts/CormorantInfant-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantInfant-Regular";
  src: url("../fonts/CormorantInfant-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-regular";
  src: url("../fonts/Poppins-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "CormorantInfant-SemiBold";
  src: url("../fonts/CormorantInfant-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "LeagueSpartan-Bold";
  src: url("../fonts/LeagueSpartan-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "LeagueSpartan-Regular";
  src: url("../fonts/LeagueSpartan-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "LeagueSpartan-SemiBold";
  src: url("../fonts/LeagueSpartan-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "LeagueSpartan-Light";
  src: url("../fonts/LeagueSpartan-Light.ttf");
  font-display: swap;
} */
/* .league {
  font-family: "LeagueSpartan-Light";
}
.league-bold {
  font-family: "LeagueSpartan-Bold";
}
.cor {
  font-family: "CormorantInfant-Medium";
} */

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #323e48;
}

p {
  line-height: 1.3;
}
main {
  max-width: 1700px;
  margin: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
.bg-1 {
  background-color: #888f95;
}
.bg-2 {
  background-color: #ede16c;
}
.bg-3 {
  background-color: #ffb590;
}
.bg-4 {
  background-color: #dad5d1;
}
.bg-lupa:hover {
  background-color: rgba(113, 113, 113, 0.714) !important;
}
.bg-only-primary {
  background-color: #e0cc00;
  color: #323e48;
}

.bg-only {
  background-color: #323e48;
}
.btn.bg-only:hover {
  background-color: #1e252b;
}

.divimage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.boton-flotante {
  z-index: 9999;
  position: fixed;
  bottom: 105px;
  right: 15px;
  border-radius: 50%;
}

.boton-flotante img {
  width: 70px;
  height: 70px;
  transition: all 0.3s;
}

.boton-flotante:hover img {
  width: 110px;
}
.bg-gradient-yellow {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.01) 50%,
    rgba(221, 203, 54, 1) 50%
  );
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.g-bg-yellow-opacity-0_5 {
  background-color: #ebc91d7f;
}
.logo-vertical {
  top: -50px;
  left: -90px;
  max-width: 180px;
}
textarea {
  resize: none;
}
footer {
  background-image: url("../img/logos/only-bicolor.svg");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
/* ------------- FORMULARIO------------------ */

.form-theme .form-control {
  background-color: transparent;
  border: 1px solid rgb(69, 69, 69);
}
.size-parche {
  width: 620px;
}
.size-parche2 {
  width: 920px;
}
.arrow-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.u-dot-line-v1::before, .u-dot-line-v1-2::before {
    left: 30px;
}
@media (max-width: 768px) {
  .u-dot-line-v1::before, .u-dot-line-v1-2::before {
      left: -47px;
  }
}
@media (min-width: 768px) {
  .logo-only {
    background-image: url(../img/logos/iso_azul.svg);
    background-repeat: no-repeat;
  }
  .height-550--md {
    height: 550px;
  }
}

@media (max-width: 992px) {
  .size-parche {
    width: 490px;
  }
  .size-parche2 {
    width: 700px;
  }
  /* .arrow-icon {
    right: -20px;
  } */
}

@media (max-width: 767px) {
  .size-parche {
    width: 320px;
  }
  .size-parche2 {
    width: 500px;
  }
}

@media (min-width: 992px) {
  .logo-vertical {
    top: -50px;
    left: -96px;
    max-width: 215px;
  }
  .max-width-280--lg {
    max-width: 280px;
  }
  .max-width-670 {
    max-width: 670px;
  }
}
@media (min-width: 1200px) {
  .logo-only {
    background-image: url(../img/logos/iso_azul.svg);
    /* background-size: 300px 443px;
  background-position-x: 0px;
  background-repeat: no-repeat;
  background-position-y: -135px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .logo-vertical {
    top: -50px;
    left: -150px;
    max-width: 250px;
  }
}
@media (max-width: 575px) {
}
@media (max-width: 767px) {
  .boton-flotante img {
    width: 45px;
    height: 45px;
  }
  .logo-vertical {
    top: -50px;
    left: -120px;
    max-width: 150px;
  }
}

.g-brd-white--before::before {
  border-color: #ff7f40;
}
.u-dot-line-v1::before, .u-dot-line-v1::after, .u-dot-line-v1-2::before, .u-dot-line-v1-2::after {
  border-style: dashed;
  border-top-width: 0px;
}
.g-brd-white--after::after {
  border-color: #ff7f40;
}

html {
  scroll-behavior: smooth;
}

/* :target:before {
  content: "";
  display: block;
  height: 79px;
  margin: -20px 0 0;
} */

.flecha-derecha {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ff7f40; 
}
