html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
  color: #191919;
  font-family: "Oswald", sans-serif;
  background-color: #0D0D0D;
}
#page {
  overflow-x: hidden;
}

#lblError,
#lblExito {
  margin: 15px;
}

ul {
  list-style: none;
}

h1 {
  /*tiutulo home*/
  font-size: 70px;
  line-height: 65px;
  font-weight: 800;
}

h2 {
  /*tiutulo seccion*/
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}
h3 {
  /*subtiutulo seccion*/
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

h4 {
  /*textodestacado*/
  font-size: 20px;
  font-weight: 800;
}

h5 {
  /*tit chico*/
  font-size: 15px;
  font-weight: 800;
}
h6 {
  /*tit form*/
  font-size: 25px;
  font-weight: 600;
}

h7 {
  /**/
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}
p {
  /**/
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #838383;
}

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

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}
p a {
  /**/
  font-weight: 600;
}
::-webkit-input-placeholder {
  color: #646464;
  font-family: "Arial";
  font-size: 14px;
}
::-moz-placeholder {
  color: #646464;
  font-family: "Arial";
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #646464;
  font-family: "Arial";
  font-size: 14px;
}

section {
  position: relative;
  clear: both;
}

#main {
  overflow: hidden;
}

.seccion {
  padding-bottom: 80px;
}
.Contenedor {
  position: relative;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.mfp-hide {
  display: none !important;
}
.blue-pop-tit {
  background: #00ffff;
  height: 50px;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 1047px;
  min-height: 621px;
  margin: 20px auto;
  padding: 0px;
}

.mfp-close-btn-in .mfp-close {
  color: #0b0f14;
}

.mfp-bg {
  z-index: 10420;
}
.mfp-wrap {
  z-index: 10439;
}

#alert-content .titulomodal {
  padding: 15px 30px;
  background-color: #193a8d;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

#alert-content.white-popup {
  position: relative;
  color: #fff;
  background-color: #193a8d;
  padding: 20px;
  width: auto;
  max-width: 400px;
  min-height: 100px;
  margin: 20px auto;
  padding: 0px;
  font-size: 19px;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */

/*******************************************************************/

.container {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.bt {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bt:hover {
  color: #000;
  background-color: #fff;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;

  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input,
textarea {
  border: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  background: none;
  font-size: 14px;
  padding: 7px 0 7px 0;
  display: inline-block;
  width: 100%;
  color: #646464;
  vertical-align: top;
}

textarea {
  min-height: 113px;
  max-height: 113px;
  resize: none;
  border: 1px solid rgba(112, 112, 112, 0.35);
}

.slick-slide {
  height: auto;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li {
  width: 11px;
}

.slick-dots li button {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  z-index: 2;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slick-dots li button::before {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d43c39;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slick-dots .slick-active button::before {
  opacity: 1;
}

.slick-dots li button:hover,
.slick-dots .slick-active button {
  background-color: #d43c39;
}

.slick-arrow {
  border: 1.5px solid rgb(212 60 57);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  z-index: 9;
  opacity: 1;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slick-arrow:hover {
  background-color: rgba(212, 60, 57, 0.7);
  border-color: transparent;
}

.slick-prev {
  left: 30px;
}
.slick-next {
  right: 30px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-45%, -50%) rotate(45deg);
}

.slick-prev:before {
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
.slick-next:before {
  border-right: 1.5px solid #ffffff;
  border-top: 1.5px solid #ffffff;
}

/************FORMULARIO************/
.formulario {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 540px;
  max-width: 100%;
}
.formulario p {
  padding: 10px 50px;
  margin: 0 auto;
}

@-webkit-keyframes fadeInWV {
  0% {
    opacity: 0;
    visibility: visible;
  }
  1% {
    visibility: hidden;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInWV {
  0% {
    opacity: 0;
    visibility: visible;
  }
  1% {
    visibility: hidden;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInWV {
  0% {
    opacity: 0;
    visibility: visible;
  }
  1% {
    visibility: hidden;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInWV {
  0% {
    opacity: 0;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutWV {
  0% {
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes fadeOutWV {
  0% {
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-o-keyframes fadeOutWV {
  0% {
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOutWV {
  0% {
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;

  -webkit-animation: fadeOutWV 0.5s ease; /* Safari 4+ */
  -moz-animation: fadeOutWV 0.5s ease; /* Fx 5+ */
  -o-animation: fadeOutWV 0.5s ease; /* Opera 12+ */
  animation: fadeOutWV 0.5s ease; /* IE 10+, Fx 29+ */

  animation-fill-mode: forwards; /* or: backwards, both, none */
}

.popup.loaded {
  opacity: 0;
  visibility: hidden;

  -webkit-animation: none; /* Safari 4+ */
  -moz-animation: none; /* Fx 5+ */
  -o-animation: none; /* Opera 12+ */
  animation: none; /* IE 10+, Fx 29+ */
}

.popup.opened {
  -webkit-animation: fadeInWV 0.5s ease; /* Safari 4+ */
  -moz-animation: fadeInWV 0.5s ease; /* Fx 5+ */
  -o-animation: fadeInWV 0.5s ease; /* Opera 12+ */
  animation: fadeInWV 0.5s ease; /* IE 10+, Fx 29+ */
  animation-fill-mode: forwards; /* or: backwards, both, none */
}

.popup .bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.51);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup.opened .bg {
  opacity: 1;
}

.popup .content-wrapper {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup.opened .content-wrapper {
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.popup .close {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup .close::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  -webkit-mask-image: url(../images/cross.svg);
  mask-image: url(../images/cross.svg);
  background-color: #000;
  -webkit-mask-size: cover;
  mask-size: cover;
}
/*TABLET VERTICAL*/
@media only screen and (min-width : 768px) {
	
    .container {
        padding: 0 60px;
    }


    .web-content
    {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .web-content.expanded
    {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }

}

@media only screen and (min-width : 768px) and (max-width : 1024px) {

}

@media only screen and (min-width : 768px) and (max-width : 1366px) {
 
}/*TABLET HORIZONTAL O MONITOR CUADRADO*/
@media only screen and (min-width : 1024px) {
  .parallax {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
}

@media only screen and (min-width : 1024px) and (max-width : 1366px){


}
/*NOTEBOOK*/
@media only screen and (min-width : 1280px) {
        
    .container {
        /*padding: 0;
        width: 1320px;*/
        margin: 0 auto;
    }

    .parallax {
        background-attachment: fixed;
    }
        
}/*GRANDE*/
@media only screen and (min-width : 1600px) {
    
    .container {

    }

}
@-webkit-keyframes rightToLeft {
  0%   { opacity: 0; transform: translate(1500px, 0); }
  100% { opacity: 1; transform: translate(0, 0);}
}
@-moz-keyframes rightToLeft {
  0%   { opacity: 0; transform: translate(1500px, 0); }
  100% { opacity: 1; transform: translate(0, 0%);}
}
@-o-keyframes rightToLeft {
  0%   { opacity: 0; transform: translate(1500px, 0); }
  100% { opacity: 1; transform: translate(0, 0%);}
}
@keyframes rightToLeft {
  0%   { opacity: 0; transform: translate(1500px, 0); }
  100% { opacity: 1; transform: translate(0, 0%);}
}



@-webkit-keyframes leftToRight {
  0%   { opacity: 1; transform: translate(0, 0%); }
  100% { opacity: 0; transform: translate(-1500px, 0);}
}
@-moz-keyframes leftToRight {
  0%   { opacity: 1; transform: translate(0, 0%); }
  100% { opacity: 0; transform: translate(-1500px, 0);}
}
@-o-keyframes leftToRight {
  0%   { opacity: 1; transform: translate(0, 0%); }
  100% { opacity: 0; transform: translate(-1500px, 0);}
}
@keyframes leftToRight {
  0%   { opacity: 1; transform: translate(0, 0%); }
  100% { opacity: 0; transform: translate(-1500px, 0);}
}



@-webkit-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}


@-webkit-keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

