@import url("navigation.css");
@import url("plugin/flexslider.css");
@import url("plugin/owl.carousel.css");
@import url("plugin/mediaelementplayer.css");
@import url("plugin/colorbox.css");
@import url("plugin/jquery.fs.tipper.css");
@import url(https://fonts.googleapis.com/css?family=Economica:400,700);
@font-face {
	font-family: 'Gotham Book';
	src: url('../fonts/gotham/Gotham-Book.eot#') format('eot'),
url('../fonts/gotham/Gotham-Book.woff') format('woff'),
url('../fonts/gotham/Gotham-Book.ttf') format('truetype'),
url('../fonts/gotham/Gotham-Book.svg#svgGotham-Book') format('svg');
	}
@font-face {
	font-family: 'Gotham Light';
	src: url('../fonts/gotham/Gotham-Light.eot#') format('eot'),
url('../fonts/gotham/Gotham-Light.woff') format('woff'),
url('../fonts/gotham/Gotham-Light.ttf') format('truetype'),
url('../fonts/gotham/Gotham-Light.svg#svgGotham-Light') format('svg');
	}
@font-face {
	font-family: 'Gotham XLight';
	src: url('../fonts/gotham/Gotham-XLight.eot#') format('eot'),
url('../fonts/gotham/Gotham-XLight.woff') format('woff'),
url('../fonts/gotham/Gotham-XLight.ttf') format('truetype'),
url('../fonts/gotham/Gotham-XLight.svg#svgGotham-Light') format('svg');
	}
@font-face {
	font-family: 'Gotham Medium';
	src: url('../fonts/gotham/Gotham-Medium.eot#') format('eot'),
url('../fonts/gotham/Gotham-Medium.woff') format('woff'),
url('../fonts/gotham/Gotham-Medium.ttf') format('truetype'),
url('../fonts/gotham/Gotham-Medium.svg#svgGotham-Medium') format('svg');
	}
@font-face {
	font-family: 'Gotham Bold';
	src: url('../fonts/gotham/Gotham-Bold.eot#') format('eot'),
url('../fonts/gotham/Gotham-Bold.woff') format('woff'),
url('../fonts/gotham/Gotham-Bold.ttf') format('truetype'),
url('../fonts/gotham/Gotham-Bold.svg#svgGotham-Bold') format('svg');
	}

/* 
* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style    
  - Spacer Style
      
* HEADER 
  - Header Style
  - Navigation Menu
  - Right Side Menu Button (Search, Cart, Bar, etc)

* FOOTER

* ELEMENTS
  - Team Box
  - Skills Bar
  - Accordion Tab
  - Counter
  - Service Box
  - Pricing
  - Testimonials
  - Client Logo
  - Icon
  - Table
  
* GLOBAL STYLES
  - Push Menu Style (Top, Bottom, Left, right)
  - Contents (Body, Container, Section, etc)
  - Contants (Portfolio, Blog, Shop etc)
  - Parallax
  - Slider
  - Preloader
  - Additional
*/


/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

::-moz-selection {
    background-color: #e6ae49;
    color: #FFF;
}

::selection {
    background-color: #e6ae49;
    color: #FFF;
}


/*  General Style   ||-----------*/

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
	background-color: #fff;
}

body {
    line-height: 25px;
    color: #323232;
    font-size: 18px;
    font-family: 'Gotham Book', sans-serif;
    font-weight: 400;
    
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

a, a:focus, a:active, a:link, img {
    outline: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

    a:hover {
        color: #e6ae49;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

.video {
    display: block;
}

.audio {
    width: 100%;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
    hr.dark {
        border-top: 1px solid #3e3e3e;
    }
b, strong {
    font-weight: 600;
}

small, small a {
    font-size: 11px;
    color: #888;
}

ul.list-inside {
    list-style: inside;
}

ul.list-none {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}

ul.list-none-ib {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}

    ul.list-none-ib li, .list-none-ib {
        list-style: none;
        display: inline-block;
    }

ul.text-cap li, .text-cap {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
ul.caracteristicas-list{
	list-style:disc;
	margin-bottom:30px;
}
ul.caracteristicas-list li{
	font-family:'Gotham Book';
	font-size:22px;
	line-height:30px;
	color:#000;
	padding-bottom: 15px;
}
p {
    line-height: 25px;
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0 10px 0;
    color: #666666;
    line-height:25px;
}
/*Headings Style   ||-----------*/

.separator {
    height: 1px;
    width: 32px;
    background: #888;
    margin-top: 5px;
    margin-bottom: 3px;
    border: 0 none;
}    

h1, h2, h3, h4, h5, h6 {
    color: #323232;
    text-transform: uppercase;
    font-family: 'Gotham Bold', sans-serif;    
    margin-top: 0px;
    margin-bottom: 10px;
	font-weight:normal;
}

h1 {
    font-size: 50px;    
    line-height: 45px;
}
h4 {
	font-family:'Gotham Medium', sans-serif;
}
#contact-containers{
	padding-top:150px;
}
#contact-containers .contact-container{
	padding:10px;
	width: 50%;
	float: left;
}

#contact-containers .registro{
	padding:10px;
	width: 100% !important;
	float: left;
}
/*#contact-containers .contact-container.datos{
	padding:10px 0px 10px 10px;
}*/
#contact-containers .contact-container .container-in{
	padding:20px;
	background-color:rgba(0,0,0,.8);
}
#contact-containers .contact-container h1{
	font-size:30px;
	color:#FFF;
}
#contact-containers .contact-container h3{
	font-family:'Gotham Book', sans-serif;
	font-size:50px;
	color:#FFF;
	font-weight:normal;
	margin-bottom:30px;
	line-height: 1;
}
#contact-containers .contact-container h4{
	font-family:'Gotham Medium', sans-serif;
	font-size:24px;
	color:#FFF;
	text-transform:none;
}
#contact-containers .contact-container h5{
	font-family:'Gotham Bold', sans-serif;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
}
#main-contact-form input{
	height:50px;
	padding:10px;
	font-size:25px;
	color:#999;
	font-family: 'Economica', sans-serif;
	margin-bottom:15px;
	font-weight:400;
}
#main-contact-form textarea{
	height:50px;
	padding:10px;
	font-size:25px;
	color:#999;
	font-family: 'Economica', sans-serif;
	margin-bottom:15px;
	font-weight:400;
}
/*#main-contact-form button{
	margin-top:50px;
}*/
#contact-containers .contact-container #datos-dasza{
	padding:30px 15px;
}
#datos-dasza span{
	font-family:'Gotham Book';
	font-size:16px;
	color:#FFF;
	line-height:23px;
	display:block;
	font-weight:normal;
}
#datos-dasza span.telefono a{
	color:#FFF;
}
#mapa-btn{
	background-image:url(../img/map.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:50px;
	margin-top:15px;
}
@media (max-width: 767px) {
    h1.h1, h2.h2 {
        letter-spacing: 0px;
    }
	
	#contact-containers .contact-container{
		width: 100%;
	}
	#contact-containers .contact-container #datos-dasza {
    	width: 100% !important;
	}

	.google-maps{
		width: 100%;
	}
	
}

 @media (max-width:920px){
 	#contact-containers .contact-container{
		width: 100%;
	}
	 
	#contact-containers .contact-container #datos-dasza {
    	padding: 30px 15px;
		width: 50%;
		float: left;
		
	}
	 .google-maps{
	  padding-bottom: 60% !important;
	 }
 }


h2 {
    font-size: 27px;    
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
}

h3 {
    font-size: 21px;    
    line-height: 32px;
}    

h4 {
    font-size: 17px;   
    line-height: 28px;
}   

h5 {
    font-size: 15px;   
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;   
    line-height: 17px;
    font-weight: 600;
}

h1.large {
    font-size: 50px;
}

/*Button Style   ||-----------*/
.btn:focus {
    outline: none;
}

.btn, button {
    font-size: 28px;
    line-height: normal;    
    font-family: 'Economica', sans-serif;  
	font-weight:700;
    text-transform: uppercase;	
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

button {
    vertical-align: top;
}

.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

.btn-lg {
    padding: 15px 25px;
    display: inline-block;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-icon {
    padding: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-table !important;
}

.btn-blue {
    color: #fff;
    background: rgba(0,150,213,1);
    border: none;
	margin-left: 24px;
}

.btn-gray {
    color: #fff;
    background: rgba(128,128,128,1);
    border: none;
	padding: 10px;
}

    .btn-blue:hover {
        /*color: #fff;
        background: #e6ae49;*/
        background: rgba(0,150,213,0.85);
        color: #fff;
    }
.btn-green {
    color: #fff;
    background: rgba(102,204,0,1);
    border: none;
}

    .btn-green:hover {
        /*color: #fff;
        background: #e6ae49;*/
        background: rgba(102,204,0,0.85);
        color: #fff;
    }

/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid #ddd;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color: #888;
        outline: none;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 13px;
        padding: 10px 15px;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: inline-block;
    }

        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
            border-color: #e6ae49;
            color: #323232;
        }

input, textarea, select {
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

    input.input-sm, .input-sm {
        padding: 8px 15px;
    }

textarea {
    height: 120px;
}

label {
    color: #323232;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.form-full {
    width: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

    .form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
        margin-bottom: 0px;
    }

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}

/* Spacer Style   ||-----------*/
.no-padding {
    padding: 0 !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ptb {
    padding-top: 65px;
    padding-bottom: 70px;
}

.ptb-newsletter{
	padding-top: 20px;
	padding-bottom: 20px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (max-width: 991px) {


    .mtb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-sm-60 {
        margin-top: 60px;
    }

    .mb-sm-60 {
        margin-bottom: 60px;
    }

    .mtb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mt-sm-45 {
        margin-top: 45px;
    }

    .mb-sm-45 {
        margin-bottom: 45px;
    }

    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mtb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pt-sm-0 {
        padding-top: 0px;
    }

    .pb-sm-0 {
        padding-bottom: 0px;
    }

    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .ptb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-sm-60 {
        padding-bottom: 60px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .ptb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pb-sm-80 {
        padding-bottom: 80px;
    }

    .pt-sm-80 {
        padding-top: 80px;
    }

    .float-none-sm {
        float: none !important;
    }

    .float-left-sm {
        float: left !important;
    }

    .float-right-sm {
        float: right !important;
    }
}

@media (max-width: 767px) {

    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }

    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }

    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .mtb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-xs-60 {
        margin-top: 60px;
    }

    .mb-xs-60 {
        margin-bottom: 60px;
    }

    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-xs-30 {
        padding-top: 30px;
    }

    .pb-xs-30 {
        padding-bottom: 30px;
    }

    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-xs-60 {
        padding-bottom: 60px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .float-none-xs {
        float: none !important;
    }

    .float-left-xs {
        float: left !important;
    }

    .float-right-xs {
        float: right !important;
    }
}



/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* Header Style */
.wrapper {
    position: relative;
    width: 100%;
}

.push-body-totop .header.sticky {
    position: fixed;
    top: 64px;
}

.header .container {
    position: relative;
}

.header {
    /*border-bottom: 1px solid #eee;*/
    color: #323232;
    /*padding:25px 0px;*/
    padding: 0px;
    position: relative;
    /*top: 0;*/
    transition: all 0.25s ease 0s;
    -webkit-transition-: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 2000;
}

    .header.sticky {
        background-color: rgba(0, 155, 213, 0.7);       
        color: #323232;
        position: fixed;
        z-index: 2030;
        transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

.full-intro .header {

    border-bottom: none;
    position: absolute;
}

    .full-intro .header.sticky {
        background-color: rgba(0, 155, 213, 0.7) !important;       
        color: #323232;
        position: fixed;
        /*border-bottom: 1px solid #eee;*/
		height: 88px;
		z-index: 1;
    }

.background--dark .header, .background--dark .header a,
.background--dark .header .side-menu-btn ul li a.right-icon, .background--dark .header .mobile-menu-icon {
    color: #fff;
}

.background--light .header, .background--light .header a, .full-intro .header.sticky a, .header a, .header.sticky a,
.mobile-menu-icon, .header.sticky .mobile-menu-icon,
.header .side-menu-btn ul li a.right-icon,
.header.sticky .side-menu-btn ul li a.right-icon, .header .mobile-menu-icon, .header.sticky .mobile-menu-icon {
    color: #fff;
}
    /*#menu-button.menu-opened .bar-icon,*/
    .header .side-menu-btn ul li a.right-icon:hover, .header.sticky .side-menu-btn ul li a.right-icon:hover, .header .mobile-menu-icon:hover,
    .background--dark .header .navigation a:hover {
        color: #e6ae49;
    }

.header li {
    list-style: outside none none;
}

.header ul, .header li {
    margin: 0;
    padding: 0;
}

/* logo Style */
.header .logo a img.l-white, .header .logo a img.l-color, .header.sticky .logo a img.l-white, .header.sticky .logo a img.l-black,
.full-intro .header.sticky .logo a img.l-white,
.background--dark .header .logo a img.l-color, .background--dark .header .logo a img.l-black,
.background--light .header .logo a img.l-light, .background--light .header .logo a img.l-color {
    opacity: 0;
}

.background--light .header .logo a img.l-color{
    position: relative;
    margin-bottom: 20px;
}

.header .logo a img.l-black, .header.sticky .logo a img.l-black, .background--light .header .logo a img.l-black, .background--dark .header .logo a img.l-white {
    opacity: 1;
}

.header .logo {
    float: left;
    display: inline-block;
}

    .header .logo a {
        position: relative;
        display: block;
		width: 515px;
        margin-top: 20px;
    }
	.header .logo.logo-min a {
		width: 367px;
	}

.header.sticky .logo a {
    width: 250px;
    margin-top: 15px;
}

.logo a img {
    position: absolute;
    width: 72%;
    opacity: 0;
    display: block;
}

/* Navigation Menu Style*/
.mobile-menu-icon-wraper {
    display: none;
    position: relative;
    float: left;
    margin-left: 20px;
}

.mobile-menu-icon, .header.sticky .mobile-menu-icon {
    height: 25px;
    display: block;
    font-size: 17px;
    line-height: 24px;
}
.side-menu-btn-fix {
    position:fixed;
    top:25px;
    right:25px;
    z-index:2001;
    font-size:17px;
}
.side-menu-btn-fix a{
    width:35px;
    height:35px;
    text-align:center;
    background:rgba(0,0,0,0.8);
    display:block;
    border-radius:3px;
    color:#fff;
    line-height:34px;
}
    .side-menu-btn-fix a:hover {
        background:#e6ae49;
    }
header.sticky .navigation a.current-ele {
    color:#e6ae49 !important;
}

/* Right Side Menu Button Style*/
.header .side-menu-btn {
    float: left;
    position: relative;
	margin-right:20px;	
}

    .header .side-menu-btn > ul > li, .header .mobile-menu-icon-wraper {
        float: left;
        padding: 0px;
        margin-left: 0px;
		margin-top:40px;
        transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

.header.sticky .side-menu-btn > ul > li, .header.sticky .mobile-menu-icon-wraper {
    padding: 0px;
}
.header.sticky .side-menu-btn > ul > li, .header .mobile-menu-icon-wraper{
	margin-top:20px;
	margin-bottom:20px;
}
.header .side-menu-btn ul li a.right-icon {
    display: block;
    position: relative;
}

.header .side-menu-btn ul li a.right-icon {
    height: 25px;
    background-repeat: no-repeat;
    font-size: 17px;
}
/*=================    CUSTOM   ===================*/

.side-menu-btn li{
	height:42px;
	width:42px;	
}
.side-menu-btn li a{
	display:block;
	height:42px;
	width:42px;
	text-align:center;
	background-color:#0096d5;
	color:#FFF;
}
.header a i{
	font-size:30px;
	line-height:42px;
}


@media (max-width: 767px) {
    .header .side-menu-btn > ul > li, .header .mobile-menu-icon-wraper {
        margin-left: 16px;
    }

    .background--dark .header .side-menu-btn ul li a.right-icon, .background--dark .header .mobile-menu-icon {
        color: #323232;
    }

    .header .logo a img.l-black, /*.header.sticky .logo a img.l-color,*/ .background--dark .header .logo a img.l-black {
        opacity: 1;
    }

    .header .logo a img.l-white {
        display: none;
        opacity: 0;
    }

    .header {
        background: #fff;
        color: #323232;
    }

    .full-intro .header {
       background-color: rgba(255, 255, 255, 0);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 991px) {
    /* HEADER STYLE ------------ */
    .header .side-menu-btn ul li, .header .mobile-menu-icon-wraper {
        padding: 0px;
    }

    .header .logo a, .header.sticky .logo a {
        margin-top: 20px;
        width: 250px;
    }
    /* END HEADER STYLE ------------------ */
}


@media (min-width: 768px) {
}


@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/*==============================================================================================*/
/* FOOTER         ||---------------------------- */
/*==============================================================================================*/



@media (max-width: 767px) {
    
}
/*================================================================================================*/
/* ELEMENTS          ||---------------------------- */
/*================================================================================================*/
.soluciones{
	padding:20px 10px 10px;
	background-color:#ececec;
	text-align:center;
}
.soluciones h3{
	margin-top:10px;
}
.soluciones p{	
	
}
.soluciones img{
	margin:0px auto;
}
#soluciones p.principal{ 
    font-size:28px;
	line-height:31px;
}
#about{
	background-color:#e5e5e5;
	text-align:center;
}
#about img{
	margin:0px auto;
}

.destacar-container{
	background-color:#FFF;
	padding:50px;
	width:100%;
	margin-top:45px;
	margin-bottom:40px;
}
.destacar-container p{
	font-size:22px;
	line-height:31px;
	color:#000;
}
#about h4{
	font-size:26px;
	color:#000;
}
#logistica h4{
	text-transform:none;
	font-size:28px;
	margin-bottom:30px;
}
#logistica p{
	font-size:22px;
	line-height:32px;
	color:#000;
	margin-bottom:40px;
}
#logistica figcaption{
	margin-top:20px;	
}
#descarga{
	background-color:#0088c7;
}
#descarga h2{
	text-align:center;
	font-size:39px;
	font-weight:normal;
}
#descarga figure{
	text-align:right;
}

#newsletter{
	background-color:#e5e5e5;
}
#newsletter h2{
	text-align:center;
	font-size:39px;
	font-weight:normal;
}
#newsletter figure{
	text-align:right;
}

.text-newsletter{
	font-size:24px;
	line-height:32px;
}



.color-blue{
	color:#0099cc;
}
.color-white{
	color:#FFF;
}
.text-destacado{
	font-size:26px;
	line-height:31px;
}
.text-descarga{
	font-size:24px;
	line-height:32px;
}
#footer-inicio{
	position:absolute;
	bottom:0px;	
	width:100%;
}
#social-media li{
	float:right;
	margin-left:10px;
}

#social-media li img{
max-width: 30px;

}
/*#social-media li:nth-child(1){
	margin-left:20px;
}*/
#soluciones-links{
	margin-top: 20px;
    float: right;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}
#soluciones-links li{
	float: left;
    /* height: 68px; */
    /* background-color: rgba(62,49,37,.4); */
    /* padding: 0px 25px; */
    font-size: 21px;
    color: #FFF;
    line-height: 68px;
    font-family: 'Gotham Medium', sans-serif;
    text-transform: uppercase;
    max-width: 158px;
}
#soluciones-links li a{
	color:#FFF;
}
#soluciones-links li:nth-child(1){
	background:none;
	padding:0px;
}

#soluciones-links img{
    max-width: 150px;
}
#footer-inicio p{
	font-family:'Gotham Light', sans-serif;
	font-size:26px;
	line-height:45px;
	font-style:italic;
	color:#FFF;
	float:left;
}

.banner-certificaciones{
	margin-top: 20px;
}

@media (max-width: 991px) {
    

}

/*-------------------------------------------------------------------------------------------*/
/* Table          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.table.table-border {
    border: 1px solid #eee;
}

.table tr td, .table tr th {
    padding: 10px 15px;
    vertical-align: middle !important;
}

.table.table-fit tr td, .table.table-fit tr th {
    padding: 10px 0px;
}

.table.table-border tr td, .table.table-border tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.table.checkout tr td {
    vertical-align: top !important;
    padding: 15px;
}

    .table.checkout tr td:first-child, .table.checkout tr th:first-child {
        max-width: 60px;
    }

    .table.checkout tr td:last-child, .table.checkout tr th:last-child {
        text-align: center;
    }

.table.checkout small {
    display: block;
}


/*================================================================================================*/
/* GLOBAL STYLES       ||---------------------------- */
/*================================================================================================*/
/*-------------------------------------------------------------------------------------------*/
/* Push Menu Style (Top Seachbar Menu, Right Sidebar Menu) --------------- */
/*-------------------------------------------------------------------------------------------*/
/* Sidebar Menu */
.side-menu {
    background: #0088c7;
    z-index: 2005;
    color: #fff;
    padding: 30px;
    color: #fff;
    overflow-y: auto;
    position: relative;
}

    .side-menu .menu-close {
        left: auto;
        position: absolute;
        right: 30px;
        top: 30px;
        display: inline-block;
        background-color:#59c6f0;
        color: #fff;
        font-size: 38px;
        line-height: 42px;
        overflow:hidden;		
		width:42px;
		height:42px;
		text-align:center;
    }

        .side-menu .menu-close:hover {
            /*background: url("../img/close-color.png");*/
            color: #F60;
        }

    .side-menu a {
        color: #fff;
        font-weight: 500;
        font-size: 12px;
    }
    
	.side-menu h5 a{
		color:#FFF;
		font-family:'Gotham Medium', sans-serif;
		font-size:21px;
		font-weight:normal;
	}

    .side-menu ul {
        padding: 0;
    }

        .side-menu ul li {
            list-style: none;
            margin-bottom: 30px;			
        }

    .side-menu > ul > li > a {
        text-transform: uppercase;
        letter-spacing: 1px;
		font-family:'Gotham Medium', sans-serif;
        display: block;
		font-size:21px;
    }
	#footer-side{
		position:absolute;
		bottom:30px;
		left:48px;
		text-align: center;
	}
	#footer-side h6{
		color:#FFF;
		font-weight:normal;
		font-family:'Economica', sans-serif;
		font-size:26px;
		text-transform:none;
	}
	#footer-side ul>li{
		width:30px;
		height:30px;		
		float:left;
		margin-left:10px;
		overflow:hidden;
		margin-bottom:0px;
		margin-top:10px;
	}
	#footer-side ul>li:first-child{
		margin-left:0px;
	}
	#footer-side ul>li>a{
		display:block;
		height:30px;
		width:30px;
		text-indent:999999px;
	}
	#footer-side ul>li>a.youtube-icon{
		background:url(../img/youtube-icon.jpg) no-repeat;
		background-size: cover;
	}
	#footer-side ul>li>a.linkedin-icon{
		background:url(../img/linkedin-icon.jpg) no-repeat;
		background-size: cover;
	}
	#footer-side ul>li>a.twitter-icon{
		background:url(../img/twitter-icon.jpg) no-repeat;
		background-size: cover;
	}
	#footer-side ul>li>a.facebook-icon{
		background:url(../img/facebook-icon.jpg) no-repeat;
		background-size: cover;
	}
	#footer-side ul>li>a.correo-icon{
		background:url(../img/email-icon.jpg) no-repeat;
		background-size: cover;
	}
	#idioma{
		
		height:50px;
		padding:10px 0px;
		margin-bottom:10px;
	}
	#language-btn{
		width:37px;
		height:26px;
		background:url(../img/icon-bandera-mex.jpg) no-repeat;
		-webkit-appearance:none;
		border-radius:0px;
		margin-right:10px;
	}
	#language-btn.ingles{
		background:url(../img/icon-bandera-us.jpg) no-repeat;
	}
	#idioma span{
		font-family:'Gotham Medium', sans-serif;
		font-size:14px;
		font-weight:normal;
	}
/* --------------------------------------------------------------------------------------- */
/* Contents (Body, Container, Section, etc) -------------- */
/* --------------------------------------------------------------------------------------- */
.wrapper {
    position: relative;
    width: 100%;
}

.inner-intro {
    background-color: #f7f7f7;
    height: 530px;
    display: block;
    position: relative;
}

    .inner-intro.inner-intro-small {
        height: 380px;
    }

    .inner-intro .container {
        position: relative;
        height: 100%;
        display: table;
    }

        .inner-intro .container .title {
            padding-bottom: 65px;
            padding-top: 65px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

.full-intro .inner-intro .container .title h2 {
    margin-top: 65px;
}

.inner-intro .container .title .separator {
    margin-right: auto;
    margin-left: auto;
}
.overlay-static-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    z-index: 2;
    background-color: rgba(32,32,32,0.4);
    display: -webkit-flex;
    display: flex;
}

.overlay-dark, .overlay-dark80, .overlay-light, .overlay-light80 {
    position: relative;
    z-index: 1;
}

    .overlay-dark:before, .overlay-dark80:before, .overlay-light:before, .overlay-light80:before {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .overlay-dark:before {
        background-color: rgba(32,32,32,0.4);
    }

    .overlay-dark80:before {
        background-color: rgba(32,32,32,0.8);
    }

    .overlay-light:before {
        background-color: rgba(255,255,255,0.4);
    }

    .overlay-light80:before {
        background-color: rgba(255,255,255,0.8);
    }

.full-screen-intro {
    overflow:hidden;
    position:relative;
}
.content-cap-wraper {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.full-cap-wraper {
    display: table;
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index:1;
}
.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.content-wd650 {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cont-h-100per {
height:100%;
}

/*backround images*/
.bg-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-img1, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6, .bg-img7, .bg-img8, .bg-img9, .bg-img10, .bg-img11, .bg-img12, .bg-img13, .bg-img14, .bg-img15, .bg-img16, .bg-img17, .bg-img18, .bg-img19, .bg-img20, .bg-img21, .bg-img22, .bg-img23, .bg-img24, .bg-img25, .bg-img26, .bg-img27, .bg-img28, .bg-img29, .bg-img30 {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.b-lrb-none .ui-tab-content, .b-lrb-none {
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
}

.content-slider, .o-flow-hidden {
    overflow: hidden;
}

.map {
    width: 100%;
    height: 450px;
}

#map {
    height: 100%;
}

.forma-centrar{
	 text-align: center;
}

.txt-newsletter{
    width: 40%;
    margin: 20px 1%;
	border-radius: 10px !important;
	font-size: 20px !important;
}

.clientes img{
	width: 15%;
	padding: 10px;
	box-sizing: border-box;
	min-width: 120px;
}

@media (max-width: 767px) {
    .inner-intro .container {
        width: 100%;
        max-width: 720px;
        text-align: center;
    }
	.txt-newsletter{
    width: 80%;
    margin: 20px 1%;
}

}

/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */
@media (max-width: 767px) {

    .container {
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }
    .xs-hidden {
        visibility: hidden !important;
        display: none !important;
        opacity: 0;
    }
}
 
/* =============================================================================================================================*/
/* Parallax ------------------- */
/* =============================================================================================================================*/
.parallax {
    position: relative;
}


/* ============================================================================================================================*/
/* Slider ---------------------*/
/* ============================================================================================================================*/

/* -------------------------------------*/
/* Full Screen slider---------*/
/* -------------------------------------*/
.hero {
    overflow: hidden;
    position: relative;
    width: 100%;
	
}

.fullscreen-carousel {
    overflow: hidden;
    position: relative;
}
    .fullscreen-carousel .slides li {
        overflow: hidden;
        position: relative;
        height: 100%;
    }
    .fullscreen-carousel .slides li img {
        width: 100%;
        height: 100%;
    }
    .fullscreen-carousel .overlay-hero {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        /*text-align: center;*/
    }

        .fullscreen-carousel .overlay-hero .caption-hero {
            display: inline-table;
            height: 100%;
            margin: 0 auto;
            position: relative;
            padding: 0px;
            margin: 0px;
        }

            .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
                display: table-cell;
                margin: auto;
                vertical-align: middle;
                padding-left: 25px;
                padding-right: 25px;
            }

.caption-hero h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Full Width Slider */
.fullwidth-slider {
    position:relative;
    overflow:hidden;
}

.fullwidth-slider .item {
    height:650px;
    position:relative;
    width:100%;
}


/* Fullscreen Slider Next Prev Arrow*/


.fullscreen-carousel .flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -30px;
    background: #fff;
    color: #252525;
    width: 51px;
    height: 51px;
    text-align: center;
    /*font-family: 'FontAwesome';*/
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    font-size: 0px;
    line-height: 51px;
}

    .fullscreen-carousel .flex-direction-nav a:hover {
        color:transparent;
    }

.flexslider.fullscreen-carousel:hover .flex-prev {
	/*left: 0px;*/
    left: 10%;
    opacity: 1;
}

.fullscreen-carousel .flex-direction-nav .flex-prev {
	left: -51px;    
	background:url(../img/arrow-back.png) no-repeat;
}

    .fullscreen-carousel .flex-direction-nav .flex-prev:before {
        content: "";
        display: inline-block;
    }

.flexslider.fullscreen-carousel:hover .flex-next {
    /*right: 0px;*/
	right: 10%;
    opacity: 1;
}

.fullscreen-carousel .flex-direction-nav .flex-next {
    right: -51px;
    background:url(../img/arrow-next.png) no-repeat;
}

    .fullscreen-carousel .flex-direction-nav .flex-next:before {
        content: "";
        display: inline-block;
    }
.slide-text-container {
	background-color:rgba(0,0,0, .7);
	padding:12px 20px 20px;
	width:495px;
	position:relative;
	left:20%;
}
.slide-text-center-container{
	background-color:rgba(0,0,0, .7);
	padding:70px 20px 20px;
	width:590px;
	position:absolute;
	left:50%;
	bottom:40px;
	
}
.slide-text-container h2,
.slide-text-center-container h2{
	color:#FFF;
	font-size:34px;
	line-height:45px;
}

.slide-text-center-container span{
	display:block;
	font-family:'Gotham Book', sans-serif;
	font-size:80px;
	margin-bottom:30px;
	color:#FFF;
}

.titulo-chico{
font-size: 54px !important;
	line-height: 1;
}


.slide-text-center-container span.small-title{
	font-size:50px;
	line-height: 1;
}
@media (max-width: 991px) {

    /* Fullscreen Slider */
    .fullscreen-carousel .slides li img {
        width: 100%;
        height: 100%;
    }
	

    .fullscreen-carousel .caption-hero h1 {
        font-size: 25px;
    }

    .fullscreen-carousel .overlay-hero .caption-hero {
        padding-left: 15px;
        padding-right: 15px;
    }
	
	/*botones next and prev*/
	.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev {
left: 0;
margin-left: 0px;
opacity: 1;
}

.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
right: 0;
margin-right: 0px;
opacity: 1;
}
}

@media (max-width: 767px) {

    /* Fullscreen Slider */
    .fullscreen-carousel .caption-hero h1 {
        font-size: 20px;
        margin: 0;
    }

    .fullscreen-carousel .caption-hero h5 {
        margin: 0;
        font-size: 12px;
    }

    .fullscreen-carousel .caption-hero .separator {
        margin-left: auto;
        margin-right: auto;
    }

    .fullscreen-carousel .text-left {
        text-align: center;
    }

    .fullscreen-carousel.hero-slider-2 .slides li {
        height: 400px;
    }

    .full-intro .hero {
        padding-top: 64px;
    }

    .hero {
        padding: 0px;
    }
}

@media (max-width: 480px) {
    .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* -------------------------------------*/
/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/
/* -------------------------------------*/
.owl-buttons {
    position: static;
}

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
}

.nf-carousel-theme {
}

    .nf-carousel-theme .owl-controls .owl-pagination {
        position: absolute;
        z-index: 2;
        left: 0;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 16px;
        margin-top: -15px;
    }

    .content-carousel .owl-controls .owl-buttons .owl-prev,
    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-slider .owl-controls .owl-buttons .owl-prev,
    .image-slider .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider .owl-controls .owl-buttons .owl-prev,
    .fullwidth-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        background: rgba(245,245,245,0.8);
        color: #252525;
        display: block;
        top: 50%;
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        z-index: 3;
        position: absolute;
        text-align: center;
    }

        .content-carousel .owl-controls .owl-buttons .owl-prev:hover,
        .content-carousel .owl-controls .owl-buttons .owl-next:hover,
        .image-slider .owl-controls .owl-buttons .owl-prev:hover,
        .image-slider .owl-controls .owl-buttons .owl-next:hover,
        .fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover,
        .fullwidth-slider .owl-controls .owl-buttons .owl-next:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
            /*background: #fff;*/
            color: #e6ae49;
        }

    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-slider .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
        margin-left: -51px;
        opacity: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
        margin-right: -51px;
        opacity: 0;
    }

    .content-carousel:hover .owl-controls .owl-buttons .owl-prev,
    .content-carousel:hover .owl-controls .owl-buttons .owl-next,
    .image-slider:hover .owl-controls .owl-buttons .owl-prev,
    .image-slider:hover .owl-controls .owl-buttons .owl-next,
    .fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev,
    .fullwidth-slider:hover .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
        margin-right: 0;
        margin-left: 0;
        opacity: 1;
    }


/* -------------------------------------*/
/* Singel Item slider (Images & Contant Slider) ---------*/
/* -------------------------------------*/
.content-carousel .owl-controls .owl-pagination,
.image-slider .owl-controls .owl-pagination,
.fullwidth-slider .owl-controls .owl-pagination,
.item1-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 21px;
    margin-top: -25px;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}

.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}

/*===========================================================================================*/
/* Preloader ------------------------- */
/*===========================================================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9999;
    display: block;
}

    #preloader .loader {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -30px 0 0 -30px;
        text-align: center;
    }

        #preloader .loader .loader-img {
            background: url("../img/loading.GIF");
            width: 60px;
            height: 60px;
            display: block;
        }


/*===========================================================================================*/
/* Additional */
/*===========================================================================================*/

/* ----------------------------------*/
/* Scroll Down Animated Arrow */
/* ----------------------------------*/
/*.intro-scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -174px;
}*/
.intro-scroll-down {
	margin:50px auto 20px;
	width: 348px;
}
    .intro-scroll-down .mouse {		
        position: relative;
        display: block;
        width: 348px;
        height: 48px;
		background:url(../img/arrow-down.png) no-repeat;        
    }
    .intro-scroll-down .mouse span {
		padding-left:58px;
		line-height:48px;
		font-family:'Gotham Book', sans-serif;
		color:#FFF;
		font-size:25px;
	}  

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;   
    background: #0096d5;
    color: #fff;
    z-index: 99;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

    .scroll-top:hover {
        background: rgba(0,150,213,.75);
        text-decoration: none;
        color: #fff;
    }

@media (max-width: 768px) {
    .scroll-top {
        opacity: 0;
        visibility: hidden;
    }
}

/*-----------------------------------------------------*/
/*-google mpas-*/
/*-------------------------------------------------------*/

.google-maps {
        position: relative;
        padding-bottom: 42%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.sobre{
	margin: 0 auto;
	display: block;
	padding: 10px 0px;
}

.img-margin-bottom{
margin-bottom: 20px;
}

.fondo-contacto{
	background-image: url(../img/full/aduanas-back.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	background-size: cover;
}