@font-face{
	font-family: Montserrat-Medium;
	src: url(../../../../public/fonts/Montserrat-Medium_4.otf);
}

@font-face{
	font-family: Montserrat-Regular;
	src: url(../../../../public/fonts/Montserrat-Regular_3.otf);
}

@font-face{
	font-family: Montserrat-Light;
	src: url(../../../../public/fonts/Montserrat-Light_4.otf);
}

@font-face{
	font-family: Montserrat-Bold;
	src: url(../../../../public/fonts/Montserrat-Bold_4.otf);
}

@font-face{
	font-family: Montserrat-ExtraBold;
	src: url(../../../../public/fonts/Montserrat-ExtraBold_3.otf);
}

@font-face{
	font-family: HelveticaNeueLTPro-LtCn;
	src: url(../../../../public/fonts/HelveticaNeueLTPro-LtCn.otf);
}

@font-face{
	font-family: Lato-Light;
	src: url(../../../../public/fonts/Lato-Light_0.ttf);
}

@font-face{
	font-family: Lato-Medium;
	src: url(../../../../public/fonts/Lato-Medium.ttf);
}

@font-face{
	font-family: Lato-Regular;
	src: url(../../../../public/fonts/Lato-Regular_0.ttf);
}


/* --------------------------------------
=========================================
GLOBAL
=========================================
-----------------------------------------*/

html{
	font-size: 16px;
}

body{
	font-family: 'Lato-Regular', sans-serif;
	color: #444;
	padding-top: 102px;
}

a{
	color: #CCC;
	text-decoration: none;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

a:hover{
	text-decoration: none;
	color: #DD1D41;
}

a:hover > img{
	opacity: 0.8;
}

.transition{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.vcenter{
	display: table-cell;
	vertical-align: middle;
}

.img-100 img{
	width: 100%;
}

#preloader{
	background: rgba(255, 255, 255, 0.8) url('../images/loading.gif') no-repeat center center;
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

/*---------------------------------------
**   TYPOGRAPHY                     -----
-----------------------------------------*/

h1{
	font-size: 3.2rem;
}

h2{
	font-size: 2.8rem;
}

h3{
	font-size: 2.2rem;
}

h4{
	font-size: 1.8rem;
}

h5{
	font-size: 1.2rem;
}

h6{
	font-size: 1rem;
}

.lh-25{
	line-height: 2.5rem;
}

/*---------------------------------------
**   BUTTONS                        -----
-----------------------------------------*/

.btn{
	border-radius: 15px;
	border: none;
	font-size: 0.9rem;
}

.btn-file{
	background-color: #494949;
	border-radius: 0px;
	padding: 8.5px 14px;
	text-transform: none;
	color: #FFF;
}

.btn-t{
	color: #fff;
	background: none;
	border: 1px solid #FFF;
	padding: 5px 20px;
	border-radius: 25px;
	font-weight: 300;
	font-size: 1.2rem;
}

.btn-t:hover{
	background-color: rgba(0, 0, 0, 0.2);
}

/*---------------------------------------
**   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/

.bg-red{
	background: #c31530;
	color: #fff;
}

.bg-red-boxer{
	background: #dd1d41;
	color: #fff;
}

.bg-darkred{
	background: #561119;
	color: #fff;
}

.bg-darkred-v2{
	background: #9b0721;
	color: #fff;
}

.bg-redmedium{
	background: #d11837;
	color: #fff;
}

.bg-redlight{
	background: #dd1d42;
	color: #fff;
}

.bg-blue{
	background-color: #3ab4d7;
	color: #fff;
}

.bg-brown{
	background-color: #dcdfd4;
	color: #666;
}

.bg-brownlight{
	background-color: #f3f4ec;
	color: #666;
}

.bg-light{
	background-color: #e0e3d8;
	color: #444;
}

.bg-light-v2{
	background-color: #f2f4eb;
	color: #444;
}

.bg-light1 {
    background-color: #e0e3d8;
    color: #444;
}

.bg-orange{
	background-color: #FF7512;
	color: #FFF;
}

.bg-grey{
	background-color: #e6e6e6;
	color: #444;
}

.bg-greylight{
	background-color: #EBECE6;
	color: #444;
}

.bg-darkgrey{
	background-color: #2F2F2F;
	color: #fff;
}

.bg-dark{
	background: #2b2b2b !important;
	color: #fff;
}

.bg-dark-v2{
	background: #212121;
	color: #fff;
}
.bg-dark-v3{
	background: #282829;
	color: #fff;
}

.bg-darklight{
	background: #49494b !important;
	color: #fff;
}

.bg-black{
	background-color: #111111 !important;
	color: #FFF;
}

.bg-purple{
	background-color: #944CF5;
	color: #FFF;
}

.bg-transparent{
	background-color: transparent;
}

.bg-500{background-color: #a2002b; }
.bg-200{background-color:#b10230;}
.bg-100{background-color: #bb0535;}
.bg-50{background-color: #cc073b;}
.bg-20{background-color: #e62c4f;}
.bg-15{ background-color: #ea3557;}
.bg-10{background-color: #ff4569;}

.bg-strip{
	background-image: url(../images/bg-strip.png);
	background-repeat: repeat-x;
}

.bg-strip-se{
	background-image: url(../images/bg-strip-se.png);
	background-repeat: repeat-x;
}

.bg-strip-ex{
	background-image: url(../images/bg-strip-ext.png);
	background-repeat: repeat-x;
}

.bg-strip-ext-blue{
	background-image: url(../images/bg-strip-ext-blue.png);
	background-repeat: repeat-x;
}

.bg-strip-blue{
	background-image: url(../images/bg-strip-blue.png);
	background-repeat: repeat-x;
}

.bg-strip-grey{
	background-image: url(../images/bg-strip-grey.png);
	background-repeat: repeat-x;
}

.bg-screen-03{
	background: url(../images/img-boxer-app1.png) no-repeat center;
}

.bg-screen-04{
	background: url(../images/img-boxer-monitoreo1.png) no-repeat center;
	box-shadow: inset 0 0 0 1000px rgba(46, 46, 46, 0.5);
}

.bg-screen-05{
	background: url(../images/img-boxer-seguimiento1.png) no-repeat center;
}

.bg-home-01 {
	background: url(../images/img-home-bg1.png) no-repeat center;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(46, 46, 46, 0.5);
}

.bg-sobreboxer-01 {
	background: url(../images/img-sobreboxer-bg1.png) no-repeat center;
	background-size: cover;
}

.bg-sobreboxer-02 {
	background: url(../images/img-sobreboxer-bg3.png) no-repeat center;
	background-size: cover;
}

.bg-boxerseguimiento-carrousel1{
	background: url(../images/img-boxer-seguimiento2.png) no-repeat center;
	background-size: cover;
}
.bg-boxerseguimiento-carrousel2{
	background: url(../images/img-boxer-seguimiento5.png) no-repeat center;
	background-size: cover;
}
.bg-boxerseguimiento-carrousel3{
	background: url(../images/img-boxer-seguimiento6.png) no-repeat center;
	background-size: cover;
}

.bg-boxer-tienda-header{
	background: url(../images/tienda-header-background.png) no-repeat center;
	background-size: cover;
}

/** FOR TEXTS AND ICON FONTS **/

.a-white{
	color: #FFF;
}

.a-blue{
	color: #3ab0e2;
}

.text-red{
	color: #dd1d41;
}

.text-green{
	color: #34d293;
}

.text-blue{
	color: #3ab0e2;
}

.text-yellow{
	color: #f7d861;
}

.text-black{
	color: #000 !important;
}

.text-white{
	color: #FFFFFF;
}

.font-bold{
	font-family: "Montserrat-Bold", sans-serif;
}

.font-light{
	font-family: "Montserrat-Light", sans-serif;
}

.font-regular{
	font-family: "Montserrat-Regular", sans-serif;
}

.font-lato-light{
	font-family: "Lato-Light", sans-serif;
}

.font-lato-italic {font-family: "Lato-Italic" , sans-serif;}


/*---------------------------------------
**   FORM                -----
-----------------------------------------*/

.is-invalid-label{
	font-size: 0.9rem !important;
	padding: 0px!important;
}

.form-control{
	height: 40px;
	padding: 8px 12px;
	color: #333;
	border: 1px solid #999;
	border-radius: 0px;
}

/*---------------------------------------
**   SECTION HEADERS                -----
-----------------------------------------*/

.page-header,
.page-header-center{
	min-height: 160px;
	align-items: center;
}

.page-header-center h1{
	font-family: "Montserrat-Light", sans-serif;
	font-size: 2.7rem;
	margin-bottom: 10px;
}

.page-header-center h2{
	font-family: "Montserrat-Light", sans-serif;
	font-size: 1.3rem;
}

.page-header h1{
	font-size: 3.2rem;
	line-height: 50px;
	font-weight: 100;
}

.page-header .guion,
.page-header .puntos,
.page-header .puntos-b{
	position: relative;
}

.puntos-b h6{
	font-size: 3rem !important;
	margin-top: 15px;
	font-weight: 500 !important;
}

.puntos-b h6 i{
	font-size: 4.3rem;
	font-weight: 100;
}

.page-header .guion:after{
	content: '---';
	position: absolute;
	font-size: 2rem;
	top: -35px;
	letter-spacing: -4px;
}

.page-header .puntos:after{
	content: '..';
	position: absolute;
	font-size: 3rem;
	top: -3px;
	letter-spacing: 5px;
}

.page-header .puntos-b:after{
	content: 'ESCRIBINOS POR';
	position: absolute;
	font-size: 0.9rem;
	height: 16px;
	left: 38.5%;
	top: -3px;
	background-color: #fff;
	color: #EA0046;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 80 !important;
}

.page-header .puntos-b:before{
	content: '(388)5235424';
	position: absolute;
	font-size: 1rem;
	left: 38.5%;
	top: 4.2em;
	padding-left: 5px;
}

.page-header .puntos-solo:after{
	content: '..';
	position: absolute;
	font-size: 3rem;
	top: 75px;
	letter-spacing: 5px;
}

.page-header h5{
	font-size: 1.1rem;
	text-transform: none;
	font-family: "Montserrat-Regular", sans-serif;
	font-weight: 600;
}

.page-header h6{
	font-size: 3rem;
	text-transform: none;
	text-align: right;
	font-weight: 700;
}

.page-header .select-opt{
	margin-right: 20px;
	margin-top: 10px;
}

.page-header .sub{
	font-family: "Montserrat-Regular", sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-left: 12px;
	font-weight: 600;
}

.page-header .caracteristicas{
	font-family: "Montserrat-Regular", sans-serif;
	font-size: 1.2rem;
	background: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.page-header .caracteristicas li{
	list-style-type: circle !important;
	margin-top: 10px;
	font-weight: 600;
}

.page-header .red li{
	color: #DD1D41;
}

.page-header .orange li{
	color: #ff9900;
}

.page-header .dark li{
	color: #333;
}

.page-header .active{
	color: #31ACD2 !important;
	background-color: #FFF !important;
}

.header .extended{
	min-height: 400px !important;
	position: relative;
}

.header .semiextended{
	min-height: 300px !important
}

.header .semiextended .column{
	height: 300px !important
}

.header .extended .column .content{
	vertical-align: bottom;
}

.header .extended h1{
	font-size: 5em;
	font-weight: 600;
	letter-spacing: -2px;
	margin-left: 10px;
	line-height: 100px;
}

.header .social{
	font-size: 1.2em;
}

/*---------------------------------------
**   SECTION:  HOME                  -----
-----------------------------------------*/

.user-logged{
	width: 100%;
	background-color: #000;
	color: #EEE;
}

/*--- Sección Porque elegir Boxer ---*/

.elegir-boxer{
	background: #e8e9ed;
}

.elegir-boxer .titulo{
	font-size:2.2rem;
	font-family: "Montserrat-Medium", sans-serif;
	color: #424242;
}

.elegir-boxer .subtitulo{
	font-size: 1.5rem;
	color: #DD1D41;
	font-family: "Montserrat-Medium", sans-serif;
	letter-spacing: 0px;
	font-weight: bolder;
}

.circulo-border{
	border-radius: 50%;
	width: 12rem;
	height: 12rem;
	margin-left: auto;
	margin-right: auto;
	background: #f2f3f5;
	background-image: linear-gradient(to bottom right, #f2f3f5, #d7d7dc);
	box-shadow: 24px 10px 53px -10px rgba(112,112,112,0.63);
}

/*----  SECTION:  HOME > TOP BAR   ----*/

.navbar{
	background: #212121;
	padding: 0px;
	flex-wrap: wrap !important;
}

.navbar .subnav{
	width: 100%;
	background-color: #3c3c3c;
}

.navbar .subnav .spaced::after{
	content: " | ";
	margin-left: 10px;
	margin-right: 10px;
}

.navbar .subnav ul li{
	list-style: none;
}

.navbar .subnav ul li i{
	letter-spacing: 10px;
}

.navbar .subnav a{
	color: #DDD;
}

.navbar .subnav a:hover{
	color: #DDD;
}

.navbar .nav-item > a{
	font-size: 1rem;
}

.navbar .clientes{
	background: url(../images/usr.png) no-repeat left;
	padding-left: 35px;
}

.slider-bg{
	transition: background-color ease-in 0.5s;
	overflow: hidden;
}

.carousel-item .img-fluid {
  width:100%;
}

/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/

.intro{
	text-align: center;
	color: #FFF;
	margin-top: 25%;
	line-height: 65px;
	z-index: 0;
}

/* Short Messages */

.bottom-message-section{
	margin-top: 14%;
	position: relative;
}

.short-text{
	margin: auto;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
}

/*---------------------------------------
**   EN VIVO             -----
-----------------------------------------*/

.btn-vivo{
	color: #DD1D41 !important;
	background-color: #3C3C3C;
}

.btn-vivo-mobile{
	background-color: #212121;
}

.btn-vivo:hover{
	background-color: #333;
}

.en-vivo .dropdown-menu {
	color: #FFF;
	background-color: #DD1D41;
}

.en-vivo .medios a{
	color: #FFF;
	font-size: 0.7rem;
}

.en-vivo .medios a:hover{
	text-decoration: underline;
}

/*---------------------------------------
**   MENU DESKTOP MAIN                -----
-----------------------------------------*/

.menu-desktop ul.navbar-nav > li.nav-item > a.nav-link{
	font-family: "HelveticaNeueLTPro-LtCn", sans-serif;
	color: #FFFFFF;
	font-size: 1.2rem;
}

.menu-desktop ul.navbar-nav > li.nav-item > a.nav-link:hover{
	color: #DD1D41;
}

.menu-desktop ul.navbar-nav > li.nav-item > .btn:hover{
	color: #FFFFFF !important;
}

/*---------------------------------------
**   MENU MOBILE MAIN                -----
-----------------------------------------*/

.menu-mobile li.border-danger{
	border-color: #c90028 !important;
}

.menu-mobile .dropdown-menu ul li::before {
	content: "- ";
	color: white;
}

/*---------------------------------------
**   MEGAMENU	             -----
-----------------------------------------*/

.has-megamenu{
	position: static !important;
}

.has-megamenu .dropdown-menu{
	background-color: transparent !important;
}

.megamenu{
	left:0;
	right:0;
	width:100%;
	margin-top:0;
	color: #FFF;
	font-family: "Montserrat-Regular", sans-serif;
}

.megamenu .container{
	position: relative !important;
}

.megamenu li{
	list-style: none;
}

.megamenu .megamenu-servicios{
	background-color: #dd1d42;
}

.megamenu .megamenu-servicios .monitoreo{
	background-color: #c31530;
}

.megamenu .megamenu-servicios .app{
	background-color: #d11837;
}

.megamenu .megamenu-servicios .seguimiento{
	background-color: #dd1d42;
}

.megamenu .megamenu-productos .content{
	background: rgb(35,35,35);
	background: -webkit-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(70,70,70,1) 35%);
	background: -o-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(70,70,70,1) 35%);
	background: linear-gradient(to top, rgba(35,35,35,1) 0%, rgba(70,70,70,1) 35%);
}

.megamenu .megamenu-productos img{
	opacity: 0.6;
}

.megamenu .megamenu-productos img:hover{
	opacity: 1;
}

.megamenu .megamenu-productos .content h5{
	font-weight: 600;
}

.megamenu .megamenu-productos .kits{
	background-color: #242424;
}

.megamenu .megamenu-productos .alarmas{
	background: rgb(35,35,35);
	background: -webkit-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(42,42,42,1) 35%);
	background: -o-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(42,42,42,1) 35%);
	background: linear-gradient(to top, rgba(35,35,35,1) 0%, rgba(42,42,42,1) 35%);
}

.megamenu .megamenu-productos .videovigilancia{
	background: rgb(35,35,35);
	background: -webkit-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(48,48,48,1) 35%);
	background: -o-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(48,48,48,1) 35%);
	background: linear-gradient(to top, rgba(35,35,35,1) 0%, rgba(48,48,48,1) 35%);

}

.megamenu .megamenu-productos .accesos{
	background: rgb(35,35,35);
	background: -webkit-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(54,54,54,1) 35%);
	background: -o-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(54,54,54,1) 35%);
	background: linear-gradient(to top, rgba(35,35,35,1) 0%, rgba(54,54,54,1) 35%);
}

.megamenu .megamenu-productos .iot{
	background: rgb(35,35,35);
	background: -webkit-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(60,60,60,1) 35%);
	background: -o-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(60,60,60,1) 35%);
	background: linear-gradient(to top, rgba(35,35,35,1) 0%, rgba(60,60,60,1) 35%);

}

.megamenu .megamenu-productos .cerco{
	background: rgb(35,35,35);
	background: -webkit-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(65,65,65,1) 35%);
	background: -o-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(65,65,65,1) 35%);
	background: linear-gradient(to top, rgba(35,35,35,1) 0%, rgba(65,65,65,1) 35%);

}

.megamenu .megamenu-productos .incendio{
	background: rgb(35,35,35);
	background: -webkit-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(70,70,70,1) 35%);
	background: -o-linear-gradient(bottom, rgba(35,35,35,1) 0%, rgba(70,70,70,1) 35%);
	background: linear-gradient(to top, rgba(35,35,35,1) 0%, rgba(70,70,70,1) 35%);
}

.megamenu .megamenu-cliente h4{
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.megamenu .megamenu-cliente .content > div{
	flex-shrink: 0;
	flex-grow: 0;
	flex-basis: 250px;
}

.megamenu .megamenu-cliente .comercial{
	background-color: #C3142F;
}

.megamenu .megamenu-cliente .telefonica{
	background-color: #D11837;
}

.megamenu .megamenu-cliente .redes{
	background-color: #DD1D41;
}

.megamenu .megamenu-cliente .sv{
	background-color: #EB2A50;
}

.megamenu .megamenu-cliente .ayuda{
	background-color: #ED3C5F;
}

.megamenu .megamenu-cliente .velocidad{
	background-color: #E94B6A;
}

.megamenu .megamenu-cliente img{
	margin-top: 30px;
}

.megamenu .megamenu-cliente .sub{
	width: 90%;
	margin: 20px auto 0 auto;
	text-align: center;
	border-top: 1px solid #CCC;
	padding-top: 15px;
}

.megamenu .content {
	min-height: 400px;
	overflow: hidden;
}

/*---------------------------------------
**   MENU MOBILE	             -----
-----------------------------------------*/

.menu-mobile{
	font-size:1.2rem;
}
.menu-mobile div{
	background: #212121;
}
.menu-mobile .mobile-tv{
	color:#47b3da !important;
}
.menu-mobile .mobile-go{
	color:#dd1d42 !important;
}
.menu-mobile .mobile-apps{
	color:#cfcfcf !important;
}
.menu-mobile .mobile-premium{
	color:#9d9d9d !important;
}
.menu-mobile .en-vivo{
	color:#DD1D41 !important;
}
.menu-mobile a{
	color: #FFF;
	font-family: "Montserrat-Light" !important;
	font-size:1.2rem !important;
	font-weight: 700;
	padding-bottom:0px !important;
}
.menu-mobile div a{
	font-size: 1rem !important;
	color: #DDD;
}
.mobile-productos .seccion{
	border-bottom: solid 1px;
}
.menu-mobile .combo-mobile{
	border-radius:30px;
	border:none;
	background-color: #dc3545;
	padding: 3px 13px;
	color: #FFF;
}
.menu-mobile li{
	border-color:#dee2e694!important;
	border-width: 0.8px;
}

/*---------------------------------------
**   SECTION:  PAGE MENU             -----
-----------------------------------------*/

.page-menu > .btn-link{
	font-family: "Montserrat-Light", sans-serif;
	font-size: 1.5rem;
	color: #FFF;
	text-decoration: none;
}

.page-menu > .btn-link:hover{
	color: #3bb3d5;
}
.page-menu > .btn-link:focus{
	text-decoration: none;
}
.page-submenu button{
	font-family: "Montserrat-Regular", sans-serif;
	font-size: 1.2rem;
	color: #3bb3d5;
	text-decoration: none;
}
.page-submenu > .btn-link:hover{
	color: #9a9a9a;
}
.page-submenu > .btn-link:focus{
	color: #9a9a9a;
}

/*---------------------------------------
**   SECTION:  SEPARATOR ONE         -----
-----------------------------------------*/

.separator{
	font-family: "Montserrat-Light", sans-serif;
	font-size: 1.8rem;
}

.separator-border{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 53px 0px;
}

/*---------------------------------------
**   SERVICIOS
-----------------------------------------*/

.servicios h4 {
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.sub-header {
	font-size: 1.5rem;
}

/*---------------------------------------
**   PRODUCTOS
-----------------------------------------*/

.productos .col-lg-2{
	max-width: 20%;
	flex: 0 0 20%;
}

.productos .content{
	overflow: hidden;
}

.productos ul li{
	margin-bottom: 5px;
	font-size: 1.1rem;
	font-weight: 300;
	font-family: 'Lato';
}

.productos ul li a{
	color: #000;
}

.productos ul li a:hover{
	color: #dd2f49;
}

.return {
	border-bottom: 2px solid #d7d7d7;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	font-family: 'Montserrat-Bold';
}

.return a {color: #000; }
.return a:hover {color: #dd2f49; }

.return a span i {font-size: 2.5rem}

.top-border {border-top: 2px solid #d7d7d7;}


/*---------------------------
*   LOADER CIRCULAR
---------------------------*/

#contenedor_carga{
	background-color: rgba(255, 244, 244, 0.9);
	max-height: 100%;
	max-width: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-transition: all 1s ease !important;
	-o-transition: all 1s ease !important;
	transition: all 1s ease !important;
	z-index: 1020;
	margin: auto;
}

#carga{
	border: 10px solid #ccc;
	border-top-color: #F4266A;
	border-top-style: groove;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-animation: girar 1.5s linear infinite !important;
	-o-animation: girar 1.5s linear infinite !important;
	animation: girar 1.5s linear infinite !important;
}

@keyframes girar{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

/*---------------------------------------
**   SECTION:  LEGALES           -----
-----------------------------------------*/

.legales{
	overflow: hidden;
	background-color: #d4d8c9;
}

.legales a{
	color: #666;
}

/*-------------------------------
   SECCION SOBRE BOXER
---------------------------------*/


.sobreboxer .img-submenu{
	position: absolute;
	bottom:-40px;
	color: #f0f0f0;
	font-size: 0.9rem;
}

.boxer-mas-funciones{
	background: #bd1130;
	font-family: 'Montserrat-Medium' , 'sans-serif';
	color: #ffffff;
}
.boxer-mas-funciones .images{ max-width: 70%;}
.boxer-mas-funciones .images img:hover{ cursor:pointer; }
.boxer-mas-funciones .alerta{
	font-family: 'Montserrat-Bold' , 'sans-serif';
	font-size: 2.5rem !important;
}
.boxer-mas-funciones h4{
	font-size: 1.4rem !important;
}

.seg-banner-text{
	color:#ffffff;
	font-family: 'Montserrat-Bold' , 'sans-serif';
	height:400px;
}
.seg-banner-text h2{
	font-size: 2.6rem;
}
.seg-banner-text h1{
	font-size: 4.75rem;
	-webkit-text-stroke: 1px #ffffff;
	  color: transparent;
	  line-height: 53px;
}
.seg-banner-text h5{
	font-size: 1.38rem;
	font-family: 'Montserrat-Medium' , 'sans-serif';
}


/*-------------------------------
   SECCION MONITOREO
---------------------------------*/

.monitoreo-casa p{
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0px;
}

.monitoreo-casa span{
	color: #dd1d41;
}

/*-------------------------------
	SECCION TIENDA
---------------------------------*/

.tienda .titulo{
	font-size: 1.4rem;
	font-family: 'Montserrat-Bold';
	color: #282829;
	margin-bottom: 0.5rem;
}

.tienda .descripcion{
	font-size: 1.1rem;
	font-family: 'Montserrat-Light';
	color: #282829;
	min-height: 52px;
}

.tienda img{
	max-width: 250px;
}

.tienda .btn-solid-red{
	font-size: 0.9rem;
	padding: 3px 15px;
}

.banner-ayuda .interrogacion{
	font-size: 2.3rem;
}
.banner-ayuda .ayuda{
	font-size: 1.2rem;
	font-family: 'Lato';
	font-weight: 700;
	color:#000000;
}
.banner-ayuda .revisa{
	font-size: 1.1rem;
	color: #000000;
	font-family: 'Lato';
}
.banner-ayuda .tel{
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Lato';
	color:#000000;
}

.tienda-prod .titulo{
	font-size: 2rem;
	font-family: 'Montserrat-Bold';
	color:#212121;
	margin-bottom: 0rem;
}
.tienda-prod .subtitulo{
	color: #dd1d41;
	font-family: 'Montserrat-Bold';
	font-size: 1rem;
}

.tienda-prod .descripcion{
	font-size: 1rem;
	font-family: 'Montserrat-Light';
}

.tienda-prod .descripcion span{
	font-family: 'Montserrat-Bold';
	color: #212121;
}

.prod-similar .titulo{
	margin-bottom: 0;
	color:#212121;
	font-family: 'Montserrat-Bold';
}

.prod-similar .descripcion{
	font-size: 0.7rem;
	font-family: 'Montserrat-Light';
	min-height: 48px;
}

.prod-similar .btn-solid-red{
	font-size: 0.7rem;
	font-family: 'Montserrat-Bold';
}

.prod-similar h3, .prod-similar h4{
	color:#212121;
	font-family: 'Montserrat-Bold';
}


.tienda .carousel-indicators{
	position: relative !important;
}

.tienda .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #CCC !important;
	border-radius: 50% !important;
}

/*-------------------------------
		SECCION APP
---------------------------------*/
.app-botones .images{
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Montserrat-Medium';
}
.app-botones .images img{
	max-width: 41%;
}
.app-botones .images img:hover{ cursor:pointer;}

.app-botones{
	font-family: 'Montserrat-Medium';
}
.app-botones h5{
	font-size: 1.4rem;
}
.app-botones .panico{
	font-size: 2.5rem;
	color: #ff3d41;
	font-family: 'Montserrat-Bold';
}

.boxer-multimedia .titulo{
	font-family: 'Montserrat-Medium';
	font-size: 1.4rem;
}
.boxer-multimedia .subtit{
	font-family: 'Montserrat-Light';
	font-size:1.1rem;
}
.boxer-multimedia .subtit span{
	color:#e22e50;
}

.boxer-funciones{
	font-family: 'Montserrat-Medium';
}
.boxer-funciones .images{
	max-width: 68%;
	margin-left: auto;
	margin-right: auto;
}
.boxer-funciones .images img:hover{ cursor:pointer;}

.boxer-funciones .images-2{
	max-width: 66%;
}
.boxer-funciones .images-2 .titulo{
	color: #e22e50;
}
.cel-img{
	padding-left: 8rem;
	padding-right: 4.9rem !important;
}

/* ----------------------------------------*/
/*   MODAL                        */
/* ----------------------------------------*/

.modal-header .modal-titulo{
	font-size: 1.5em;
	font-weight: 700;
}

.modal-header .modal-precio{
	font-size: 2.8em;
}

.modal-precio .currency{
	font-size: 0.5em !important;
	vertical-align: super;
}

.modal-subheader{
	background-color: #E3E3E3;
	color: #333;
	padding: 20px;
	font-weight: 300;
}

.modal-body{
	padding: 20px;
}

.modal-body .input-box{
	width: 100%;
}

.modal .btn{
	width: 100%;
}

.modal .legales{
	position: relative;
	padding: 10px 0px;
	text-align: center
}

.modal .legales .text-content{
	text-align: left;
}

.modal-banner-desktop{
	max-width: 980px !important;
}

.modal-banner-mobile{
	max-width: 320px !important;
	margin-left: auto;
	margin-right: auto;
}

.modal .modal-header .close {
	position: absolute;
	width: 28px !important;
	height: 28px;
	text-align: center;
	padding: 0px 0px 2px 1px;
	line-height: 0.7;
	border-radius: 19px;
	color: #000;
	top: -1px;
	right: -3px;
	z-index: 999;
	background-color: #FFF;
	font-size: 2em;
}

.modal-header > .btn-close{
	position: absolute !important;
	right: -5px;
	top: -5px;
	background-color: #FFFFFF !important;
	border-radius: 20px !important;
	width: 0.7em !important;
	height: 0.7em !important;
}

/* ----------------------------------------*/
/*   SECTION:  PREGUNTAS FRECUENTES        */
/* ----------------------------------------*/

.boxer-faq .preg{
	font-size: 1.1rem;
	font-family: 'Montserrat-bold';
	color: #2b2b2b;
}
.boxer-faq .resp{
	font-size: 1.3rem;
	font-family: 'Montserrat-Medium';
}
.boxer-faq .phone{
	font-size:1.4rem;
}
.boxer-faq .titulo{
	font-size: 1.2rem;
	font-family: 'Montserrat-Medium';
	color: #2b2b2b;
	text-align: left;
}
.boxer-faq .titulo:hover{
	text-decoration: none !important;
}
.boxer-faq .titulo:focus{
	text-decoration: none !important;
}
.boxer-faq .plus{
	color: #dd1d41;
	font-size: 1.2rem;
}
.boxer-faq .card{
	border: none;
}
.boxer-faq .card-header{
	background-color:#fff;
}


/* ----------------------------------------*/
/*   SECCIÓN:  FOOTER                        */
/* ----------------------------------------*/

footer ul,
footer ol{
	padding-left: 0 !important;
}

footer .btn{
	font-size: 1.3rem;
}

footer li{
	list-style: none;
}

footer .company{
	color: #939393;
}

footer .company .logo{
	margin-bottom: 15px;
}

footer .company p{
	font-size: 0.8em;
}

footer .titulo{
	font-size: 1.7em;
	margin-bottom: 15px;
}

footer .phone,
footer .social{
	font-size: 1.4em;
	color: #939393;
}

footer .phone a,
footer .social a{
	color: #939393;
}

footer .phone a:hover,
footer .social a:hover{
	color: #DD1D41;
}

footer .marcas .vertical,
footer .marcas .horizontal{
	position: relative;
}

footer .marcas .horizontal{
	min-height: 80px;
}

footer .marcas .vertical li,
footer .marcas .horizontal li{
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
}

footer .marcas .horizontal ul li{
	position: absolute;
}

footer .marcas .vertical li,
footer .marcas .vertical li a{
	height: 44px;
	display: block;
}

footer .marcas .horizontal li,
footer .marcas .horizontal li a{
	height: 60px;
	display: block;
}

.footer-menu a:hover{
	color: #CCC;
	text-decoration: underline;
}

.btn-whatsapp {
    color: #fff;
    background-color: #52cd5e;
    border-color: #52cd5e;
}

.btn-whatsapp:hover {
    color: #fff;
    background-color: #41A44B;
    border-color: #398F41;
}

/* --------------------------------------
=========================================
LANDING PAGE CAMBIO 
=========================================
-----------------------------------------*/
.bg-landing-cambio{
	background: rgb(35,130,156);
	background: linear-gradient(330deg, rgba(35,130,156,1) 21%, rgba(83,59,108,1) 43%, rgba(149,20,44,1) 69%);
}