html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/*
FONTS:
font-family: 'abril_fatfaceregular';
font-family: 'abeezeeregular', sans-serif;
*/

html,body{
  margin: 0;
  padding: 0;
  height: 100%;
}
html.noscroll, body.noscroll{
  height: 100%;
  overflow: hidden;
}
body{
  color: #000;
  font-family: 'abeezeeregular', sans-serif;
}
p{
    font-size: 16px;
    line-height: 20px;
    padding: 4px 0 8px;
    color: inherit;
    font-family: 'abeezeeregular', sans-serif;
}
a{
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'league_spartanregular', sans-serif;
    font-weight: normal;
    color: inherit;
}
h1{
    font-size: 42px;
    padding: 10px 0;
}
h2{
    font-size: 36px;
}
h3{
  font-size: 24px;
  line-height: 28px;
}
ul{
    list-style: none;
    padding: 0 15px;
}
ul li {
  padding: 5px 20px 5px 32px;
  position: relative;
}
ul li:before{
    content: '\f122';
    color: #4787F3  ;
    font-family: "Ionicons";
    font-size: 24px;
    left: 5px;
    position: absolute;
    top: 10px;
}
ul li h3{
    padding: 4px 0 8px;
    font-size: 16px;
    font-family: 'abeezeeregular', sans-serif;
    margin-left: 30px;
}
.wrapper{
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
    background: #fff
}
.clearfix{
    clear: both;
}
.add-padding{
    padding: 25px;
}
.add-padding-sides{
  padding: 0 25px;
}
.add-pading-left{
  padding: 0 0 0 25px;
}
.add-padding-right{
  padding: 0 25px 0 0;
}
.max-width {
  margin: 0 auto;
  max-width: 1366px;
  min-height: inherit;
  position: relative;
}
.half-width{
  max-width: 683px;
  display: inline-block;
  text-align: left;
  padding: 50px 25px;
}
.half-width-left{
  text-align: right;
}
.half-width-right{
  text-align: left;
}
.overlay {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,1) 96%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,1) 96%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.logo-site-preloader {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}
.header {
  position: relative;
}
.header-header {
  position: absolute;
}
.header-header > div::after {
  clear: both;
  content: "";
  display: block;
}
.header h2{
    font-size: 24px;
}
.header h1{

}
.header .scroll-btn{
    color: #fff;
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 100px;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    background-color: #0C8DF1;
    text-align: center;
    font-size: 32px;
}
.pure-button-primary{
    background-color: #0C8DF1;
}
.scroll-btn span {
  position: relative;
  top: 4px;
}
.scroll-btn:hover{
    background: #EDA81E;
    color: #fff;
}
.tel-wrap{
    text-align: right;
}
.tel{
    font-family: 'abril_fatfaceregular';
    font-size: 28px;
}
.header .tel:before{
  font-family: 'Ionicons';
  //content: '\f4b9';
  color: #0C8DF1;
  font-size: 25px;
  margin-right: 10px;
}
.header .tel {
  color: #fff;
  font-size: 26px;
  margin: 7px 0 0;
}
.social {
  float: right;
  margin-top: 16px;
  padding-right: 15px;
}
.social p{
    text-align: center;
    border-bottom: thin solid #cdcdcd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.social span a {
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 10px;
  padding: 5px;
  text-align: center;
  transition: all 200ms ease-out 0s;
  width: 20px;
}
/*.social a:hover{
    background-color: #4586EC;
}*/
.fb:before{
    font-family: 'Ionicons';
    content: '\f231';
}
.fb{
    background-color: #4965A0;
}
.tw:before{
    font-family: 'Ionicons';
    content: '\f243';
}
.tw{
    background-color: #5EA9DD;
}
.gl:before{
    font-family: 'Ionicons';
    content: '\f235';
}
.gl{
    background-color: #EA4335;
}
.header-body {
  background: #eee no-repeat 50% -80px / cover ;
  min-height: 480px;
  position: relative;
  overflow: hidden;
}
.header-body .max-width {
  position: relative;
}
.header-body h1 {
  color: #fff;
  text-shadow: 2px 1px 4px #000;
}
.contact-wrap {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1024px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}
.contact-wrap > h2 {
    color: #0C8DF1;
  display: inline-block;
}
.contact-wrap > p {
  color: #fff;
  display: inline-block;
  padding: 10px 0;
}
.nivel-1{
    padding: 40px 0;
}

.nivel-2 {
}
.nivel-2 h2 {
  color: inherit;
  font-size: 26px;
  margin-bottom: 12px;
}
.main-img{
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.nivel-3 .tel {
    font-size: 34px;
    margin: 10px 0 0;
}
.nivel-3 .mail{
    margin: 10px 0;
    font-size: 24px;
}
.nivel-3 span.whatsapp{
  top: 5px;
  margin-left: 5px;
}
.nivel-3 .social{
    float: none;
    top: initial;
}
.nivel-3 .social a{

}
.spacer-1, .spacer {
  background-color:#0C8DF1;
  height: 2px;
  margin: 10px 0;
}
.spacer-1{
    width: 18%;
}
.footer {
  background: #222;
  border-top: thin solid #111;
  color: #fff;
  padding: 15px;
}
.footer p{
  color: inherit;
}
.dir {
  border-top: thin solid #fff;
  margin: 18px 46px 0;
  padding: 13px 15px 0;
  text-align: center;
}
.faux-table{
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.faux-cell{
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
/* SLIDERS */
.slick-slider{
  margin-bottom: 0;
}
.slick-prev{
  left: 0;
}
.slick-arrow {
  width: 34px;
  height: 34px;
  top: 62%;
  z-index: 100;
}
.slick-arrow:before{
  font-family: 'Ionicons';
  font-size: 32px;
}
.slick-next, .slick-prev{

}
.slick-next{
  right: 0;
}
.slick-prev:before{
  content:'\f124';
}
.slick-next:before{
  content:'\f125';
}
.header .slider{

}
.sitePreloader{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0B83DF;
  z-index: 999;
  display: table;
  width: 100%;
}
.sitePreloader .center-content{
  display: table-cell;
  vertical-align: middle;
}
/* FORMULARIO */
.form-wrap {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  border-radius: 4px;
  bottom: 0;
  margin: 25px auto;
  max-width: 370px;
  padding: 20px 0;
  position: relative;
}
.pure-form fieldset{
    padding: 0;
}
.pure-form-aligned .pure-control-group{
  margin-bottom: 0;
}
.form-wrap input[type], .form-wrap textarea {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
  border: thin solid #fff;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-family: "abeezeeregular",sans-serif;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 12px;
  width: 100%;
}
.form-wrap textarea{
    height: 132px;
    margin: 0 0 20px;
}
.form-wrap button {
  margin: 0 auto;
  display: block;
  font-family: "cooper_hewittbook",sans-serif;
  max-width: 210px;
  text-transform: uppercase;
  width: 100%;
}
.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  border-color: #0b8df1;
  color: #fff;
}
.form-consulta {
  margin: 0 auto;
  padding: 25px 10px;
  width: 80%;
}
.form-wrap .preloader{
  margin: auto;
  height: 184px;
}
/* Mensajes Formulario */
.mail-response {
  position: absolute;
  z-index: 10;
}
.msg-success {
  border-top: thin solid #fff;
  clear: both;
  color: #fff;
  display: block;
  margin: 15px 12px 18px;
  padding: 20px;
  position: relative;
  text-align: center;
}

.msg-alert {
    background: #990000 none repeat scroll 0 0;
    border-radius: 5px;
    clear: both;
    color: #fff;
    display: block;
    margin: 0 0 18px;
    padding: 20px;
    position: relative;
    text-align: center;
}

.msg-success .ion {
  display: block;
  font-size: 58px;
  margin: 0 0 10px;
}

.msg-success > h3,
.msg-alert > h3 {
    border: 0 none;
    color: #fff;
    padding: 10px 0 0;
}
.mail-response p {
  border: medium none;
  font-size: 16px;
  margin: 14px 0;
  padding: 0;
  text-align: center;
}
.mail-response span {
  display: block;
  font-size: 52px;
  text-align: center;
}
.mail-response .btn-close {
  border-top: thin solid #fff;
  color: #fff;
  display: block;
  line-height: 20px;
  margin: 0 15px;
  padding: 5px;
  position: initial;
  text-align: center;
}
.mail-response .btn-close:before{
  content:'\f2d7';
  font-family: "Ionicons";
  font-size: 26px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.preloader{
    display:none;
    position:absolute;
    overflow:hidden;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
}
label.error {
  box-sizing: border-box;
  color: #e4001b;
  padding: 0 10px 3px;
  text-align: right !important;
  width: 100% !important;
  position: relative;
  top: -8px;
}
label.error:after{
    content: "\f12a";
    font-family: "Ionicons";
    margin-left: 4px;
    position: relative;
    top: 1px;
}
input.error {
  background-color: #fff !important;
  border: thin solid #f70000 !important;
  color: darkred !important;
}
/* Preloader */
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* RESPONSIVE */

@media (max-width: 980px) {
   .header-body{
    min-height: 365px;
   }
   .form-wrap input[type], .form-wrap textarea{
    margin: 0;
    font-size: 14px;
   }
   .contact-wrap{
    padding: 10px 15px;
   }
   .contact-wrap > p {
     font-size: 2vw;
   }
   .form-wrap textarea{
    height: 100px;
   }
   label.error {
     color: #fff;
     float: right;
     font-size: 11px;
     margin: 0 0 3px !important;
     top: 0;
   }
}


@media(max-width: 708px) {

}

@media(max-width:595px) {

}

@media (max-width:479px) {

}
@media (max-width:375px) {

}