/* Variables */

:root {
  --color-1: #8DC044;
  --color-2: #B4E9E2;
  --color-3: #8DC044;
  --color-4: #232323;
  --color-5: #F2F2F2;

  --color-6: #8DC044;
  --color-7: #29AA91;

  --color-8: #8DC044;
  --color-9: #E8A000;

  --color-bg-transparent: rgba(141, 192, 68, 0.95);

}


/* font-family: 'Poppins', sans-serif; */




/* Generales */

* {
  font-family: 'Poppins', sans-serif;
}


::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B3B3B3 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B3B3B3 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B3B3B3 !important;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.btn-transparent-white {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  border: 1px solid #eee;
  background-color: transparent;
  padding: 10px 25px;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

.title {
  font-size: 45px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

p.sub-title {
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

p {
  font-weight: 300;
}

.boton {
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 18px;
  border: 2px solid transparent;
  display: inline-block;
}

.boton-primario {
  background-color: var(--color-6);
  color: #fff;
}


.boton-primario:hover {
  background-color: var(--color-7);
  color: #fff;
}


.boton-secundario {
  background-color: var(--color-8);
  color: #fff;
}


.boton-secundario:hover {
  background-color: var(--color-9);
  color: #fff;
}

.modal {
  z-index: 9999;
  background-color: var(--color-bg-transparent);
}

.modal-transparent .modal-content {
  background: transparent;
  border: none;
}


.modal-transparent .close {
  color: var(--color-8);
  text-shadow: none;
  opacity: 1;
  position: absolute;
  right: 0;
  padding: 0;
}

.modal-transparent .modal-header,
.modal-transparent .modal-footer {
  border: none;
  padding: 0;
}

.modal-transparent .modal-header,
.modal-transparent .modal-body {
  padding: 5px 0 0 0;
}


.modal-transparent .modal-header,
.modal-transparent .modal-body p.sub-title-form {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.modal-transparent .modal-header h3 {
  color: #F2F2F2;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.modal-transparent .boton {
  padding: 15px 50px;
}

.modal form input,
.modal form textarea,
.modal form select {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 15px;
  color: #000;
  border: 3px solid transparent;
}

.modal form input,
.modal form select {
  height: calc(1.5em + .75rem + 16px);
}

#modal-form-solicitar-invitacion select {
  color: var(--color-7);
}

.modal form input:focus,
.modal form textarea:focus,
.modal form select:focus {
  border: 3px solid var(--color-8);
}

textarea {
  resize: none;
  overflow: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 15px;
  background-size: 23px;
}

.error-form {
  width: 100%;
  text-align: center;
  color: var(--color-9);
}

.msj-contacto {
  color: #fff;
  font-size: 25px;
  width: 100%;
  text-align: center;
}

.msj-error {
  color: red;
  font-size: 15px;
  width: 100%;
  text-align: center;
}

/* Cambio de idiomas / paises */

.flags-laguages {
  padding: 30px;
}

.flags-laguages li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 10px 8px;
  opacity: 0.75;
  border: 2px solid #fff;
}

.flags-laguages li a:hover {
  opacity: 1;
}

/* .flags-laguages a.reset-lang{
  width: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 30px;
}

.flags-laguages a.reset-lang:hover{
  text-decoration: underline;
}

.flags-laguages a.reset-lang img{
  width: 22px;
  height: auto;
  margin-right: 5px;
} */


/* Scroll */

::-webkit-scrollbar {
  width: 13px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--color-2);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-3);
}


/* Loader */

.preloader-area {
  position: fixed;
  background: #000;
  z-index: 11000;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: none;
}

.preloader-area .loader {
  width: 150px;
}

.preloader-area .loader img {
  width: 100%;
  margin-bottom: 5px;
}




/* Menu */

.outer-menu {
  position: fixed;
  z-index: 1;
  top: 40px;
  right: 125px;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.outer-menu.fixed {
  top: 40px;
  right: 10px;
}

.outer-menu .menu-title{
position: relative;
  z-index: 3;
  display: inline-block;
  top: -30px;
  text-align: center;
  width: 60px;
  font-size: 15px;
  background: rgba(0,0,0,0.65);
  border-radius: 3px;
}

.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}

.outer-menu .checkbox-toggle:checked+.hamburger>div {
  transform: rotate(135deg);
}

.outer-menu .checkbox-toggle:checked+.hamburger>div:before,
.outer-menu .checkbox-toggle:checked+.hamburger>div:after {
  top: 0;
  transform: rotate(90deg);
}

.outer-menu .checkbox-toggle:checked+.hamburger>div:after {
  opacity: 0;
}

.outer-menu .checkbox-toggle:checked~.menu {
  pointer-events: auto;
  visibility: visible;
}

.outer-menu .checkbox-toggle:checked~.menu>div {
  transform: scale(1);
  transition-duration: .75s;
}

.outer-menu .checkbox-toggle:checked~.menu>div>div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

.outer-menu .checkbox-toggle:checked:hover+.hamburger>div {
  transform: rotate(225deg);
}

.outer-menu .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: .5em 1em;
  background-color: var(--color-8);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.outer-menu:hover .hamburger {
  /* -webkit-box-shadow: 0px 0px 15px 5px var(--color-3);  */
  /* box-shadow: 0px 0px 15px 5px var(--color-3); */
  background-color: var(--color-9);
}

.outer-menu input[type=checkbox]:checked+.hamburger {
  background-color: var(--color-8);
}

.outer-menu input[type=checkbox]:checked:hover+.hamburger {
  background-color: var(--color-9);
}

.outer-menu .hamburger>div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .hamburger>div:before,
.outer-menu .hamburger>div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}

.outer-menu .hamburger>div:after {
  top: 8px;
}

.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .menu>div {
  width: 200vw;
  height: 200vw;
  color: #FEFEFE;
  background: var(--color-bg-transparent);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .menu>div>div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .menu>div>div>ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}

.outer-menu .menu>div>div>ul>li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}

.outer-menu .menu>div>div>ul>li>a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  font-weight: 700;
  text-transform: capitalize;
}

.outer-menu .menu>div>div>ul>li>a:hover {
  text-decoration: none;
  color: var(--color-3);
}

.outer-menu .menu>div>div>ul>li>a:hover:after {
  width: 100%;
}

.outer-menu .menu>div>div>ul>li>a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-3);
  transition: width 0.4s ease;
}


.outer-menu .menu a {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
}


.nav-menu {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 85px;
  -webkit-transition: all ease-in .3s;
  -moz-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  -ms-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.nav-menu.fixed {
  background-color: var(--color-negro);
  position: fixed;
  z-index: 999;
}




/* Header */

header {
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
}

header .container {
  padding-top: 40px;
}

header .logo {
  height: auto;
}

header .logo a {
  width: 165px;
  height: auto;
  display: inline-block;
}

header .logo a img {
  width: 100%;
  height: auto;
}


header .menu ul li:last-child a {
  font-size: 14px;
  font-weight: 300
}


header .menu ul li:last-child img {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


.outer-menu .menu>div>div>ul>li:last-child>a {
  font-weight: 300;
}



/* Footer */

footer {
  padding: 100px 0 50px 0;
  background-color: var(--color-5);
}

footer p.copy {
  font-size: 14px;
}

footer img.logo-footer {
  width: 60%;
  height: auto;
}

footer .slogan {
  margin-top: 15px;
  display: inline-block;
  color: #555;
  font-size: 15px;
}

/* footer .input-custom-news input{
  border: none;
  min-height: 60px;
  outline: none;
  padding: 10px 30px 10px 30px;
  width: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

footer .input-custom-news a.boton-submit{
  width: 50px;
  height: 50px;
  background-color: var(--color-1);
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 55px;
  background: url(../images/icono_21.svg) center center no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
} */



@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}


.whatsapp-fixed {
  position: fixed;
  bottom: 70px;
  right: 105px;
  padding: 5px 9px;
  border-radius: 50px;
  z-index: 99;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);

}

.whatsapp-fixed-right {
  right: -20px;
  bottom: 10px;
}

.whatsapp-fixed:before {
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  margin-left: -30px;
  margin-top: -25px;
  border-radius: 50%;
  background-color: #02AF00;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.whatsapp-fixed:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  background: url("../images/wp-icon.svg") center center no-repeat #02AF00;
  background-size: 60%;
}







/* Modelos */

section.modelos {
  background-color: #fff;
  padding: 70px 0 60px;
  position: relative;
}

section.modelos .modelos-list {
  padding-top: 50px;
}


section.modelos .modelo {
  text-align: center;
  margin-bottom: 50px;
}

section.modelos .modelo img {
  width: 85%;
  height: auto;
}

section.modelos .modelo h4 {
  font-weight: 700;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 23px;
  color: var(--color-1);
}


section.modelos .modelo .botones-modelo {
  width: 100%;
  padding: 0 10px;
}


section.modelos .modelo .botones-modelo a {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 20px;
}

section.modelos .modelo .botones-modelo a.boton-primario {
  padding: 0px 20px;
  color: var(--color-7);
  background: none;
  margin-top: 10px;
}

section.modelos .modelo .botones-modelo a.boton-primario:hover {
  text-decoration: underline;
}




/* Footer */

footer .input-custom-news a.boton-submit:hover {
  -webkit-box-shadow: 0px 0px 15px 8px var(--color-1);
  box-shadow: 0px 0px 15px 8px var(--color-1);
}

footer .input-custom-news p {
  font-weight: 700;
  font-size: 23px;
  padding-left: 25px;
}

footer .links-contactos {
  height: 100%
}

footer .links-contactos li {
  border-right: 1px solid var(--color-4);
  padding-right: 30px;
  padding-left: 20px;
  text-align: center;
  height: 100%;
}

footer .links-contactos li a {
  height: 100%;
  color: inherit;
}

footer .links-contactos li a:hover {
  color: var(--color-7)
}



footer .links-contactos p {
  display: inline-block;
  width: 100%;
  margin: 0;
}

footer .links-contactos img {
  max-width: 50px;
  max-height: 50px;
}

footer .links-contactos img.facebook-icon-footer {
  max-width: 25px;
}

footer .links-contactos img.instagram-icon-footer {
  max-width: 45px;
}



footer .links-contactos li:nth-child(2) img {
  min-width: 25px;
}

footer .sub-footer {
  padding-top: 80px;
}

footer .current-flag+a {
  font-size: 14px
}


/* Modal Promo */
#modal-promo .modal-content img {
  width: 100%;
  max-width: 335px;
  height: auto
}

#modal-promo .close-modal-promo {
  position: absolute;
  top: -35px;
  right: 50px;
  color: #fff;
  font-size: 30px;
}

#modal-promo .modal-content .boton{
  width: 80%;
  display: inline-block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 8px 20px;
}


#footer-promo {
  position: fixed;
  width: 235px;
  left: 0;
  bottom: 0;
  background: #DF2C42;
  height: 40px;
  text-align: center;
  z-index: 999;

  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

#footer-promo a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 45px
}

#footer-promo a:hover {
  text-decoration: underline;
}

#footer-promo img {
  position: absolute;
  top: -73px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 185px;
  height: auto;
}

/* Responsive */

@media only screen and (max-width: 767px) {

  .outer-menu {
    right: 15px;
  }

  .outer-menu .menu a {
    font-size: 28px
  }

  .outer-menu .menu>div {
    height: 300vh;
  }

  .title {
    font-size: 35px
  }

  p.sub-title {
    padding: 5px 10px;
    font-size: 15px;
  }

  section.modelos .modelo h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  section.modelos .modelo img {
    width: 90%;
  }

  section.modelos .modelo .botones-modelo {
    padding: 0 10px;
  }

  section.modelos .modelo .botones-modelo a {
    font-size: 15px;
    padding: 10px;
    font-weight: 100;
  }

  section.modelos .modelo {
    margin-bottom: 40px;
  }

  .outer-menu.fixed {
    top: 40px;
  }

  footer .links-contactos li {
    width: 50%;
    border: none;
    height: auto;
    padding: 20px 0;
  }

  footer .links-contactos p {
    margin-top: 10px;
  }

  footer .sub-footer {
    padding-top: 50px;
  }

  footer p.copy {
    font-size: 13px;
  }

  .modal-transparent .close {
    right: 25px;
  }

  .whatsapp-fixed {
    right: calc(50% - 60px);
    bottom: 25px;
  }

  .whatsapp-fixed-right {
    right: -20px;
  }

  footer {
    padding-top: 50px;
  }

  footer .links-contactos p {
    font-size: 18px
  }

  footer img.logo-footer {
    width: 50%;
  }

  .outer-menu .menu>div>div>ul>li {
    margin: 1em 0;
  }

  #modal-form-solicitar-invitacion select {
    background-position-y: 18px;
    background-size: 18px;
  }

  .modal-transparent .modal-header,
  .modal-transparent .modal-body p.sub-title-form {
    padding: 0 20px
  }


  /* Modal Promo */

  #modal-promo .modal-content img {
    max-width: 360px;
  }

  #modal-promo .close-modal-promo {
    right: 15px;
  }

  #footer-promo {
    width: 170px;
    height: 28px;
  }

  #footer-promo a {
    line-height: 30px;
    font-size: 13px;
  }

  #footer-promo img {
    top: -47px;
    width: 120px;
  }

}

@media only screen and (max-width: 767px){
  footer .links-contactos li {
    width: 100%;

    }
}













