@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i'); 

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */
*{
	margin: 0;
	padding: 0;
}

body{ background: #e5e5e5; }

.section-head {
  	padding: 0 4%;
   text-align: center;
}


/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header {
   height: 100px;
   width: 100%;
   background: rgb(71, 71, 71, .9);;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 990;
}

/* header logo */
header .logo {
   margin-left: 170px;
   margin-right: 20px;
   margin-top: 20px;
  float: left;
   width: auto; 
   z-index: 991; 

   /* add position relative since z-index only applies to  
   elements that have been given an explicit position */
   position: relative; 
}
header .logo a {
   display: block;
   margin: 0;
	padding: 0;
	border: none;
	outline: none;
   width: 100%;
   height: 18px;   
}

@media screen and (max-width: 768px){
	header .logo {
	   margin-left: 70px;
	   margin-right: 20px;
	   margin-top: 20px;
	   float: left;
	   width: auto; 
	   z-index: 991; 

	   /* add position relative since z-index only applies to  
	   elements that have been given an explicit position */
	   position: relative; 
	}

 
   header .logo a {
      display: block;
      margin: 0;
      padding: 0;
      border: none;
      outline: none;
      width: 95%;
      height: 18px;   
   }
	

}

/* header social */
header .header-social {
	font-size: 20px;
   font-weight: normal;
   line-height: 54px;
   color: #424a56;
   margin: 0 10px 0 0;
   padding: 0;
   float: right;
}
header .header-social li {
   display: inline-block;
   margin-right: 20px;
}
header .header-social li a { color: #fff; }
header .header-social li a:hover { color: #11ABB0; }

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap, #nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

/* nav-wrap */
#nav-wrap {
   font: 12px 'Lato', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   float: right;
   
}



@media screen and (max-width: 1280px){
   #nav-wrap {
      font: 10px 'Lato', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      float: right;
      
   }
}

@media screen and (max-width: 768px){
   #nav-wrap {
      font: 7px 'Lato', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      float: right;
      
   }
}

/* hide toggle button */
#nav-wrap > a { display: none; margin-right: auto; padding-top: 20px;}

ul#nav {
   min-height: 54px;
   width: auto;
	padding-top: 24px;

   /* left align the menu */
   text-align: right;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 54px;
   display: inline-block;

}

/* Links */
ul#nav li a {

   /* 8px padding top + 8px padding bottom + 38px line-height = 54px */
   display: inline-block;
   padding: 0 8px;
   line-height: 38px;
	text-decoration: none;
   text-align: left;
   color: #fff;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
ul#nav li a:hover { color: #ec6920; }
ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #fff; }




/* ------------------------------------------------------------------ */
/* c. Hero Section
/* ------------------------------------------------------------------ */

#hero {
   padding-top: 66px;
   background: #23292f url(img/hero-bg.png);
   overflow: hidden;
}

/* For high-res devices */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  #hero { 
    background: #23292f url(img/hero-bg_@2X.png); 
    background-size: 200px 200px;
  }
  
}

#hero .row { max-width: 1040px; }

/* Hero Text */
.hero-text {
  color: #676e73;
   width: 83%;
   text-align: center;
   margin: 54px auto 24px auto;
}
.hero-text h1 {
   font: 40px/1.2em 'montserrat-regular', sans-serif; 
   color: #fff;
   padding: 0;
   margin: 0;
   text-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
}
.hero-text h1 span,
.hero-text a { color: #11ABB0; }
.hero-text p {
   font: 16px/30px 'opensans-regular', sans-serif;
   padding: 0;
   margin: 12px 8% 0;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}

/* Hero Image */
.hero-image {
   width: 100%;
   margin: 0 auto;
}
.hero-image img {
   vertical-align: bottom;
   display: block;
}

/* Hero CTA Buttons */
#hero .buttons {
   text-align: center;
   margin: 0 0 18px 0;
}
#hero .buttons .button {
   font: 14px/24px 'montserrat-bold', sans-serif;
   text-transform : uppercase;
   letter-spacing: 2px;
}
#hero .buttons .trial {
   background: #f64b39;
   margin-right: 30px;

   -webkit-animation-delay: 10s;
      -moz-animation-delay: 10s;
       -ms-animation-delay: 10s;
        -o-animation-delay: 10s;
   -webkit-animation-iteration-count: 3;
      -moz-animation-iteration-count: 3;  
}
#hero .buttons .trial:hover { background: #F86A5A; }
#hero .buttons .learn-more {}



/*++++++++++++++++++++++++ BARRA DE SCROLL ++++++++++++++++++++*/

#style-1::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 8px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
  width: 11px;
  background-color:  #399bb2;
}

#style-1::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color:  #474747;
}


/*++++++++++++++++++++++++ Cerrar BARRA DE SCROLL ++++++++++++++++++++*/
/*++++++++++++++++++++++++ Estilos tipograficos +++++++++++++++++++++++++++++++*/



h2 {
   color: #ec6920; 
   font-size: 25px; 
   font-weight: 600;
   padding-right: 5px; 
   padding-top: 10px;
   padding-bottom: 5px;
}

@media (max-width: 500px){
   h2{
     color: #ec6920; 
     font-size: 17px; 
     font-weight: 600;
     padding-right: 5px; 
     padding-top: 10px;
     padding-bottom: 5px;
  }
}




.texto1{
   font-size: 1.5rem;
   color: #fff;
   font-weight: 300;
   line-height: 25px;
   text-align: left;
}



.texto4 {
   color: #5b5b5b; 
   font-size: 16px; 
   font-weight: 300;
   line-height: 25px;
   padding-right: 5px; 
   padding-bottom: 15px;
}

.texto5 {
   color: #5b5b5b; 
   font-size: 18px; 
   font-weight: 600;
   line-height: 25px;
   padding-top: 10px;
   padding-bottom: 25px;
}


.texto6 {
   color: #5b5b5b; 
   font-size: 22px; 
   font-weight: 400;
   line-height: 25px;
   padding-top: 0px;
   padding-bottom: 45px;
 
}



.texto7 {
   color: #5b5b5b; 
   font-size: 18px; 
   font-weight: 600;
   line-height: 20px;
   padding-top: 0px;
   padding-bottom: 8px;
 
}
@media screen and (max-width: 1024px){
	.texto6 {
	   color: #5b5b5b; 
	   font-size: 17.5px; 
	   font-weight: 400;
	   line-height: 25px;
	   padding-top: 0px;
	   padding-bottom: 45px;

	}
	
	.texto7 {
	   color: #5b5b5b; 
	   font-size: 17px; 
	   font-weight: 400;
	   line-height: 20px;
	   padding-top: 0px;
	   padding-bottom: 8px;

	}
}
	
@media (max-width: 500px){
   .texto1{
      font-size: 1rem;
      color: #fff;
      font-weight: 300;
      line-height: 28px;
      text-align: justify;
   }

   .texto4 {
      color: #5b5b5b; 
      font-size: 14px; 
      font-weight: 300;
      line-height: 25px;
      padding-right: 5px; 
      padding-bottom: 15px;

   }
	
	.texto5 {
     color: #5b5b5b; 
     font-size: 15px; 
     font-weight: 500;
     line-height: 25px;
     padding-top: 15px;
     padding-bottom: 25px;
  }
	
	.texto6 {
	   color: #5b5b5b; 
	   font-size: 17px; 
	   font-weight: 400;
	   line-height: 25px;
	   padding-top: 0px;
	   padding-bottom: 75px;

	}
	
	.texto7 {
	   color: #5b5b5b; 
	   font-size: 16px; 
	   font-weight: 400;
	   line-height: 22px;
	   padding-top: 0px;
	   padding-bottom: 8px;

	}
}




.tituloss{
   font-size: 40px;
   color: #ec6920;
   font-weight: 700;
   text-transform: uppercase;
   padding-bottom: 30px;
	line-height: 30px;

}

@media (max-width: 768px){
   .tituloss{
    
	   font-size: 30px;
	   color: #ec6920;
	   font-weight: 700;
	   text-transform: uppercase;
	   padding-bottom: 30px;
	   line-height: 35px;
   }
}
@media (max-width: 640px){
   .tituloss{
      font-size: 24px;
      color: #ec6920;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 20px; 
	   
	   line-height: 30px;
   }
	
	
}



.tituloss2{
   font-size: 40px;
   color: #ec6920;
   font-weight: 700;
   text-transform: uppercase;
   padding-bottom: 10px;

}

@media (max-width: 768px){
   .tituloss2{
      font-size: 30px;
      color: #ec6920;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 10px; 
   }
}
@media (max-width: 640px){
   .tituloss2{
      font-size: 25px;
      color: #ec6920;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 10px; 
   }
}



.tituloss3{
   font-size: 40px;
   color: #ec6920;
   font-weight: 700;
   text-transform: uppercase;
   padding-bottom: 30px;
	padding-top: 150px;

}

@media (max-width: 1024px){
   .tituloss3{
      font-size: 25px;
      color: #ec6920;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 30px; 
	   padding-top: 50px;
   }
}
@media (max-width: 640px){
   .tituloss3{
      font-size: 25px;
      color: #ec6920;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 50px; 
	   padding-top: 80px;
   }
}

.tituloss4{
   font-size: 30px;
   color: #ec6920;
   font-weight: 800;
   text-transform: uppercase;
   padding-bottom: 30px;

}
@media (max-width: 640px){
   .tituloss4{
      font-size: 16px;
      color: #ec6920;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 50px; 
   }
}

.tituloss5{
   font-size: 45px;
   color: #ec6920;
   font-weight: 700;
   text-transform: uppercase;
   padding-bottom: 10px;
   line-height: 45px;

}


@media screen and (max-width: 1280px){
	.tituloss5{
	   font-size: 35px;
	   color: #ec6920;
	   font-weight: 700;
	   text-transform: uppercase;
	   padding-bottom: 10px;
	   line-height: 45px;

	}
	
}

@media screen and (max-width: 1024px){
	.tituloss5{
	   font-size: 30px;
	   color: #ec6920;
	   font-weight: 700;
	   text-transform: uppercase;
	   padding-bottom: 8px;
	   line-height: 35px;

	}
	
}


@media screen and (max-width: 768px){
	.tituloss5{
	   font-size: 30px;
	   color: #ec6920;
	   font-weight: 700;
	   text-transform: uppercase;
	   padding-bottom: 8px;
	   line-height: 35px;

	}
	
}

@media screen and (max-width: 500px){
	.tituloss5{
	   font-size: 25px;
	   color: #ec6920;
	   font-weight: 700;
	   text-transform: uppercase;
	   padding-bottom: 8px;
	   line-height: 29px;

	}
	
}

/* ------------------------------------------------------------------ */
/* c. Screenshots
/* ------------------------------------------------------------------ */

#screenshots {

   background: #fff ;
   padding-top: 120px;
   padding-bottom: 180px;
}

/* For high-res devices */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

   #screenshots {
      background: #fff ;
      background-size: 397px 322px;
   }

}

@media screen and (max-width: 414px){
   #screenshots {

      background: #fff ;
      padding-top: 55px;
      padding-bottom: 180px;
   } 
}
@media screen and (max-width: 375px){
   #screenshots {

      background: #fff ;
      padding-top: 55px;
      padding-bottom: 180px;
   } 
}
@media screen and (max-width: 360px){
   #screenshots {

      background: #fff ;
      padding-top: 55px;
      padding-bottom: 180px;
   } 
}


@media screen and (max-width: 320px){
   #screenshots {

      background: #fff ;
      padding-top: 60px;
      padding-bottom: 180px;
   } 
}

#screenshots2 {

   background: #fff ;
   padding-top: 120px;
   padding-bottom: 100px;
}

/* For high-res devices */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

   #screenshots2 {
      background: #fff ;
      background-size: 397px 322px;
   }

}


#screenshots3 {

   background: #fff ;
   padding-top: 120px;
   padding-bottom: 180px;
}

/* For high-res devices */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

   #screenshots3 {
      background: #fff ;
      background-size: 397px 322px;
   }

}




/* Portfolio Content */


#screenshots-wrapper .columns { padding: 0; }
.item .item-wrap {
   background: #fff;
   overflow: hidden;
   position: relative;

   -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.item .item-wrap a {
   display: block;
   cursor: pointer;
}

/* overlay */
.item .item-wrap .overlay {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;

	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   background: url(img/overlay-bg.png) repeat;
}
.item .item-wrap .link-icon {
   display: block;
   color: #fff;
   height: 30px;
   width: 30px;
   font-size: 18px;
   line-height: 30px;
   text-align: center;

   opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -15px;
   margin-top: -15px;
}
.item .item-wrap img {
   vertical-align: bottom;

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


#overlay .holder .nav #next, #overlay .holder .nav #prev {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  font-size: 40px;
}
#overlay .holder .nav #next span, #overlay .holder .nav #prev span {
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
}
#overlay .holder .nav #next {
  right: 0;
  text-align: right;
}
#overlay .holder .nav #prev {
  left: 0;
  text-align: left;
}

/* on hover */
.item:hover .overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.item:hover .link-icon {
   opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.item:hover .item-wrap img {
   -moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


/* ------------------------------------------------------------------ */
/* Referencia ubicación
/* ------------------------------------------------------------------ */

#call-to-action {
   background: #f4f4f4;
   padding-top: 72px;
   padding-bottom: 48px;
}


#call-to-action .texto3 {
   color: #333; 
   font-size: 17px; 
   font-weight: 300;
   padding-right: 5px; 
   padding-bottom: 40px;
}





/* ------------------------------------------------------------------ */
/* i. Subscribe Section
/* ------------------------------------------------------------------ */

#subscribe {
   background: #23292F;
   padding-top: 96px;
   padding-bottom: 66px;
   overflow: hidden;
   text-align: center;
}

#subscribe a, #subscribe a:visited  { color: #fff; }
#subscribe a:hover, #subscribe a:focus { color: #11ABB0; }

#subscribe h1 { color: #fff; }
#subscribe p {
   color: #7A7A7A;
   text-align: center;
   padding: 0;
}

/* mailchimp signup form */
#mc_embed_signup {
   background: none;
   clear: both;
   display: block;
   margin: 6px auto 30px auto;
   width: 70%;
  	text-align: center;   
}
#mc_embed_signup:before,
#mc_embed_signup:after {
    content: " ";
    display: table;
}
#mc_embed_signup:after {
    clear: both;
}
#mc_embed_signup input[type="submit"] {
   float: right;
   height: 60px;
   margin: 0;
   padding: 0 20px;
   font-size: 16px;
   line-height: 60px;
   width: 47%;  
}
#mc_embed_signup input[type="email"] {
   display: inline;
   float: left;
   height: 60px;
   margin: 0;
   padding: 18px 20px;
   font-size: 18px;
   line-height: 24px;
   font-family: 'Lato', sans-serif;
   width: 47%;  
   text-align: center;
}


/* ------------------------------------------------------------------ */
/* j. Footer
/* ------------------------------------------------------------------ */

footer {
   padding-top: 84px;
   margin-bottom: 0px;
   height: 400px;
   color: #000;
   font-size: 13px;
   line-height: 24px;
   position: relative;   
}

@media (max-width: 500px){
   footer {
      padding-top: 84px;
      margin-bottom: 0px;
      height: 570px;
      color: #000;
      font-size: 13px;
      line-height: 24px;
      position: relative;   
   }
}


footer a, footer a:visited { color: #0A6567; }  
footer a:hover, footer a:focus { color: #fff; }

footer .info { padding-right: 90px; }

footer .footer-logo a {
   display: block;
   margin-bottom: 12px;
   margin-top: 12px;
   margin-left: 3px;
}
footer .footer-logo a img {
   height: 24px;
   width: 92px;
}

footer .right-cols .columns {
   padding-right: 5px;
   padding-left: 5px;
   width: 33.33333%; ;
}
footer .right-cols .columns p { margin-bottom: 6px; }

footer h3 {
   font: 13px/24px 'Lato', sans-serif;
   margin-bottom: 0;
   font-weight: normal;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 1px;
}
footer h3:before {
   font-family: 'FontAwesome';   
	margin: 0 0 6px 3px;
	font-size: 30px;
   line-height: 48px;
   text-align: left;
   color: #FFF;
   display: block;
}
footer h3.address:before { content: "\f041"; }
footer h3.social:before { content: "\f0c0"; }
footer h3.contact:before { content: "\f0e0"; }

footer ul {
   margin: 0;
   padding: 0;
}
footer ul li {
   margin: 0;
   line-height: 24px;
}
footer ul li a,
footer ul li a:visited { color: #3c4753; }
footer ul li a:hover,
footer ul li a:focus { color: #fff; }

/* copyright */
footer .copyright {
   margin: 0;
   padding: 0 18px;
   clear: both;
   color: #fff;
}

/* Go To Top Button */
#go-top {
	position: absolute;
	top: -24px;
   left: 50%;
   margin-left: -30px;
   text-align: center;
   z-index: 889;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background: #ec6920;
	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   color: #fff;
   font-size: 21px;
   line-height: 60px;
 	border-radius: 100%;
}
#go-top a:hover { background: #fff; color: #ec6920; }


/* ------------------------------------------------------------------ */
/* k. lightbox
/* ------------------------------------------------------------------ */

#imagelightbox {
   cursor: pointer;
   position: fixed;
   z-index: 995;
   -ms-touch-action: none;
   touch-action: none;
   -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .3 ); /* 50 */
   -moz-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .3 ); /* 50 */
   box-shadow: 0 0 3.125em rgba( 0, 0, 0, .3 ); /* 50 */
}

/* activity indication */
#imagelightbox-loading,
#imagelightbox-loading div { border-radius: 50%; }
#imagelightbox-loading {
   width: 2.5em; /* 40 */
   height: 2.5em; /* 40 */
   background-color: #444;
   background-color: rgba( 0, 0, 0, .5 );
   position: fixed;
   z-index: 999;
   top: 50%;
   left: 50%;
   padding: 0.625em; /* 10 */
   margin: -1.25em 0 0 -1.25em; /* 20 */
   -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .3 ); /* 40 */
   -moz-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .3 ); /* 40 */
   box-shadow: 0 0 2.5em rgba( 0, 0, 0, .3 ); /* 40 */
}
#imagelightbox-loading div {
   width: 1.25em; /* 20 */
   height: 1.25em; /* 20 */
   background-color: #fff;

   -webkit-animation: imagelightbox-loading .5s ease infinite;
   -moz-animation: imagelightbox-loading .5s ease infinite;
   -o-animation: imagelightbox-loading .5s ease infinite;
   animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
	from { opacity: .5; -webkit-transform: scale( .75 ); }
	50% { opacity: 1; -webkit-transform: scale( 1 ); }
	to { opacity: .5; -webkit-transform: scale( .75 ); }
}   
@-moz-keyframes imagelightbox-loading {
	from { opacity: .5; -moz-transform: scale( .75 ); }
	50% { opacity: 1; -moz-transform: scale( 1 ); }
	to { opacity: .5; -moz-transform: scale( .75 ); }
}
@-o-keyframes imagelightbox-loading {
	from { opacity: .5; -o-transform: scale( .75 ); }
	50% { opacity: 1; -o-transform: scale( 1 ); }
	to { opacity: .5; -o-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading {
	from { opacity: .5; transform: scale( .75 ); }
	50% { opacity: 1; transform: scale( 1 ); }
	to { opacity: .5; transform: scale( .75 ); }
}

/* lightbox overlay */
#imagelightbox-overlay {
   background-color: #383838;
   background-color: rgba( 0, 0, 0, .8 );
   position: fixed;
   z-index: 994;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

/* close button */
#imagelightbox-close {	  
   position: fixed;
   z-index: 999;
   top: 2.5em; /* 40 */
   right: 2.5em; /* 40 */ 
}

#imagelightbox-close i {	  
	display: block;
	background: #fff;
	padding: 10px;
	border-radius: 100%;

	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .5 ); /* 40 */
	-moz-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .5 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .5 ); /* 40 */
}
a#imagelightbox-close { color: #333; }
a#imagelightbox-close:hover, a#imagelightbox-close:focus { color: #11ABB0; }

/* lightbox caption */
#imagelightbox-caption {
	text-align: center;
	color: #fff;
	background-color: #000;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}

#imagelightbox-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
#imagelightbox-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption {
	-webkit-animation: fade-in .25s linear;
	-moz-animation: fade-in .25s linear;
	-o-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}

@-webkit-keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-o-keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media only screen and (max-width: 41.250em) { /* 660 */

	#container	{ width: 100%; }
	#imagelightbox-close	{
		top: 1.25em; /* 20 */
		right: 1.25em; /* 20 */
	}

} 












/*+++++++++++++++ Map +++++++++++++++*/
.map{
   position:relative;
   margin-top:-0px;
}

.map iframe{
   width:100%;
   height:300px;
   border:none;
}

.map-grid iframe{
   width:100%;
   height:400px;
   border:none;
   margin:0;
   padding:0;
}

/*+++++++++++++++++++++ Cierra Map +++++++++++++++++++++*/




 hr {
    position: relative;
    height: 4px;
    border: none;margin-left: 40%;
    width: 20%;
  }

  hr:before,
  hr:after {
    position: absolute;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
  }

  hr:before { left: 0; }
  hr:after  { right: 0; }

  /* default color */
  hr, hr:before, hr:after {
    background-color: #666;
  }

  /* red */
  hr.red, hr.red:before, hr.red:after {
    background-color: #f00;
  }
/*++++++++++++++++++++ Slider ++++++++++++++++++++++++++++*/

 .espacio{
    padding-top: 750px;
  }

@media screen and (max-width: 2000px){
   .espacio{
      padding-top: 820px;   }
}

@media screen and (max-width: 1920px){
   .espacio{
      padding-top: 750px;   }
}

@media screen and (max-width: 1900px){
   .espacio{
      padding-top: 700px;   }
}

@media screen and (max-width: 1800px){
   .espacio{
      padding-top: 700px;   }
}

@media screen and (max-width: 1280px){
   .espacio{
      padding-top: 600px;   }
}

@media screen and (max-width: 1024px){
   .espacio{
      padding-top: 680px;  }
}

@media screen and (max-width: 768px){
   .espacio{
      padding-top: 500px;   }
}

@media screen and (max-width: 600px){
   .espacio{
      padding-top: 440px;   }
}

@media screen and (max-width: 414px){
   .espacio{
      padding-top: 300px;   }
}
@media screen and (max-width: 375px){
   .espacio{
      padding-top: 400px;   }
}

@media screen and (max-width: 360px){
   .espacio{
      padding-top: 350px;   }
}

@media screen and (max-width: 320px){
   .espacio{
      padding-top: 350px;   }
}


.alineacion{
  margin-left: 0%;
}

@media screen and (max-width: 768px){
   .alineacion{
     margin-left: 0%;
   }

}

@media (max-width: 600px){
  .alineacion{
    margin-left: 0%;
  }

}

.alineacion2{
  margin-right: 6px;
}

@media (max-width: 1600px){
  .alineacion2{
    margin-right: 4px;
  }

}

@media (max-width: 1100px){
  .alineacion2{
    margin-right: 2px;
  }

}
@media (max-width: 1024px){
  .alineacion2{
    margin-right: 2px;
  }

}
/* Formulario  --------------------------------------------------------- */

form { margin-bottom: 24px; }
fieldset { margin-bottom: 24px; }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select {
   display: block;
   padding: 18px 15px;
   margin: 0 0 24px 0;
   border: 0;
   outline: none;
   vertical-align: middle;
   min-width: 455px;
  max-width: 100%;
   font-size: 15px;
   line-height: 24px;
  color: #333;
  background: #f7f7f7;
   border-radius: 3px;

}

@media screen and (max-width: 768px){
   input[type="text"],
   input[type="tel"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
     display: block;
     padding: 18px 15px;
     margin: 0 0 24px 0;
     border: 0;
     outline: none;
     vertical-align: middle;
     min-width: 350px;
    max-width: 100%;
     font-size: 14px;
     line-height: 24px;
    color: #333;
    background: #f7f7f7;
     border-radius: 3px;

  }
}

@media (max-width: 600px){
  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
     display: block;
     padding: 18px 15px;
     margin: 0 0 24px 0;
     border: 0;
     outline: none;
     vertical-align: middle;
     min-width: 305px;
    max-width: 100%;
     font-size: 14px;
     line-height: 24px;
    color: #333;
    background: #f7f7f7;
     border-radius: 3px;

  }
}
/* select { padding: 0;
   width: 220px;
   } */

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
   color: #B3B7BC;
  background-color: #383D41;
}

textarea { min-height: 220px; }

label,
legend {
   font: 16px/24px 'opensans-bold', sans-serif;
  margin: 12px 0;
   color: #3d4145;
   display: block;
}
label span,
legend span {
  color: #8B9798;
   font: 14px/24px 'opensans-regular', sans-serif;
}

input[type="checkbox"],
input[type="radio"] {
   font-size: 15px;
   color: #3d4145;
}

input[type="checkbox"] { display: inline; }



/*+++++++++++++++++++++ Botones +++++++++++++++++++++++++++++++*/


.button {
  max-width: 220px;
  text-decoration: none;
  background-color: #3f51b5;
  display: inline-block;
  color: #FFF;
  /*padding: 10px;*/
  padding: 1em 2em;
  margin-left: 5px;
  /*Ellipsis Text*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*Border radius*/
  border-radius: 5px;
  /*Font*/
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

/*Hover effect*/
.button:hover {
  background-color: #303f9f;
}

/*Colors*/

.button.orange {
  background-color: #ec6920;
}

.button.orange:hover {
  background-color: #333;
}

/*Bordered*/
.button.bordered {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) inset;
}


.askew {
  position: relative;
  width: 100%;
  padding: 180px 40px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}




/*++++++++++++++++++++ Slider ++++++++++++++++++++++++++++++++++*/

.sliderj {
   font-size: 70px;
   color: #ec6920;
   font-weight: 800;
   text-transform: uppercase;
   padding-bottom: 50px;
   padding-top: 8%;
   line-height: 85px;
   text-align: center;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.75);
  
  -webkit-transform: translate3d(25%, 0, 200px) scale3d(0.8,0.8,1);
          transform: translate3d(25%, 0, 200px) scale3d(0.8,0.8,1)
}

ul,ol{
	list-style: none;
}


.slideshow{
	width: 100%;
	position: relative;
	animation: 25s slidy infinite;
	
}

.slideshow1{
	width: 100%;
	height: 700px;
	position: relative;
	background-image:url(../images/1.jpg);
	animation: 25s slidy infinite;
}

.slideshow2{
	width: 100%;
	height: 700px;
	position: relative;
	background-image:url(../images/2.jpg);
}

.slideshow3{
	width: 100%;
	height: 700px;
	position: relative;
	background-image:url(../images/3.jpg);
	animation: 25s slidy infinite;
}


.slideshow4{
	width: 100%;
	height: 700px;
	position: relative;
	background-image:url(../images/4.jpg);
	animation: 25s slidy infinite;
}

.slider li, ul{
	width: 100%;
	animation: 25s slidy infinite;
}

.slider li{
	overflow: hidden;
}

.slider li img{
	width: 100%;
	
}

.slider .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 15px 50px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	text-align: center;
	color: #fff;
	z-index: 1;
}

.slider .caption h1{
	font-size: 70px;
   	color: #ec6920;
   font-weight: 800;
   text-transform: uppercase;
   padding-bottom: 50px;
   padding-top: 8%;
   line-height: 85px;
   text-align: center;
   -webkit-text-stroke: 2px #fff;
}

.slider .caption p{
	margin-top: 10px;
	font-size: 20px;
}

.pagination{
	position: absolute;
	top: 95%;
	width: 100%;

	display: flex;
	justify-content: center;
}

.pagination li{
	font-size: 20px;
	margin: 2px 5px;
	color: #858585;
	cursor: pointer;
}

.left, .right{
	position: absolute;
	top: 0;
	height: 100%;

	display: flex;
	align-items: center;

	color: #fff;
	font-size: 35px;
	cursor: pointer;
	z-index: 2;
}

.left{
	left: 10px;
}

.right{
	right: 10px;
}


@media screen and (max-width: 1800px){
	
	.slideshow1{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/29.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/30.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/31.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/32.jpg);
	}
}

@media screen and (max-width: 1700px){
	
	.slideshow1{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/37.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/38.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/39.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/40.jpg);
	}
}

@media screen and (max-width: 1600px){
	
	.slideshow1{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/33.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/34.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/35.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 700px;
		position: relative;
		background-image:url(../images/36.jpg);
	}
}

@media screen and (max-width: 1500px){
	
	.slideshow1{
		width: 100%;
		height: 600px;
		position: relative;
		background-image:url(../images/5.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 600px;
		position: relative;
		background-image:url(../images/6.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 600px;
		position: relative;
		background-image:url(../images/7.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 600px;
		position: relative;
		background-image:url(../images/8.jpg);
	}
}

@media screen and (max-width: 1400px){
	
	.slideshow1{
		width: 100%;
		height: 600px;
		position: relative;
		background-image:url(../images/9.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 600px;
		position: relative;
		background-image:url(../images/10.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 600px;
		position: relative;
		background-image:url(../images/11.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 600px;
		position: relative;
		background-image:url(../images/12.jpg);
	}
}

@media screen and (max-width: 1280px){
	
	.slideshow1{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/13.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/14.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/15.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/16.jpg);
	}
}

@media screen and (max-width: 1100px){
	
	.slideshow1{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/41.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/42.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/43.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/44.jpg);
	}
}

@media screen and (max-width: 1024px){
	
	.slideshow1{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/17.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/18.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/19.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 500px;
		position: relative;
		background-image:url(../images/20.jpg);
	}
}

@media screen and (max-width: 900px){
	
	.slideshow1{
		width: 100%;
		height: 444px;
		position: relative;
		background-image:url(../images/21.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 444px;
		position: relative;
		background-image:url(../images/22.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 444px;
		position: relative;
		background-image:url(../images/23.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 444px;
		position: relative;
		background-image:url(../images/24.jpg);
	}
}

@media screen and (max-width: 800px){
	
	.slideshow1{
		width: 100%;
		height: 400px;
		position: relative;
		background-image:url(../images/25.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 400px;
		position: relative;
		background-image:url(../images/26.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 400px;
		position: relative;
		background-image:url(../images/27.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 400px;
		position: relative;
		background-image:url(../images/28.jpg);
	}
}

@media screen and (max-width: 768px){
	
	.slideshow1{
		width: 100%;
		height: 400px;
		position: relative;
		background-image:url(../images/45.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 400px;
		position: relative;
		background-image:url(../images/46.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 400px;
		position: relative;
		background-image:url(../images/47.jpg);
	}


	.slideshow4{
		width: 100%;
		height: 400px;
		position: relative;
		background-image:url(../images/48.jpg);
	}
}

@media screen and (max-width: 600px){
	.slider .caption p{
		display: none;
	}

	.slider .caption h1{
		font-size: 35px;
	}

	.left, .right{
		font-size: 30px;
	}

	.slider li img{
		width: 130%;
		height: 320px;
	}

	.pagination{
		display: none;
	}
	
	.slider .caption h1{
		font-size: 30px;
		color: #ec6920;
	   font-weight: 800;
	   text-transform: uppercase;
	   padding-bottom: 50px;
	   padding-top: 35%;
	   line-height: 45px;
	   text-align: center;
	   -webkit-text-stroke: .5px #fff;
	}
	
	.slideshow1{
		width: 100%;
		height: 370px;
		position: relative;
		background-image:url(../images/49.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 370px;
		position: relative;
		background-image:url(../images/50.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 370px;
		position: relative;
		background-image:url(../images/51.jpg);
	}

  .slideshow4{
    width: 100%;
    height: 370px;
    position: relative;
    background-image:url(../images/52.jpg);
  }
}

@media screen and (max-width: 414px){
	
	.slideshow1{
		width: 100%;
		height: 347.71px;
		position: relative;
		background-image:url(../images/53.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 347.71px;
		position: relative;
		background-image:url(../images/54.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 347.71px;
		position: relative;
		background-image:url(../images/55.jpg);
	}


	.slideshow4{
		width: 100%; 
		height:347.71px;
		position: relative;
		background-image:url(../images/56.jpg);
	}
}

@media screen and (max-width: 320px){
	
	.slideshow1{
		width: 100%;
		height: 196.67px;
		position: relative;
		background-image:url(../images/57.jpg);

	}

	.slideshow2{
		width: 100%;
		height: 196.67px;
		position: relative;
		background-image:url(../images/58.jpg);
	}

	.slideshow3{
		width: 100%;
		height: 196.67px;
		position: relative;
		background-image:url(../images/59.jpg);
	}


	.slideshow4{
		width: 100%; 
		height: 196.67px;
		position: relative;
		background-image:url(../images/60.jpg);
	}
}