@charset "UTF-8";
body * {
}

/* HEADER-NAVEGATION */
.navbar {
  position: absolute;
  background: transparent;
  width: 100%;
  border: none;
  color: white;
}

.navbar > div > div > div > ul > li > a:hover {
  color: #82bcf2d4 !important;
}

.navbarPages {
  background-color: white;
  padding-bottom: 10px;
}

.navbarPages > div > div > div > ul > li > a {
  color: white !important;
}

.navbarPages > div > div > div > ul > li > a:hover {
  color: #336594d4 !important;
}

.navbarPages > div > div > button:hover {
  border: 1px solid #023059 !important;
}

.navbarPages > div > div > button > span {
  background-color: #023059 !important;
}

.navbarPages > .barIcon {
  background-color: #023059;
}

.navbarBarre {
  margin-top: 22px;
  border: none;
  color: white;
}

.navControl {
  width: 100%;
  text-align: right;
  font-weight: bolder;
  padding: 20px;
  background-color: #023059;
  z-index: 1;
}

.navBarControl {
  text-align: left;
  margin: 0px;
}

.listNav {
  color: white;
}

.containerNacionality {
  color: white;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}

.containerNacionalityPages {
  color: #023059;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-menu > li > form > a:hover {
  color: #71b5bd;
}

.dropdown-menu > li > form > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 600;
  line-height: 1.428571429;
  color: #023059;
  white-space: nowrap;
  text-align: center;
}

/*Modal Jugadores*/
#modalPlayer > div > div > div.modal-header {
  border: none;
}

#modalPlayer > div > div > div.modal-header > button > span {
  font-size: 30px;
}

#modalPlayer > div > div.modal-content > div.modal-footer {
  border: none;
}

#modalPlayer > div > div.modal-content > div.modal-body > p {
  text-align: center;
  color: #023059;
  font-size: 21px;
  font-weight: bold;
  margin-top: 5px;
}

#modalPlayer {
  max-width: 75%;
  margin: auto;
}

#modalPlayer > div > div.modal-header {
  border: none;
}

#modalPlayer > div > div.modal-content > div.modal-body > h2 {
  width: 65%;
  text-align: center;
  margin: 10px auto 0 auto;
  color: #023059;
  font-size: 3rem;
  padding: 0;
}

#modalPlayer > div > div.modal-content > div.modal-body > img {
  margin: 15px auto 0 auto;
  width: 15rem;
  display: block;
}

#modalPlayer > div > div.modal-content > div.modal-body > h3 {
  width: 85%;
  text-align: center;
  margin: 15px auto 0 auto;
}

#modalPlayer > div > div.modal-content > div.modal-body > div {
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 968px) {
  .containerNacionalityPages {
    color: white;
  }
}

.selector-nacionality {
  padding-top: 10px;
}

span.navDesp {
  color: white;
}

.barIcon {
  background-color: white;
  height: 2px;
}

.logoImg {
  width: 100px;
  margin-top: 20px;
}

a.navLink {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.linkLogged {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

a.navLink1 {
  color: white !important;
  font-size: 15px;
  margin-bottom: 5px;
  background-color: #023059;
  border-bottom: 1px solid #BFF205;
}

.linksLogged {
  text-align: center;
  border: none;
}

.dropdown-menu > li:hover {
  color: white !important;
  text-decoration: none;
}

/* HOME */
/*------------------- SECCION 1 HOME (HEADER)----------------- */
.sectionHome {
  padding: 4rem 0px 0px;
}

.clubLoggedHome a#clubName{
  background-color: white !important;
  border-radius: 3px !important;
  color: #023059 !important;
  padding: 15px 18px;
}

.clubLoggedHome > a {
  color: #023059 !important;
  border-radius: 3px;
}

.orderSubHeader {
  background: -webkit-linear-gradient(
    top,
    #023059,
    #389ad7
  ); /* Para Safari y Chrome */
  background: -moz-linear-gradient(top, #023059, #389ad7); /* Para Firefox */
  background: -o-linear-gradient(top, #023059, #389ad7); /* Para Opera */
  background: -ms-linear-gradient(
    top,
    #023059,
    #389ad7
  ); /* Para Internet Explorer */
  background: linear-gradient(to bottom, #023059, #389ad7);
  text-align: center;
	padding-top: 150px;
	height: 100vh;
}

.titleNav {
  color: white;
  text-align: left;
  font-size: 40px;
  font-weight: 700;
}

.sloganNav {
  color: white;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: left;
}

.newBotton {
  background-color: #BFF205;
  border: 1px solid #BFF205;
  height: 44px;
  width: 140px;
  border-radius: 27.5px;
  border: none;
  color: white;
  text-align: center;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.newBotton:hover {
  color: white;
  background-color: #020726;
  border: 1px solid white;
}

.buttonsNav {
  padding: 0px 20px 0px 20px;
}

a.btnLink {
  font-size: 15px;
  color: white;
}

.greatMobile {
  position: relative;
  margin: auto;
  margin-top: 50px;
  width: 260px;
}

/* -------------SECTION 2 HOME (CARDS)------------------ */
.sectionCards {
  background-color: #f7f7f7;
  padding-top: 2rem;
}

.cardCountParagraph {
  font-size: 20px;
  color: #023059;
  padding-top: 40px;
  margin: 0px 30px 20px 30px;
}

.cardHome {
  background-color: white;
  margin: 12px 0px 12px 0px;
  border-radius: 6px;
  padding-top: 15px;
  box-shadow: 1px 1px 6px 1px #d9dbdb;
}

.imgCardCount {
  width: 85px;
  height: 85px;
  margin-left: 40px;
  padding: 0px 0px 20px 30px;
}

.parCardCount {
  padding-top: 8px;
}

.cardsCountsP1 {
  padding: 0px 0px 0px 10px;
  font-size: 22px;
}

.cardsCountsP2 {
  padding: 0px 0px 0px 10px;
  font-size: 17px;
}

/* --------------------SECTION 3 HOME (3 CUADROS)-------------- */
.infoArea1 {
  background-color: #023059;
  padding: 40px 40px 20px 40px;
}

.infoParagraph1 {
  color: white;
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 15px;
  line-height: 30px;
  max-height: 100%;
}

.infoParagraph2 {
  color: white;
  font-size: 15px;
  font-weight: 400 bolder;
}

.infoImgArea {
  background-image: url("../../images/imgNewHome/sportsman-playing-padel-game.png");
  height: 487px;
  background-size: cover;
  background-position: center center;
}

.infoArea2 {
  color: #023059;
  padding: 30px 40px 20px 40px;
}

.infoParagraph3 {
  color: #023059;
  font-weight: 800;
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 30px;
}

.infoParagraph4 {
  color: #023059;
  font-size: 15px;
  font-weight: 400 bolder;
}

/* ------SECTION 4 HOME (CAROUSEL INFORMACION)------------------ */
.orderTitleOrganize {
  text-align: center;
  line-height: 30px;
  font-weight: 800;
  font-size: 25px;
  color: #023059;
  margin-bottom: 30px;
}

.order3ManagementLeft {
  padding: 20px 30px 20px 30px;
}

.order3ManagementRight {
  padding: 10px;
}

.orderMobileManagement {
  padding-left: 30%;
  width: 300px;
}

.organizeListSingle1 {
  text-align: center;
  padding-bottom: 70px;
}

.order3ManagementRight {
  text-align: right;
}

.imgMobile {
  text-align: center;
}

.mobileCenter {
  width: 200px;
}

.infoCarousel {
  text-align: center;
  margin: 10px 40px 10px 40px;
}

.imgOrganize {
  border: 1px solid #023059;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin-bottom: 20px;
  margin: auto;
}

.iconInternal {
  text-align: center;
  padding: 4px;
}

.paragOrganize1 {
  color: #023059;
  font-size: 25px;
  line-height: 28px;
}

.paragOrganize2 {
  color: #023059;
  font-size: 17px;
  padding-top: 20px;
  font-size: 600 medium;
  margin-bottom: 10px;
}

/* -------SECTION 5 HOME (LISTA INFORMACIÓN)------------------ */
.managementWrapper {
  padding: 35px;
  background-color: #f7f7f7;
}

.managementTitle {
  font-size: 25px;
  color: #023059;
  margin: 30px 0px 30px 0px;
}

.imgManagement1 {
  height: 360px;
  background-image: url("../../images/imgNewHome/movil-doble.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vh;
}

.imgpm1 {
  width: 100%;
  height: 275px;
}

.imgpm {
  width: 100%;
  height: 275px;
}

.orderManagement {
  padding: 40px 30px 60px 40px;
}

ul li.padelBall {
  margin: 5px 0px 10px 20px;
  list-style-image: url("../../images/iconsNewHome/padelball.png");
}

.managementParag {
  line-height: 30px;
  color: #023059;
}

/* --------SECTION 6 HOME (CREAR UN TORNEO)--------------------------------------------- */
.stepwizard-step p {
  margin-top: 5px;
  padding: 0px;
  color: #020726;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-row::before {
  top: 25px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  box-shadow: 0px 0px 1px 0px lightgray;
  background-color: #ccc;
  z-index: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

div.tournamentCircle {
  width: 50px;
  height: 50px;
  font-size: 12px;
  border: 1px solid #020726;
  color: #BFF205;
  border-radius: 100px;
  line-height: 45px !important;
  padding: 0;
  font-size: 20px;
  background-color: white;
  margin: auto;
}

.tournamentOrder {
  margin-bottom: 20px;
}

.orderList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.listCreate {
  color: #020726;
  padding: 5px 20px 5px 20px;
}

.titleCreate {
  font-size: 25px;
  padding-top: 20px;
  color: #023059;
  margin-bottom: 50px;
}

.numberList {
  padding-top: 12px;
  width: 50px;
  height: 50px;
  color: #BFF205;
  font-size: 20px;
  font-weight: bolder;
  border: 1px solid #020726;
  border-radius: 50%;
}

.lineGray {
  width: 2px;
  height: 30px;
  margin: 5px 0px 5px 0px;
  border-left: 3px solid rgba(196, 196, 196, 0.5);
}

/* -----SECCION 7 HOME (CAROUSEL CLUBES)------------ */
.carouselClubes {
  padding-bottom: 4rem;
  background-color: #023059;
  animation-iteration-count: infinite;
}

.cardClub {
  background-color: white;
  width: 200px;
  margin: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 0px #d6dadb;
}

div.carouselOrder {
  padding-left: 0px;
  padding-right: 0px;
}

.cardImage {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}

.card-text {
  color: #023059;
  padding: 0 10px 0px 10px;
}

.card-text2 {
  color: #023059;
  padding: 0 10px 10px 10px;
}

/* ------SECCION 8 HOME (FORMULARIO)--------- */
#formRow {
  margin: 0px;
  padding-left: 0px;
  padding-left: 0px;
}

.formControl,
.imgFormControl {
  padding-left: 0px;
  padding-right: 0px;
}

.imgForm {
  width: 100%;
  height: 420px;
  background-image: url(../../images/imgNewHome/manPlayingPadel.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.orderForm {
  padding: 30px 30px 0px 30px;
}

.labelForm {
  color: #023059;
  font-weight: lighter;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.form-control {
  border: 1px solid #CCC;
  border-radius: 3px;
  font-size: 14px;
}

.controlButton {
  padding-bottom: 30px;
  text-align: center;
}

.newBottonForm {
  width: 100%;
  max-width: 370px;
  background-color: #BFF205;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  border: none;
  line-height: 48px;
  color: #023059;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05px;
}

.newBottonForm:hover {
  color: white;
  background-color: #023059;
  border: 1px solid white;
}

/* ------SECCION 9 FOOTER (BLUE FOOTER) */
.footerFirst {
  background-color: #023059;
  color: white;
  padding: 20px;
}

.imgLogo {
  text-align: center;
  margin: auto;
  margin: 20px 0px 20px 0px;
}

.emailsFooter {
  line-height: 15px;
  text-align: center;
}

a.emailFooter {
  color: white;
  margin-bottom: 10px;
}

.lineFooter {
  border-top: 2px solid rgba(229, 229, 229, 0.691);
  width: 100%;
}

a.linkFooterFirst {
  color: white;
}

a.linkFooterFirst:hover,
.emailFooter:hover {
  color: white;
}

.linkFooterFirst:visited {
  color: white;
}

.social-list {
  padding-top: 20px;
  font-size: 12px;
}

.separationForm {
  margin-bottom: 20px;
}

.hc-youtube,
.hc-facebook,
.hc-twitter,
.hc-instagram {
  color: white;
  font-size: 18px;
}

/* -----------SECTION 10 FOOTER (GREEN FOOTER)------------- */
.footerSecond {
  background-color: #023059;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 10px 0px 10px 0px;
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (min-width: 768px){
  .navbar-header.logoNav.col-xs-6{
    padding-left: 0px;
  }
}

@media (max-width: 991px){
  nav.navbar-default .navbar-collapse.col-xs-6 {
    width: 100%;
    position: absolute;
    top: 68px;
    border: 0;
  }

  nav.navbar-default li > a{
    margin-left: 0px;
    font-size: 14px;
  }

  nav.navbar-default li{
    text-align: center;
  }

  ul.navBarControl{
    padding-bottom: 0px;
  }

  nav.navbar-default li.login-link{
    margin-top: 10px;
  }

  .navbar-default.navbarPages li:not(.login-link) .navLink {
    color: white;
}
}

.navbar-default.navbarPages .navbar-toggle .icon-bar{
  background-color: #023059;
}

/*---------------- MEDIAS QUERY ------------*/
/* TABLET */
@media (min-width: 768px) and (max-width: 968px) {
  /* -------INICIO MEDIA HOME-------- */
  /* ------SECCION 1 (MEDIA-HEADER)----------- */
  .newBotton {
    width: 120px;
    margin-left: 10px;
  }

  .greatMobile {
    margin-top: 0px;
  }

  .titleNav {
    font-size: 50px;
    text-align: left;
  }
  /* -----------SECCION 2 (MEDIA-CARDS)----------- */
  .cardCountParagraph {
    margin: 0px 0px 10px 40px;
    text-align: left;
    font-size: 30px;
  }
  .cardCount {
    padding-bottom: 20px;
  }
  .cardHome {
    width: 125px;
    height: 170px;
    margin: 10px;
    padding-top: 0px;
  }
  .imgCardCount {
    padding: 25px;
    margin: auto;
  }
  .parCardCount {
    padding: 0px;
  }
  .cardsCountsP1,
  .cardsCountsP2 {
    padding: 0px 10px 0px 0px;
    text-align: center;
    font-size: 16px bold;
  }
  .cardsCountsP2 {
    font-size: 12px;
    font-weight: none;
  }
  /* ----------SECCION 3 (MEDIA-3CUADROS)-------- */
  .infoArea1,
  .infoArea2 {
    padding: 40px;
    height: 485px;
  }
  .infoImgArea {
    height: 485px;
  }
  .infoParagraph1,
  .infoParagraph3 {
    padding-bottom: 15px;
    line-height: 25px;
    font-size: 25px;
  }
  .infoParagraph2,
  .infoParagraph4 {
    font-size: 15px;
    line-height: 20px;
  }
  /* ------SECCIÓN 4 (MEDIA-CAROUSEL (TABLET) INFORMACION)------ */
  .sectionHomeCarousel {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .titleOrganize {
    width: 90%;
    margin: auto;
    line-height: 45px;
  }
  .imgMobile {
    margin-left: 70px;
    height: 310px;
    width: 180px;
  }
  .controlCarousel {
    margin: 20px 0px 0px 20px;
  }
  .infoCarousel {
    text-align: left;
    margin-left: 40px;
    margin: 10px 0px 10px 35px;
  }
  .imgOrganize {
    border: 1px solid #023059;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    margin: 0;
  }
  .paragOrganize1 {
    font-size: 20px;
  }
  .paragOrganize2 {
    font-size: 16px;
    padding-top: 10px;
  }
  .arrowControl {
    padding-top: 120px;
  }
  .arrow-right {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #023059;
  }
  .arrow-right:hover {
    background-color: #023059;
    color: white;
  }
  .hc-arrow-round-forward:hover {
    color: white;
  }
  .hc-arrow-round-forward::before {
    color: #b9b9b9 !important;
    font-weight: 800;
  }
  /* ---SECCION 5 (MEDIA-LISTA INFORMACION)--- */
  .managementTitle {
    font-size: 30px;
    margin: 30px 20% 30px 20%;
  }
  .padelBall1 {
    padding-bottom: 20px;
  }
  .managementParag {
    font-size: 16px;
    padding-left: 10px;
  }
  .imgpm1 {
    width: 100%;
    height: 250px;
  }
  .imgpm {
    width: 100%;
    height: 250px;
  }
  /* ----SECTION 6 (MEDIA-CREAR UN TORNEO)---- */
  .sectionHomeCreate {
    padding: 30px 0px 30px 0px;
  }
  .titleCreate {
    padding: 0px 0px 30px 0px;
    margin: 0px;
  }
  /* ---SECTION 7 (MEDIA-CAROUSEL CLUBES)--- */
  /* -----SECCION 8 (MEDIA-FORMULARIO)---- */
  .sectionHomeForm {
    padding: 0px;
  }
  .containerForm {
    padding: 0px;
  }
  .imgForm {
    height: 600px;
  }
  /* ----SECCION 9 (MEDIA-FOOTER (BLUE-FOOTER))--- */
  .linksFooter,
  .imgLogo {
    text-align: left;
    padding-left: 50px;
  }
  .emailsFooter {
    text-align: right;
    padding: 30px 50px 0px 0px;
  }
}

/* --------- FIN MEDIA HOME -------- */
/* DESKTOP */
@media (min-width: 968px) {
  /*----- SECCION 2 (MEDIA-CARDS) -----*/
  .sectionCards {
    padding-top: 7rem;
  }
  .cardCount {
    padding-bottom: 30px;
  }
  .cardHome {
    width: 215px;
    margin-right: 15px;
  }
  .cardCountTitle {
    text-align: left;
  }
  .cardCountParagraph {
    font-size: 45px;
    margin: 0px 0px 20px 10px;
    padding: 0px;
  }
  .imgCardCount {
    width: 80px;
    height: 80px;
    margin-left: 40px;
    padding-bottom: 0px;
  }
  .parCardCount {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .cardsCountsP1 {
    font-size: 22px;
    font-weight: 700 bold;
    padding-left: 0px;
  }
  .cardsCountsP2 {
    font-size: 17px;
    font-weight: 500 medium;
    padding-left: 0px;
  }
  /* -------SECCION 3 (MEDIA-3 CUADROS)----- */
  .infoArea1,
  .infoArea2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 520px;
  }
  .infoImgArea {
    background-image: url("../../images/imgNewHome/sportsman-playing-padel-game.png");
    object-fit: cover;
    height: 520px;
    background-size: cover;
    background-position: center center;
  }
  .infoParagraph1,
  .infoParagraph3 {
    font-size: 35px;
    line-height: 35px;
  }
  .infoParagraph2,
  .infoParagraph4 {
    font-size: 20px;
  }
  /* ------SECCION 4 (MEDIA-INFORMACION SIN CAROUSEL)------- */
  .orderTitleOrganize {
    text-align: center;
    margin: auto;
    width: 70%;
  }
  .titleOrganize {
    padding: 20px 70px 50px 70px;
    font-size: 45px;
    color: #023059;
  }
  .orderInfo {
    padding-top: 30px;
  }
  .orderOrganizeList {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
  }
  .organizeListSingle1 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
    width: 90%;
    padding-bottom: 30px;
    text-align: left;
  }
  .organizeListSingle2 {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: end;
    text-align: right;
    width: 90%;
    padding-bottom: 30px;
    margin-right: 0px;
    margin-left: 30px;
  }
  .imgOrganize {
    border: 1px solid #023059;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    margin: 0;
  }
  .orderInfo {
    width: 30%;
  }
  .paragOrganize1 {
    font-size: 25px;
  }
  .paragOrganize2 {
    font-size: 17px;
    padding-top: 5px;
  }
  .mobileImgCenter {
    height: 800px;
  }
  /* -----SECCION 5 (MEDIA-LISTADE INFORMACION------ */
  .managementTitle {
    font-size: 45px;
    line-height: 45px;
  }
  .imgpm1 {
    height: 360px;
    margin: 30px 25px 10px 0px;
  }
  .imgpm {
    height: 360px;
    margin: 30px 0px 10px 0px;
  }
  .managementParag {
    line-height: 20px;
    font-size: 16px;
  }
  /* ------SECCIÓN 6  (MEDIA-CREAR TORNEO)-----*/
  .sectionHomeCreate {
    margin-bottom: 50px;
  }
  div.tournamentCircle {
    width: 40px;
    height: 40px;
    font-size: 12px;
    border: 1px solid #020726;
    color: #BFF205;
    border-radius: 100px;
    line-height: 35px !important;
    padding: 0px;
    font-size: 20px;
    background-color: white;
    margin: auto;
  }
  .stepwizard-row::before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    box-shadow: 0px 0px 1px 0px lightgrey;
    background-color: #ccc;
    z-index: 0;
  }
  /* SECCION 7 (MEDIA- CAROUSEL CLUBES) */
  .arrowControlClub {
    display: flex;
    justify-content: center;
  }
  .arrowPrev,
  .arrowNext {
    width: 50px;
    height: 50px;
    color: #023059;
    border-radius: 100%;
    background-color: white;
    border: 1px solid #023059;
    margin: 10px;
    margin-bottom: 30px;
  }
  .arrowNext:hover,
  .arrowPrev:hover {
    color: white;
    background-color: #023059;
  }
  /* SECCION 8 (MEDIA-FORMULARIO) */
  .imgForm {
    height: 520px;
  }
  .inputControl {
    width: 100%;
    margin-bottom: 20px;
  }
  .inputControl1 {
    width: 50%;
    margin-bottom: 20px;
  }
  /* SECCION 9 (MEDIA FOOTER (BLUE-FOOTER) */
  .imgLogo {
    text-align: left;
  }
  .emailsFooter {
    text-align: right;
    margin-top: 30px;
  }
  .linksFooter {
    margin-top: 20px;
    text-align: left;
  }
  .iconsFooter {
    text-align: right;
  }
  .hc-youtube,
  .hc-facebook,
  .hc-twitter,
  .hc-instagram {
    color: white;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  /* ---------INICIO MEDIA HEADER --------*/
  .logoNav {
    width: 20%;
    padding-bottom: 35px;
  }
  /*.navControl {*/
  /*	width: 80%;*/
  /*	border: none;*/
  /*	background-color: transparent;*/
  /*	padding: 20px 0px 0px 20px;*/
  /*}*/
  .navbarPages > div > div > div > ul > li > a {
    color: #023059 !important;
  }
  /*.navBarControl {*/
  /*	display: flex;*/
  /*	justify-content: right;*/
  /*	width: 100%;*/
  /*	margin-top: 5px;*/
  /*}*/
  a.navLink {
    background-color: transparent;
    border: none;
    padding: 10px 5px 10px 5px;
    font-weight: bold;
    margin: 0px;
  }
  .login-link {
    padding: 0px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  li a.loginLinkA {
    padding: 15px 0px 10px 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .moveMenu {
    background-color: #023059;
    border: 1px solid #BFF205;
    padding: 0px;
  }
  a.navLink1:hover {
    background-color: #BFF20578;
    padding: 5px 0px 5px 0px;
  }
  #modalPlayer {
    max-width: 50%;
    margin: auto;
  }
  .logoNav {
    width: 15%;
  }
  .logoImg {
    width: 120px;
    margin-top: 45px;
  }
  .navBarControl {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
  }
  .navbarPages > div > div > div > ul > li > a {
    color: #023059 !important;
  }
  .navControl {
    width: 85%;
    border: none;
    background-color: transparent;
    padding: 20px 0px 0px 20px;
  }
  a.navLink {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
  }
  .login-link {
    font-size: 21px;
    margin-bottom: 20px;
  }
  li a.loginLinkA {
    padding: 15px 20px 10px 20px;
    font-size: 16px;
    font-weight: bold;
  }
  .moveMenu {
    width: 200px;
    background-color: #023059;
    border: 1px solid #BFF205;
    padding: 0px;
  }
  .styleDropNav {
    border-radius: 3px !important;
    font-size: 14px;
    top: 52px;
    left: 30px;
  }
  a.navLink1 {
    font-size: 16px;
  }
  a.navLink1:hover {
    background-color: #BFF20578;
    padding: 5px 0px 5px 0px;
  }
  /* ---FIN MEDIA HEADER--- */
  /* -----SECCION 1 (MEDIA-HOME-HEADER)----- */
  
  .titleNav {
    font-size: 72px;
    text-align: left;
  }
  .newBotton {
    margin: 0px 20px 0px 0px;
    width: 150px;
  }
  .buttonsNav {
    margin-top: 50px;
    text-align: left;
  }
  .mobileImg {
    display: flex;
    justify-content: right;
  }
  .greatMobile {
    margin: 0;
    width: 375px;
    height: 450px;
  }
}

@media (min-width: 969px) and (max-width: 1200px) {
  .sectionHomeCarousel {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .orderTitleOrganize {
    width: 100%;
  }
  .titleOrganize {
    width: 60%;
    margin: auto;
  }
  .imgMobile {
    margin-left: 70px;
    height: 350px;
    width: 190px;
  }
  .controlCarousel {
    margin: 20px 0px 0px 20px;
  }
  .infoCarousel,
  .imgOrganize {
    text-align: left;
    margin: 10px 0px 10px 0px;
  }
  .infoCarousel {
    margin-left: 40px;
  }
  .imgOrganize {
    border: 1px solid #023059;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .paragOrganize1 {
    font-size: 20px;
  }
  .paragOrganize2 {
    font-size: 16px;
    padding-top: 10px;
  }
  .arrowControl {
    padding-top: 120px;
  }
  .arrow-right {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #023059;
  }
  .arrow-right:hover {
    background-color: #023059;
    color: white;
  }
  .hc-arrow-round-forward:hover {
    color: white;
  }
  .hc-arrow-round-forward::before {
    color: #b9b9b9 !important;
    font-weight: 800;
  }
}

.c-flex {
  display: flex;
  height: 100%;
  align-items: center;
}

.left-col {
  margin-top: -125px;
}

.right-col {
  display: flex;
  align-items: flex-end;
  justify-content: right;
  height: 100%;
}

.storeButtons {
  text-align: left;
}

.storeButtons a {
  display: inline-block;
  width: 160px;
}

.storeButtons a:first-child {
  margin-right: 35px;
}

.titleContainer{
	text-align: center;
}

.titleContainer *{
	margin: 0 auto;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  color: #023059;
}

#homeScreen h2 {
  font-size: 40px;
  font-weight: 700;
  color: #023059;
  letter-spacing: -1.5px;
}

#homeScreen h3 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 70px;
  color: #023059;
  font-weight: 500;
  margin-top: 15px;
  max-width: 600px;
}

#homeScreen section#contact{
	background-color: #023059;
}

.text-white{
	color: white !important;
}

.login-link a{
	padding: 15px 18px;
	padding-bottom: 15px !important;
	border-radius: 24px;
	background: #BFF205;
	font-size: 14px;
	color: #023059;
	font-weight: 700;
}

.owl-carousel 
{
    touch-action: manipulation; 
}

.owl-carouselMobile{
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.owl-carouselMobileCaption{
	max-width: 400px;
	margin: 0 auto;
}

#homeScreen section{
	padding-top: 90px;
	padding-bottom: 90px;
}

.owl-carouselMobile .owl-item div{
	transition: transform .2s;
	overflow: visible;
}

.owl-carouselMobile .owl-item.active.center div{
	transform: scale(1.2);
}

.owl-carouselMobile .owl-stage-outer{
	padding: 60px 0px;
}

#captionContainer{
	max-width: 450px;
	margin: 0 auto;
}

#captionContainer h4{
	font-size: 18px;
	margin-bottom: 5px;
}

#captionContainer p{
	font-size: 14px;
	font-weight: 500;
}


#captionContainer h4, #captionContainer p{
	color: #023059;
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
	transform: translateY(20px); /* Initial off position */
}

#captionContainer h4.show, #captionContainer p.show{
	opacity: 1;
	transform: translateY(0); /* Final position */
}

section#callToAction{
	background-color: #F2F3F7;
	padding-top: 45px;
	padding-bottom: 60px;
}

.mb-0{
	margin-bottom: 0 !important;
}

.pricing-table2-0 {
	text-align: center;
}

.pricing-table2-0 .panel {
	border-radius: 7px;
	border: 1px solid #EEE;
	transition: transform 0.3s ease-in-out;
}

.pricing-table2-0 .panel:hover {
	transform: scale(1.05);
}

.pricing-table2-0 .panel-heading {
	font-size: 21px;
	font-weight: bold;
	padding: 30px 20px;
}

.pricing-table2-0 .panel-body {
	padding: 30px;
	padding-bottom: 10px;
}

.pricing-table2-0 .panel-footer {
	padding: 15px;
	padding-bottom: 40px;
	padding-top: 10px;
	background-color: transparent;
	border-top: none;
  line-height: 44px;
}

.pricing-table2-0 .panel-footer a {
	font-size: 15px;
	padding: 0px 20px;
	border-radius: 50px;
}

.pricing-table2-0 .panel-pricing-1 .panel-heading {
	background-color: #023059;
	color: white;
	font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricing-table2-0 .panel-pricing-1 .panel-heading .price{
	font-size: 32px;
	line-height: normal;
}

.pricing-table2-0 .panel-pricing-2 .panel-heading .price{
	font-size: 32px;
	line-height: normal;
}

.pricing-table2-0 .pricing-features ul{
  margin-top: 7px;
}

.pricing-table2-0 .panel-pricing-2 .panel-heading {
	background-color: #BFF205;
	color: #023059;
}

.pricing-features ul.okicon li::before{
  font-family: "Glyphicons Halflings";
  content: "\e013";
  color: #BFF205;
  font-size: 13px;
  position: absolute;
  top: 2px;
  left: -3px;
}

.pricing-features .shadowFeat{
  padding: 20px 25px;
  padding-bottom: 15px;
  border-radius: 3px;
  background: rgb(56,154,215);
background: -moz-linear-gradient(337deg, rgba(56,154,215,1) 0%, rgba(0,70,120,1) 47%, rgba(2,48,89,1) 100%);
background: -webkit-linear-gradient(337deg, rgba(56,154,215,1) 0%, rgba(0,70,120,1) 47%, rgba(2,48,89,1) 100%);
background: linear-gradient(337deg, rgba(56,154,215,1) 0%, rgba(0,70,120,1) 47%, rgba(2,48,89,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#389ad7",endColorstr="#023059",GradientType=1);
}

.pricing-features ul.okicon li{
  padding-left: 20px;
  font-size: 15px;
  position: relative;
  color: white;
}

.pricing-table2-0 .panel-pricing-2 .panel-footer a {
	background-color: #BFF205;
	color: #023059;
	border: none;
}

.pricing-table2-0 .panel-pricing-1 .panel-footer a {
	background-color: transparent;
	color: #023059;
	border: 2px solid #023059;
}

.pricing-table2-0 .panel-footer{
	text-align: center;
}

.pricing-table2-0 .panel-footer button {
	max-width: 170px;
}


.pricing-table2-0 .pricing-features {
	text-align: left;
	margin: 0 auto;
}

.pricing-features ul {
	list-style-type: none;
	padding: 0;
}

.pricing-features ul li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
}

.pricing-features ul li span {
	margin-right: 10px;
}

.pricing-features ul li .glyphicon-ok {
	color: #023059;
	font-size: 10px;
}

.pricing-features ul li .glyphicon-remove {
	color: #CCC;
}

.btn.transparentBtn{
	background-color: transparent;
	border: 1px solid #023059;
	font-weight: 700;
}

.btn.transparentBtn:hover {
	color: white;
	background-color: #023059;
	border: 1px solid white;
}

.btn.blueBtn {
	color: white;
	background-color: #023059;
	font-weight: 500;
}

.btn.blueBtn:hover{
	color: #023059;
	background-color: #BFF205;
	border: none;
}

section#contact{
	padding-bottom: 30px;
}

.carouselOrder  .slick-slide {
	padding: 0 40px;
}
.carouselOrder  .slick-list {
	margin: 0 -10px;
}

@media (max-width: 767px) {
  .c-flex{
    flex-direction: column;
  }

  #plans h3{
    text-align: center;
    margin-bottom: 30px !important;
  }

  .left-col{
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    flex-direction: column;
  }

  .right-col img{
    max-height: 100%;
  }

  .storeButtons{
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    gap: 20px;
  }

  #homeScreen h2 {
    padding-bottom: 0px;
  }

  section#callToAction button{
    margin-top: 30px;
    width: auto;
  }

  section#callToAction h2 {
    text-align: left;
  }

  #homeScreen h3{
    margin-bottom: 50px;
  }

  #homeScreen .owl-stage-outer{
    padding: 30px 0px;
  }

  .orderForm{
    padding-left: 0;
    padding-right: 0;
  }

  #homeScreen section{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .orderSubHeader{
    padding-top: 80px;
    display: flex;
  }

  .sloganNav{
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.navbar-default:not(.navbarPages) #country-change .form-control{
  padding: 5px 15px;
}

/* .hs-custom-style input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0px 15px;
  min-height: 33px;
  height: 48px;
  font-size: 14px;
  width: 98%;
} */

@media (min-width: 768px) {
  .pricing-table2-0 {
      display: flex;
      flex-wrap: wrap;
  }
  #plans h2{
    text-align: left !important;
    padding-bottom: 0px;
  }
}

.pricing-table2-0 .col-lg-3, 
.pricing-table2-0 .col-md-6, 
.pricing-table2-0 .col-sm-6 {
    display: flex;
    flex-direction: column;
}

.pricing-table2-0 .panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pricing-table2-0 .panel-footer {
    margin-top: auto; /* Empuja el contenido anterior hacia arriba */
}

.pricing-table2-0 .panel-heading{
  min-height: 145px;
}

.panel.organizador{
  box-shadow: rgba(135, 135, 135, 0.29) 0px 0px 17px 0px;
}

.panel.organizador .panel-heading{
  background-color: white;
  color:#023059;
}