/*-----------------
Styles Genral Page
-----------------*/
a{
	text-decoration: none;
}
a.btn__main{
    border: none;
    text-align: center;    
    padding: 15px 25px;
    border-radius: 35px;
    background-color: #E21414;
    color: #FFF;
    font-size: 20px;
    transition: 0.3s;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 230px;
    display: inline-block;
    margin: auto;
    text-decoration: none; 
}
a.btn__main:hover{
    background-color:#1F1F1F;
}
/* =============================================================================
   styles for check button
========================================================================== */
.formulario .form-check-politic{
    width: 17px;
    height: 17px;
    margin-top: 2px;

}
.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;
}
/* =============================================================================
   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; margin-left: 30%; }
section.slider .slider__contenido h2{
    color: #FFF;
    font-size: 54px;
    line-height: 1.15em;
    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: 0px;    
}
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: 100px 0;        
}
section.home__garantizamos .home__garantizamos--contenido{ text-align: center; }
section.home__garantizamos h2{
    margin: 0;    
    color: #1F1F1F;
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.2em;   
    text-align: center;
}
section.home__garantizamos h2:after {
    content: ""; background-color: #E21414; width: 120px; height: 5px; display: block; margin: auto; margin-top: 20px;
}

section.home__garantizamos p{
    color: #424242;
    font-size: 19px;
    font-weight: 400;    
    margin-bottom: 70px;
    text-align: center;
}
section.home__garantizamos .home__garantizamos--contenido a{
    margin-top: 40px;
}
section.home__garantizamos img {
    width: 900px;
}


/**********************************************
  Section home__hacemos
*********************************************/
section.home__hacemos {
    background-color: #202020; color: #FFF; padding-top: 100px; padding-bottom: 100px;
}  
section.home__hacemos h2 {
    font-size: 42px; font-weight: bold; text-align: center; margin-bottom: 50px;
}
section.home__hacemos h2:after {
    content: ""; background-color: #E21414; width: 120px; height: 5px; display: block; margin: auto; margin-top: 20px;
}
section.home__hacemos h3 {
    font-weight: bold; margin-top: 25px; font-size: 24px;
}

/* ===========================================
    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: #FFF;  
    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: 18px;    
    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: 18px;    
    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: 100px 0;   background-color: #F8F7F7;     
}
section.home__clientes h2{
    margin: 0;
    color: #1F1F1F;
    text-align: center;
    font-weight: bold;    
    font-size: 42px;
    line-height: 1.2em;
    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: 18px;}
/* ===========================================
    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;
  }




/*********************************************
  Seccion Protege
*********************************************/
ul.listado {
    padding: 0; margin: 0; list-style: none;
}
ul.listado li{
    margin-bottom: 10px; position: relative; padding-left: 25px; font-size: 18px;
}
ul.listado li::before{
    content:""; display: block; width: 15px; height: 15px; background-repeat: no-repeat; background-image: url(../../img/bullet.svg); position: absolute; left: 0; top: 5px;
}

 section.home__protege {
     padding-top: 100px; padding-bottom: 100px;
 } 
 section.home__protege h2 {
    color: #1F1F1F;
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2em;
    margin-bottom: 60px;
 }    
 section.home__protege h2 span{
     color: #E21414;
 }
 section.home__protege h3 {
    color: #1F1F1F; font-weight: bold; font-size: 35px; margin-bottom: 25px; margin-top: 15px;
 } 

 section.home__protege .superoferta {
    background-color: #f2f2f2; padding: 45px;
}
.kit__precio {
    margin-top: 15px; margin-bottom: 15px;
}
.kit__preciodesc {
    text-decoration: line-through; 
}
.kit__precionor {
    color: #1F1F1F;    
    font-weight: bold;
    font-size: 45px;
}
.kit__precionor span{
    font-size: 22px;
}

/**********************************
  Section Ventajas
************************************/
section.home__ventajas {
    padding-top: 100px; padding-bottom: 100px;
}
section.home__ventajas h2{
    font-size: 42px; margin-top: 40px; margin-bottom: 40px; color: #1F1F1F; font-weight: bold; line-height: 1.2em;
}


.align-center { text-align: center; }
.align-right { text-align: right; }


/***************************
  Login
*******************************/
.login__wrap  {
    max-width: 550px; border: 1px solid #DDD; padding: 40px; border-radius:10px; margin: 20px auto;
}




/*============================
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.1em;
        height: 2.1em;
        background-size: 40px;
    }    
    section.slider .formulario{ max-width: 100%;width: 100%; margin: 0;}
    section.slider .container-fluid { width: auto; }
    
    section.slider .slider__responsive{        
        padding: 60px 10px;
        padding-top: 160px;    
    }
    section.slider {
        background-image: url(../../img/bg_slider2.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
        padding-bottom: 0;
    }
    section.slider .formulario h2 {
        font-size: 28px;
    }
    section.slider .slider__contenido h2{font-size: 36px;}
    section.slider .slider__contenido h2 br { display: none; }
    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: 50px;}

    section.slider .slider__contenido { margin-left: 10%; }

    ul.listado li { font-size: 15px; }

    section.home__protege h2 { font-size: 28px;  }

    section.home__garantizamos{ padding: 100px 20px; padding-top: 70px; }
    section.home__garantizamos .home__garantizamos--contenido h2{font-size: 40px; line-height: 40px;}

    section.home__protege .superoferta { padding: 20px 20px; padding-bottom: 50px; }

    section.home__garantizamos h2, section.home__hacemos h2, section.home__ventajas h2, section.home__hogar .home__hogar--contenido h2 { font-size: 28px; line-height: 1.2em; }

    section.home__hacemos { padding: 50px 15px; }

    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 p{line-height: 32px;}
    section.home__hogar .home__hogar--contenido .home__hogar--item p{line-height: 1.3em; font-size: 15px; }
    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;}
    .formulario button.btn__enviar { font-size: 16px; padding: 15px 20px; }
    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)  {
 
}