@font-face {
  font-family: "Gotham-bold";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-medium";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-light";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-black";
  src: url("../fonts/Gotham-Black.woff2") format("woff2"),
    url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Condensed";
  src: url("../fonts/DINCondensed-Bold.woff2") format("woff2"),
    url("../fonts/DINCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
	width: 100%;
	background-color: #006000;
 background-image: url("../../assets/img/back-4.jpg");
	background-repeat: repeat-y;
  
}
a {
  text-decoration: none;
}

.banner {
  width: 100%;
  background: #007600;
}
.textos {
  margin-top: -400px;
}

.textos h1 {
  font-family: "Gotham-bold";
  color: #FFFFFF;
}

.textos h2 {
  font-family: "Gotham-bold";
  color: #ffffff;
}
.textos h1 span {
  color: #FFFFFF;
}
.textos h2 span {
  color: #FFFFFF;
}
.hrcolor {
  width: 100px;
  background: #cef215;
  color: #cef215;
  height: 3px;
  opacity: 1;
}
.textos h3 {
  color: #000000;
  font-family: "Gotham-Book";
  font-size: 23px;
}
.textos p {
  color: #000000;
  font-family: "Gotham-Book";
  font-size: 20px;
}
.textos p span {
  color: #cef215;
  font-family: "Gotham-bold";
}
.text-left{
	text-align: left;
}
.textos .card {
  background: transparent;
  border: solid 1px #cef215;
  border-radius: 20px;
}

.textos h4 {
  font-family: "Gotham-medium";
  color: #000000;
}
.textos h5 {
  padding: 10px;
  background: #404245;
  color: #ffffff;
  font-family: "Gotham-black";
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
}
.textos ul li {
  color: #ffffff;
  font-family: "Gotham-Book";
  margin-top: 10px;
  list-style-image: none;
}
.textos ul li span {
  font-family: "Gotham-bold";
 list-style-image: none;
	
}
.textos ul li::before {
  
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  list-style: none;
  border-radius: 50%;
  margin-top: 8px;
  margin-left: -16px;
}
.credito p {
  font-size: 25px;
  color: #cef215;
}
.ubicacion p {
  font-size: 16px;
  font-family: "Gotham-light";
}
.redes a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Gotham-medium";
}
.registrate h4 {
  color: #cef215;
  font-family: "Gotham-bold";
}
.legales p {
  color: #ffffff;
  font-family: "Gotham-light";
  font-size: 12px;
  text-align: justify;
}
.legales a {
  color: #ffffff;
  font-family: "Gotham-medium";
  font-size: 13px;
  text-align: justify;
}
.marcas {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.marcas a {
  text-decoration: none;
}
.marcas a img {
  margin: 15px;
}
.w-80 {
  width: 75%;
}

.direccion ul li {
  list-style-type: none;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Gotham-medium";
}
.direccion a {
  text-decoration: none;
}
.direccion a  {
  
  margin: 15px;
}
.formulario {
  padding: 25px;
  border: solid 1px #404245;
  background-color: #FFFFFF;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: -20px;
}
.formulario label {
  color: #000000;
  font-family: "Gotham-medium";
}
.formulario input {
  background: #ddd;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
  color: #000;
  font-family: "Gotham-Book";
}
.formulario input::placeholder {
  color: #000;
  font-family: "Gotham-Book";
}
.formulario input:focus {
  color: #FFF;
  font-family: "Gotham-Book";
  box-shadow: none;
}

.btn-formulario {
  border: solid 2px #404245;
  background: #404245;
  color: #ffffff;
  font-family: "Gotham-bold";
  transition: all 0.3s ease-in-out;
}
.btn-formulario:hover {
  border: solid 2px #c3002f;
  background: #c3002f;
  color: #FFFFFF;
}
.titulo-formulario {
  background: #404245;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  z-index: 1;
  position: relative;
  margin-left: -10px;
}
.titulo-formulario h5 {
  background: transparent;
}
.titulo-formulario h5 span {
  font-family: "Gotham-medium";
}
.formulario select {
	width: 100%;
	height: 36px;
    background: #dddddd;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border: none;
    color: #000;
    font-family: "Gotham-Book";
}
.redes-sociales {
  position: fixed;
  left: 0;
  top: 340px;
  z-index: 10;
}
.redes-sociales .box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  width: fit-content;
  height: 55px;
  padding-left: 10px;
  padding-right: 20px;
  margin-bottom: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  margin-left: -95px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.637);
  transition: all 0.5s ease-in-out;
}
.redes-sociales .box:hover {
  margin-left: 0px;
}
.redes-sociales .box:hover svg {
  transform: rotate(360deg);
}
.redes-sociales .box .texto-red-social p {
  color: #111169;
  font-family: "Gotham-medium";
  font-size: 16px;
  margin: 0;
}
.redes-sociales .box svg {
  width: 20px;
  fill: #111169;
  margin-left: 20px;
  transition: all 0.5s ease-in-out;
}
.terminosycondiciones {
  text-align: center;
  color: #ffffff;
}
.terminosycondiciones a {
  font-size: 13px;
  color: #ffffff;
  font-family: "Gotham-medium";
  transition: all 0.3s ease-in-out;
}
.terminosycondiciones a:hover {
  color: #fff22d;
}

.aviso-privacidad h3 {
  color: #ffffff;
  font-family: "Gotham-bold";
  font-size: 23px;
}
.aviso-privacidad p {
  color: #ffffff;
  font-family: "Gotham-light";
  text-align: justify;
}
.aviso-privacidad p span {
  font-family: "Gotham-medium";
}
.thankyou-page{
  width: 100%;
  height: 100vh;
}
.thankyou-page h2{
  color: #ffffff;
  font-family: "Gotham-bold";
}
.thankyou-page p{
  color: #FFFFFF;
  font-family: "Gotham-medium";
}
.texto-gracias{
  border: solid 2px #fff;
  padding: 10px;
  padding-top: 20px;

  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  width: fit-content;
}

.parrafo1 {
  font-size: 25px!important;
  font-family: "Gotham-bold"!important;
}
.parrafo-fecha {
  font-size: 45px!important;
  font-family: "Gotham-bold"!important;
}

.parrafo2 {
  font-size: 20px!important;
  font-family: "Gotham-bold"!important;
}

@media screen and (max-width: 1399px) {
  .zona-pits {
    font-size: 16px;
  }
  .w-80 {
    width: 90%;
  }
}
@media screen and (max-width: 1198px) {
  .w-80 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tankyou-page{
    width: 100%;
    height: auto;
  }
}
