/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*-----------------
Styles Genral Page
-----------------*/
a{
	text-decoration: none;
}

/* =============================================================================
   Layout
========================================================================== */
body{ 
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    font-weight: normal;    
}
.container{    
    transition: 0.5s;   
}
div.screen{
    margin: 0 auto;    
    overflow: hidden;       
}

nav.main-nav{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    padding: 2em;
    opacity: 0;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    transition: 0.5s;
    text-align: center;
}

nav.main-nav ul{
    padding: 7em 0 0 0;
}
nav.main-nav ul li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);    
}
nav.main-nav ul li a{
    font-size: 1.250em;
    color: #fff;
    padding: 1em 0;
    font-weight: 300;
    display: block;
    transition: 0.5s;
    outline: none; 
}
nav.main-nav ul li a:last-child{
    border: none;
}
nav.main-nav ul li a:hover{
    color: #eb678c;
    opacity: 0.45;
    transition: 0.5s;
    padding: 1em;
}

nav.main-nav.toggled{
    display: block;
    z-index: 10;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition:0.5s;    
    background: rgba(0,0,0,0.8);
}

header{
    position: relative;    
    top: 0;
    z-index: 15;    
    top: 0;
    right: 0;
    left: 0;  
}
header .logo{
    float: left;
}
header h1.logo a{
    font-size: 54px;
    font-weight: bold;
    color: white;
    margin: 0;
    padding: 0;
}
header.header{
    background-color: #FFF;
    border-bottom: 2px solid #2b6ed4;
    padding: 25px 0;   
}
header.header .header__telefonos{
    display: inline-block;
    margin-top: 8px;
    margin-left: 15px;
}
header.header .header__telefonos p{
    color: #2b6ed4;
    font-size: 17px;
}
header.header .header__telefonos p a{
    color: #2b6ed4;    
}
header.header .header__telefonos p i{
    color: #666666;
    font-size: 20px;
    padding-right: 5px;
    width: 22px;
}
/* ===========================================
    Sections Slider
============================================*/
section.slider{
    background-image: url(../img/bg_slider.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 574px;
    position: relative;    
}
section.slider .container-fluid{
    padding: 0;
}
section.slider .owl-slider .item {
    height: 574px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
}

section.slider .formulario{
    border-top: 10px solid #2b6ed4;
    background-color:rgba(255,255,255, 0.93);
    /* max-width: 450px; */
    padding: 75px 35px;
    /* position: absolute; */
    top: 0;    
    height: 100%;
    right: 0;
    z-index: 100;
}

section.slider .formulario h2{
    margin: 0;
    color: #2b6ed4;
    font-size: 33px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px; 
}
section.slider .formulario h2 span.small{
    font-weight: 400;
    font-size: 17px;
}
section.slider .formulario h2 span.negrita{
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
section.slider .col, section.slider .col-md-6, section.slider .col-md-3{
    position: inherit;
}

section.slider .owl-theme .owl-nav {
    position: absolute; z-index: 999; bottom:15px; right:15px;
}

.formulario .container .row{
    margin-right: -5px;
    margin-left: -5px;
}
.formulario .col-md-6, .formulario .col-md-12{    padding-right: 5px; padding-left: 5px;}
.formulario select{
    color: #8c8c8c !important;
}
.formulario input, .formulario select, .formulario textarea{
    border: 1px solid #5b5b5b;
    color: #000;
    width: 100%;
    border-radius: 0;
    padding: 6px 15px;
    margin-bottom: 10px;
}
.formulario textarea{
    height: 79px;
}
.formulario input::-webkit-input-placeholder, .formulario select::-webkit-input-placeholder, .formulario textarea::-webkit-input-placeholder { /* Chrome */
   color: #8c8c8c;
  }
.formulario input:-ms-input-placeholder, .formulario select:-ms-input-placeholder, .formulario textarea:-ms-input-placeholder { /* IE 10+ */
    color: #8c8c8c;
  }
.formulario input::-moz-placeholder, .formulario select::-moz-placeholder, .formulario textarea::-moz-placeholder { /* Firefox 19+ */
    color: #8c8c8c;
  }
.formulario input:-moz-placeholder, .formulario select:-moz-placeholder, .formulario textarea:-moz-placeholder { /* Firefox 4 - 18 */
    color: #8c8c8c;
  }
.formulario button.btn__enviar{
    border: none;
    padding: 15px 25px;
    background-color: #2b6ed4;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;    
    max-width: 160px;
    width: 100%;
    margin: auto;
}
.formulario .button__contenedor{text-align: center;}
.formulario button.btn__enviar:hover{
    background-color:  #5288db;
    transition: 0.3s;
}

.formulario input.error, .formulario select.error, .formulario textarea.error{
    border: 1px solid #e32526;
    margin-bottom: 2px;
}
label.error{
    color: #e32526;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 15px;
}
/* ===========================================
    Sections Nosotros
============================================*/

section.nosotros{
    background-color: #e5e5e5;
    padding: 70px 0;
    background-color:  #2b6ed4;
}
section.nosotros .nosotros__contenido{padding-left: 10px;}
section.nosotros .nosotros__contenido h2{
    margin: 0;    
    color: #FFF;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;    
}
section.nosotros .nosotros__contenido p{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

/* ===========================================
    Sections Especialdiades
============================================*/
section.especialistas{
    background-color: #FFF;
    padding: 30px 0;    
    text-align: center;
}
section.especialistas .especialistas__contenido h2{
    margin: 0;
    color:#2b6ed4;
    font-weight: 900;
    font-size: 32px;
}


/********************************************
  Section  Brindamos
********************************************/
section.brindamos {
    background-color: #2b6ed4;
    padding: 30px 0;    
    text-align: center;
}
section.brindamos h2{
    color:#FFF;
    font-weight: 900;
    font-size: 32px;
}


/* ===========================================
    Sections Loctite
============================================*/
section.loctite{
    background-color: #FFF;  
    padding-top: 130px;
}
section.loctite .loctite__contenido h2, section.kbs h2{
    margin-bottom: 30px;    
    margin-top: 10px;
    color: #333333;
    font-weight: 900;
    font-size: 24px;
}
section.loctite .loctite__contenido p{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 0;
}

/* ===========================================
    Sections KBS
============================================*/
section.kbs {
    padding-top: 130px; padding-bottom: 130px;
}


/* ===========================================
    Sections Loctite
============================================*/
section.contacto{
    background-image: url(../img/bg_contacto.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;        
    padding-top: 75px;
    padding-bottom: 20px;
}
section.contacto .contacto__titulo{
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    color: #FFF;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;    
}
section.contacto .contacto__contenido{
    padding: 15px 20px;
    padding-bottom: 30px;
    border: 1px dashed #FFF;
    margin-bottom: 30px;
}
section.contacto .contacto__contenido p{
    font-size: 14px;
    color: #FFF;
    font-weight: 400;    
    padding-left: 30px;
    line-height: 27px;
}
section.contacto .contacto__contenido p::before{
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 23px;
    padding-right: 0.5em;
    position: absolute;
    left: 40px;
    top: 18px;
    color: #00d2ae;   
}
section.contacto .contacto__contenido p a{
    color: #FFF;
}
section.contacto .contacto__contenido p a:hover{
    color: #00d2ae;
}


/* ===========================================
    Sections Producto
============================================*/
section.productos{
    background-image: url(../img/bg_producto.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 90px;
    padding-top: 70px;
}
section.productos .productos__titulo{
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 70px;
}

section.productos .productos__item{
    margin-bottom: 70px;
}
section.productos .productos__item:last-child{
    margin-bottom: 0px;
}
section.productos .productos__item .productos__item--titulo{
    text-align: center;
    border-bottom: 4px solid #2b6ed4;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
section.productos .productos__item .productos__item--titulo h2{
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    color: #FFF;    
}
section.productos .productos__item a{
    text-decoration: none;
}
section.productos .productos__item .productos__item--contenido:hover p{
    color: #2b6ed4 !important;
    transition: 0.3s;
}
section.productos .productos__item .productos__item--contenido img{
    width: 100%;
}
section.productos .productos__item .productos__item--contenido .producto__item--contenido--texto{
    text-align: center;
    margin-top: 15px;
}
section.productos .productos__item .productos__item--contenido .producto__item--contenido--texto p{
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    line-height: 22px; 
}

section.productos .productos__item .row--span{
    padding: 0 70px;
}

section.productos .productos__item .row{
    margin-right: -7px;
    margin-left: -7px;
}
section.productos .productos__item .col-md-12, section.productos .productos__item .col-md-8, section.productos .productos__item .col-md-4, section.productos .productos__item .col-md-6{
    padding-right: 7px;
    padding-left: 7spx;
}
/*-----------------------------*/


/* Zoom In #1 */
.productos__item--contenido figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.productos__item--contenido figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.productos__item--contenido figure {	
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}


.joinchat__button {
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 2;
    bottom: 85px;
    right: 8px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background: #25d366;
    color: inherit;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer;
    transition: background .2s linear;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: background-color,width;
}
.joinchat__button__open {
    width: 60px;
    height: 60px;
    display: block;
    background-image: url(../img/icon-wp.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
}




img.responsive {
    max-width: 100%;
    width: auto;
}

/*============================
FOOTER
=============================*/
footer.footer{
    background-color: #0d2a68;
    padding: 15px 0;
    text-align: center;
}
footer.footer .footer__contenido{

}
footer.footer .footer__contenido .web{
    font-size: 18px;
    font-weight: 900;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 20px;
    vertical-align: middle;
}
footer.footer .footer__contenido .web:hover{
    color: #00d2ae;
    transition: 0.3s;
}
footer.footer .footer__contenido .iconso{
    color: #FFF;
    font-weight: bold;    
    font-size: 36px;
    vertical-align: middle;
    text-decoration: none;
    margin-right: 5px;
}
footer.footer .footer__contenido .iconso:hover{
    color: #00d2ae;
    transition: 0.3s;
}

.align-right { text-align: right; }
.align-center { text-align: center; }

/**********************************/

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
/* Feel free to change duration  */ 
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  }  
  /* .owl-animated-out - only for current item */ 
  /* This is very important class. Use z-index if you want move Out item above In item */ 
  .owl-animated-out {
    z-index : 1 
     }
  /* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */ 
  .owl-animated-in {
    z-index : 0 
     }
  /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
  .fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
  @keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }

/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/


/*--Responsiev--*/

@media only screen and (max-width: 768px)  {
    header .logo{
        float: none;
        text-align: center;
    }
    header.header img{
        max-width: 80%;
        width: auto;
        margin: auto;
    }
    header.header .header__telefonos{
        margin: 0;
        margin-top: 30px;
        display: block;
        text-align: center;
    }
    section.slider .formulario{
        position: relative;
        left: 0;
        right: 0;        
    }
    section.slider{
        padding: 0;
    }
    section.slider .owl-slider .item{
        height: 320px;
    }
    section.nosotros .nosotros__contenido{
        padding: 0;
        margin-top: 30px;
    }
    section.productos .productos__titulo, section.especialistas .especialistas__contenido h2{
        font-size: 28px;
    }
    section.productos .productos__item .productos__item--titulo h2{
        font-size: 22px;
    }
    section.productos .productos__item .row--span {
        padding: 0 30px;
    }
    .productos__item--contenido{
        margin-bottom: 20px;
    }
    section.productos{
        background-color: #000;
    }
    section.loctite{
        padding: 50px 0;
    }
    .loctite__contenido{
        text-align: center;
        margin-bottom: 30px;
    }
    section.contacto .contacto__titulo{
        margin-bottom: 0;
    }
    section.contacto .contacto__contenido{
        margin-top: 50px;
        position: relative;
    }
    section.contacto .contacto__contenido p::before{
        left: 25px;
    }
}
@media only screen and (max-width: 424px)  {
    section.home__main .home__main--contenido{
        bottom: -250%;
    }
}
