/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.6
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
/***********/
/* GENERAL */
/***********/
.btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white{
    background-color: transparent!important;
}
.hidden{
    display: none;
}
@media (min-width: 768px){
	:not(.fixed-header-on) .header.transparent {
		position: relative;
	}
}

.arcoiris-container::after{
    content: "";
    background-image: -webkit-linear-gradient(0deg, #ff61ca 0, #ff61ca 100px, #8a5dfe 100px, #8a5dfe 200px, #00baef 200px, #00baef 300px, #a6e90b 300px, #a6e90b 400px, #f7f800 400px);
    background-image: -ms-linear-gradient(0deg, #ff61ca 0, #ff61ca 100px, #8a5dfe 100px, #8a5dfe 200px, #00baef 200px, #00baef 300px, #a6e90b 300px, #a6e90b 400px, #f7f800 400px);
    background-size: 500px;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 5px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.horizontal-separator{
	height: 3px;
    margin: 10px auto 10px;
    background-color: #f4f4f2;
}
.visibility-hide{
	visibility: hidden;
}

.justify {
	text-align: justify !important;
}
@media (max-width: 767px){
	.hide-xs{
		display: none;
	}
}
input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #00baef;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #00baef;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before{
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #00baef;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%,  0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
input[type="checkbox"]:checked::before{
    transform: scale(1);
}
input[type="checkbox"]:focus{
    outline: max(2px, 0.15em) solid #00baef;
}
input[type="checkbox"]:disabled{
    --form-control-color: grey;
    color: grey;
    cursor: not-allowed;
    border-color: darkgrey;
}
/***************/
/* END GENERAL */
/***************/

/**********/
/* NAVBAR */
/**********/
header{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}
.header-right{
    padding-top: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #2c2d2e !important;
}
.header.transparent {
    background-color: #ffffff !important;
    border-bottom: 1px solid #93cfd8 !important;
}
.main-navigation .navbar-nav > li:first-child{
	padding-right: 5px;
	padding-left: 0;
	margin: 0;
	border-left: 0;
}
.main-navigation .navbar-nav > li{
	padding: 12px 0px 12px 5px;
	margin: 0 0 0 8px;
}
.main-navigation .navbar-nav > li:last-child{
    padding: 10px 18px 9px 2px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    margin-left: 30px;
	background-color: #1dcad7;
}
.main-navigation .navbar-nav > li:last-child a{
    color: #fff!important;
}
@media (max-width: 767px){
	.main-navigation .navbar-nav > li:last-child{
		margin-left: 0;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}
.navbar-default .navbar-nav > li:first-child > a{
	border-left: none;

}
.navbar-default .navbar-nav > li > a{
	text-transform: none;
	font-weight: 500;
	padding: 0 0 0 15px;
	color: #2c2d2e !important;
    font-size: 20px;
    font-family: 'Gochi Hand', cursive;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
	/*text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #fff;*/
}
.navbar-default .navbar-nav > li > a.active{
	/*display:inline-block;
    border-bottom:2px solid #fff;
    padding-bottom:2px;*/
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #fff;
}
.headerPhone p{
	text-align: right;
	color: #2c2d2e;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
}
.headerPhone p a{
	color: #2c2d2e;
	padding-left: 10px;
}
.headerPhone p a:hover, .headerPhone p a:focus{
	color: #2c2d2e;
	text-decoration: none;
}
/* .headerPhone p i{
	display: inline-block;
    border: 1px solid #2c2d2e;
    border-radius: 18px;
    padding: 0.3em 0.4em;
} */
.header-small .logo img {
    max-height: inherit;
}
.simple {
	position: relative !important;
	background-color: #fff;
}

.simple .headerPhone p {
	margin: 15px 0 5px 0;
}

.main-navigation .navbar-nav .menu-blog-link {
	display: none;
}
.section {
    padding: 50px 0;
}
.arcoiris-container{
    margin-bottom: 100px;
}

@media (min-width: 1200px){
	.logo{
		padding-top: 0px;
	}
	.logo img{
		max-height: 84px !important;
		max-width: inherit;
		width: auto;
		height: auto;
	}
	.header-small .navbar.navbar-default {
	    margin: 11px 0 5px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 22px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.header-small .logo img {
		max-height: inherit;
	    max-width: 176px;
	}
	.header-small .navbar.navbar-default {
	    margin: 11px 0 5px;
	}
}

@media (max-width: 991px){
	.headerPhone{
		position: absolute;
		right: 14%;
		top: 28px;
	}

	.simple .headerPhone {
		top: 19px;
	}

	.simple .headerPhone p {
		margin: auto;
	}
}
@media (min-width: 767px) and (max-width: 820px){.headerPhone{right: 6%;}}
@media (min-width: 821px) and (max-width: 900px){.headerPhone{right: 10%;}}
@media (min-width: 768px) and (max-width: 991px){
	.container {
	    width: 100%;
	}
	.navbar-default .navbar-nav > li > a{
	    font-size: 19px;
	}
	.main-navigation .navbar-nav > li {
	    padding: 12px 0px 12px 3px;
	}
	.navbar-default .navbar-nav > li > a {
	    padding: 0 0 0 12px;
	}
	.navbar .navbar-nav {
	  display: inline-block;
	  float: none !important;
	  vertical-align: top;
	}
	.navbar .navbar-collapse {
	  text-align: center;
	}
    .page-top {
        padding: 260px 0 100px 0!important;
    }
    #thank-you{
        padding: 50px 0 100px 0!important;
    }
}
@media (max-width: 767px){
	.header.transparent {
		background-color: #fff !important;
	}
	.navbar.navbar-default{
		background-color: #fff;
	    border: none;
	}
	.header-left{
		position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 1;
	    padding: 8px 0 0 10px;
	}
	.simple .header-left {
		position: relative !important;
	}

	.main-navigation .navbar-nav > li:first-child{
		padding: 12px 0px 12px 5px;
	    margin: 0;
	    border-top: 1px solid #f1f1f1;
	}
	.navbar-collapse{
		border: none;
	}
	.main-navigation .navbar-nav > li {
	    padding: 12px 0px 12px 0px;
	    margin: 0;
	    text-align: center;
	    border-bottom: 1px solid #f1f1f1;
	}
	.navbar-default .navbar-nav > li > a {
	    border-bottom: none;
	    padding: 0;
	}
	.header.header-small {
	    padding: 0;
	}
	.navbar-nav {
	    margin: 0.5px -15px;
	}
	.headerPhone{
		display: none;
	}

	.simple .headerPhone {
		display: block;
		top: 15px;
	}

	.simple .headerPhone .text {
		display: none;
	}
	.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
		background-color: #2c2d2e;
	}
	.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: #fff;
	    border-color: #2c2d2e;
	}
	.header-small .logo img {
	    max-height: 58px;
	}

	.header-small.simple .logo img {
		margin-bottom: 10px;
	}

	.main-navigation .navbar-nav .menu-blog-link {
		display: block;
	}
    #thank-you{
        padding: 50px 0 100px 0!important;
    }
}

/**************/
/* END NAVBAR */
/**************/

/**********/
/* FOOTER */
/**********/
.footer{
	background: #eeeeee;
	color: #8d8d8d;
}
.footer .social-links{
	margin: 10px 0 0 0;
}
.footer .social-links li {
    display: inline-block;
    margin: 0 14px 2px 0;
}
.footer .social-links.light li a{
	background: #fff;
	width: 60px;
    height: 60px;
    font-size: 28px;
}
.footer .social-links li a i {
    line-height: 60px;
}
.footer .footer-social-networks{
	margin-bottom: 30px;
}
.footer .footer-links{
	margin-bottom: 50px;
}
.footer .footer-links .footer-section-title {
	font-size: 16px;
}
.footer .footer-links p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.4;
}
.footer .footer-links .information-company i {
	margin-right: 5px;
}
.footer .footer-links .information-company p {
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0 10px 0;
}
.footer .footer-links .relevant-links {
	padding-left: 50px;
}
.footer .footer-links .relevant-links ul {
	margin-top: 10px;
}
.footer .footer-legal-links span{
	margin-left:20px
}
.footer .footer-legal-links span a{
	color: #666666;
}
.footer .footer-legal-links span a:hover{
	text-decoration: underline;
}
.footer .nav-pills.nav-stacked > li > a:after{
	content: '';
}
.footer .footer-copyright{
	display: block;
}
.footer .footer-copyright-mobile{
	display: none;
}
@media (max-width: 767px){
	.footer .footer-links{
		display: none;
	}
	.footer .footer-legal-links span {
	    margin-left: 4px;
	}
}
.custom_mobile_call_banner {
    z-index: 9;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.custom_mobile_call_banner_container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0.5em;
}
.custom_mobile_call_banner_container a {
    padding: 0.5em;
    display: inline-block;
    line-height: 1;
    font-size: 1.75em;
    color: #fff;
    border-radius: 5px;
    color: #fff!important;
}
.custom_mobile_whatsapp {
    width: 25%;
    background: #01953f;
    margin-right: 10px;
}
.custom_mobile_call_us {
    width: 70%;
    background: #1dcad7;
    font-family: 'Gochi Hand', cursive;
    font-size: 26px;
}
@media (min-width: 768px){
	.custom_mobile_call_banner{
		display: none;
	}
}

/**************/
/* END FOOTER */
/**************/

/************/
/* 404 PAGE */
/************/
.section.error-page{
	padding-top: 130px;
}

.section.error-page .number-text-404{
	font-size: 230px;
	line-height: 240px;
}

.section.error-page p{
	text-align: center;
}
/****************/
/* END 404 PAGE */
/****************/

/********************/
/* HOME - SECTION 1 */
/********************/
.center{
	text-align: center;
}
#home{
	background-image: url("../images/background.jpg");
	/*background-image: url("../images/background-home.png");*/
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 90vh;
}
.layer{
	position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1dcad7;
    mix-blend-mode: multiply;
}
.page-top{
	padding: 230px 0 130px 0;
	position: relative;
}
#thank-you{
    padding: 50px 0 100px 0!important;
}
.homeTitle{
	font-family: 'Gochi Hand', cursive;
	font-size: 64px;
	font-weight: 500;
    width: 100%;
    line-height: 72px;
	color: #fff;
	text-shadow: 5px 5px 5px rgba(0,0,0,.6);
}
.homeTitle1{
	background-color: #fff;
	padding: 2px 18px 2px 18px;
}
.homeTitle2{
	background-color: #fff;
	padding: 2px 18px 2px 18px;
}
.home-description{
    font-size: 20px;
	color: #fff;
	text-shadow: 5px 5px 5px rgba(0,0,0,.6);
}
.btn.clickToCall:active, .btn.clickToCall:focus, .btn.clickToCall:hover{
	background-color: #e5e5e5;
    border-color: #e5e5e5;
}
.btn.clickToCall{
	box-shadow: -4px 5px 0px 0px #343434, 0px 4px 5px #666666;
	border-radius: 0.313em;
	position: relative;
	text-transform: none;
	font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
    color: #000 !important;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn.clickToCall:active {
    top: 6px;
    box-shadow: 0 0.125em 0 0 #343434;
    box-shadow: 0 0.125em 0 0 #343434, 0 0.125em 0.188em #666666;
}
#home .call-us{
	display: none;
}
@media (min-width: 992px) and (max-width: 1199px){
	.homeTitle {
	    font-size: 56px;
	    line-height: 45px;
	}
	.home-description{
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.robotImg {
	    width: 50%;
    	float: left;
	}
	.homeTitle {
	    font-size: 47px;
	    width: 100%;
	    line-height: 52px;
	}
}
@media (max-width: 767px){
    #home .robotImg{
        margin: 0 auto;
        width: 40%;
    }
	#home .robotImg img{
		width: 100%;
	}
	#home .call-us{
		display: block;
	}
	#home .call-us p{
		text-align: center;
	}
	#home .call-us a{
		color: #000;
		font-size: 21px;
	}
	#home .call-us a .big{
		font-size: 30px;
		font-weight: 700;
	}
	/* #home .call-us a i {
	    display: inline-block;
	    border: 1px solid #2c2d2e;
	    border-radius: 18px;
	    padding: 0.3em 0.4em;
	} */
	.homeTitle {
	    font-size: 42px;
	    line-height: 48px;
	    width: 100%;
	}
	.home-description{
		font-size: 18px;
	}
	.btn.clickToCall {
	    font-size: 20px;
	    padding: 14px 12px 10px 12px;
	}
}
@media (max-width: 536px){
	.homeTitle {
	    width: 100%;
	}
}
@media (max-width: 464px){
	.homeTitle {
	    font-size: 40px;
	    width: 100%;
	    line-height: 38px
	}
	.btn.clickToCall {
	    font-size: 16px;
	    padding: 14px 20px 10px 20px;
	}
	.homeTitle {
	    width: 100%;
	}
}
@media (max-width: 404px){
	#home .call-us a{
		color: #000;
		font-size: 14px;
	}
	#home .call-us a .big{
		font-size: 23px;
		font-weight: 700;
	}
	.homeTitle {
	    width: 100%;
	}
}
@media (max-width: 379px){
	.homeTitle {
	    line-height: 30px;
	    width: 100%;
	}
}
/************************/
/* END HOME - SECTION 1 */
/************************/

/*******************************/
/* HOME - SECTION 2 - 9 (C2C) */
/******************************/
.c2c-section{
	background-color: #696969;
	color: #fff;
	padding: 0;
}
.c2c-section .c2c-image{
	margin-top: 4px;
}
.c2c-section .c2c-title{
	margin-top: 12px;
}
.c2c-section .c2c-title p{
	font-size: 20px;
	margin-bottom: 0;
}
.c2c-section form{
	margin: 6px 0;
}
.c2c-phone{
	border-radius: 0.313em;
    height: 46px;
}
.c2c-phone-container{
	margin-top: 14px;
}
.c2c-button-container{
	margin-top: 12px;
}
.c2c-button, .c2c-button:hover, .c2c-button:focus, .c2c-button:focus{
	color: #2c2d2e !important;
}
.c2c-button, .c2c-button:focus {
    box-shadow: -4px 5px 0px 0px #5d4b01, 0px 4px 5px #666666;
    border-radius: 0.313em;
    position: relative;
    text-transform: none;
    font-size: 18px;
    width: 100%;
    color: #fff;
    padding: 6px 12px;
    margin: 0;
}
.c2c-button:active{
    top: 6px;
    box-shadow: 0 0.125em 0 0 #5d4b01;
    box-shadow: 0 0.125em 0 0 #5d4b01, 0 0.125em 0.188em #666666;
}
.c2c-button:active{
    background-color: #b59a17;
    border-color: #b59a17;
}
.c2c-button:focus, .c2c-button:focus:active{
    background-color: #25d1de;
    border-color: #b59a17;
}
.c2c-button i {
    display: inline-block;
    border: 1px solid #2c2d2e;
    border-radius: 18px;
    padding: 0.3em 0.4em;
}
.c2c-section .privacy-policy{
	font-size: 12px;
	margin-bottom: 2px;
}
.c2c-section .privacy-policy label{
	padding-left: 0;
}
.c2c-section .privacy-policy a{
	color: #fff;
}
.c2c-mobile-button{
	display: none;
}
@media (max-width: 1199px){
	.c2c-section .c2c-title p {
	    font-size: 17px;
	}
	.c2c-section .privacy-policy {
	    font-size: 11px;
	}
}
@media (max-width: 954px){
	.c2c-section .c2c-title p {
	    font-size: 17px;
	}
}
@media (max-width: 906px){
	.c2c-section .c2c-title p {
	    font-size: 16px;
	}
}
@media (max-width: 767px){
	.c2c-section .c2c-title p:first-child{
		display: none;
	}
	.c2c-section .c2c-image{
		float: left;
		margin-top: 0;
	}
	.c2c-section .c2c-title p{
		font-size: 36px;
		margin-top: 20px;
	}
	.c2c-phone-container {
	    margin-top: 2px;
	    margin-bottom: 6px;
	}
	.c2c-phone{
		width: 80%;
		float: left;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		z-index: 10;
	}
	.c2c-button .btn-text{
		display: none;
	}
	.c2c-button, .c2c-button:focus{
		min-width: fit-content;
		width: 20%;
		box-shadow: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border: none;
		float: left;
		padding: 7px 12px;
	}
	.c2c-mobile-button, .c2c-mobile-button:active, .c2c-mobile-button:focus, .c2c-mobile-button:active:focus{
		display: block;
		width: 14%;
		min-width: 0;
		box-shadow: none;
		left: -5px;
    	height: 46px;
    	top:0;
	}
	.c2c-button-container{
		margin-top: 0;
	}
	.c2c-section .privacy-policy {
	    font-size: 14px;
	    margin-top: 6px;
	}
}
@media (max-width: 486px){
	.c2c-section .c2c-title p{
		font-size: 30px;
	}
	.c2c-phone{
		width: 80%;
	}
	.c2c-mobile-button{
		width: 20%;
	}
}
@media (max-width: 406px){
	.c2c-section .c2c-title p{
		font-size: 21px;
		margin-top: 28px;
	}
	.c2c-phone{
		width: 78%;
	}
	.c2c-mobile-button{
		width: 22%;
	}
	.c2c-section .privacy-policy {
	    font-size: 12px;
	}
}
/**********************************/
/* END HOME - SECTION 2 - 9 (C2C) */
/**********************************/

/********************************************************/
/* HOME - SECTION 3 (AHORRAR EN TU ALARMA ES MUY FÁCIL) */
/********************************************************/
.comparative-steps h2{
	font-family: 'Gochi Hand', cursive;
    font-weight: 500;
}
.steps-container img{
	margin: 0 auto;
}
.steps-container p{
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
@media (max-width: 767px){
	.comparative-steps h2{
		margin-top: 0;
		line-height: 45px;
		padding: 0px 15px;
	}
	.steps-container {
	    margin-top: 40px;
	}
	.steps-container > div{
		margin-bottom: 60px;
	}
}

/************************************************************/
/* END HOME - SECTION 3 (AHORRAR EN TU ALARMA ES MUY FÁCIL) */
/************************************************************/

/*****************************/
/* HOME - SECTION 4 (FUNNEL) */
/*****************************/
.funnel{
	background-image: url("../images/fondo_casa2.png");
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
.funnel .title{
	font-family: 'Gochi Hand', cursive;
	font-size: 29px;
	font-weight: 500;
	margin-top: 155px;
}
@media (max-width: 767px){
	.funnel{
		background-image: none;
	}
	.funnel .title{
	    text-align: center;
	    margin-top: 30px;
	    font-size: 23px;
	}
}
/*********************************/
/* END HOME - SECTION 4 (FUNNEL) */
/*********************************/

/********************/
/* HOME - SECTION 5 */
/********************/
.comparative-companies{
	padding-top: 40px;
}
.comparative-companies h2{
	font-family: 'Gochi Hand', cursive;
    font-weight: 500;
}
.companies-container{
	margin-top: 50px;
}
.comparative-companies .photo-gallery{
	grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr .5fr .5fr;
    position: relative;
    width: 100%;
}
.comparative-companies .photo-gallery .photo-gallery-item:first-child {
    grid-row: span 2;
}
.companies-container img{
	margin: 0 auto;
}
.companies-container p{
	font-size: 16px;
}
.companies-text-container{
	margin-top: 10px;
}
.companies-text-container p{
	margin-bottom: 0;
}
.button-see-more-companies{
	border-radius: 0.313em;
    border-color: #2c2d2e;
    color: #2c2d2e;
    margin-top: 20px;
    font-size: 16px;
    text-transform: none;
}
.button-see-more-companies:hover{
	background-color: #25d1de;
	color: #2c2d2e;
}
.button-see-more-companies:focus{
	border-color: #2c2d2e;
    color: #2c2d2e;
    background-color: #25d1de;
}
@media (max-width: 767px){
	.comparative-companies h2{
		margin-top: 0;
		line-height: 45px;
		padding: 0px 15px;
	}
	.companies-container {
	    margin-top: 40px;
	}
	.companies-container > div{
		margin-bottom: 10px;
	}
	.comparative-companies .visegur{
		display: none;
	}
	.comparative-companies .trablisa{
		display: none;
	}
	.comparative-companies .photo-gallery{
		grid-template-columns: repeat(2, 1fr);
	}
	.comparative-companies .photo-gallery .photo-gallery-item:first-child {
		grid-row: none;
	}
}
/************************/
/* END HOME - SECTION 5 */
/************************/

/********************/
/* HOME - SECTION 6 */
/********************/
.alarms-for{
	background-color: #f3f3f3;
}
.alarms-for h2{
	font-family: 'Gochi Hand', cursive;
	font-weight: 500;
	margin-bottom: 35px;
}
@media (max-width: 767px){
	.alarms-for h2{
		margin-bottom: 0;
	}
}
.alarms-for h3{
	color: #fff;
	font-size: 23px;
}
.alarms-for p{
	color: #fff;
}
.alarms-for h3 span{
	display: block;
}
.alarms-for img{
	margin: 0 auto;
}
.home-alarm-container, .business-alarm-container{
	text-align: center;
}
.home-alarm-container > div, .business-alarm-container > div{
	margin-left: 0;
	margin-right: 0;
}
.home-alarm-container > p, .business-alarm-container > p{
	background: #fdd018;
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-size: 28px;
    font-family: 'Gochi Hand', cursive;
    font-weight: 600;
    color: #2c2d2e;
    margin-bottom: 0;
}
.alarms-for .flat-alarm{
	background-image: url("/assets/images/galeria-parque-bolas0.jpg");
	background-repeat: no-repeat;
	padding: 70px 55px 50px 55px;
	min-height: 655px;
}
.alarms-for .second-flat-alarm{
	background-image: url("../images/alarmas-para-segunda-vivienda.jpg");
	background-repeat: no-repeat;
	padding: 70px 48px 50px 48px;
	min-height: 655px;
}
.alarms-for .business-alarm{
	background-image: url("../images/alarmas-comercios.jpg");
	background-repeat: no-repeat;
	padding: 70px 30px 50px 30px;
	min-height: 655px;
}
.alarms-for .home-alarm-container .see-more-button-container{
	position: absolute;
	margin-left: auto;
    margin-right: auto;
    bottom: 55px;
    left: 0;
    right: 0;
}
.alarms-for .business-alarm-container .see-more-button-container{
	position: absolute;
	margin-left: auto;
    margin-right: auto;
    bottom: 55px;
    left: 0;
    right: 0;
}
.alarms-for .see-more-button{
	border-radius: 0.313em;
    border-color: #fff;
    color: #fff;
    margin-top: 20px;
    padding: 13px 15px 13px 15px;
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
}
.alarms-for .see-more-button:hover{
	background-color: #25d1de;
	color: #2c2d2e;
	border-color: #2c2d2e;
}
.alarms-for .see-more-button:focus{
	border-color: #fff;
    color: #fff;
    background-color: transparent;
}
@media (max-width: 1199px){
	.alarms-for .flat-alarm, .alarms-for .second-flat-alarm, .alarms-for .business-alarm{
		padding: 70px 20px 50px 20px;
	}
}
@media (max-width: 767px){
	.alarms-for .flat-alarm{
		background-image: url("../images/alarmas-para-piso-mobile.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		padding: 40px 20px 10px 20px;
		min-height: 0;
	}
	.alarms-for .second-flat-alarm{
		background-image: url("../images/alarmas-para-segunda-vivienda-mobile.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		padding: 40px 20px 10px 20px;
		min-height: 0;
	}
	.alarms-for .business-alarm{
		background-image: url("../images/alarmas-comercios-mobile.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		padding: 40px 20px 10px 20px;
		min-height: 0;
	}
	.alarms-for .business-alarm-container, .alarms-for .home-alarm-container{
		margin-top: 35px;
	}
	.alarms-for .flat-alarm .description, .alarms-for .second-flat-alarm .description, .alarms-for .business-alarm .description {
		display: none;
	}
	.alarms-for .home-alarm-container .see-more-button-container, .alarms-for .business-alarm-container .see-more-button-container{
		position: relative;
		bottom: 0;
	}
}
@media (max-width: 408px){
	.alarms-for .flat-alarm, .alarms-for .second-flat-alarm, .alarms-for .business-alarm{
		padding: 40px 4px 10px 4px;
	}
	.alarms-for h3{
		font-size: 19px;
	}
}
/************************/
/* END HOME - SECTION 6 */
/************************/

/********************/
/* HOME - SECTION 7 */
/********************/
.testimonials{
	padding-bottom: 25px;
}
.testimonials h2{
	font-family: 'Gochi Hand', cursive;
    font-weight: 500;
	margin-top: 35px;
    line-height: 45px;
}
.testimonial-image + .testimonial-body {
    margin-left: 110px;
    font-size: 18px;
    font-weight: 500;
}
.owl-nav{
	margin-top: 20px;
}
.content-slider-with-controls-bottom .owl-dots{
	bottom: -49px;
}

/************************/
/* END HOME - SECTION 7 */
/************************/

/********************/
/* HOME - SECTION 8 */
/********************/
.compare-now{
	background-image: url(../images/fondo_casa.png);
    background-color: #1dcad7;
    background-repeat: no-repeat;
    background-position: center;
    padding: 65px 0 0 0;
    position: relative;
	background-size: cover;
}
.compare-now .compare-now-title{
	line-height: 40px;
	margin-bottom: 35px;
}
.compare-now .compare-now-title p{
	font-family: 'Gochi Hand', cursive;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.compare-now .compare-now-title h2{
	font-family: 'Gochi Hand', cursive;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
	color: white;
    text-shadow: 5px 5px 5px rgba(0,0,0,.6);
}
.compare-now .compare-now-title h2 span{
	display: block;
}
.compare-now .rightContent{
	margin-top: 60px;
}
.compare-now .btn.clickToCall{
	font-size: 20px;
	padding: 15px 60px 15px 60px;
    font-family: "Roboto", sans-serif;
}
@media (max-width: 1199px){
	.compare-now .compare-now-title h2{
		font-size: 36px;
	}
	.compare-now .compare-now-title p{
		font-size: 36px;
	}
}
@media (max-width: 914px){
	.compare-now .compare-now-title h2{
		font-size: 29px;
	}
	.compare-now .compare-now-title p{
		font-size: 29px;
	}
}
@media (max-width: 767px){
	.compare-now{
		padding: 50px 0 20px 0;
	}
	.compare-now .robotImg{
		display: none;
	}
	.compare-now .rightContent{
		margin-top: 0;
		text-align: center;
	}
	.compare-now .compare-now-title p{
		font-size: 28px;
	}
	.compare-now .compare-now-title h2{
		font-size: 28px;
	}
	.compare-now .btn.clickToCall{
		font-size: 20px;
    	padding: 8px 55px 8px 55px;
	}
}
/************************/
/* END HOME - SECTION 8 */
/************************/


/*******************************/
/* ALARMS FOR HOME - SECTION 1 */
/*******************************/
#alarm-for-house h1{
	font-family: 'Gochi Hand', cursive;
    font-weight: 600;
    border-bottom: 4px solid #25d1de;
    display: inline;
    line-height: 110px;
}
#alarm-for-house .container .row{
	margin-bottom: 60px;
}
.hidden-collapse-more-btn{
	display: block;
}
.collapse-more-btn{
	display: none;
}
#alarm-for-house .left-content p{
	margin-bottom: 0;
}
.benefits-home-alarm .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f106";
    position: absolute;
    right: 15px;
    font-size: 30px;
    font-weight: 300;
    top: 36%;
    line-height: 1;
    margin-top: -7px;
    color: #bb9601;
}
.panel-heading a.collapsed:after {
    content: "\f107";
    color: #bb9601;
}
#alarm-for-house .container .left-content .second-home-title {
	margin: 0px;
}

@media (max-width: 1199px){
	#alarm-for-house .container .row .right-content{
		margin-top:4%;
	}
}
@media (max-width: 767px){
	#alarm-for-house .container .left-content{
		margin-top: 48px;
		text-align: center;
	}
	#alarm-for-house .container .left-content h1{
		font-size: 32px;
	}
	#alarm-for-house .container .left-content p{
		text-align: left;
		margin-bottom: 0;
	}
	#alarm-for-house .container .right-content{
		position: absolute;
	    top: 0;
	    left: auto;
	    right: auto;
	    text-align: center;
	    margin: 0 auto;
	}
	#alarm-for-house .container .right-content img{
		max-width: 360px;
    	width: 100%;
	}
	#alarm-for-house .container .row .right-content {
	    margin-top: 0;
	}
	#alarm-for-house .container .row{
		margin-bottom: 0;
	}
	.hidden-collapse-more-btn{
		display: none;
	}
	.collapse-more-btn{
		background: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.90),#fff);
	    display: block;
	    padding-top: 10px;
	    margin-top: -28px;
	    position: relative;
	    width: 100%;
	}
	.collapse-more-btn{
		color: #cbcbcb;
	}
	.collapse-more-btn{
		display: block;
	}

	#alarm-for-house .container .left-content .second-home-title {
		margin: 30px 0px;
	}

	#alarm-for-house .container .left-content .second-home-title h1 {
		line-height: 60px !important;
	}
}
/***********************************/
/* END ALARMS FOR HOME - SECTION 1 */
/***********************************/

/*******************************/
/* ALARMS FOR HOME - SECTION 2 */
/*******************************/
.benefits-home-alarm h2{
	font-family: 'Gochi Hand', cursive;
    font-weight: 600;
    margin-bottom: 40px;
}
.benefits-home-alarm h2 span {
    background-color: #25d1de;
    padding: 2px 18px 2px 18px;
    line-height: 46px;
}
.benefits-home-alarm .benefits-container{
	margin-left: 0;
	margin-right: 0;
}
.benefits-home-alarm .benefits-container .row{
	margin-left: 0;
	margin-right: 0;
}
.benefits-home-alarm .benefits-container .col-header {
	min-height: 72px;
}
.benefits-home-alarm .benefits-container .row:nth-child(1){
	border-bottom: 4px solid #25d1de;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.benefits-home-alarm .benefits-container .col1 .row:nth-child(1){
    padding-bottom: 12px;
}
.benefits-home-alarm .benefits-container .col2 .row:nth-child(1){
    padding-bottom: 12px;
}
.benefits-home-alarm .benefits-container .row > div{
	padding-left: 0;
    padding-right: 0;
}
.benefits-home-alarm .benefits-container .title{
	font-weight: 600;
    line-height: 22px;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 10px;
}
.benefits-home-alarm .benefits-container .col1 .title{
	margin-top: 13px;
    /*margin-left: -8px;*/
}
.benefits-home-alarm .benefits-container .col2 .title{
	margin-top: 13px;
    margin-left: 6px;
}
.benefits-home-alarm .benefits-container .col3 .title{
	margin-top: 13px;
	margin-left: 6px;
}
#accordion-benefits-home-alarm .panel-heading a{
	color: #343434;
	display: inline-flex;
	background-color: #feeda8;
}
#accordion-benefits-home-alarm .panel-heading a img{
	float: left;
	height: 100%;
}
#accordion-benefits-home-alarm .panel-heading a span{
	font-weight: 700;
    float: left;
}
#accordion-benefits-home-alarm .panel-heading a .collapseOne{
    margin-top: 14px;
    margin-left: 17px;
}
#accordion-benefits-home-alarm .panel-heading a .collapseTwo{
    margin-top: 14px;
    margin-left: 32px;
}
#accordion-benefits-home-alarm .panel-heading a .collapseThree{
    margin-top: 12px;
    margin-left: 12px;
}
#accordion-benefits-home-alarm #collapseOne .panel-body, #accordion-benefits-home-alarm #collapseTwo .panel-body, #accordion-benefits-home-alarm #collapseThree .panel-body{
	border: 2px solid #feeda8;
}

@media (max-width: 767px){
	.benefits-home-alarm h2{
	    margin-top: 0;
	    font-size: 26px;
	}
}
@media (max-width: 490px){
	#accordion-benefits-home-alarm .panel-heading a .collapseThree{
	    margin-top: 5px;
	    margin-left: 12px;
	}
}
@media (max-width: 388px){
	#accordion-benefits-home-alarm .panel-heading a .collapseTwo{
	    margin-top: 5px;
	    margin-left: 32px;
	}
}


@media (max-width: 1199px){
	.benefits-home-alarm .benefits-container .col1 .title {
	    margin-left: 6px;
	}
	.benefits-home-alarm .benefits-container .col2 .title {
	    margin-top: 0px;
	    margin-left: 6px;
	}
	.benefits-home-alarm .benefits-container .col3 .title {
	    margin-left: 6px;
	}
	.benefits-home-alarm .benefits-container .col-header {
		min-height: 82px;
	}
}
@media (max-width: 892px){
	.benefits-home-alarm .benefits-container .title{
		font-size: 16px;
	}
}
@media (max-width: 800px){
	.benefits-home-alarm .benefits-container .title{
		font-size: 15px;
	}
}
/***********************************/
/* END ALARMS FOR HOME - SECTION 2 */
/***********************************/

/*******************************/
/* ALARMS FOR HOME - SECTION 3 */
/*******************************/
.basic-alarm-elements{
	padding-top: 0;
}
.basic-alarm-elements h2{
	font-family: 'Gochi Hand', cursive;
    font-weight: 600;
    margin-bottom: 100px;
    margin-top: 65px;
}
.basic-alarm-elements h2 span {
    background-color: #25d1de;
    padding: 2px 18px 2px 18px;
    line-height: 46px;
}
.basic-alarm-elements h3 {
    font-family: 'Gochi Hand', cursive;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 21px;
}
.basic-alarm-elements h3 span {
    background-color: #25d1de;
    padding: 2px 18px 2px 18px;
    line-height: 34px;
}
.basic-alarm-elements .left-content{
	padding-left: 0;
	padding-right: 0;
}
.basic-alarm-elements .right-content{
	padding-left: 0;
	padding-right: 0;
}
.basic-alarm-elements .horizontal-separator {
    margin: 50px auto 70px;
}

@media (max-width: 1199px){
	.basic-alarm-elements h3{
		font-size: 21px;
    	text-align: center;
	}
}
@media (max-width: 767px){
	.basic-alarm-elements h2 {
	    margin-bottom: 30px;
	    margin-top: 35px;
	    font-size: 26px;
	}
	.basic-alarm-elements .right-content {
	    padding-left: 15px;
	    padding-right: 15px;
	    /*position: absolute;*/
    	top: 0;
    	width: 100%;
	}
	.basic-alarm-elements .left-content img{
		margin: 0 auto;
	}
	.basic-alarm-elements .horizontal-separator {
	    margin: 0px auto 0px;
	}
	.basic-alarm-elements .horizontal-separator.hide-mobile{
	    display: none;
	}
	.basic-alarm-elements .left-content{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.basic-alarm-elements .right-content p{
		/*display: none;*/
	}
}
.basic-alarm-elements h2{
	font-family: 'Gochi Hand', cursive;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 65px;
}
.basic-alarm-elements .first-text{
	margin-bottom: 40px;
	padding: 0px 15px;
}
/***********************************/
/* END ALARMS FOR HOME - SECTION 3 */
/***********************************/

/***********************************/
/* ALARMS SECURITY - SECTION 1 */
/***********************************/
.alarms-security.page-top .horizontal-separator{
    margin: 50px auto 70px;
}
.alarms-security-elements h2{
	font-family: 'Gochi Hand', cursive;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 21px;
}
.alarms-security-elements h2 span {
    background-color: #25d1de;
    padding: 2px 18px 2px 18px;
    line-height: 34px;
}
/***********************************/
/* END ALARMS SECURITY - SECTION 1 */
/***********************************/

/********************************/
/* ALARMS COMPANIES - SECTION 1 */
/********************************/
.alarms-companies-elements{
	text-align: center;
	padding-bottom: 50px;
}
.alarms-companies-elements img{
	margin: 0 auto;
}
.alarms-companies-elements h3 span{
	background-color: transparent;
}
/************************************/
/* END ALARMS COMPANIES - SECTION 1 */
/************************************/

/*********************/
/* ALARMS COMPARATOR */
/*********************/
.section.funnel{
	padding: 0;
	min-height: 460px;
}
.alarms-comparator{
	padding: 0;
}
.alarms-comparator .form{
	background: #fff;
	padding: 20px 50px;
	margin: 38px 0 38px 0;
}
@media (max-width: 767px){
    .alarms-comparator .form{
        padding: 20px 15px;
    }
    .alarms-comparator .status {
        padding: 0 25px;
    }
    .alarms-comparator .buttons .buttons-container {
        padding: 0 25px !important;
    }
}


.alarms-comparator .status{
	margin-bottom: 20px;
}
.alarms-comparator .status p{
	margin-bottom: 0;
	font-size: 20px;
    font-weight: 500;
}
@media (max-width: 420px){
	.alarms-comparator .status p{
		margin-bottom: 0;
		font-size: 15px;
	    font-weight: 500;
	    margin-top: 4px;
	}
	.percentage-bar-container{
		padding-right: 6px;
    	padding-left: 6px;
	}
}
.alarms-comparator .percentage-number-container{
	padding-left: 0;
}
.alarms-comparator .seconds-container{
	padding-right: 0;
	padding-left: 0;
	text-align: right;
}
.alarms-comparator .progress-bar-container{
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
    margin: 0 auto;
    border-radius: 2px;
}
.alarms-comparator .progress-bar-current{
	width: 0%;
	background-color: #bfbfbf;
    height: 28px;
}
.alarms-comparator .questions{
	background: #d5f5f7;
    padding: 14px 15px 6px 15px;
    min-height: 220px;
}
.alarms-comparator .questions label{
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.alarms-comparator .questions label span{
	padding: 4px 6px 4px 6px;
}
.alarms-comparator .questions label span.lbl:hover{
	background-color: #fff;
	cursor: pointer;
}
.alarms-comparator .questions label span.price{
    font-size: 16px;
}
.button-substract, .button-sum{
    width: 30px;
    height: 30px;
    background: #25d1de;
    border: 1px solid #424242;
    color: #fff;
}
.button-substract.disabled, .button-sum.disabled{
    background: lightgrey;
    border: 1px solid #424242;
    color: #000;
}
.alarms-comparator .question{
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 24px;
}
.alarms-comparator .buttons .buttons-container{
	padding-left: 0;
}
.alarms-comparator .buttons .buttons-container button.btn{
	border-radius: 0.313em;
    border-color: #2c2d2e;
    color: #2c2d2e;
    margin-top: 20px;
    font-size: 16px;
    text-transform: none;
	min-width: 120px;
}
.alarms-comparator .buttons .buttons-container button.btn:hover{
	background-color: #25d1de;
}
.alarms-comparator .buttons .buttons-container button.btn:active,
.alarms-comparator .buttons .buttons-container button.btn:focus{
    background-color: transparent;
}
.alarms-comparator button.cpostal-btn,
.alarms-comparator button.phone-btn,
#intro-btn,
#question_1_eventdate-btn,
#question_2_catering-btn,
#question_2_cateringno-btn,
#question_3_servicesextra-btn,
#question_4_servicesextra-btn,
#question_5_servicesextra-btn,
#question_6_servicesextra-btn,
#question_6_animation-btn,
#question_6_animationno-btn,
#question_7_servicesextra-btn,
#question_8_personal_data-btn,
#question_9_summary-btn,
#check-coupon-btn{
	border-radius: 0.313em;
    border-color: #2c2d2e;
    color: #2c2d2e;
    margin-top: 20px;
    font-size: 16px;
    text-transform: none;
	min-width: 120px;
	margin-top: 0;
}
.alarms-comparator button.cpostal-btn:hover,
.alarms-comparator button.phone-btn:hover,
#intro-btn:hover,
#question_1_eventdate-btn:hover,
#question_2_catering-btn:hover,
#question_2_cateringno-btn:hover,
#question_3_servicesextra-btn:hover,
#question_4_servicesextra-btn:hover,
#question_5_servicesextra-btn:hover,
#question_6_servicesextra-btn:hover,
#question_6_animation-btn:hover,
#question_6_animationno-btn:hover,
#question_7_servicesextra-btn:hover,
#question_8_personal_data-btn:hover,
#question_9_summary-btn:hover,
#check-coupon-btn:hover{
	background-color: #ffffff;
}
.alarms-comparator .input-text-funnel{
	border-radius: 0.313em;
    height: 46px;
    width: 100%;
    float: left;
    padding-right: 0;
    margin-right: 10px;
	margin-bottom: 10px;
}
#intro-btn,
#question_1_eventdate-btn,
#question_2_catering-btn,
#question_2_cateringno-btn,
#question_3_servicesextra-btn,
#question_4_servicesextra-btn,
#question_5_servicesextra-btn,
#question_6_servicesextra-btn,
#question_6_animation-btn,
#question_6_animationno-btn,
#question_7_servicesextra-btn,
#question_8_personal_data-btn,
#question_9_summary-btn{
	float: right;
    margin-top: 20px;
}
#buttonContinueWithCatering button, #buttonContinueWithAnimation button{
    float: left !important;
    margin-left: 20px !important;
}
.color-calendar .calendar__days {
    grid-template-rows: repeat(6, minmax(48px, 48px));
}
.color-calendar .calendar__days .calendar__day-text {
    cursor: pointer;
    font-size: 15px;
    color: #2c3e50;
    z-index: 1;
}
.color-calendar.glass .calendar__weekdays .calendar__weekday {
    font-size: 14px;
}
.color-calendar.glass .calendar__days .calendar__day-other {
    font-size: 15px;
}
.color-calendar .calendar__picker .calendar__picker-month-option {
    font-size: 13px;
}
.color-calendar .calendar__days .calendar__day-event .calendar__day-bullet {
    position: absolute;
    top: 3px;
    border-radius: 20%;
    width: 45px;
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.2);
}
.color-calendar .calendar__days .calendar__day-event.morning .calendar__day-bullet {
    /*background-image: url(../images/calendar_top.png);*/
    background: linear-gradient(45deg,rgba(255,0,0,.15),rgba(255,0,0,.15) 10%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 20%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 30%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 40%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 50%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 60%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 70%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 80%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 90%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07));
    background-position: right 0px bottom 22px;
    background-repeat: no-repeat;
}
.color-calendar .calendar__days .calendar__day-event.afternoon .calendar__day-bullet {
    /*background-image: url(../images/calendar_bottom.png);*/
    background: linear-gradient(45deg,rgba(255,0,0,.15),rgba(255,0,0,.15) 10%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 20%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 30%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 40%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 50%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 60%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 70%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 80%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 90%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07));
    background-position: right 0px top 22px;
    background-repeat: no-repeat;
}
.color-calendar .calendar__days .calendar__day-event.morning.afternoon .calendar__day-bullet,
.color-calendar .calendar__days .calendar__day-event.all_day .calendar__day-bullet {
    /*background-image: url(../images/calendar_all_day.png);*/
    background: linear-gradient(45deg,rgba(255,0,0,.15),rgba(255,0,0,.15) 10%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 20%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 30%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 40%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 50%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 60%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 70%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07) 80%,rgba(255,0,0,.15) 0,rgba(255,0,0,.15) 90%,rgba(255,0,0,.07) 0,rgba(255,0,0,.07));
}
.color-calendar.glass .calendar__days .calendar__day{
    font-weight: 500;
}
.color-calendar.glass .calendar__days .calendar__day-selected .calendar__day-box {
    border-radius: 20%;
    border: 1px solid var(--cal-color-primary);
    width: 45px;
    height: 45px;
    background-color: #fff;
    opacity: 1;
    box-shadow: 0 3px 15px -5px var(--cal-color-primary);
}
.calendar__day.calendar__day-active.calendar__day-no-event.calendar__day-selected{
    color: var(--cal-color-primary);
}
.color-calendar.glass .calendar__arrow-inner::before{
    width: 0.8em;
    height: 0.8em;
}
#daySelection{
    margin-bottom: 20px;
}
.time-slot{
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
	padding: 8px 16px;
	margin-right: 6px;
	cursor: pointer;
}
.time-slot.selected{
	color: #25d1de;
    border-color: #25d1de;
    border-width: 2px;
    font-weight: 700;
}
.time-slot .label{
    text-align: left;
	color: #2c3e50;
	padding: 0;
	font-size: 15px;
}
.time-slot .description{
    font-weight: 400;
    font-size: .8em;
    color: rgba(0,0,0,.5);
    text-align: left;
}
.time-slot.selected .label{
	color: #25d1de;
}
.time-slot.selected .description{
	color: #25d1de;
}
@media (max-width: 991px){
	.time-slot{
		margin-bottom: 10px;
		margin-right: 0;
	}
}
.time-slot.disabled .label{
	color: rgba(0,0,0,.2);
}
.time-slot.disabled .description{
	color: rgba(0,0,0,.2);
}
#services-extra{
    height: 400px;
    overflow: auto;
    border: 2px solid #1dcad7;
    padding: 15px 5px 15px 5px;
    box-shadow: 3px 5px 6px 0px rgba(0,0,0,.5);
    background: white;
}
#question_3 #services-extra{
    height: auto;
}
#services-extra-list{
    padding-left: 0;
}
#services-extra-list input{
    display: none;
}
#services-extra-list input.no-subitems{
    display: inline-grid;
}


.service-extra-item label.inline{
    display: flex;
    align-items: baseline;
}
.service-extra-item label.inline .lbl{
    width: 50%;
    font-size: 15px;
}
#question_7 .service-extra-item label.inline .lbl{
    width: 70%;
}
.service-extra-item label.inline .lbl img{
    float:left;
    margin-right: 10px;
    width: 50px;
}
.service-extra-item input{
    display: inline-grid !important;
}

#services-extra-list li{
    list-style: none;
}
#services-extra-list .price input{
    width: 45px;
    margin-left: 2px;
    margin-right: 2px;
}
.services-extra-list-items{
    padding-left: 20px;
}
#question_7 #characters p{
    margin-top: 20px;
}
#question_7 .price input, #question_7 .price button{
    display: none!important;
}
#question_7 #characters-list{
    padding: 0;
}
#question_7 #characters-list li{
    display: inline;
    float: left;
    margin-right: 10px;
}
#question_7 #characters-list li{
    display: inline;
    float: left;
}
#question_7 #characters-list li label input{
    float: left;
    margin: 2px 0;
    width: 1.15em;
    height: 1.15em;
}
#services-extra-text{
    clear:both;
}
.payment_type{
    background-color: white;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    padding: 8px 16px;
    margin-right: 6px;
    cursor: pointer;
    display: block;
}
.payment_type:hover{
    border-color: #25d1de;
    background-color: #25d1de2e;
}
#cancelation-policy{
    margin-top: 10px;
    font-size: 13px;
}
#cancelation-policy a{
    text-decoration: underline;
    color: #000;
}
#bizum-help{
    font-size: 13px;
}
#text-transaccion{
    font-size: 13px;
    margin-bottom: 10px;
}
@media(max-width: 991px) {
    .payment_type{
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    .payment_type img{
        margin: 0 auto;
        width: 40%;
    }
}

.alarms-comparator .privacy-policy-funnel{
	font-size: 13px;
}
.alarms-comparator .privacy-policy-funnel a{
	color: #2c2d2e;
}
.alarms-comparator .privacy-policy-funnel a:hover{
	text-decoration: underline;
}

.question, .answer, .input-text-funnel, .cpostal-btn, .phone_number-btn{
  animation: animateElement linear .3s;
  animation-iteration-count: 1;
 }
 @keyframes animateElement{
  0% {
    opacity:0;
    transform:  translate(0px,10px);
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px);
  }
}

.alarms-comparator .loading{
	display: none;
	text-align: center;
}
.alarms-comparator .loading p{
	text-align: center !important;
}
.alarms-comparator .loading img{
	margin: 0 auto;
}
.alarms-comparator .loading.flash {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: .5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: .5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
/*************************/
/* END ALARMS COMPARATOR */
/*************************/


/*************************/
/* THANK YOU PAGE FUNNEL */
/*************************/
#thank-you h1, #thank-you h2.title {
    font-family: 'Gochi Hand', cursive;
    font-weight: 600;
    border-bottom: 4px solid #25d1de;
    display: inline;
    line-height: 50px;
}

.center-image img {
	margin-right: auto;
    margin-left: auto;
}

.center-content {
	display: flex;
	flex-direction: column;
	align-content: center;
}

.section-description {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px;
}

@media(max-width: 767px) {
	#thank-you.page-top {
		padding: 40px 0;
	}
}

/*****************************/
/* END THANK YOU PAGE FUNNEL */
/*****************************/

/*****************************/
/*           FOOTER          */
/*****************************/
#footer a{
	color: #666666;
}
#footer a:hover{
	color: #b59a17;
}
/*****************************/
/*         END FOOTER        */
/*****************************/

/*****************************/
/*       LANDING PAGE        */
/*****************************/

.landing {
	background-image: url(../images/fondo-landing.jpg) !important;
	background-color: transparent !important;
	background-size: cover;
}

.landing .homeTitle {
	padding-top: 40px;
}
.landing .homeCompareButton {
	display: none;
}

.landing .homeCompareButton a {
	background-color: #25d1de;
	color: #2c2d2e;
	font-weight: 600;
}

.movable-funnel h2{
	display: none;
}

.basic-alarm-elements .title {
	margin-top: 15px;
}
.basic-alarm-elements .description {
	margin-right: auto;
	margin-left: auto;
    width: 350px;
    padding: 15px 10px 10px 10px;
}

.alarm-elements-landing h2 span {
	background-color: #25d1de;
	padding: 2px 18px 2px 18px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	line-height: 45px;
}
.alarm-elements .testimonial {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.alarm-elements .testimonial .testimonial-body {
	margin-left: 0;
}
.alarm-elements .testimonial .testimonial-body h3 {
	margin-right: auto;
	margin-left: auto;
	width: fit-content;
}
.alarm-elements .testimonial .testimonial-body p {
	font-weight: 400;
	font-size: 15px;
	text-align: justify;
}
.alarm-elements .testimonial .testimonial-image {
	max-width: none !important;
}

.landing-relevant {
	background-color: #f0f0f0;
}

@media(max-width: 767px) {
	.landing .homeCompareButton {
		display: block;
		position: relative;
	}
	.movable-funnel h2{
		display: block;
	}
	.basic-alarm-elements .description {
		width: auto;
	}
	.alarm-elements .testimonial .testimonial-body p {
		display: none;
	}

	.benefits-home-alarm-landing {
		padding-top: 0px;
	}
	.tarifa {
		margin-bottom: 20px!important;
	}
	.tarifas-azul {
		height: 67px!important;
	}
	.tarifacontainer {
		justify-content: center!important;
	}
     .textdisp {
		font-size: 18px!important;
	}
}
#tarifas{
    padding:0 0 50px 0;
}
.tarifas-azul {

	color:white;
	padding:20px 20px 20px 20px;
	margin-bottom:0px;
	height: 87px;
	text-align: center;
}
.tarifa {
	border:solid 2px #25d1de;
	padding-right: 0px!important;
    padding-left: 0px!important;
	background:#25d1de;
    border-radius: 15px;
}
.tarifas-precio {
	color:#25d1de;
	font-size: 45px;
}
.tarifacontainer {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.tarifas-blanco {
	padding:0px 20px 0px 20px;
}
.datos-tarifa {
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
    background: white;
    margin-top: -3px;
	padding: 10px 5px 25px 5px;
	font-weight: 500;
    border-radius: 15px;
}
.boton-tarifa {
	background:#25d1de;
	color:white;
	padding: 10px 30px 10px 30px;
}
.boton-tarifa:hover {
	background:#17848d;
	color:white;
}

.contacto-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.contacto-container .icon{
    font-size: 40px;
    color: #25d1de;
}
.contacto-container .text{
    font-size: 18px;
}
.contacto-container .text a{
    color: #2c2d2e;
}


/*****************************/
/*     END LANDING PAGE      */
/*****************************/


/*****************************/
/*     LEGAL TEXTS PAGE      */
/*****************************/

.legal-texts p {
    font-size: 16px;
    margin: 1em 0;
}

.legal-texts ol li {
    margin: 1em 0;
    letter-spacing: 0.02em;
    font-size: 15px;
    line-height: 1.6em;
}

.legal-texts ol.alpha {
    list-style-type: lower-alpha;
}

.legal-texts table {
    width: 80%;
    margin: 2em auto;
}

.legal-texts table td {
    width: 17%;
    padding: 1em 1em;
    font-size: 13px;
    text-align: center;
    border: solid 1px #a5a5a5;
}

.legal-texts table td span {
    display: block;
}

.legal-texts table td.txt-justify {
    width: 66%;
    text-align: justify;
}
/*****************************/
/*   END LEGAL TEXTS PAGE    */
/*****************************/
.bookingclientsform {
	z-index:999;
}
.dashboardform {
	display: flex;
    flex-wrap: nowrap;
}
.sk_reviews_grid {
height:839.5100000000002px!important;
}
.sk_branding, .sk_branding a {
display:none!important;
font-size: 0px!important;
}
.textdisp {
	font-family: 'Gochi Hand', cursive;
	font-size: 24px;
	font-weight: 500;
	margin-top: 55px;
	color:red;
}
