/*-----------------------------------------------------------------------------------
	    Agenda2020-1
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#303845;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-l-edge{
	background: left no-repeat;
}
.bg-r-edge{
	background: right no-repeat;
}
.bg-tl-edge{
	background: top left no-repeat;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}





.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}





/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	;
}
.img-style{
	width:480px;
}
.img-tran-style{
	width:116px;
}
.label-style{
	font-size:24px;
	width:100%;
	color:#FEFFFF!important;
}
.container-div-style{
	width:75.3%;
}
.btn-style{
	width:84%;
}
.btn-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.btn-bloc-1-padding{
	padding-top:0px;
	padding-bottom:0px;
	width:100%;
}
.label-bloc-3-style{
	font-size:24px;
	width:100%;
}
.label-3-style{
	font-size:24px;
	width:100%;
}
.label-4-style{
	font-size:24px;
	width:100%;
}
.img-4-style{
	width:183px;
}
.container-div-bloc-3-style{
	width:100%;
}
.img-titulo-ej-style{
	width:450px;
}
.img-bloc-4-style{
	width:299px;
}
.img-pilar-style{
	width:150px;
}
.p-style{
	width:83.17%;
	font-size:19px;
}
.img-eje1-style{
	width:87px;
}
.img-9-style{
	width:140px;
}
.img-8-style{
	width:20px;
}
.label-bloc-5-style{
	width:100%;
	font-size:12px;
}
.label-6-style{
	font-size:19px;
	width:100%;
}
.label-7-style{
	font-size:14px;
	width:100%;
}
.container-div-bloc-7-style{
	width:100%;
}
.form-style{
	width:100%;
}
.btn-subscribe-padding{
	padding-top:0px;
	padding-bottom:0px;
	width:98.39%;
}
.img-eje4-style{
	width:142px;
}
.img-eje1-3-style{
	width:73px;
}
.img-eje2-1-style{
	width:121px;
}
.img-eje3-4-style{
	width:122px;
}
.img-eje3-2-style{
	width:127px;
}
.img-eje3-1-style{
	width:140px;
}
.img-eje2-2-style{
	width:151px;
}
.img-15-style{
	width:149px;
}
.img-eje1-1-style{
	width:135px;
}
.img-eje1-2-style{
	width:148px;
}
.img-eje4-6-style{
	width:67px;
}
.img-eje4-7-style{
	width:89px;
}
.img-eje4-1-style{
	width:106px;
}
.img-eje4-2-style{
	width:130px;
}
.img-eje4-3-style{
	width:113px;
}
.img-eje4-4-style{
	width:110px;
}
.img-eje4-5-style{
	width:137px;
}
.img-eje3-3-style{
	width:135px;
}
.row-style{
	width:95.23%;
}
.h2-style{
	font-size:20px;
}
.btn-button-style{
	width:100%;
}
.img-descarg-style{
	width:186px;
}
.h4-style{
	width:100%;
	font-size:18px;
}
.h4-contáctenos-style{
	font-size:18px;
}
.h4-facebook-style{
	font-size:18px;
}
.h4-instagram-style{
	font-size:18px;
}
.h4-twitter-style{
	font-size:18px;
}
.label-5-style{
	font-size:19px;
}
.img-16-style{
	width:312px;
}
.img-12-style{
	width:442px;
}
.img-32-style{
	width:302px;
}
.container-div-bloc-6-style{
	width:100%;
}
.img-23-style{
	width:548px;
}
.label-label-style{
	width:100%;
	font-size:19px;
}
.container-div-0-style{
	width:100%;
}
.img-2-style{
	width:66px;
}
.img-bloc-0-style{
	width:548px;
	height:83px;
}
.label-bloc-1-style{
	font-size:18px;
	width:100%;
}
.img-enproce-style{
	width:24px;
	height:24px;
}
.img-en-proceso-style{
	width:210px;
}
.label-2-style{
	font-size:18px;
}
.img-datos-l-style{
	width:300px;
}
.img-6-style{
	;
}
.label-3-bloc-1-style{
	font-size:18px;
}
.img-7-style{
	width:221px;
}
.img-bloc-1-style{
	width:80px;
}
.img-12-en-proceso-style{
	width:210px;
	height:37px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-dark-electric-blue{
	background-color:#556479;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-charcoal{
	background-color:#303845;
}
.bgc-charcoal-2{
	background-color:#3C4657;
}
.bgc-charcoal-3{
	background-color:#3C4657;
}
.bgc-charcoal-4{
	background-color:#303845;
}
.bgc-davys-grey{
	background-color:#495466;
}
.bgc-isabelline{
	background-color:#F0EFEF;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-isabelline{
	color:#F0EFEF!important;
}

/* Bloc image backgrounds */

.bg-Background{
	background-image:url("img/Background.png");
}
.bg-T1-puntos1{
	background-image:url("img/T1-puntos1.png");
}
.bg-T2-rayas1{
	background-image:url("img/T2-rayas1.png");
}
.bg-T3-puntos{
	background-image:url("img/T3-puntos.png");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.img-eje2-2-style{
		width:95px;
	}
	.img-15-style{
		width:94px;
	}
	.img-eje2-1-style{
		width:74px;
	}
	.img-eje3-3-style{
		width:118px;
	}
	.img-eje4-3-style{
		width:70px;
	}
	.img-eje4-2-style{
		width:77px;
	}
	.img-eje4-1-style{
		width:64px;
	}
	.p-style{
		width:100%;
	}
	.img-sec5im-style{
		width:219px;
	}
	.img-32-style{
		width:270px;
	}
	.img-sec3im-style{
		width:219px;
	}
	.img-16-style{
		width:213px;
	}
	.img-eje4-6-style{
		width:42px;
	}
	.img-eje4-7-style{
		width:52px;
	}
	.img-eje4-5-style{
		width:84px;
	}
	.img-eje4-4-style{
		width:70px;
	}
	.img-eje1-3-style{
		width:48px;
	}
	.img-eje3-1-style{
		width:116px;
	}
	.img-bloc-4-style{
		width:195px;
	}
	.img-pilar-style{
		width:125px;
	}
	.img-4-style{
		width:144px;
	}
	.label-bloc-3-style{
		font-size:20px;
	}
	.label-3-style{
		font-size:20px;
	}
	.label-4-style{
		font-size:20px;
	}
	.container-div-style{
		width:100%;
	}
	.img-eje1-1-style{
		width:89px;
	}
	.img-eje1-2-style{
		width:95px;
	}
	.row-bloc-3-style{
		width:100%;
	}
	.img-eje3-2-style{
		width:96px;
	}
	.img-eje3-4-style{
		width:104px;
	}
	.img-enproce-style{
		width:24px;
	}
	.img-6-style{
		width:24px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.img-eje1-1-style{
		width:143px;
	}
	.img-eje1-2-style{
		width:159px;
	}
	.img-eje1-3-style{
		width:78px;
	}
	.img-sec6im-style{
		width:178px;
	}
	.img-sec5im-style{
		width:183px;
	}
	.img-sec3im-style{
		width:190px;
	}
	.img-sec4im-style{
		width:214px;
	}
	.img-32-style{
		width:165px;
	}
	.img-16-style{
		width:146px;
	}
	.img-bloc-4-style{
		width:332px;
	}
	.img-pilar-style{
		width:208px;
	}
	.img-4-style{
		width:201px;
	}
	.img-eje3-1-style{
		width:194px;
	}
	.img-eje3-2-style{
		width:163px;
	}
	.img-eje3-4-style{
		width:164px;
	}
	.img-eje3-3-style{
		width:187px;
	}
	.img-eje4-7-style{
		width:91px;
	}
	.img-eje4-6-style{
		width:70px;
	}
	.img-eje2-1-style{
		width:121px;
	}
	.img-eje2-2-style{
		width:156px;
	}
	.img-15-style{
		width:149px;
	}
	.container-div-style{
		width:100%;
	}
	.img-eje4-1-style{
		width:115px;
	}
	.img-eje4-2-style{
		width:137px;
	}
	.img-eje4-3-style{
		width:122px;
	}
	.img-eje4-4-style{
		width:119px;
	}
	.img-eje4-5-style{
		width:143px;
	}
	.link-style{
		width:20px;
	}
	.img-6-style{
		width:24px;
	}
	.img-enproce-style{
		width:24px;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.img-eje1-1-style{
		width:109px;
	}
	.img-eje1-2-style{
		width:120px;
	}
	.img-eje1-3-style{
		width:59px;
	}
	.footer-link{
		text-align:center;
	}
	.img-32-style{
		width:87px;
	}
	.img-sec3im-style{
		width:85px;
	}
	.img-sec5im-style{
		width:160px;
	}
	.img-16-style{
		width:109px;
	}
	.btn-style{
		width:100%;
	}
	.img-bloc-4-style{
		width:220px;
	}
	.label-bloc-3-style{
		width:100%;
		font-size:20px;
	}
	.img-pilar-style{
		width:147px;
	}
	.img-4-style{
		width:155px;
	}
	.img-eje4-4-style{
		width:90px;
	}
	.img-eje3-2-style{
		width:97px;
	}
	.img-eje3-3-style{
		width:110px;
	}
	.img-eje3-4-style{
		width:99px;
	}
	.img-eje2-1-style{
		width:84px;
	}
	.img-eje2-2-style{
		width:108px;
	}
	.img-15-style{
		width:103px;
	}
	.label-3-style{
		font-size:20px;
	}
	.label-4-style{
		font-size:20px;
	}
	.img-eje4-5-style{
		width:110px;
	}
	.img-tran-style{
		width:42px;
	}
	.img-eje4-3-style{
		width:89px;
	}
	.img-eje4-2-style{
		width:101px;
	}
	.img-eje4-1-style{
		width:85px;
	}
	.label-style{
		width:100%;
		font-size:20px;
	}
	.container-div-style{
		width:100%;
	}
	.link-bloc-6-style{
		width:0px;
	}
	.img-eje4-6-style{
		width:56px;
	}
	.img-eje4-7-style{
		width:72px;
	}
	.img-eje3-1-style{
		width:116px;
	}
	.h2-style{
		font-size:18px;
	}
	.img-enproce-style{
		width:24px;
	}
	.img-6-style{
		width:24px;
	}
	
}

