﻿html, body { height: 100%; }

.pt-perspective {
	position: relative;
	width: 100%;
	height: 442px;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

.pt-page {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}

.no-js body {
	overflow: auto;
}

.pt-page-ontop {
	z-index: 999;
}

/* Text Styles, Colors, Backgrounds */

.pt-page h1 {
	position: absolute;
	font-weight: 300;
	font-size: 4.4em;
	line-height: 1;
	letter-spacing: 6px;
	margin: 0;
	top: 12%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	word-spacing: -0.3em;
}

.pt-page h1 span {
	font-family: 'Satisfy', serif;
	font-weight: 400;
	font-size: 40%;
	text-transform: none;
	word-spacing: 0;
	letter-spacing: 0;
	display: block;
	opacity: 0.4;
}

.pt-page h1 strong {
	color: rgba(0,0,0,0.1);
}

.pt-page-1 {
	
	background-repeat: no-repeat;
    background-size: 100%;
    background-color: red;
}

.pt-page-2 {
	
	background-repeat: no-repeat;
    background-size: 100%;
    background-color: blue;
}

.pt-page-3 {
	
	background-repeat: no-repeat;
    background-size: 100%;
    background-color: green;
}

.pt-page-4 {
	background: #fdc162;
}

.pt-page-5 {
	background: #fd6a62;
}

.pt-page-6 {
	background: #f68dbb;
}

/* Triggers (menu and button) */

.pt-triggers {
	position: absolute;
	width: 50px;
	z-index: 999999;
	top: 12%;
	left: 96%;
	margin-top: 130px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%);
}

.no-js .pt-triggers {
	display: none;
}


.pt-triggers-2 {
	position: absolute;
	width: 50px;
	z-index: 999999;
	top: 12%;
	left: 3%;
	margin-top: 130px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%);
}

.no-js .pt-triggers-2 {
	display: none;
}

.arrow-button{
	color:#4997cf;
	font-size: 30px;
}

i {
  display: inline-block;
  font-style: normal;
  position: relative;
}


i.arrow {
   	top: 2pt;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.1em solid #6ab3dc;
    border-top: 0.1em solid #6ab3dc;
    transform: rotate(45deg);
    font-size: 50px;
    margin-left: -11px;
}

i.arrow-2 {
   	top: 2pt;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.1em solid #6ab3dc;
    border-top: 0.1em solid #6ab3dc;
    transform: rotate(-135deg);
    font-size: 50px;
    margin-left: -5px;
}

#form-box{
    background-color: #6b9dc8;
    width: 273px;
    height: 310px;
    position: absolute;
    z-index: 3;
    top: 18%;
    border-radius: 25px;
    right: 9%;
}

@media screen and (max-width: 480px) {
        #form-box{
        background-color: #6b9dc8;
        width: 273px;
        height: 310px;
        position: absolute;
        z-index: 3;
        top: 66%;
        border-radius: 25px;
        right: 9%;
    }
}

.logo-asociado {
    height: 97px;
    position: absolute;
    z-index: 2;
    left: 808px;
    top: 32px;
}

@media screen and (max-width: 480px) {
       .logo-asociado {
        height: 97px;
        position: absolute;
        z-index: 2;
        left: 188px;
        top: 8px;
    }
}

.logo-esencial{
	height: 80px;
    position: absolute;
    z-index: 2;
    right: 170px;
    top: 415px;
}

.logo-correo {
    height: 25px;
    position: absolute;
    z-index: 2;
    left: 280px;
    top: 35px;
}

#wrapper .link-title  {
    height: 25px;
    position: absolute;
    z-index: 2;
    left: 311px;
    top: 36px;
    color: #34a8a7;
    visibility:hidden;
}

#wrapper:hover .link-title{
    height: 25px;
    position: absolute;
    z-index: 2;
    left: 311px;
    top: 27px;
    color: #34a8a7;
    visibility:visible;
}

.pt-triggers .dl-menuwrapper button,
.pt-touch-button {
	border: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0 20px;
	padding: 0px 20px;
	line-height: 50px;
	height: 50px;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	display: block;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pt-touch-button {
	background: none;
	border-radius: 50px;
	border: 4px solid white;
}

.pt-triggers .dl-menuwrapper button {
	margin-bottom: 0;
}

.pt-touch-button:active {
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.touch .pt-triggers .dl-menuwrapper {
	display: none;
}

.pt-message {
	display: none;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #da475c;
	color: #fff;
	text-align: center;
}

.pt-message p {
	margin: 0;
	line-height: 60px;
	font-size: 26px;
}

.no-cssanimations .pt-message {
	display: block;
}

@media screen and (max-width: 47.4375em) {
	.pt-page h1 {
		font-size: 3em;
	}

	.pt-triggers .dl-menuwrapper {
		display: none;
	}
}

@media screen and (max-height: 45.9em) {
	.pt-triggers .dl-menuwrapper li a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.pt-triggers .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
		line-height: 24px;
	}
}

@media screen and (max-height: 38em) { 
	.pt-triggers .dl-menuwrapper {
		display: none;
	}
}

 select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    border: #000;
    padding: 7px;
    font-size: 0.8em;
    width: 92%;
    margin: 10px;
    border-radius: 9px;
    border: double lightgrey;
}

/************ FORM **************/
label {
  display: block;
  color: white;
  margin: 0 0 4px;
}
input {
    border: #000;
    padding: 10px;
    height: 41px;
    font-size: 0.8em;
    width: 98%;
    margin: 10px;
    border-radius: 9px;
    border: double lightgrey;
}
label, input {
  font-family: sans-serif;
}
form {
  width: 93%;
}

#btn_olvido{
	text-decoration: underline;
}

.text-center{
	text-align: center;
}


.btn {
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  -webkit-box-shadow: 3px 4px 3px #736973;
  -moz-box-shadow: 3px 4px 3px #736973;
  box-shadow: 3px 4px 3px #736973;
  font-family: Arial;
  color: #fdfffc;
  font-size: 15px;
  background: #abc67d;
  padding: 7px 20px 7px 20px;
  border: solid #fffcff 3px;
  text-decoration: none;
}

.btn:hover {
  background: #eb7f0c;
  text-decoration: none;
}

.form-title{
	font-size: 19px;
    color: white;
    margin-bottom: 16px;
    margin-top: 24px;
    margin-left: 94px;
}
/************ FORM **************/

 @media (max-width: 400px) {
    body {
        background-color: #fac910; !important
    }
    .bxslider {
    display: none;
   }
    .bx-prev {
    display: none;
    }
    .bx-next {
    display: none;
    }
    #form-box{
      margin-top: 117px;
      right: 12%;
    }
    .logo-asociado {
    height: 80px;
    position: absolute;
    z-index: 2;
    left: 57px;
    top: 37px;
    }
    .logo-esencial {
    height: 80px;
    position: absolute;
    z-index: 2;
    right: 21px;
    top: 33px;
}
        
    .logo-correo {
    display:none;
    height: 25px;
    position: absolute;
    z-index: 2;
    left: 163px;
    top: 110px;
    }

    .wallpaper {
        position:absolute;
        background-color: black;

    }
}


 @media (max-width: 320px) {
    body {
        background-color: #fac910; !important
    }
    .bxslider {
    display: none;
   }
    .bx-prev {
    display: none;
    }
    .bx-next {
    display: none;
    }
    #form-box{
      margin-top: 117px;
      right: -3%;
    }
    .logo-asociado {
    height: 80px;
    position: absolute;
    z-index: 2;
    left: 808px;
    top: 37px;
    }
    .logo-esencial {
    height: 60px;
    position: absolute;
    z-index: 2;
    right: 14px;
    top: 49px;
}
        
    .logo-correo {
    display:none;
    height: 25px;
    position: absolute;
    z-index: 2;
    left: 163px;
    top: 110px;
    }
}