body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

::selection {
  background-color: rgb(248, 121, 47);
  color: #fff;
}

.logo {
  user-select: none;
}

.nav-item {
  user-select: none;
  color: white;
  font-weight: bold;
}
 
/*SLIDE PRINCIPAL*/

.back-slide {
  background-image: url("../images/partners/fondo.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: visible;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
}

.slide-principal {
  display: flex;
  justify-content: center;
  position: relative;
}

.slide-img {
  width: 70%;
  margin-top: 20px;
  transform: translateY(20px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  border: 8px solid white;
  user-select: none;
}

.sep {
  padding-bottom: 32px;
}

/*CARROUSEL LOGOS*/

.slider {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider .slide-track {
  display: flex;
  animation: scroll 20s linear infinite;
  width: calc(200%);
  user-select: none;
}

.slider .slide {
  width: calc(100% / 18);
}

.slider .slide img {
  width: 100%;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 2));
  }
}

/*QUE ES Y PARTNERS*/

.valor {
  padding-top: 55px;
}

.what-partner {
  width: 100%;
  display: flex;
}

.header-1 {
  width: 60%;
  text-align: justify;
  padding: 50px;
  font-size: 18px;
}

.header-2 {
  width: 40%;
  padding: 50px;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.partners .slide {
  flex: 1 1 33.33%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.media-partners {
  background-color: #5c1b4b;
  color: white;
  border-top: #cf987a 4px solid;
  text-align: center;
  user-select: none;
  margin-bottom:15px;
}

.partners img {
  width: 180px;
  border-radius: 10%;
  box-shadow: 1px 4px 8px rgba(0.1, 0.1, 0.1, 0.1);
  user-select: none;
}

.partners img:hover {
  box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.4);
}

.header-flex {
  display: flex;
  margin-bottom: 12px;
}

.sound-icon {
  cursor: pointer;
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}

.sound-icon:hover {
  color: #007bff;
}

@media only screen and (max-width: 992px) {
  .what-partner {
    width: 100%;
    display: block;
  }

  .header-1 {
    width: 100%;
  }

  .header-2 {
    width: 100%;
  }

  .watch-videos {
    display: block;
    width: 100%;
  }

  .navbar-collapse.show {
    max-height: 500px;
  }
}

@media only screen and (max-width: 1238px) {
  .slider .slide-track {
    width: calc(20% * 18);
  }
}

@media only screen and (max-width: 780px) {
  .slider .slide-track {
    width: calc(30% * 18);
  }
}

/*SLIDE PRINCIPAL*/
@media only screen and (max-width: 600px) {
  .slide-img {
    width: 100%;
    margin-top: 0px;
    transform: translateY(-0px);
    border: 0px solid white;
    height: 195px;
  }
  .sep {
    padding-bottom: 0px;
  }
}

/**/

@media only screen and (max-width: 500px) {
  .slider .slide-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: calc(40% * 18);
  }
  .media-partners{
     margin-bottom:25px;
  }
}

@media only screen and (max-width: 400px) {
  .slider .slide-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: calc(50% * 18);
  }
}

/*FOOTER*/

footer {
  background-color: #272525;
  color: white;
  padding: 20px;
}

.container-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.info {
  margin-bottom: 20px;
}

.social {
  display: flex;
  gap: 10px;
  padding-bottom:20px;
}

.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.social a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.list-1 {
  font-weight: bold;
  font-size: 25px;
}

.list-2 {
  font-size: 15px;
}

.aviso-priv {
  text-decoration: underline;
  color: white;
}

.aviso-priv:hover {
  color: white;
}

/*CIP*/
.line-back {
  background-image: url("../images/partners/fondo.png");
  min-height: 200px;
  position: relative;
}

.cont-int {
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 100px;
}

.cont-tittle {
  text-align: center;
}

.cont-info {
  padding-top: 20px;
}

.cont-cip {
  overflow: hidden;
}

.cont-cip .img-1 {
  float: left;
  user-select: none;
  width: 300px;
  height: 154px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.cont-cip p {
  margin: 0;
  text-align: justify;
}

.cont-tittle p {
  font-size: 35px;
  font-weight: bold;
}

.separacion {
  padding-bottom: 800px;
}

.cont-parts {
  margin-top: 20px;
  width: 100%;
  display: flex;
}

/*Part1*/
.part1 {
  width: 30%;
}

.solicitudes {
  width: 100%;
  display: flex;
}

.solicitudes .soli-1 {
  width: 50%;
  padding: 20px;
}

.solicitudes .soli-2 {
  width: 50%;
  padding: 20px;
}

.solicitudes .soli-1 .soli-img img,
.solicitudes .soli-2 .soli-img img {
  width: 100%;
  height: 90px;
}

.solicitudes .soli-1 p,
.solicitudes .soli-2 p {
  text-align: center;
}

.solicitudes .soli-1 .soli-text {
  width: 100%;
}

.soli-img a{
  width: 80px;
  height: 80px;
  border-radius: 10%;
  color: white;
  background-color: #792A4D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.soli-img a:hover{
  color:#792A4D;
  transition: all 0.2s;
  background-color: white;
  border: 1px solid #792A4D;
}

.part1 .inversion{
  text-align: center;
}

/*Part2*/
.part2 {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsors {
  width: 25%;
  padding: 20px;
}

.sponsors img{
  width: 100%;
  height: auto;
  box-shadow: 1px 4px 8px rgba(0.1, 0.1, 0.1, 0.1);
  border-radius: 10%;
  user-select: none;
}

.sponsors img:hover{
  box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.4);
}


/*CAR*/
.part2-car{
  width: 70%;
  display: flex;
  margin: 0 auto;
  user-select: none;
}

.car-col-1{
  width: 40%;
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
}

.car-col-1 img{
  width: 70%;
  display: flex;
  border-radius: 10%;
  margin-bottom: 10px;
  box-shadow: 1px 4px 8px rgba(0.1, 0.1, 0.1, 0.1);
}

.car-col-1 img:hover{
  box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.4);
}

.car-col-2{
  width: 60%;
}

.car-col-2 img{
  width: 100%;
  height: auto;
  padding: 20px;
}

.sep-car{
  padding-bottom: 850px;
}

/*EMB*/
.sep-emb{
  padding-bottom: 550px;
}

.part1-em, .part2-em, .part3-em{
  width: 33.33%;
}

.part1-em .inversion{
  text-align: center;
  padding-top: 50px;
}

.part2-em .solicitudes .soli-img{
  display: flex;
  justify-content: center;
}

.part3-em{
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-top: 50px;
  user-select: none;
}

.part3-em img{
  box-shadow: 1px 4px 8px rgba(0.1, 0.1, 0.1, 0.1);
  border-radius: 10%;
}

.part3-em img:hover{
  box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.4);
}

/*PAQUETES*/
.sep-paq{
  padding-bottom: 2750px;
}

.paq{
  width: 100%;
}

.paq-text .paq-tittle{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 25px;
}

.paq-img1{
  display: flex;
  justify-content: center;
  user-select: none;
}

.paq-text-type p{
  text-align: center;
  padding-bottom: 20px;
}

.option-type{
  font-size: 20px;
  font-weight: bold;
  color: #792A4D;
}

.option-price{
  font-size: 18px;
  font-weight: bold;
}

/*PROGRAMA*/
.content-soli{
  width: 100%;
}

.content-soli .solicitudes .soli-img{
  display: flex;
  justify-content: center;
}

.img-mar-1{
  padding-bottom: 20px;
}

.sep-pro{
  padding-bottom:2050px;
}

/*CONTACTO*/
.sep-con{
  padding-bottom: 1550px;
}

.gracias{
  text-align: center;
  padding-top: 10px;
}

.gracias .gracias-tittle{
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}

.content-form{
  display: flex;
  justify-content: center;
}

.form-contact{
  width: 50%;
}

.form-contact .input-form{
  width: 100%;
}

.form-contact .label-form{
  padding-top: 10px;
}

.form-contact .select-form .select-form-2{
  display: flex;
  width: 100%;
  padding: 5px;
}

.form-contact .botton-form{
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.form-contact .botton-form .botton-form-2{
  width:30%;
  padding: 6px;
  background-color: #792A4D;
  color: white;
  border: 0;
  border-radius: 10px;
  font-weight: bold;
}

.form-contact .botton-form .botton-form-2:hover{
  background-color: #000;
  color: white;
  transition: 0.5s all;
}

.captcha-form{
  padding-top: 35px;
  display: flex;
  justify-content: center;
  /* background-color: red; */
}

.map{
  width: 100%;
}

.map .map-text{
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
}

.map .iframe-map{
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  user-select: none;
}

.address-map{
  width: 100%;
}

.address-map .tittle-address{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.address-map .sub-tittle-address{
  font-size: 20px;
}

textarea{
  min-height: 150px;
  max-height: 150px;
}

.error-cont{
  border-bottom: 1px solid black;
  padding: 0px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.m-h-logout .tittle-modal{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.m-h-logout .errores-item{
  text-align: center;
  font-size: 18px;
  margin-top: 20px
}

.m-f-logout{
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px;
  gap: 10px;
}

/*REGISTER*/

