/* 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;
}

/* styles for check button*/
.formulario .form-check-politic{
    width: 17px ;
    height: 17px ;
    margin-bottom: 0px ;

}
.formulario .check-form{
  margin-top: 20px;
}
.formulario .check-button{
    padding: 0px;
    text-align: end;
    margin-top: 3px;
}
.formulario .check-politic{
    text-align: start;
    
}
.formulario .check-politic .politic{
    text-decoration: none;
    color: #fff;
}
.formulario .disabled {
    display: block !important;
    pointer-events: none;
    background-color:#e214147d !important;
}

/* 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;
}
a.btn__main{
    border: none;
    text-align: center;
    width: 100%;
    padding: 15px 25px;
    border-radius: 35px;
    background-color: #E21414;
    color: #FFF;
    font-size: 20px;
    transition: 0.3s;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 230px;
    display: block;
    margin: auto;
    text-decoration: none; 
}
a.btn__main:hover{
    background-color:#1F1F1F;
}

/* =============================================================================
   Layout
========================================================================== */
body{ 
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Maven Pro', sans-serif;
    line-height: 1.5;
    font-weight: normal;
    color: #5B5B5B;
}
.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: fixed;
    width: 100%;
    top: 0;
    z-index: 15;
    background-color: #FFF;
    top: 0;
    right: 0;
    left: 0;
}

.navbar{
    padding-top: 15px; padding-bottom:0px;
}
header h1.logo{
    text-align: center;    
}
header h1.logo a{    
    font-weight: bold;        
    margin: 0;
    padding: 0;
    color: #000 !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
header h1.logo img{
    height: 90px;
    vertical-align: inherit;
}
header ul.navbar-nav{margin-right: 100px; padding-bottom: 25px;}
header ul.navbar-nav li{margin-right: 20px; border-right: 1px solid #000;}
header ul.navbar-nav li:last-child{border-right: 0; margin-right: 0px; }
header ul.navbar-nav li:last-child a{padding-right: 0px; }
header ul.navbar-nav li a{
    font-size: 14px; font-weight: bold; color: #000000;  padding-right: 20px; transition: 0.5s;
}
header ul.navbar-nav li a:focus{
    outline: none;
}
header ul.navbar-nav li a.active{
    font-weight: bold;
    background-color: rgba(255,255,255,0.5);
}
header ul.navbar-nav li a:hover{
    background-color: rgba(255,255,255,0.5);        
}

header.sticky {
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
header.sticky nav.navbar {
    transition:all 0.5s;  padding-top: 10px; padding-bottom: 15px; 
}
main{ margin-top: 112px;}
/* ===========================================
    Sections Slider
============================================*/
section.slider{
    background-image: url(../img/bg_slider.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 80px 0;
    padding-bottom: 90px;
    min-height: 760px;
    position: relative;
}
section.slider .container-fluid{ width: 80%;}
section.slider .slider__contenido{ margin-bottom: 55px; }
section.slider .slider__contenido h2{
    color: #FFF;
    font-size: 54px;
    line-height: 44px;
    margin-bottom: 15px;
    letter-spacing: -1px;
}
section.slider .slider__contenido h3{
    color: #FFF;
    font-size: 33px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
section.slider .slider__contenido h3 span{
    font-size: 70px;
}
section.slider .slider__contenido h4{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
    color: #FFF;
}
section.slider .slider__contenido .instalacion{
    max-width: 410px;
}
section.slider .slider__contenido .instalacion .row{
    margin-right: -5px;
    margin-left: -5px;
}
section.slider .slider__contenido .instalacion .col-md-8, section.slider .slider__contenido .instalacion .col-md-4{
    padding-right: 5px;
    padding-left: 5px;
}
section.slider .slider__contenido .rojo{
    background-color: #EA1B1B;
    padding: 10px 15px;
    height: 100%;
}
section.slider .slider__contenido .blanco{
    background-color: #FFF;
    padding: 10px 15px;
    height: 100%;
}
section.slider .slider__contenido .rojo h3{
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    height: 100%;
}
section.slider .slider__contenido .blanco h3{
    color: #000;
    font-size: 20px;
    margin: 0;
    line-height: 20px;
    height: 100%;
}
section.slider .formulario{    
    background-color:rgba(31,31,31, 0.9);
    max-width: 400px;
    padding: 45px 15px;
    margin-left: 165px;    
}
section.slider .formulario h2{
    margin: 0;
    color: #FFF;
    font-size: 33px;
    font-weight: 400;    
    text-align: center;
    margin-bottom: 5px; 
}
section.slider .formulario h3{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    margin: 0;
    margin-bottom: 15px;
}
section.slider .formulario h3 span{
    font-size: 30px;    
    color: #FF514D;
    font-weight: bold;
}
section.slider .formulario h3 span a{    
    color: #FF514D;
}
section.slider .formulario h4{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    border-top: 3px solid #7F7F7F;
    padding-top: 15px;
    margin-bottom: 20px;
}
.formulario input{
    border: none;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
    width: 100%;    
    padding: 10px 15px;
    margin-bottom: 12px;
}
.formulario input::-webkit-input-placeholder, .formulario select::-webkit-input-placeholder, .formulario textarea::-webkit-input-placeholder { /* Chrome */
   color: #B2B2B2;
  }
.formulario input:-ms-input-placeholder, .formulario select:-ms-input-placeholder, .formulario textarea:-ms-input-placeholder { /* IE 10+ */
    color: #B2B2B2;
  }
.formulario input::-moz-placeholder, .formulario select::-moz-placeholder, .formulario textarea::-moz-placeholder { /* Firefox 19+ */
    color: #B2B2B2;
  }
.formulario input:-moz-placeholder, .formulario select:-moz-placeholder, .formulario textarea:-moz-placeholder { /* Firefox 4 - 18 */
    color: #B2B2B2;
  }
.formulario button.btn__enviar{
    border: none;
    max-width: 100%;
    text-align: center;
    width: 100%;    
    margin-top: 10px;
    padding: 20px 25px;
    border-radius: 35px;
    background-color: #E21414;
    color: #FFF;
    font-size: 20px;
    transition: 0.3s;
    font-weight: bold;
    text-transform: uppercase;        
}
.formulario .button__contenedor{text-align: center;}
.formulario button.btn__enviar:hover{
    background-color:  #FF514D;    
}

.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 Garantizamos
============================================*/
section.home__garantizamos{
    background-color: #F8F7F7;
    padding: 80px 0;    
    padding-top: 100px;
}
section.home__garantizamos .home__garantizamos--contenido{ text-align: center; }
section.home__garantizamos .home__garantizamos--contenido h2{
    margin: 0;    
    color: #1F1F1F;
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 37px;   
}
section.home__garantizamos .home__garantizamos--contenido p{
    color: #424242;
    font-size: 17px;
    font-weight: 400;    
    margin-bottom: 70px;
}
section.home__garantizamos .home__garantizamos--contenido a{
    margin-top: 40px;
}

/* ===========================================
    Sections Alarmas
============================================*/
section.home__alarmas{    
    padding: 80px 0;    
    padding-top: 100px;    
}
section.home__alarmas h2{
    margin: 0;
    color: #1F1F1F;
    text-align: center;
    font-weight: bold;
    font-size: 52px;
    line-height: 47px;
    margin-bottom: 60px;
}
section.home__alarmas h2 span{ color: #E21414; }
section.home__alarmas .home__alarmas--item h3{
    color: #1F1F1F;
    font-size: 25px;
    font-weight: bold;
    margin: 0;    
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}
section.home__alarmas .home__alarmas--item p{
    font-size: 15px;
    margin: 0;
    line-height: 27px;
}
.owl-theme .owl-nav{margin-top: 0 !important;}
.owl-carousel .owl-nav .owl-prev,.owl-productos .owl-nav .owl-prev{
    left: -90px;
    top: 40%;
    position: absolute;
    height: 70px;
    width: 70px;
    margin-top: -35px !important;
    background:  none !important;
    background-image: url(../../img/prev.svg) !important;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 999px;
    /*background-color: rgba(0,0,0,0.5);
    border-radius: 5px;*/
}
.owl-carousel .owl-nav .owl-next,.owl-productos .owl-nav .owl-next{
    right: -90px;
    top: 40%;
    position: absolute;
    height: 70px;
    margin-top: -35px !important;
    width: 70px;
    background:  none !important;
    background-image: url(../../img/next.svg) !important;
    background-repeat: no-repeat !important;    
    overflow: hidden;
    text-indent: 999px;
    /*background-color: rgba(0,0,0,0.5);
    border-radius: 5px;*/
}/*--End-Slider---*/

 .owl-nav.disabled+.owl-dots{
    z-index: 1;        
    width: 100%;
    text-align: center;    
    padding-top: 10px;
  }
  .owl-dots{margin-top: 60px;}
  .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
    background: #E21414!important;
  }
  .owl-dots .owl-dot span{
    width: 25px !important;
    height: 25px !important;    
    margin: 5px 3px !important;
    background: #DCDCDC !important;    
  }
/* ===========================================
    Sections Hogar
============================================*/
section.home__hogar{
    background-color: #F8F7F7;  
    padding: 100px 0;  
}
section.home__hogar .home__hogar--contenido h2{
    margin-bottom: 30px;    
    color: #1F1F1F;
    font-weight: bold;
    font-size: 43px;
    line-height: 42px;
}
section.home__hogar .home__hogar--contenido h2 span{color: #E21414;}
section.home__hogar .home__hogar--contenido p{
    font-weight: 400;
    font-size: 15px;    
    margin: 0;
}
section.home__hogar .home__hogar--contenido p.desc{margin-bottom: 40px;}
section.home__hogar .home__hogar--contenido .home__hogar--item{margin-bottom: 40px;}
section.home__hogar .home__hogar--contenido .home__hogar--item img{height: 35px; margin-right: 20px;} 
section.home__hogar .home__hogar--contenido .home__hogar--item p{
    font-weight: 400;
    font-size: 15px;    
    margin: 0;
}
section.home__hogar .home__hogar--contenido a{max-width: 260px;}
section.home__hogar .home__hogar--img{margin-bottom: 70px;}
/* ===========================================
    Sections Clientes
============================================*/
section.home__clientes{
    padding: 150px 0;        
}
section.home__clientes h2{
    margin: 0;
    color: #1F1F1F;
    text-align: center;
    font-weight: bold;    
    font-size: 50px;
    line-height: 42px;
    margin-bottom: 60px;
}
section.home__clientes .home__clientes--item h3{font-size: 15px; color: #E21414; margin: 0; margin-top: 20px; font-weight: bold;}
section.home__clientes .home__clientes--item p{ margin: 0; font-size: 15px;}
/* ===========================================
    Sections Servicio
============================================*/
section.home__servicio{
    background-color: #141414;
    padding: 80px 0;
}
section.home__servicio h2{
    margin: 0;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
}
section.home__servicio h2 span{
    background-color: #E21414;
    line-height: 1.5;
}
section.home__servicio .home__servicio--contenido{
    margin-top: 30px;
}
section.home__servicio .home__servicio--contenido a{margin: initial; margin-top: 30px; max-width: 200px;}
section.home__servicio .home__servicio--contenido p{font-size: 16px; margin: 0; color: #FFF; font-weight: 400; }
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;   
}

/* ===========================================
    Sections Tecnologia
============================================*/
section.home__tecnologia{
    /*background-image: url(../../img/liderman_tecnologia.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;*/
    padding-bottom: 100px;
    padding-top: 150px;
    /*min-height: 800px;*/
}
section.home__tecnologia .home__tecnologia--contenido h2{
    margin-bottom: 30px;
    color: #1F1F1F;
    font-weight: bold;
    font-size: 42px;
    line-height: 37px;
}
section.home__tecnologia .home__tecnologia--contenido p{
    margin: 0; font-size: 15px; font-weight: 400;
}
section.home__tecnologia .home__tecnologia--contenido ul{margin-top: 40px; padding-left: 30px;}
section.home__tecnologia .home__tecnologia--contenido li{margin-bottom: 10px; font-size: 15px;}
section.home__tecnologia .home__tecnologia--contenido li:last-child{margin-bottom: 0;}
section.home__tecnologia .home__tecnologia--contenido li::before{
    content: "";
    background-image: url(../../img/icon-ul.svg);
    width: 10px;
    background-repeat: no-repeat;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
/* ===========================================
    Sections Preguntas
============================================*/
section.home__preguntas{
    background-color: #F8F7F7;
    padding: 100px 0;
}
section.preguntas2{
    background-color: #EFEFEF;
}
section.preguntas2 h2{
    margin-bottom: 40px !important;
    margin-right: 0 !important;
}
section.preguntas2 p{font-size: 15px; margin: 0;}
section.preguntas2 .preguntas2__contenido{margin-bottom: 50px;}
section.home__preguntas h2{
    margin-bottom: 80px;    
    margin-right: 180px;
    color: #1F1F1F;
    font-weight: bold;
    font-size: 42px;
    line-height: 37px;    
}
img.responsive {
    max-width: 100%;
    width: auto;
}
 /*--Acordeon--*/
 .accordion {        
    margin: 0 auto;            
  }
  
  .accordion-header,
  .accordion-body {        
  }
  
  .accordion-header {  
    padding: 25px 30px;                    
    cursor: pointer;        
    transition: all .3s;
    background-color: #FFF;  
  }
  .accordion-header h3{color: #777777; margin: 0; font-size: 25px; font-weight: 600; display: inline-block; transition: 0.5s; }  
  
  .accordion-header:hover {           
    position: relative;
    z-index: 5;
  }
  .accordion-header:hover h3{
    color: #FF514D;
  } 
  
  .accordion-body {      
    display: none;
  }
  
  .accordion-body__contents {        
    font-size: 15px; font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
    padding-left: 60px;    
  }
  .accordion-body__contents .detalle__pregunta{
    padding-top: 30px;    
  }
  .accordion-body__contents .detalle__pregunta p{ color: #6D6D6D; font-size: 15px; margin: 0; }

  .accordion__item.active:last-child .accordion-header {
    
  }
  
  .accordion:first-child > .accordion__item > .accordion-header {
    
  }
  .accordion__item{  
    margin-bottom: 15px;  
  }
  .accordion__item > .accordion-header:after {        
    content: "";
    background-image: url(../../img/icon-bot.svg);
    width: 10px;
    background-repeat: no-repeat;
    height: 10px;    
    display: inline-block;
    vertical-align: middle;
    padding: 8px 12px;
    top: 10px;
    float: right;
    position: relative;        
    transition: .3s all;
    transform: rotate(0deg);
  }
  
  .accordion__item.active > .accordion-header:after {        
    transform: rotate(-180deg);    
  }
  
  .accordion__item.active .accordion-header {
      background-color: #FFF; 
  }
  
  .accordion__item .accordion__item .accordion-header {
    background: #FFF;
    color: black;
  }


/*============================
FOOTER
=============================*/
footer.footer{
    background-color: #1F1F1F;
    padding: 80px 0;    
}
.footer__text {
    margin-bottom: 70px;
}
footer.footer h2{
    margin: 0;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}
footer.footer p{margin: 0; color: #D8D8D8; font-size: 15px;}
footer.footer p span{color: #F73E3E; font-size: 22px; font-weight: bold;}
footer.footer a{color: #F73E3E; text-decoration: underline; font-weight: bold; transition: 0.5s;}
footer.footer a:hover{color: #FF514D;}

footer.footer .footer__contacto{
    padding-left: 30px;
}
footer.footer .footer__contenido .iconso{
    color: #AAAAAA;
    transition: 0.3s;
    font-weight: bold;    
    font-size: 16px;
    vertical-align: middle;
    text-decoration: none;
    margin-right: 8px;
    border-radius: 50%;
    border: 2px solid;
    padding: 3px 8px;
    width: 35px;
    height: 35px;
    display: inline-block;
}
footer.footer .footer__contenido .iconso.fb{
    font-size: 20px;
    padding: 1px 10px;
}
footer.footer .footer__contenido .iconso.ins{
    font-size: 22px;
    padding: 0px 6px;
}

footer.footer .footer__contenido .iconso:hover{
    color: #FF514D;    
}

/**********************************/

/* 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 (min-width: 1281px) and (max-width: 1700px) {   
   
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {   
    section.home__tecnologia{
        background-position-x: -100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1281px) {
    section.home__tecnologia{
        background-position-x: -150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  
}
@media only screen and (max-width: 768px)  {
    header h1.logo img { height: 60px;  display: block; }
    header h1.logo a{text-align: right;}
    .menu__responsive{text-align: center; margin-left: inherit !important;}

    .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='5' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");       
        width: 2.5em;
        height: 2.5em;
        background-size: 50px;
    }    
    section.slider .formulario{ max-width: 100%;width: 100%; margin: 0;}
    section.slider{background-image: none; padding: 0;}
    section.slider .slider__responsive{
        background-image: url(../img/bg_slider.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        background-position-x: -400px;
        padding: 60px 10px;
        padding-top: 160px;    
    }
    section.slider .slider__contenido h2{font-size: 45px;}
    section.slider .slider__contenido h3{font-size: 25px;}
    section.slider .slider__contenido h3 span{font-size: 60px;}
    section.slider .slider__contenido .blanco h3{font-size: 17px;}
    section.slider .slider__contenido h4{font-size: 18px;}
    section.slider .formulario{background-color: #1F1F1F; padding: 45px 30px; padding-bottom: 150px;}

    section.home__garantizamos{ padding: 100px 20px; padding-top: 70px; }
    section.home__garantizamos .home__garantizamos--contenido h2{font-size: 40px; line-height: 40px;}

    section.home__alarmas{ padding: 100px 40px; padding-top: 60px;}
    section.home__alarmas h2{font-size: 42px;}
    section.home__alarmas .home__alarmas--item h3{font-size: 20px;}
    section.home__alarmas .home__alarmas--item p{line-height: 32px;}
    .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 40px;}

    section.home__clientes h2{ font-size: 35px;  }

    section.home__hogar{padding: 100px 20px;}
    section.home__hogar .home__hogar--contenido h2{margin-right: 90px;}
    section.home__hogar .home__hogar--contenido p{line-height: 32px;}
    section.home__hogar .home__hogar--contenido .home__hogar--item p{line-height: 27px;}
    section.home__hogar .home__hogar--contenido .home__hogar--item img{
        height: 50px;
        display: block;
        margin-left: 20px;
        margin-bottom: 12px;
    }
    section.home__hogar .home__hogar--img { margin-bottom: 30px; margin-top: 70px;}

    section.home__clientes{ padding: 100px 20px; background-color: #EFEFEF;}
    section.home__clientes .home__clientes--item p{ text-align: center; line-height: 32px;}
    section.home__clientes .home__clientes--item h3{text-align: center;}
    .home__clientes--item { margin-bottom: 50px; padding: 0 30px; }

    section.home__servicio{ padding: 80px 30px;}
    section.home__servicio h2{margin-bottom: 50px; line-height: 42px; font-size: 32px; }
    section.home__servicio .home__servicio--contenido {margin-left: 0;margin-bottom: 30px; margin-top: 30px;}


    section.home__tecnologia{background-size: contain; background-position: center top; background-position-x: -55px; padding: 100px 20px;}
    section.home__tecnologia .home__tecnologia--contenido h2{ font-size: 35px; line-height: 32px;padding-top:20px;}
    section.home__tecnologia .home__tecnologia--contenido ul{padding-left: 10px;}
    section.home__tecnologia .home__tecnologia--contenido p{line-height: 32px;}
    section.home__tecnologia .home__tecnologia--contenido li{line-height: 32px;}

    section.home__preguntas{ padding: 100px 20px;}
    section.home__preguntas h2{ margin: 0; margin-bottom: 50px;  font-size: 34px; text-align: center;}
    .accordion-body__contents .detalle__pregunta p{line-height: 27px;}
    .accordion-header h3{ font-size: 18px; color: #000000; font-weight: 400;}
    .accordion-header{ padding: 25px 5px; padding-bottom: 0; background-color: transparent;}
    .accordion__item{position: relative;}
    .accordion__item.active .accordion-header{background-color: transparent;}
    .accordion-body__contents{ padding: 0 25px; padding-bottom: 20px;}
    .accordion-header h3{max-width: 300px;}
    .accordion__item > .accordion-header:after{top: 35px; right: 0; position: absolute; padding: 8px 8px;}

    button.navbar-toggler{ margin-top: 15px; background-color: none; border: none;}
    button.navbar-toggler:focus{outline: none;}
    header ul.navbar-nav li{margin-right: 0; border-right: 0; margin-bottom: 35px; margin-top: 35px;}
    header ul.navbar-nav{         
        width: 100%;
        height: calc(100vh - 100px);
        background-color: #FFF;
        left: 0;
        top: 100px;
        z-index: -1;
        margin: auto; 
        text-align: left; 
        padding: 30px 0;
        padding-top: 80px;
        padding-bottom: 0;
    }
    header ul.navbar-nav li a{border-radius: 0; padding: 0; font-size: 22px;}

    .field__accept input[type=checkbox] + label{font-size: 12px;}
    button.btn__enviar{margin:auto;}
    footer.footer h2{margin-top: 30px;}
    footer.home__footer{padding: 40px 0;}
    .home__footer--contenido{margin-top: 20px;}
    footer.home__footer .home__footer--contenido p{font-size: 10px;}
    .footer__text {
        margin-bottom: 0;
    }
    footer.footer .footer__img{text-align: center;}
    footer.footer .footer__img img{height: 140px;}
    footer.footer .footer__contacto{padding-left: 0;}

    /*--Registro-*/
    .registro__presentacion .home__presentacion--banner{text-align: center;}
    .registro__presentacion .home__presentacion--banner h2{font-size: 45px; text-align: center;}
    .registro__presentacion .home__presentacion--banner h2::after{content: none;}
    .registro__presentacion h3{font-size: 22px; text-align: center;}
    .registro__presentacion .home__presentacion--banner{margin-top: 50px;}
    .formulario__registro .formulario__regristro--wrap input{width: 100%; max-width: 100%;}
 
}
@media only screen and (max-width: 424px)  {
 
}