/*-----------------------------------------------------------------------------------
	mamushka
	About: A shiny new Blocs website.
	Author: Mamushka Live
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-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-xxl{
	padding:200px 20px;
}
.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = 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;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* 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-repeat{
	background-repeat:repeat!important;
}
.bg-l-edge{
	background-position: left!important;
	background-repeat: no-repeat;
}
.bg-r-edge{
	background-position: right!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-geometry-shapes::before{
	background: url("img/texture-geometry-shapes.png");
	background-size: 280px 280px;
}
.texture-geometry-shapes-2::before{
	background: url("img/texture-geometry-shapes-2.png");
	background-size: 200px 200px;
}
.texture-pixels::before{
	background: url("img/texture-pixel.gif");
	background-size: 2px 2px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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;
}
.voffset-lg{
	margin-top:80px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = 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-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-sm{
	max-width:150px;
}
.text-w-lg{
	max-width:400px;
}
.text-w-90{
	max-width:90%;
}
.text-w-60{
	max-width:60%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


.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;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = iPhone 6 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone6{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 18%;
}
.blocsapp-device-iphone6 img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-iphone6 .embed-responsive::before{
	padding-top: 106.25%;
}
.blocsapp-device-iphone6 .embed-responsive{
	padding-bottom: 70%;
}
.blocsapp-device-iphone6.iphone6-space-grey{
	background-image:url("img/Apple-iPhone-6s-Space-Gray.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-6s-Space-Gray.webp") 1x,
url("img/Apple-iPhone-6s-Space-Gray.webp") 2x);background-image: image-set(url("img/Apple-iPhone-6s-Space-Gray.png") 1x,
url("img/Apple-iPhone-6s-Space-Gray.png") 2x,url("img/Apple-iPhone-6s-Space-Gray.webp") 1x,
url("img/Apple-iPhone-6s-Space-Gray.webp") 2x);
}
/* = MacBook Devices
-------------------------------------------------------------- */

.blocsapp-device-mb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 3.6% 15% 7.5%;
}
.blocsapp-device-mb img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-mb .embed-responsive::before{
	padding-top: 56.25%;
}
.blocsapp-device-mb .embed-responsive{
	padding-bottom: 8%;
}
/* = MacBook Space Grey
-------------------------------------------------------------- */

.mb-space-grey{
	background-image:url("img/Apple-Macbook-Space-Grey.png");
	background-image: -webkit-image-set(url("img/Apple-Macbook-Space-Grey.webp") 1x,
url("img/Apple-Macbook-Space-Grey.webp") 2x);background-image: image-set(url("img/Apple-Macbook-Space-Grey.png") 1x,
url("img/Apple-Macbook-Space-Grey.png") 2x,url("img/Apple-Macbook-Space-Grey.webp") 1x,
url("img/Apple-Macbook-Space-Grey.webp") 2x);
}
/* = 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,.5);
	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: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

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

/* Snap Shot */
.snapshot-lb .modal-body{
	padding-bottom:45px;
}
.snapshot-lb .lightbox-caption{
	padding: 0;
	color:rgba(0,0,0,.5);
	background: none;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Roboto";
	color:#FFFFFF!important;
}
h1,h2,h3,h4,h5,h6,p,label,.btn{
	font-family:Alef;
}
a{
	font-family:Alef;
}
.container{
	max-width:970px;
}
.fondo{
	background:linear-gradient(93deg, #FEFFFF, #EAECEC);
	background-color:rgba(5,51,255,0.0);
}
.fondo:active{
	background:linear-gradient(0deg, #000000, #333333);
}
.mount-italy-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 8px rgba(0,0,0,0.2);
}
.mount-italy-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
}
.hero-text-vc{
	margin-top:50%;
}
.blocs-blue-button{
	background-color:#41b6f3;
}
.blocs-blue-button:hover{
	background-color:#39a6de;
}
.blocs-hero-btn-dwn{
	background-color:rgba(0,0,0,0.0);
}
.texto{
	font-family:"Lato";
	font-weight:800;
}
.hero-bloc-text{
	font-size:55px;
	background-color:#FEFFFF;
}
.hero-bloc-text:hover{
	background-color:#000000;
}
.hero-bloc-text-sub{
	font-size:36px;
	background:linear-gradient(0deg, #000000, #676767);
	background-color:#000000;
}
.e{
	background-color:#BBBBBB;
}
.tex1{
	color:#FEFFFF!important;
	font-size:20px;
	font-family:"Lato";
	font-weight:400;
}
.tex2{
	background-color:rgba(0,0,0,0.0);
	color:#000000!important;
}
.tex2:hover{
	color:#000000!important;
	background-color:#262526;
}
.tex2:active{
	background-color:#262526;
	color:#000000!important;
}
.sub-menu{
	color:#000000!important;
	background-color:#EB2620;
	font-family:"helvetica";
}
.sub-menu:active{
	color:#000000!important;
	background-color:#FFA021;
}
.sub-menu:hover{
	color:#000000!important;
	background-color:#29A198;
}
.menu1{
	color:#EB2620!important;
}
.menu1:active{
	color:#EB2620!important;
}
.menu1:hover{
	color:#EB2620!important;
}
.scrollToTopLib{
	color:#FEFFFF!important;
}
.scrollToTopLib:active{
	color:#EB2620!important;
}
.scrollToTopLib:hover{
	color:#000000!important;
}
.scrolltotop{
	color:rgba(0,0,0,0.0)!important;
	background-color:#4E8F00;
}
.negro{
	background-color:#BBBBBB;
}
.negro:active{
	background-color:#BE1D0A;
}
.negro:hover{
	background-color:#BE1D0A;
}
.color-blanco{
	color:#FEFFFE!important;
}
.color-negro{
	color:#383535!important;
}
.colornegro{
	color:#0C0C0C!important;
}
.colorblanco{
	color:#FFFFFF!important;
}
.mountain-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 3px rgba(0,0,0,0.1);
}
.mountain-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
}
.colorplomo{
	color:#5C5C5C!important;
}
.logointro{
	margin-bottom:0px;
	margin-top:0px;
	padding-top:72px;
}
.iconosintro{
	margin:110px 110px 0px 110px;
	padding:230px 0px 0px 0px;
}
.blanco{
	color:#FFFFFF!important;
}
.boton-2:hover{
	text-shadow:0px 41px 11px #000000;
}
.logo1{
	padding:0px 0px 0px 0px;
	width:308px;
	height:294px;
}
.texcolorintro{
	color:#4A464A!important;
	font-family:"Open Sans";
	font-weight:400;
}
.colorentrada{
	background-color:rgba(228,227,225,0.0);
	border-style:none;
}
.mountaindusk-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 3px rgba(0,0,0,0.3);
}
.mountaindusk-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
}
.device-bloc-text-vc{
	font-size:50px;
	margin-top:50%;
}
.build-with-blocs-bloc{
	background-color:#000;
	color:rgba(255,255,255,0.4);
}
.build-with-blocs-bloc p{
	font-size:11px;
	font-family:"helvetica";
	font-weight:bold;
	color:rgba(255,255,255,0.8);
}
.blocs-personal-panel{
	max-width:400px;
	min-height:400px;
	padding:40px 10px 40px 10px;
	background-color:rgba(206,50,69,0.8);
	text-align:center;
	border-radius:15px 15px 15px 15px;
	border-width:0px 0px 0px 0px;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 10px 21px rgba(0,0,0,0.0);
	float:none;
	display:block;
	border-style:solid;
	border-color:#858585;
	color:#FFFFFF!important;
}
.blocs-personal-panel:hover{
	color:rgba(0,0,0,0.0)!important;
}
.blocs-panel-avatar{
	max-width:100px;
	margin-bottom:20px;
}
.blocs-personal-panel h3{
	color: rgba(0,0,0,.8);
	font-family:"Lato";
	font-size:36px;
	font-weight:700;
}
.blocs-personal-panel p{
	color: rgba(0,0,0,.3);
	font-family:"Lato";
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
}
.blocs-social-list-v li{
	min-width:30px;
}
.texto-blanco{
	color:#FFFFFF!important;
	height:0px;
	width:336px;
	padding:0px 0px 0px 0px;
	margin:28px 28px 28px 28px;
}
.texto-plomo{
	background-color:rgba(101,101,101,0.0);
	color:#646464!important;
	text-shadow:0px 0px 0px rgba(0,0,0,0.0);
}
.blocs-social-list-v{
	max-width:220px;
	margin:0 auto!important;
}
.icono-social{
	color:rgba(255,255,255,0.8)!important;
}
.icono-social:hover{
	color:#FFFFFF!important;
}
.blocs-mobile-signup-text{
	font-size:33px;
}
.evento1{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	min-width:0px;
	max-width:500px;
	background-color:rgba(0,0,0,0.0)}.evento3{
	font-size:16px;
	color:#FFFFFF!important;
	text-shadow:px;
}
.evento4{
	font-size:60px;
}
.icono-intro2{
	text-shadow:px;
	box-shadow:px;
	background-color:rgba(0,0,0,0.0);
}
.icono-intro2:hover{
	box-shadow:0px 12px 0px #B7B7B7;
	background-color:rgba(0,0,0,0.0);
}
.blo1{
	background:linear-gradient(0deg, #CD3145, #CD3145);
	height:199px;
	padding-top:26px;
	background-color:#DB3349;
	box-shadow:0px 6px 12px rgba(0,0,0,0.3);
	border-radius:6px 6px 6px ;
}
.linea-blamca{
	background-color:#000000;
}
.sombra{
	text-shadow:0px 0px 0px rgba(0,0,0,0.0);
	box-shadow:8px 8px 12px rgba(0,0,0,0.3);
}
.quienes-mac{
	color:#000000!important;
}
.icono-youtube{
	margin:141px 141px 141px 141px;
}
.reel{
	margin:0px 0px 38px 0px;
}
.logo2{
	margin-top:135px;
	margin-bottom:127px;
}
.bloc-67-p{
	font-size: 15px;
	font-weight: 300;
}
.container-div-style{
	height:81px;
}
.container-div-bloc-4-style{
	height:60px;
}
.container-div-bloc-5-style{
	height:60px;
}
.divider-padding{
	padding-top:6px;
	padding-bottom:6px;
}
.container-div-bloc-9-style{
	height:20px;
}
.container-div-0-style{
	height:20px;
}
.container-div-0-bloc-9-style{
	height:20px;
}
.font{
	font-family:"Roboto";
	font-weight:normal;
}
.img-style{
	width:137px;
}
.img-western-union-style{
	width:150px;
}
.img-18-style{
	height:137px;
	width:137px;
}
.mover1{
	width:0px;
	height:106px;
}
.carousel-style{
	width:100%;
}
.img-logo-piscina-style{
	width:300px;
	height:300px;
}
.img--rlp13-style{
	width:220px;
}
.img-logolydtzal-style{
	height:200px;
	width:200px;
}
.img-logo-matikard-style{
	width:200px;
	height:200px;
}
.img-capa-3-style{
	width:200px;
	height:200px;
}
.tamañno{
	font-size:90px;
}
.h1-style{
	font-size:60px;
}
.card-header-style{
	height:71px;
}
.card-body-style{
	width:100%;
}
.btn-padding{
	padding-top:160px;
	padding-bottom:160px;
	border-radius:16px 16px 16px 16px;
}
.p-style{
	font-size:15px;
	font-family:Roboto;
	line-height:20px;
	font-weight:300;
}
.linkeventos:hover{
	text-shadow:0px 0px 0px #B8293A;
}
.btn-buy-now-padding{
	font-family:"Roboto";
}
.row-8-style{
	width:100%;
}
.h3-style{
	font-family:Roboto;
}
.p-bloc-79-style{
	font-family:Roboto;
}
.h3-omega-style{
	font-family:Roboto;
}
.h1-1-style{
	font-family:"Open Sans Condensed";
	font-weight:300;
}
.h1-2-style{
	font-family:"Open Sans Condensed";
	font-weight:300;
}
.h1-audiovisual-style{
	font-family:"Open Sans Condensed";
	font-weight:300;
	font-size:25px;
}
.h1-bloc-3-style{
	font-size:25px;
	font-family:"Open Sans Condensed";
	font-weight:300;
}
.h2-bloc-2-style{
	font-family:"Open Sans Condensed";
	font-weight:300;
	font-size:25px;
}
.degra{
	background:linear-gradient(0deg, #EAEAEA, #FFF8F1);
}
.h2-audiovisual-style{
	font-family:Roboto;
	font-weight:300;
	font-size:30px;
}
.h2-feature-title-style{
	font-family:Roboto;
	font-weight:300;
	font-size:30px;
}
.p-3-style{
	font-family:Roboto;
	font-weight:300;
	font-size:15px;
	line-height:20px;
}
.img-bloc-22-style{
	width:970px;
}
.navbar-brand img{
	width:50px;
}
.img-bloc-3-style{
	width:418px;
	border-radius:0px 0px 0px 0px;
}
.fuente{
	font-family:"Open Sans";
	font-weight:400;
}
.img-3-style{
	width:281px;
}
.img-bloc-4-style{
	width:628px;
}
.h1-bloc-5-style{
	font-family:Roboto;
	font-size:15px;
	font-weight:400;
	width:92.27%;
}
.p-bloc-4-style{
	line-height:20px;
	font-size:15px;
	font-family:Roboto;
}
.bloc-8-h1{
	font-family:Roboto;
	font-size:17px;
}
.bloc-9-h1{
	font-size:17px;
	font-family:Roboto;
}
.bloc-10-h1{
	font-size:17px;
	font-family:Roboto;
}
.h1-bloc-7-style{
	font-family:Roboto;
	font-size:20px;
}
.p-bloc-7-style{
	font-family:Roboto;
	font-size:15px;
}
.h3-paula-valdés-style{
	font-family:Roboto;
	font-size:15px;
}
.bloc-12-p{
	font-size:15px;
	font-family:Roboto;
}
.bloc-13-h3{
	font-family:Roboto;
	font-size:15px;
}
.bloc-13-p{
	font-size:15px;
	font-family:Roboto;
}
.bloc-14-h3{
	font-size:15px;
	font-family:Roboto;
}
.bloc-14-p{
	font-size:15px;
	font-family:Roboto;
}
.bloc-15-h3{
	font-family:Roboto;
	font-size:15px;
}
.bloc-15-p{
	font-family:Roboto;
	font-size:15px;
}
.bloc-17-h3{
	font-size:15px;
	font-family:Roboto;
}
.bloc-17-p{
	font-size:15px;
	font-family:Roboto;
}
.p-bloc-11-style{
	font-family:Roboto;
	font-size:15px;
	line-height:20px;
}
.h3-nuestro-equipo-style{
	font-family:Roboto;
	font-size:20px;
}
.divider-bloc-3-style{
	width:1.12%;
}
.boton-home:hover{
	text-shadow:0px 0px 0px rgba(0,0,0,0.0);
	background-color:#E25148;
	border-style:double;
	border-color:rgba(255,255,255,0.0)!important;
}
.boton-home{
	font-family:"Roboto";
	color:#FEFFFF!important;
	background-color:rgba(0,0,0,0.3);
}
.img-irp-mamush-style{
	width:100px;
	height:100px;
}
.bloc-24-h1{
	font-size:20px;
	font-family:Roboto;
}
.bloc-24-p{
	font-size:15px;
	font-family:Roboto;
}
.bloc-25-p{
	font-family:Roboto;
}
.bloc-26-p{
	font-family:Roboto;
}
.bloc-27-p{
	font-family:Roboto;
}
.bloc-28-p{
	font-family:Roboto;
}
.bloc-29-p{
	font-family:Roboto;
}
.bloc-41-h1{
	font-family:Roboto;
}
.bloc-43-h1{
	font-size:20px;
	font-family:Roboto;
}
.bloc-43-h3{
	font-size:20px;
	font-family:Roboto;
}
.h1-bloc-43-style{
	font-size:20px;
	font-family:Roboto;
}
.bloc-44-h1{
	font-size:20px;
}
.bloc-44-h3{
	font-size:20px;
	font-family:Roboto;
}
.bloc-43-p{
	font-family:Roboto;
	font-size:15px;
}
.p-bloc-43-style{
	font-family:Roboto;
	font-size:15px;
}
.bloc-44-p{
	font-size:15px;
}
.img-mosca-3-style{
	width:79px;
}
.p-color{
	color:#f54755;
}
.p-bloc-76-style{
	width:100%;
	font-size:18px;
}
.p-bloc-75-style{
	font-size:18px;
}
.container-div-bloc-76-style{
	height:77px;
}
.p-42-style{
	font-size:18px;
	width:100%;
}
.h6-style{
	font-size:23px;
}
.fotomano:hover{
	text-shadow:0px 30px 0px #000000;
	box-shadow:0px 3px 23px rgba(0,0,0,0.66);
}
.p-43-style{
	font-size:19px;
	width:100%;
}
.p-46-style{
	font-size:18px;
}
.h4-style{
	font-size:20px;
	width:100%;
}
.p-5545-style{
	font-size:28px;
}
.p-33803-style{
	font-size:28px;
	line-height:70px;
	font-family:Lato;
	font-weight:900;
	width:100%;
}
.row-104-style{
	width:100%;
}
.p-45-style{
	line-height:70px;
	font-family:Lato;
	font-weight:900;
	font-size:25px;
	width:100%;
}
.p-49-style{
	font-size:20px;
}
.img-203-style{
	width:300px;
}
.color{
	color:#488A97!important;
}
.h3-25-style{
	font-family:Lato;
	font-weight:900;
}
.h1-29-style{
	font-family:Lato;
	font-weight:900;
}
.img-video1liv-style{
	width:393px;
}
.html-widget-style{
	width:100%;
}
.h6-bloc-92-style{
	font-family:"Open Sans";
	font-weight:400;
}
.img-bloc-80-style{
	width:240px;
}
.img-fotoka-style{
	width:240px;
}
.img-202-style{
	width:240px;
}
.btn-style{
	width:32.01%;
	font-size:30px;
	padding-top:0px;
	padding-bottom:0px;
	font-family:"Lato";
	font-weight:700;
	border-radius:7px 7px 7px 7px;
}
.divider-0-style{
	width:100%;
}
.p-bloc-31-style{
	font-size:30px;
	line-height:25px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1:rgba(114,112,117,1.0);
	
	--swatch-var-4:rgba(232,233,235,1.0);
	
	--swatch-var-5:rgba(74,71,74,1.0);
	
	--swatch-var-6:rgba(212,212,212,1.0);
	
	--swatch-var-2712:rgba(148,143,148,1.0);
	
	--swatch-var-2506:rgba(100,100,202,1.0);
	
	--swatch-var-1856:#ECEDEF;
	
	--swatch-var-769:rgba(238,55,76,1.0);
	
	--swatch-var-1546:rgba(197,196,199,1.0);
	
	--swatch-var-2773:rgba(241,240,242,1.0);
	
	--swatch-var-1168:rgba(246,245,247,1.0);
	
	--swatch-var-284:rgba(38,37,38,1.0);
	
	--swatch-var-2634:rgba(111,111,111,1.0);
	
	--swatch-var-675:rgba(60,59,65,1.0);
	
	--swatch-var-2736:#FEFFFE;
	
	--swatch-var-2459:rgba(62,61,65,1.0);
	
	--swatch-var-890:rgba(59,57,59,1.0);
	
	--swatch-var-388:rgba(95,93,96,1.0);
	
	--swatch-var-2700:rgba(73,71,74,1.0);
	
	--swatch-var-1318:rgba(254,255,255,1.0);
	
	--swatch-var-1178:rgba(204,205,207,1.0);
	
	--swatch-var-2610:rgba(223,222,223,1.0);
	
	--swatch-var-151:rgba(241,240,242,1.0);
	
	--swatch-var-201:rgba(60,59,65,1.0);
	
	--swatch-var-2310:rgba(254,255,255,1.0);
	
	--swatch-var-2928:rgba(73,71,74,1.0);
	
	--swatch-var-1951:rgba(238,238,238,1.0);
	
	--swatch-var-1306:rgba(252,245,226,1.0);
	
	--swatch-var-87:rgba(139,182,215,1.0);
	
	--swatch-var-484:rgba(252,245,243,1.0);
	
	--swatch-var-791:rgba(226,217,156,1.0);
	
	--swatch-var-1129:rgba(254,254,255,1.0);
	
	--swatch-var-30:rgba(249,199,198,1.0);
	
	--swatch-var-128:rgba(201,181,191,1.0);
	
	--swatch-var-2844:rgba(255,250,245,1.0);
	
	--swatch-var-781:rgba(56,55,52,1.0);
	
	--swatch-var-3252:rgba(241,240,242,1.0);
	
	--swatch-var-3328:rgba(236,236,236,1.0);
	
	--swatch-var-2882:rgba(56,55,52,1.0);
	
	--swatch-var-5828:rgba(37,131,205,1.0);
	
	--swatch-var-1287:rgba(255,255,255,1.0);
	
	--swatch-var-4171:rgba(81,81,82,1.0);
	
	--swatch-var-1349:rgba(56,55,56,1.0);
	
	--swatch-var-3223:rgba(255,255,255,1.0);
	
	--swatch-var-577:rgba(104,104,104,1.0);
	
	--swatch-var-3547:rgba(102,102,102,1.0);
	
	--swatch-var-5200:rgba(241,240,242,1.0);
	
	--swatch-var-1656:rgba(255,255,255,1.0);
	
	--swatch-var-673:rgba(73,71,74,1.0);
	
	--swatch-var-271:rgba(94,94,94,0.5);
	
	--swatch-var-3500:rgba(233,141,32,1.0);
	
	--swatch-var-5178:rgba(165,161,165,1.0);
	
	--swatch-var-5389:rgba(83,79,82,1.0);
	
	--swatch-var-5151:rgba(255,255,255,1.0);
	
	--swatch-var-5765:rgba(255,255,255,1.0);
	
	--swatch-var-6191:rgba(70,129,137,1.0);
	
	--swatch-var-6697:#5297A2;
	
	--swatch-var-6915:rgba(157,190,187,1.0);
	
	--swatch-var-4464:#5297A2;
	
	--swatch-var-7851:rgba(239,46,68,1.0);
	
	--swatch-var-1979:#5AA8B7;
	
	--swatch-var-1983:#498A98;
	
	--swatch-var-173:#FFFFFF;
	
	--swatch-var-4773:rgba(203,0,51,1.0);
	
	--swatch-var-1389:#D32B45;
	
	--swatch-var-6199:rgba(255,255,255,1.0);
	
	--swatch-var-5569:rgba(56,55,52,1.0);
	
}


/* Background colour styles */

.bgc-5569{
	background-color:var(--swatch-var-5569);
}
.bgc-5151{
	background-color:var(--swatch-var-5151);
}
.bgc-5389{
	background-color:var(--swatch-var-5389);
}
.bgc-1983{
	background-color:var(--swatch-var-1983);
}
.bgc-6697{
	background-color:var(--swatch-var-6697);
}
.bgc-4464{
	background-color:var(--swatch-var-4464);
}
.bgc-173{
	background-color:var(--swatch-var-173);
}
.bgc-7851{
	background-color:var(--swatch-var-7851);
}
.bgc-284{
	background-color:var(--swatch-var-284);
}
.bgc-6191{
	background-color:var(--swatch-var-6191);
}
.bgc-2459{
	background-color:var(--swatch-var-2459);
}
.bgc-201{
	background-color:var(--swatch-var-201);
}
.bgc-890{
	background-color:var(--swatch-var-890);
}
.bgc-5{
	background-color:var(--swatch-var-5);
}
.bgc-769{
	background-color:var(--swatch-var-769);
}
.bgc-2736{
	background-color:var(--swatch-var-2736);
}
.bgc-2310{
	background-color:var(--swatch-var-2310);
}
.bgc-577{
	background-color:var(--swatch-var-577);
}
.bgc-2882{
	background-color:var(--swatch-var-2882);
}
.bgc-2700{
	background-color:var(--swatch-var-2700);
}
.bgc-2634{
	background-color:var(--swatch-var-2634);
}
.bgc-1546{
	background-color:var(--swatch-var-1546);
}
.bgc-1856{
	background-color:var(--swatch-var-1856);
}
.bgc-1318{
	background-color:var(--swatch-var-1318);
}
.bgc-1951{
	background-color:var(--swatch-var-1951);
}
.bgc-1129{
	background-color:var(--swatch-var-1129);
}
.bgc-4171{
	background-color:var(--swatch-var-4171);
}
.bgc-781{
	background-color:var(--swatch-var-781);
}
.bgc-6{
	background-color:var(--swatch-var-6);
}
.bgc-1{
	background-color:var(--swatch-var-1);
}
.bgc-1306{
	background-color:var(--swatch-var-1306);
}
.bgc-2773{
	background-color:var(--swatch-var-2773);
}
.bgc-1389{
	background-color:var(--swatch-var-1389);
}
.bgc-2844{
	background-color:var(--swatch-var-2844);
}
.bgc-675{
	background-color:var(--swatch-var-675);
}

/* Text colour styles */

.tc-5{
	color:var(--swatch-var-5)!important;
}
.tc-769{
	color:var(--swatch-var-769)!important;
}
.tc-3223{
	color:var(--swatch-var-3223)!important;
}
.tc-781{
	color:var(--swatch-var-781)!important;
}
.tc-1287{
	color:var(--swatch-var-1287)!important;
}
.tc-2736{
	color:var(--swatch-var-2736)!important;
}
.tc-1318{
	color:var(--swatch-var-1318)!important;
}
.tc-5765{
	color:var(--swatch-var-5765)!important;
}
.tc-3252{
	color:var(--swatch-var-3252)!important;
}
.tc-1168{
	color:var(--swatch-var-1168)!important;
}
.tc-2882{
	color:var(--swatch-var-2882)!important;
}
.bgc-1{
	background-color:var(--swatch-var-1);
}
.tc-151{
	color:var(--swatch-var-151)!important;
}
.tc-2310{
	color:var(--swatch-var-2310)!important;
}
.tc-4{
	color:var(--swatch-var-4)!important;
}
.tc-2459{
	color:var(--swatch-var-2459)!important;
}
.tc-201{
	color:var(--swatch-var-201)!important;
}
.bgc-1{
	background-color:var(--swatch-var-1);
}
.tc-1951{
	color:var(--swatch-var-1951)!important;
}
.tc-3328{
	color:var(--swatch-var-3328)!important;
}
.tc-1856{
	color:var(--swatch-var-1856)!important;
}
.tc-2700{
	color:var(--swatch-var-2700)!important;
}
.tc-5200{
	color:var(--swatch-var-5200)!important;
}
.tc-1983{
	color:var(--swatch-var-1983)!important;
}
.tc-2844{
	color:var(--swatch-var-2844)!important;
}
.tc-6191{
	color:var(--swatch-var-6191)!important;
}

/* Button colour styles */

.btn-c-769{
	background:var(--swatch-var-769);
	color:#FFFFFF!important;
}
.btn-c-769:hover{
	background:#BB0419!important;
	color:#FFFFFF!important;
}
.btn-c-87{
	background:var(--swatch-var-87);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-87:hover{
	background:#5883A4!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-1983{
	background:var(--swatch-var-1983);
	color:#FFFFFF!important;
}
.btn-c-1983:hover{
	background:#165765!important;
	color:#FFFFFF!important;
}
.btn-c-6191{
	background:var(--swatch-var-6191);
	color:#FFFFFF!important;
}
.btn-c-6191:hover{
	background:#134E56!important;
	color:#FFFFFF!important;
}
.wire-btn-c-2736{
	color:var(--swatch-var-2736)!important;
	border-color:var(--swatch-var-2736)!important;
}

/* Icon colour styles */

.icon-769{
	color:var(--swatch-var-769)!important;
	border-color:var(--swatch-var-769)!important;
}
.icon-5151{
	color:var(--swatch-var-5151)!important;
	border-color:var(--swatch-var-5151)!important;
}
.icon-2844{
	color:var(--swatch-var-2844)!important;
	border-color:var(--swatch-var-2844)!important;
}
.icon-4{
	color:var(--swatch-var-4)!important;
	border-color:var(--swatch-var-4)!important;
}
.icon-1{
	color:var(--swatch-var-1)!important;
	border-color:var(--swatch-var-1)!important;
}
.icon-6191{
	color:var(--swatch-var-6191)!important;
	border-color:var(--swatch-var-6191)!important;
}

/* Bloc image backgrounds */

.bg-Archivo-26-08-15-10-27-29-a-m-{
	background-image:url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..jpeg");
	background-image: -webkit-image-set(url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 1x,
url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 2x);background-image: image-set(url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..jpeg") 1x,
url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..jpeg") 2x,url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 1x,
url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 2x);
}
.bg-Archivo-26-08-15-10-27-29-a-m-{
	background-image:url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..jpeg");
	background-image: -webkit-image-set(url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 1x,
url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 2x);background-image: image-set(url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..jpeg") 1x,
url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..jpeg") 2x,url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 1x,
url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 2x);
}
.bg-IMG-0813{
	background-image:url("img/IMG_0813.jpg");
	background-image: -webkit-image-set(url("img/IMG_0813.webp") 1x,
url("img/IMG_0813.webp") 2x);background-image: image-set(url("img/IMG_0813.jpg") 1x,
url("img/IMG_0813.jpg") 2x,url("img/IMG_0813.webp") 1x,
url("img/IMG_0813.webp") 2x);
}
.bg-corporativo2{
	background-image:url("img/corporativo2.jpg");
	background-image: -webkit-image-set(url("img/corporativo2.webp") 1x,
url("img/corporativo2.webp") 2x);background-image: image-set(url("img/corporativo2.jpg") 1x,
url("img/corporativo2.jpg") 2x,url("img/corporativo2.webp") 1x,
url("img/corporativo2.webp") 2x);
}
.bg-DEPORTIVOS-1{
	background-image:url("img/DEPORTIVOS%201.jpg");
	background-image: -webkit-image-set(url("img/DEPORTIVOS%201.webp") 1x,
url("img/DEPORTIVOS%201.webp") 2x);background-image: image-set(url("img/DEPORTIVOS%201.jpg") 1x,
url("img/DEPORTIVOS%201.jpg") 2x,url("img/DEPORTIVOS%201.webp") 1x,
url("img/DEPORTIVOS%201.webp") 2x);
}
.bg-PROGRAMASTV5{
	background-image:url("img/PROGRAMASTV5.jpg");
	background-image: -webkit-image-set(url("img/PROGRAMASTV5.webp") 1x,
url("img/PROGRAMASTV5.webp") 2x);background-image: image-set(url("img/PROGRAMASTV5.jpg") 1x,
url("img/PROGRAMASTV5.jpg") 2x,url("img/PROGRAMASTV5.webp") 1x,
url("img/PROGRAMASTV5.webp") 2x);
}
.bg-corporativo4{
	background-image:url("img/corporativo4.jpg");
	background-image: -webkit-image-set(url("img/corporativo4.webp") 1x,
url("img/corporativo4.webp") 2x);background-image: image-set(url("img/corporativo4.jpg") 1x,
url("img/corporativo4.jpg") 2x,url("img/corporativo4.webp") 1x,
url("img/corporativo4.webp") 2x);
}
.bg-DRONE15{
	background-image:url("img/DRONE15.jpg");
	background-image: -webkit-image-set(url("img/DRONE15.webp") 1x,
url("img/DRONE15.webp") 2x);background-image: image-set(url("img/DRONE15.jpg") 1x,
url("img/DRONE15.jpg") 2x,url("img/DRONE15.webp") 1x,
url("img/DRONE15.webp") 2x);
}
.bg-ANIMACION1{
	background-image:url("img/ANIMACION1.jpg");
	background-image: -webkit-image-set(url("img/ANIMACION1.webp") 1x,
url("img/ANIMACION1.webp") 2x);background-image: image-set(url("img/ANIMACION1.jpg") 1x,
url("img/ANIMACION1.jpg") 2x,url("img/ANIMACION1.webp") 1x,
url("img/ANIMACION1.webp") 2x);
}
.bg-IMG-0813{
	background-image:url("img/IMG_0813.jpg");
	background-image: -webkit-image-set(url("img/IMG_0813.webp") 1x,
url("img/IMG_0813.webp") 2x);background-image: image-set(url("img/IMG_0813.jpg") 1x,
url("img/IMG_0813.jpg") 2x,url("img/IMG_0813.webp") 1x,
url("img/IMG_0813.webp") 2x);
}
.bg-corporativo2{
	background-image:url("img/corporativo2.jpg");
	background-image: -webkit-image-set(url("img/corporativo2.webp") 1x,
url("img/corporativo2.webp") 2x);background-image: image-set(url("img/corporativo2.jpg") 1x,
url("img/corporativo2.jpg") 2x,url("img/corporativo2.webp") 1x,
url("img/corporativo2.webp") 2x);
}
.bg-lyd{
	background-image:url("img/lyd.jpg");
	background-image: -webkit-image-set(url("img/lyd.webp") 1x,
url("img/lyd.webp") 2x);background-image: image-set(url("img/lyd.jpg") 1x,
url("img/lyd.jpg") 2x,url("img/lyd.webp") 1x,
url("img/lyd.webp") 2x);
}
.bg-ANIMACION1{
	background-image:url("img/ANIMACION1.jpg");
	background-image: -webkit-image-set(url("img/ANIMACION1.webp") 1x,
url("img/ANIMACION1.webp") 2x);background-image: image-set(url("img/ANIMACION1.jpg") 1x,
url("img/ANIMACION1.jpg") 2x,url("img/ANIMACION1.webp") 1x,
url("img/ANIMACION1.webp") 2x);
}
.bg-corporativo2{
	background-image:url("img/corporativo2.jpg");
	background-image: -webkit-image-set(url("img/corporativo2.webp") 1x,
url("img/corporativo2.webp") 2x);background-image: image-set(url("img/corporativo2.jpg") 1x,
url("img/corporativo2.jpg") 2x,url("img/corporativo2.webp") 1x,
url("img/corporativo2.webp") 2x);
}
.bg-IMG-0813{
	background-image:url("img/IMG_0813.jpg");
	background-image: -webkit-image-set(url("img/IMG_0813.webp") 1x,
url("img/IMG_0813.webp") 2x);background-image: image-set(url("img/IMG_0813.jpg") 1x,
url("img/IMG_0813.jpg") 2x,url("img/IMG_0813.webp") 1x,
url("img/IMG_0813.webp") 2x);
}
.bg-tour-2{
	background-image:url("img/tour_2.jpg");
	background-image: -webkit-image-set(url("img/tour_2.webp") 1x,
url("img/tour_2.webp") 2x);background-image: image-set(url("img/tour_2.jpg") 1x,
url("img/tour_2.jpg") 2x,url("img/tour_2.webp") 1x,
url("img/tour_2.webp") 2x);
}
.bg-Archivo-26-08-15-10-27-29-a-m-{
	background-image:url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..jpeg");
	background-image: -webkit-image-set(url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 1x,
url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 2x);background-image: image-set(url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..jpeg") 1x,
url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..jpeg") 2x,url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 1x,
url("img/Archivo%2026-08-15%2010%2027%2029%20a.m..webp") 2x);
}
.bg-corporativo2{
	background-image:url("img/corporativo2.jpg");
	background-image: -webkit-image-set(url("img/corporativo2.webp") 1x,
url("img/corporativo2.webp") 2x);background-image: image-set(url("img/corporativo2.jpg") 1x,
url("img/corporativo2.jpg") 2x,url("img/corporativo2.webp") 1x,
url("img/corporativo2.webp") 2x);
}
.bg-mamushka-fondo5{
	background-image:url("img/mamushka_fondo5.jpg");
	background-image: -webkit-image-set(url("img/mamushka_fondo5.webp") 1x,
url("img/mamushka_fondo5.webp") 2x);background-image: image-set(url("img/mamushka_fondo5.jpg") 1x,
url("img/mamushka_fondo5.jpg") 2x,url("img/mamushka_fondo5.webp") 1x,
url("img/mamushka_fondo5.webp") 2x);
}
.bg-mamushka-fondo5{
	background-image:url("img/mamushka_fondo5.jpg");
	background-image: -webkit-image-set(url("img/mamushka_fondo5.webp") 1x,
url("img/mamushka_fondo5.webp") 2x);background-image: image-set(url("img/mamushka_fondo5.jpg") 1x,
url("img/mamushka_fondo5.jpg") 2x,url("img/mamushka_fondo5.webp") 1x,
url("img/mamushka_fondo5.webp") 2x);
}
.bg-capa-203{
	background-image:url("img/capa%203.png");
}
.bg-FOTO-207{
	background-image:url("img/FOTO%207.jpg");
	background-image: -webkit-image-set(url("img/FOTO%207.webp") 1x,
url("img/FOTO%207.webp") 2x);background-image: image-set(url("img/FOTO%207.jpg") 1x,
url("img/FOTO%207.jpg") 2x,url("img/FOTO%207.webp") 1x,
url("img/FOTO%207.webp") 2x);
}
.bg-Copia-20de-20PORTADA-20FACEBOOK3{
	background-image:url("img/Copia%20de%20PORTADA%20FACEBOOK3.jpg");
	background-image: -webkit-image-set(url("img/Copia%20de%20PORTADA%20FACEBOOK3.webp") 1x,
url("img/Copia%20de%20PORTADA%20FACEBOOK3.webp") 2x);background-image: image-set(url("img/Copia%20de%20PORTADA%20FACEBOOK3.jpg") 1x,
url("img/Copia%20de%20PORTADA%20FACEBOOK3.jpg") 2x,url("img/Copia%20de%20PORTADA%20FACEBOOK3.webp") 1x,
url("img/Copia%20de%20PORTADA%20FACEBOOK3.webp") 2x);
}
.bg-Datos-moviles-768x430-20copia{
	background-image:url("img/Datos-moviles-768x430%20copia.png");
	background-image: -webkit-image-set(url("img/Datos-moviles-768x430%20copia.webp") 1x,
url("img/Datos-moviles-768x430%20copia.webp") 2x);background-image: image-set(url("img/Datos-moviles-768x430%20copia.png") 1x,
url("img/Datos-moviles-768x430%20copia.png") 2x,url("img/Datos-moviles-768x430%20copia.webp") 1x,
url("img/Datos-moviles-768x430%20copia.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .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%;}
    .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)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .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){
	.tablet .mover, .mobile .mover{
	}
	.tablet .colorblanco, .mobile .colorblanco{
		color:#FFFFFF!important;
	}
	.tablet .centro, .mobile .centro{
		text-align:center;
	}
	.tablet .icono-social, .mobile .icono-social{
		background-color:rgba(253,0,0,0.0);
		background-repeat:repeat;
		background-position:center bottom;
		color:rgba(255,255,255,0.8)!important;
	}
	.tablet .icono-social:hover, .mobile .icono-social:hover{
		color:#FFFFFF!important;
	}
	.tablet .audi-tablet, .mobile .audi-tablet{
		margin:50px 50px 50px 50px;
	}
	.tablet .quienes-tablet, .mobile .quienes-tablet{
		color:#48464A!important;
		margin:38px 38px 38px 38px;
	}
	.tablet .quienes-mac, .mobile .quienes-mac{
		margin:35px 35px 35px 35px;
	}
	.tablet .audi-movil, .mobile .audi-movil{
	}
	.tablet .icono-youtube, .mobile .icono-youtube{
		margin:22px 22px 22px 22px;
	}
	.tablet .logo1, .mobile .logo1{
		margin:0px 0px 0px 0px;
	}
	.tablet .logo2, .mobile .logo2{
		margin-top:150px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.icono-social, .mobile .icono-social{
		background-color:rgba(253,0,0,0.0);
		background-repeat:repeat;
		background-position:center bottom;
		color:rgba(255,255,255,0.8)!important;
	}
	.icono-social:hover, .mobile .icono-social:hover{
		color:#FFFFFF!important;
	}
	.divider-style{
		width:0.62%;
	}
	.boton-home{
	}
	.boton-home:hover{
		text-shadow:0px 0px 0px rgba(0,0,0,0.0);
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.mobile .deportivos{
		display:inline-block;
		overflow:visible;
	}
	.mobile .hero-text-vc{
		margin-top:0px;
	}
	.mobile .menu5{
		background-color:#EE364B;
		text-shadow:0px 0px 0px #FFFFFF;
		color:#FFFFFF!important;
	}
	.mobile .menu5:hover{
	}
	.mobile h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		color:#FEFFFF!important;
	}
	.mobile .texcolorintro{
		padding:0px 79px 0px 0px;
		margin:23px 23px 23px 23px;
	}
	.mobile .logo-chico{
		width:221px;
		height:365px;
	}
	.mobile .color-blanco{
		color:#656565!important;
	}
	.mobile .texto-plomo{
		background-color:rgba(101,101,101,0.0);
	}
	.mobile .iconos-plomo{
		background-color:rgba(0,0,0,0.0);
		border-color:rgba(0,0,0,0.0);
	}
	.mobile .blocs-team-avatar{
		max-width:280px;
	}
	.mobile .blocs-team-header{
		text-align:center;
	}
	.mobile .blocs-team-details{
		text-align:center;
	}
	.mobile .blocs-team-first-social{
		margin-left:41%;
	}
	.mobile .social1{
		width:317px;
		height:157px;
	}
	.mobile .poci{
		width:557px;
	}
	.mobile .blocs-mobile-signup-text{
		text-align:center;
	}
	.mobile .quienes-movil{
		color:#48464A!important;
		margin:36px 36px 36px 36px;
	}
	.mobile .audi-movil{
		margin:19px 19px 19px 19px;
	}
	.mobile .audi-tablet{
	}
	.mobile .reel{
		margin-bottom:11px;
	}
	.mobile .icono-reel-movil{
		margin-right:55px;
	}
	.mobile .icono-reel-movil-vimeo{
		margin-left:0px;
		margin-bottom:24px;
	}
	.row-style{
		width:100%;
	}
	.font{
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.p-45-style{
		line-height:25px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}
	
}

