@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
   font-family: 'Open Sans', sans-serif;
	
   background: url(../imagenes/bavk-02.jpg) center fixed;
	background-size:cover;
   
    
}
.central {
    width: 98%;
    display: flex;
    flex-direction: row;
    padding: 1%;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    color: #0093C8;
    font-size: 1.1vw;
    font-weight: 700;
}


	
	 .central span big {
		font-size: 1.1vw;
       
       
    }
    .central small {
     font-size: 1.1vw;
    }




.fondo-limatop {
    width: 100%;
    height: 400px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url(../imagenes/fondo-lima-2.jpg) fixed no-repeat;
    background-size: cover;
   
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
}
.fondo-logo-lima {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3.5%;
    padding-bottom: 1%;
}
.fondo-logo-lima .logo-lima {
    width: 75%;
    height: auto;
	
   
	
    display: flex;
   
}
.fondo-logo-lima .logo-lima img {
    width: 100%;
    height: auto;
    display: flex;
	margin-left:50%;
    justify-content: center;
    align-items:center;
	
}




.fondo-pasto-lima {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
   
}
.fondo-pasto-lima .pasto-lima {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fondo-pasto-lima .pasto-lima img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}







.video {
    width: 100%;
    padding-top: 1%;
    padding-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.video .video-center {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} 
.video h2 {
    font-weight: 700;
    padding: 1%;
    margin: 0;
    font-size: 1.8vw;
    color: #0093C8;
    
}
.portada {
    display: flex;
    flex-direction: column;
    padding: 0%;
	
    align-items: center;
    justify-content: center;
    width: 100%;
	padding-bottom:0%;
	padding-top: 2%;
    text-align: center;
    transition: .5s ease-out all;
	
	
	  background-size: cover;
	  
	   background: linear-gradient(0deg,  rgba(9, 111, 150, 0.6)  0%, rgba(32, 143, 199, 0.1) 70%), url(../imagenes/backs.png) fixed center no-repeat;
	  
}
.portada h2 {
    font-weight: 700;
	font-family: 'Bahiana', cursive;
font-family: 'Kaushan Script', cursive;
    font-size: 3vw;
    color: #15156C;
  
    padding: 0px;
    margin: 0;
    margin-bottom: 2%;
}

/* ? ----- Cuenta Regresiva ----- */

#cuenta {
    display: flex;
    justify-content: center;
}
.simply-section {
    background: url(../imagenes/reloj-2.svg) no-repeat;
    color: #111;
    width: 180px;
    height: 180px;
    margin: 0 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simply-amount {
    display: block;
    font-size: 2.4vw;
    font-weight: 700;
}
.simply-word {
    font-weight: 700;
    font-size: 1.2vw;
}

/* ? ---------------------------- */

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../imagenes/new-01.svg) center no-repeat #fff;
}
.header {
    width: 100%;
    padding-top: 0.7%;
    padding-bottom: 0.7%;
    display: flex;
    flex-direction: row;
    height: auto;
    background: #0093C8;
    align-items: center;
    justify-content: center;
}
.header .header-center {
    width: 60%;
    display: flex;
    flex-direction: row;
    height: auto;
}
.header .header-center .space-logo {
    width: 25%;
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
    justify-content: center;
}
.header .header-center .space-logo img {
    width: 80%;
}
.header .header-center .space-head {
    width: 35%;
}
.header .header-center .space-menu-datos {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    font-weight: 800;
    font-size: 0.8vw;
}
.header .header-center .space-menu-datos .boton-top {
    width: 50%;
    padding: 2.5%;
    border-radius: 7px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    font-size: 1vw;
    background: #D13C2D;
	border:3px solid #fff;
	
    color: #fff;
    animation: glowing 1000ms infinite;
    display: flex;
    flex-diretion: row;
    align-items: center;
    justify-content: center;
}
.header .header-center .space-menu-datos .boton-top a {
    text-decoration: none;
    color: #fff;
}
@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #16BFBA;
    }
    40% {
        box-shadow: 0 0 40px #16BFBA;
    }
    60% {
        box-shadow: 0 0 40px #16BFBA;
    }
    100% {
        box-shadow: 0 0 -10px #16BFBA;
    }
}
.header .header-center .space-menu-datos .numeros {
    width: 100%;
    font-family: 'Rajdhani', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    color: #fff;
}
.header .header-center .space-menu-datos .numeros big {
    margin-right: 1%;
    margin-left: 1%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.image-laptop {
    padding: 2%;
    width: 96%;
    display: flex;
    flex-diretion: row;
    align-items: center;
    justify-content: center;
}
.image-laptop .center {
    width: 60%;
    height: auto;
    display: flex;
    flex-diretion: row;
    align-items: center;
    justify-content: center;
}
.image-laptop .center .frase {
    width: 50%;
    height: auto;
    display: flex !important;
    flex-direction: column;
}
.image-laptop .center .boton-top {
    width: 40%;
    padding: 2.5%; 
    border-radius: 8px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    font-size: 1vw;
    animation: glowing 1000ms infinite;
    background: #D13C2D;
    color: #fff;
    display: flex;
    flex-diretion: row;
    align-items: center;
    justify-content: center;
}
.image-laptop .center .boton-top a {
    text-decoration: none;
    color: #fff;
}
.image-laptop .center .frase h2 {
    color: #0093C8;
    margin: 0;
    padding: 0;
    font-size: 2.3vw;
    
} 
.image-laptop .center .frase p {
    color: #77B800;
    font-size: 1.4vw;
    font-weight: 600;
}
.image-laptop .center .image {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.image-laptop .center .image img {
    width: 90%;
}
.back-parque {
    background: url(../imagenes/parque.jpg) no-repeat center;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.back-parque .derecha {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.back-parque .izquierda {
    width: 50%;
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
   
}
.back-parque .izquierda .puntos {
    width: 46%;
    padding: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.back-parque .izquierda .puntos h2 {
    color: #fff;
    margin: 0;
    padding: 0;
	font-family: 'Bahiana', cursive;
font-family: 'Kaushan Script', cursive;
    font-size: 2.3vw;
    padding-left: 2%; text-shadow: 2px 2px 3px #444;
}
.back-parque .izquierda .puntos .texto {
    color: #fff;
    margin: 0; 
    padding: 0;
    font-size: 0.9vw;
    font-weight: 700;
}
.back-parque .izquierda .puntos .texto p {
    border: 2px #D13C2D solid;
    border-radius: 10px;
	background-color:rgba(255, 255, 255, 0.7);
    padding: 4%;
    width: 100%;
    padding-left: 18%;
    padding-right: 18%;
}
.back-parque .izquierda .puntos .texto p big {
   font-size: 0.9vw;
    font-weight: 700;
}
.back-parque .izquierda .puntos .texto p span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: -9%;
    margin-top: -0.3%;
    background: #D13C2D; 
    position: absolute;
    padding: 0.9%;
    width: 16px;
    height: 16px;
}
.back-parque .izquierda .nada {
    width: 50%;
    height: 440px;
    display: flex;
    flex-diretion: column;
    align-items: center;
    justify-content: center;
}
.top {
    background: #111;
    padding: 2%;
    width: 96%;
    display: flex;
    flex-diretion: row;
    align-items: center;
    justify-content: center;
}
.top .center {
    width: 52%;
    height: auto;
    display: flex;
    flex-diretion: row;
    align-items: center;
    justify-content: center;
}
.top .center .find {
    width: 50%;
    height: 40px;
    color: #fff;
    display: flex;
    flex-diretion: row;
    align-items: center;
    justify-content: center;
}
.top .center .find p {
    font-size: 1.6vw;
    font-weight: 600;
}
.top .center .boton-top {
    width: 50%;
    height: 40px;
    color: #fff;
    display: flex;
    flex-diretion: row;
    align-items: center;
    justify-content: center;
}
.top .center .boton-top a {
    width: 50%;
    padding: 2%;
    border-radius: 10px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    font-size: 1vw;
    background: #008d97;
    color: #fff;
    display: flex;
    flex-diretion: row;
    align-items: center;
    justify-content: center;
}
.fondo-frase {
    margin: 0 auto;
    height: auto;
    width: 96%;
    margin-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fondo-frase .center-frase {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: auto;
    width: 60%;
    flex-direction: column;
}
.fondo-frase .center-frase big {
    color: #fff;
    font-size: 1vw;
    text-align: center;
    font-weight: 600;
    text-shadow: 4px 4px 2px rgba(53, 44, 34, 1);
}
.fondo-frase .center-frase p {
    color: #fff;
    font-size: 1.5vw;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 4px 4px 2px rgba(53, 44, 34, 1);
}
.fa-phone {}
.fa-envelope {}
.galeria-desc {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.galeria-desc .center {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.galeria-desc .center .descripciones {
    width: 35%;
    height: 30px;
    border: 2px solid #555;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.galeria-desc .center .space {
    width: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.distritos {
    margin: 0 auto;
    width: 100%;
    background: #0093C8;
    display: flex;
    text-align: center;
    flex-direction: row;
    alignt-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2vw;
    font-weight: 700;
    text-shadow: 2px 2px 3px #444;
}
.container-form {
    width: 100%;
	margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction:column;
    height: auto;
	  background: linear-gradient(0deg,  rgba(9, 111, 150, 0.6)  0%, rgba(32, 143, 199, 0.2) 100%), url(../imagenes/backs-other.png) fixed no-repeat;
}
.container-form-center {
    width: 90%;

    height: auto;
    display: flex;
    flex-diretion: row;
    align-items: center;
    justify-content: center;
	margin-top:2.5%;
	
	margin-bottom:3%;
}
.container-form-center .logo-evento {
    width: 52%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

 

.container-form-center .logo-evento p{
    width: 100%;
    font-weight: 700;
    margin: 0;
  
   
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-form-center .logo-evento  p small {
   
    font-weight: 700;
    font-size: 2.4vw;
    color: #555 ;margin-top: 4%;
	display:flex;
	
 
    
    padding: 0%;
    text-align: center;
    height: auto;
    
}


.container-form-center .logo-evento p big {
   display:flex;
    font-weight: 700;
    font-size: 2.15vw;
    color: #fff;
	background-color:#77B800;
 
    
    padding: 1%;
    text-align: center;
    height: auto;
    
}



















.container-form-center .logo-evento img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container-form-center .image-evento {
    width: 52%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container-form-center .image-evento p {
    width: 100%;
    font-weight: 700;
    margin: 0;
   
   
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
 
.container-form-center .image-evento p small {
   
    font-weight: 700;
    font-size: 2.4vw;
    color: #0093C8 ;
	display:flex;
	
 
    
    padding: 1%;
    text-align: center;
    height: auto;
    
}


.container-form-center .image-evento p big {
   display:flex;
    font-weight: 700;
    font-size: 2.4vw;
    color: #fff;
	background-color:#77B800;
 
    
    padding: 1%;
    text-align: center;
    height: auto;
    
}

.container-form-center .image-evento img {
    width: 100%;
    height: 90%;
    display: flex;
    flex-diretion: column;
    align-items: center;
    justify-content: center;
}
.container-form-center .space {
    width: 4%;
    height: 300px;
    display: flex;
    flex-diretion: column;
    align-items: center;
    justify-content: center;
}
.campos-contacto-datos {
    width: 96%;
    margin-bottom: 3%;
    margin-top: 3%;
    height: 1.5vh;
    border: 3px solid #fff;
    padding: 2%;
    border-radius: 15px;
    background: #111;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.campos-contacto-datos:hover {
    background-color: #eee;
}
.campos-contacto-datos:focus {
    background-color: #eee;
    outline: 3px #CCC solid;
}
.well-chat {
    /* drop-shadow is better than box-shadow as it add a shadow to tooltip arrows arrow as well,
        however drop-shadow dramatically affects the performance of transition animation on Android. */
    /* filter: drop-shadow(0 0 10px rgba(0,0,0,0.3)); */
    display: none;
    width: 30%;
    justify-content: center;
    align-items: center;
    height: auto;
}
.well-chat .popup_close {
    right: -1%;
    top: -1%;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    padding: 1%;
    border-radius: 8px;
    background: #008d97;
    color: #fff;
    text-decoration: none;
}
#form-clientes {
    width: 92%;
    padding: 4%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 100%);
    margin-bottom: 6%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
    height: auto;
    -webkit-box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.45);
}
#form-clientes h1 {
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 0;
    font-size: 1vw;
}
.send-chat {
    font-weight: 600;
    font-size: 15px;
    padding: 4%;
    border-radius: 8px;
    border: 0px;
    width: 100%;
    cursor: pointer;
    background: #008d97;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
}
.send-chat:hover {
    background: #555;
}
#contact-form-home {
    width: 50%;
    padding: 3%;
    color: #555;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 100%), url(../imagenes/form.jpg);
    margin-bottom: 2%;
	margin-top:3%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
    height: auto;
    -webkit-box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.45);
}
#contact-form-home h1 {
    text-align: center;
    margin: 0;
    color: #555;
    padding: 0;
    font-size: 1.3vw;
}
#contact-form-home p {
    margin: 0;
    padding: 0;
}
#contact-form-home .mensaje .titulos {
    color: #558EC4;
    font-weight: 700;
    font-size: 1vw;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    height: auto;
    text-shadow: 4px 4px 2px rgba(53, 44, 34, 1);
    margin-bottom: 4%;
}
#contact-form-home .mensaje #comentarios {
    border-radius: 6px;
    margin-top: 3%;
    margin-bottom: 3%;
}
#contact-form-home .hora .titulos {
    width: 50%;
    color: #558EC4;
    font-weight: 700;
    font-size: 1vw;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    height: auto;
    text-shadow: 4px 4px 2px rgba(53, 44, 34, 1);
}
#contact-form-home .hora .titulos p {
    margin: 0;
    padding: 0;
}
#contacto-home #contact-form-home #seleccionar {
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    height: 48px;
    border: 1px solid #ccc;
    padding: 9px;
}
.campos-contacto-home {
    width: 96%;
    margin-bottom: 3%;
    margin-top: 3%;
    height: 2vh;
    border: 3px solid #555;
    padding: 2.5%;
    border-radius: 15px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.comentarios-home {
    width: 100%;
    margin: 0 auto;
    height: 180px;
    border: 1px solid #ccc;
    padding: 9px;
    background: fff;
}
.comentarios-home:hover {
    background-color: #eee;
}
.comentarios-home:focus {
    background-color: #eee;
    outline: 3px #CCC solid;
}
.send-home-contacto {
    font-weight: 600;
    font-size: 15px;
    padding: 4%;
    border-radius: 8px;
    border: 0px;
    width: 100%;
    cursor: pointer;
    background: #555;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
}
.send-home-contacto:hover {
    background: #555;
}
select {
    color: #fff;
    border-radius: 10px;
}
select.gray {
    color: #fff;
    border-radius: 10px;
}

/* Optional styles for when the select is open. Doesn't work on all browsers */

option {
    color: #fff;
}
.grayout option:first-child {
    color: #fff;
}
.inputs {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 4%;
}
.inputs h5 {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

/* Extra / just to make the demo look nice */

select {
    margin: 0;
    margin-bottom: 3%;
    margin-top: 2%;
    border-radius: 10px;
    vertical-align: top;
    padding: 10px;
    background-color: #111;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/4/4b/Feather-arrows-chevron-down.svg');
    background-position: 97% center;
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 18px;
    border: 3px solid #999;
    border-radius: 3px;
    -webkit-appearance: button;
    -webkit-border-radius: 3px;
    -webkit-padding-end: 30px;
    -webkit-padding-start: 8px;
    -webkit-user-select: none;
    -moz-appearance: none;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: border 300ms;
}
.container1 {
    display: block;
    margin-top: 2.5%;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#contact-form-home strong {
    text-align: left;
    padding-left: 32px;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}
#contact-form-home strong a {
    color: #558EC4;
    text-decoration: none;
}

/* Hide the browser's default checkbox */

.container1 input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 11px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */

.container1:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container1 input:checked~.checkmark {
    background-color: #777;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.container1 input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.container1 .checkmark:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer {
    width: 98%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1%;
    background: #111;
    height: auto;
}
.footer .footer-center {
    display: flex;
    height: auto;
    width: 80%;
    border-bottom: 1px solid #fff;
}
.footer .copy {
    display: flex;
    font-weight: 600;
    color: #fff;
    width: 80%;
    height: auto;
    font-size: 1.5vh;
    padding-top: 0.8%;
    padding-bottom: 0.8%;
}
.footer .copy .right {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer .copy .space {
    width: 15%;
    height: auto;
}
.footer .copy .left {
    width: 55%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hideoption {
    display: none;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
.footer .copy .left .bancos {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer .copy .left .bancos img {
    width: 86%;
}
.footer .copy .left img {
    margin-left: 0.7%;
    margin-right: 0.7%;
}
@media screen and (max-width: 480px) {
    body {
        overflow-x: hidden;
        overflow-y: scroll !important;
    }
    .fondo-frase {
        width: 96%;
        margin-top: 2%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fondo-frase .center-frase {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1px;
        height: auto;
        padding: 0px;
        width: 80%;
    }
    .fondo-frase .center-frase p {
        color: #fff;
        font-size: 1.9em;
        padding: 0%;
    }
    .s-hidden {
        visibility: hidden;
        padding-right: 10px;
    }
    .select {
        width: 96%;
        height: 3vh;
        border: 1px solid #fff;
        margin-bottom: 7%;
        margin-top: 5%;
    }
    .styledSelect {}
    .styledSelect:after {}
    .styledSelect:active,
    .styledSelect.active {}
    .options {}
    .options li {}
    .options li:hover {}
    .container1 {
        display: flex;
        margin-top: 5%;
        position: relative;
        padding-left: 1px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    #contact-form-home strong {
        text-align: left;
        font-size: 16px;
        color: #fff;
    }
    #contact-form-home strong a {
        color: #fff;
    }
    .container1 input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }
    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
    }
    /* On mouse-over, add a grey background color */
    .container1:hover input~.checkmark {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    .container1 input:checked~.checkmark {
        background-color: #777;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    .container1 input:checked~.checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .container1 .checkmark:after {
        left: 6px;
        top: 3px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .footer {
        width: 96%;
        display: flex;
        align-items: center;
        padding: 2%;
        height: auto;
    }
    .footer .footer-center {
        display: flex;
        height: auto;
        width: 90%;
        flex-direction: column;
    }
    .footer .copy {
        display: flex;
        font-weight: 600;
        flex-direction: column;
        color: #fff;
        width: 80%;
        height: auto;
        justify-content: center;
        align-items: center;
        font-size: 1em;
    }
    .footer .copy .right {
        width: 100%;
        text-align: center;
        height: auto;
        margin: 0;
    }
    .footer .copy .space {
        width: 10%;
        display: none;
        height: auto;
    }
    .footer .copy .left {
        margin: 0;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 5%;
    }
    .footer .copy .left img {
        width: 50%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .footer .copy .left img {
        width: 46%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .footer .copy .left .bancos img {
        width: 96%;
    }
    .header {
        width: 100%;
        display: flex;
        flex-direction: row;
        height: auto;
        align-items: center;
        justify-content: center;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .header .header-center {
        width: 98%;
        display: flex;
        flex-direction: row;
        height: auto;
    }
    .header .header-center .space-logo {
        width: 50%;
        display: flex;
        flex-direction: row;
        height: auto;
        align-items: center;
        justify-content: center;
    }
    .header .header-center .space-logo img {
        width: 70%;
    }
    .header .header-center .space-head {
        width: 3%;
        display: none;
    }
    .header .header-center .space-menu-datos {
        width: 50%;
	
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        font-weight: 800;
    }
    .header .header-center .space-menu-datos .boton-top {
        width: 80%;
        padding: 2%;
        font-size: 3.2em;
    }
    .header .header-center .space-menu-datos .boton-top a {
        text-decoration: none;
        color: #fff;
    }
    .header .header-center .space-menu-datos .numeros {
        width: 100%;
        font-family: 'Rajdhani', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
    }
    .header .header-center .space-menu-datos .numeros big {
        margin-right: 1%;
        margin-left: 1%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .fondo-frase .center-frase big {
        font-size: 1em;
        text-align: center;
    }
    .container-form {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        padding: 0%;
		padding-bottom:1%;
        padding-top: 0%;
    }
    .container-form-center {
        width: 100%;
		
        height: auto;
        display: flex;
		margin-bottom:0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #contact-form-home {
        width: 86%;
        display: flex;
        height: auto;
        padding: 3%;
		
        margin-bottom: 4%;
    }
    #contact-form-home h1 {
        font-size: 1.4em;
    }
    .container-form-center .logo-evento {
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 9%;
        margin-top: 2%;
    }
    .distritos {
        margin: 0 auto;
        width: 100%;
        font-size: 1.2em;
        font-weight: 700;
        text-shadow: 2px 2px 3px #444;
    }
    .container-form-center .logo-evento img {
        display: none;
    }
    .container-form-center .image-evento {
        width: 90%;
        height: 100%;
        display: flex;
        flex-diretion: column;
        align-items: center;
        justify-content: center;
        margin-top: 1%;
        margin-bottom: 3%;
    } 
    .container-form-center .image-evento p {
        width: 98%;
        
        color: #fff;
        padding-top: 2%;
        padding-bottom: 2%;
        margin: 0;
        padding: 5%;
        height: auto;
        display: flex;
        flex-diretion: column;
        align-items: center;
        justify-content: center;
    }
	
	 .container-form-center .image-evento p small {
        width: 98%;
        font-weight: 700;
        font-size: 2.5em;
       
      
    }
	
	 .container-form-center .image-evento p big {
        width: 98%;
		display:block;
		text-align:center !important;
		
        font-weight: 700;
		
        font-size: 2.5em;
       
      
    }
	
	
    .container-form-center .image-evento img {
        width: 100%;
        height: auto;
        display: flex;
        flex-diretion: column;
        align-items: center;
        justify-content: center;
    }
    .container-form-center .logo-evento p {
        width: 98%;
        
        
        padding-top: 1%;
        padding-bottom: 1%;
        margin: 0;
        padding: 1%;
        height: auto;
        display: flex;
        flex-diretion: column;
        align-items: center;
        justify-content: center;
    }
	
	.container-form-center .logo-evento p small {
        width: 98%;
        font-weight: 700;
        font-size: 2.5em;
       
      
    }
	
	 .container-form-center .logo-evento p big {
        width: 100%;
		display:block;
		text-align:center !important;
		
        font-weight: 700;
		
        font-size: 2.3em;
       
      
    }
    .fondo-limatop {
        width: 100%;
        height: 180px !important;
        padding: 0;
        margin: 0;
		
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url(../imagenes/fondo-lima-2.jpg) center no-repeat;
        background-size: contain;
        background-position: center;
    }
    .fondo-logo-lima {
        width: 100%;
        padding-top: 9%;
        padding-bottom: 3%;
    }
    .fondo-logo-lima .logo-lima {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fondo-logo-lima .logo-lima img {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
		
		
	margin-left:4%;
   
		
		
    }
	
	.fondo-pasto-lima {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
   
}
.fondo-pasto-lima .pasto-lima {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fondo-pasto-lima .pasto-lima img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
	
	
	
	
    .video {
        width: 100%;
        padding-top: 1%;
        padding-bottom: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .container-form-center .space {
        display: none;
        flex-diretion: column;
        align-items: center;
        justify-content: center;
    }
    .campos-contacto-home {
        height: 5%;
        width: 94%;
        border: 1px solid #fff;
    }
    #contact-form-home .mensaje #comentarios {
        border-radius: 6px;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .image-laptop {
        padding: 2%;
        padding-top: 1%;
        padding-bottom: 1%;
        width: 96%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .image-laptop .center {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .image-laptop .center .frase {
        width: 96%;
        height: auto;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .image-laptop .center .boton-top {
        width: 50%;
        border-radius: 10px;
        font-weight: 700;
        font-style: italic;
        text-decoration: none;
        font-size: 1.1em;
        margin-bottom: 7%;
    }
    .image-laptop .center .frase h2 {
       
        margin: 0;
        padding: 0;
        font-size: 2.1em;
        text-align: center;
    }
    .image-laptop .center .frase p {
       
        text-align: center;
        font-size: 1.6em;
    }
    .image-laptop .center .image {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .image-laptop .center .image img {
        width: 100%;
    }
    .back-parque {
		padding-top:4%;
		padding-bottom:4%;
       
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .back-parque .derecha {
        display: none;
    }
    .back-parque .izquierda {
        width: 100%;
        padding-top: 3%;
        padding-bottom: 3%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: none;
    }
    .back-parque .izquierda .puntos {
        width: 96%;
        padding: 2%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .back-parque .izquierda .puntos h2 {
        
        font-size: 1.9em;
        font-weight: 700;
    }
    .back-parque .izquierda .puntos .texto {
       
        margin: 0;
        padding: 0;
        font-size: 1em;
        font-weight: 600;
        width: 70%;
    }
    .back-parque .izquierda .puntos .texto p {
       
        border-radius: 10px;
        padding: 4%;
        text-align: center; 
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .back-parque .izquierda .puntos .texto p span {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        margin-left: -5%;
        margin-top: -0.3%;
        padding: 1.7%;
        width: 15px;
        height: 15px;
		
    }
	
    .back-parque .izquierda .puntos .texto p span big {
        font-size: 10vh !important;
    }
    .back-parque .izquierda .nada {
        display: none;
    }
    .top {
        padding: 2%;
        width: 96%;
        display: flex;
        flex-diretion: row;
        align-items: center;
        justify-content: center;
    }
    .top .center {
        width: 90%;
        height: auto;
        display: flex;
        flex-diretion: row;
        align-items: center;
        justify-content: center;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .top .center .find {
        width: 50%;
        height: auto;
        color: #fff;
        display: flex;
        flex-diretion: row;
        align-items: center;
        justify-content: center;
    }
    .top .center .find p {
        font-size: 0.8em;
        font-weight: 600;
    }
    .top .center .boton-top {
        width: 50%;
        height: 40px;
        color: #fff;
        display: flex;
        flex-diretion: row;
        align-items: center;
        justify-content: center;
    }
    .top .center .boton-top a {
        width: 80%;
        padding: 2%;
        border-radius: 10px;
        font-weight: 700;
        font-style: italic;
        text-decoration: none;
        font-size: 1em;
        display: flex;
        flex-diretion: row;
        align-items: center;
        justify-content: center;
    }
    .portada {
        display: flex;
        flex-direction: column;
        padding: 1%;
		padding-left:0%;
		padding-right:0%;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-bottom: 0%;
        padding-top: 5%;
        margin: 0 auto;
    }
    .portada h2 {
        font-weight: 700;
        font-size: 1.4em;
        margin-bottom: 2%;
    }
    /* ? ----- Cuenta Regresiva ----- */
    #cuenta {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .simply-section {
        width: 110px;
        height: 110px;
        margin: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .simply-amount {
        display: block;
        font-size: 2em;
        font-weight: 700;
        text-shadow: 2px 2px 3px #CE5937;
    }
    .simply-word {
        font-weight: 700;
        font-size: 0.9em;
    }
    .video {
        width: 100%;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .video h2 {
        font-size: 1.8em;
		text-align:center;
        padding: 3%;
    }
    .video .video-center {
        width: 96%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .central { 
        width: 96%;
        display: flex;
        flex-direction: row;
        padding: 2%;
        padding-top: 2%;
		padding-bottom:8%;
        margin-top: 3%;
        justify-content: center;
        align-items: center;
        font-size: 1.2em;
        line-height: 32px;
        flex-direction: column;
    }
    .central span {
       
        width: 90%;
        font-weight: 700;
        text-align: center;
		 font-size: 1em;
    }
	
	 .central span big {
		  font-size: 0.7em !important;
       
       
    }
    .central small {
        display: none;
    }
    .well-chat {
        /* drop-shadow is better than box-shadow as it add a shadow to tooltip arrows arrow as well,
        however drop-shadow dramatically affects the performance of transition animation on Android. */
        /* filter: drop-shadow(0 0 10px rgba(0,0,0,0.3)); */
        display: none;
        width: 80%;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    #form-clientes {}
    #form-clientes h1 {
        text-align: center;
        font-size: 1.2em;
    }
}