.degradado {
  width: 76.56%;
  background: linear-gradient(270deg, rgba(3, 165, 145, 0.00) 15.26%, rgba(3, 165, 145, 0.51) 28.15%, #03A591 51.58%, #0880B4 103.6%);
}

.cotizar-contenedor {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  height: 1080px;
  inset: 0;

}

.cotizar-video-container {
  max-width: 1382px;
  width: 100%;
  object-fit: cover;
  object-position: calc(30% - -10vw) center;
  transform: translate(0, 0);
}

.cotizar-flechas-container {
  z-index: 1;
  position: absolute;
}

.cotizar-flechas-container:nth-of-type(1) {
  width: clamp(36px, 5vw, 60px);
  left: clamp(93px, 17vw, 271px);
  top: 95px;
}

.cotizar-flechas-container:nth-of-type(2) {
  width: clamp(126px, 13vw, 191px);
  left: 3%;
  top: 197px;
}

.cotizar-flechas-container:nth-of-type(3) {
  width: clamp(330px , 35vw, 626px);
  left: 0;
  bottom: 0;
}

.cotizar-titulo {
  position: relative;
  z-index: 1;
  height: 1080px;
  transition: height 300ms ease;
}

.cotizar-titulo.inactivo {
  height: 0;
  visibility: hidden;
}

.cotizar-titulo > h1 {
  color: #FFF;
  font-family: AvenirBold, sans-serif;
  text-shadow: 4px 4px 20px #01558C;
  font-size: clamp(84px, 7vw, 92px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.cotizar-titulo > p, .cotizar-titulo > span {
  max-width: 769px;
  width: 100%;
  color: #FFF;
  text-shadow: 4px 4px 20px #01558C;
  font-size: clamp(27px ,6vw ,60px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.cotizar-titulo > p b {
  font-family: AvenirBold, sans-serif;
  font-weight: 900;
}

.cotizar-titulo > img {
  width: clamp(278px, 48vw, 413px);
}

.card-container {
  /*position: absolute;*/
  /*top: 42%;*/
  /*right: 46.8%;*/
  width: 0;
  opacity: 0;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  /*overflow: hidden;*/
  transform-origin: top;
  transform: scale(0) rotateX(-15deg) translateY(-100%);
  transition: all 700ms ease-in-out;
}

.card-container-show {
  max-width: clamp(447px, 85vw, 751px);
  width: 95%;
  opacity: 1;
  z-index: 2;
  transform: scale(1) rotateX(0deg) translateY(0);
}

.informacion-container {
  max-width: 317px;
  width: 100%;
  padding: 32px 0 62px 42px
}

.informacion-container > li {
  color: #01558C;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.informacion-container > li:nth-child(2) {
  margin-top: 6px;
}

.informacion-container > li:nth-child(3) {
  margin: 12px 0;
}

.informacion-container > li b {
  color: #1DB9FA;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.informacion-container > p {
  margin: 11px 0 8px 0;
  color: #01558C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.informacion-container > p b {
  color: #03A591;
  font-family: AvenirBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.informacion-container > a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 141.323px;
  width: 100%;
  height: 23px;
  border-radius: 20px;
  background: #03A591;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: background-color 200ms ease-in-out;
}

.informacion-container > a:hover {
  background: #028170;
}

.informacion-titulo > h1 {
  color: #03A591;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.informacion-titulo > p {
  max-width: 243px;
  width: 100%;
  color: #01558C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.informacion-titulo > b {
  color: #01558C;
  font-family: AvenirBold, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.cotizar-form-container {
  max-width: 387px;
  width: 100%;
  padding: 62px 37px 63px 0;
  row-gap: 13px;
}

.select-icono {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px; /* Espacio para el icono */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}

.simple {
  display: grid;
  grid-template-columns: 1fr;
}

.doble {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10.5px;
  align-items: end;
}

.div-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-cotizar {
  width: 100%;
  background-color: #f07f1e;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.btn-show-card {
  padding: 4px 34px;
  margin-top: 10px;
  background-color: #f07f1e;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 4px 4px 15px 0 #03547E;
  transform: translateX(0);
  transition: all 0.2s;
}

.btn-show-card-active {
  opacity: 0;
  visibility: hidden;
  padding: unset;
  margin: unset;
  width: 0;
  height: 0;
  transform: translatey(100%);
}

.btn-show-card > span {
  font-family: AvenirBold, sans-serif;
  color: #fff;
  font-weight: 500;
}

.input {
  width: 100%;
  height: 29px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #FFF;
  font-size: 14px;
  color: #545454;
  font-weight: 400;
}

select {
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  font-size: 14px;
  padding: 0 0 0 15px;
}


.contenedor-textos{
  margin: 0 auto;
  max-width: 750px;
  padding: 20px;
}

.titulo-principal{
  color: #00A490;
  font-size: clamp(12px, 4vw, 30px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 20px auto 5px;

}

.subtitilos{
  color: #00A490;
  font-size: clamp(10px, 4vw, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;

}

.parrafos{
  color: #545454;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;

}

.lista{
  padding-left: 20px;
  color: #545454;

}

ul.lista {
  list-style: disc;
}

hr {
  display: block;
  margin: 50px auto 30px;
  width: 100%;
  border-style: inset;
  border-width: 2px;
  color: #545454;
}

.gif-paises{
  max-width: 383px;
  margin: 0 auto;
  color: #545454;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.gif-normal{
  margin: 20px auto;
  width: 90%;
}

.botonazo-info{
  margin:15px auto;
}

.faq-respuestas{
  margin-bottom: 20px;
}

.parte4{
  margin-bottom: 30px;
}



@media (max-width: 1440px) {
  .cotizar-contenedor {
    height: 820px;
  }
  .gif-normal{
    width: 100%;
  }
}


@media (max-width: 768px) {

  .gif-normal{
    width: 100%;
  }

  .cotizar-flechas-container:nth-of-type(2) {
    left: -6px;
  }

  .informacion-container {
    max-width: 349px;
    padding: 18px 16px 29px 16px;
  }

  .cotizar-form-container {
    max-width: 419px;
    padding: 18px 16px 0 16px;
    row-gap: 19px;
  }

  .informacion-titulo {
    padding-top: 25px;
    text-align: center;
  }

  .informacion-container > p {
    text-align: center;
  }

  .informacion-container > a {
    max-width: 350px;
    height: 36px;
    font-family: AvenirBold, sans-serif;
    font-weight: 900;
  }

  .cotizar-titulo > h1 {
    font-size: 65px;
  }

  .doble {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .btn-cotizar {
    height: 36px;
    font-family: AvenirBold, sans-serif;
    font-weight: 900;
  }

  .btn-show-card {
    width: 314px;
  }
}

@media (max-width: 480px) {

  .gif-normal{
    width: 100%;
  }

  .cotizar-contenedor {
    height: 658px;
  }
}

/*Boton effecto*/
.btn-effect,
.btn-effect *,
.btn-effect :after,
.btn-effect :before,
.btn-effect:after,
.btn-effect:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-effect {
  -webkit-tap-highlight-color: transparent;
  background-image: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-effect:disabled {
  cursor: default;
}

.btn-effect:-moz-focusring {
  outline: auto;
}

.btn-effect [hidden] {
  display: none;
}

.btn-effect {
  overflow: hidden;
  position: relative;
}

.btn-effect span {
  mix-blend-mode: luminosity;
}

.btn-effect:before {
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  content: '';
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skew(0deg) translateX(-20%);
  transition: transform 0.2s ease;
  width: 120%;
}

.btn-effect:hover:before {
  transform: skew(-45deg) translateX(75%);
}
