@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Saira&display=swap');
/* CSS Document */
body{
	/*background: url(../fd-base.jpg) top left repeat-x;
	background-size: 50% auto;*/
}
.gallery-grids .col-md-4{
	float: left
}

.import-top h3, .contact-top h3{
	padding-top: 15px; padding-bottom: 15px
}
.import-top h4{
	font-size: 14px; color: #8B8A8A
}


.contacto-solo{
	margin-top: 20px
}

/*-- breadcrumbs --*/
.breadcrumbs{
	padding:0.5em 0;
	background:#304075;
	font-size:.8em !important;
}
.mpw-web_breadcrumbs_left{
	float:left;
	/*margin-top: .5em;*/
}
.mpw-web_breadcrumbs_left ul li{
	display:inline-block;
	color:#faad15;
	text-transform:uppercase;
	font-weight:600;
	font-weight: normal
}
.mpw-web_breadcrumbs_left ul li span{
	padding:0 1.5em;
}
.mpw-web_breadcrumbs_left ul li a{
	color:#faad15;
	text-decoration:none;
}
.mpw-web_breadcrumbs_right{
	float:right;
}
.mpw-web_breadcrumbs_right h2{
	font-size:1em !important;
	color:#FFF;
}
.mpw-web_breadcrumbs_left ul li a:hover{
	color:#FFF;
}
/*-- //breadcrumbs --*/




.mpw-web_header_left li{
	color: #000
}

.banner-standar .banner_wthree_agile_info{
	margin-top: 0 !important
}

.mpw-w_testimonials_grids{
	margin-top: 0px
}

.mpw_testimonial_grid {
    padding: 2em 2em 2em;
}

.mpw_testimonial_grid p{
	color: #000
}
/*5 COLUMNAS BOOTSTRAP*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*5 COLUMNAS BOOTSTRAP*/























.bx-wrapper {
  width: 100%;
  border: 10px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.bx-wrapper .bx-viewport {
  height: 120px !important;
}
.bx-wrapper li {
  margin-top: -16px !important;
}
.img-marca{
	width: 200px;
	height: 140px
}
.red-social img{
	width: 30px;
	margin-left: 2px
}
.titulo-banner{
	color: #93117e !important; text-transform: uppercase !important; /*font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;*/ text-shadow: 1px 1px 0px #000
}
.sub-titulo-banner{
	text-shadow: 1px 1px 0px #000
}
.flex-control-nav{
	margin-bottom: -30px !important
}
.efecto-sombra-interior{
	-webkit-box-shadow: inset 0px 0px 123px 45px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 123px 45px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 123px 45px rgba(0,0,0,0.75);
}
.header-main {
    background: rgba(0,0,0,0.95);
}
.logo-web{
	width: 350px;
	padding: 5px;
}
.sombra-morada{
	-webkit-text-shadow: 0px 0px 4px #612477, 0px 0px 4px #612477, 0px 0px 8px #612477, 0px 0px 12px #612477;
	-moz-text-shadow: 0px 0px 4px #612477, 0px 0px 4px #612477, 0px 0px 8px #612477, 0px 0px 12px #612477;
	text-shadow: 0px 0px 4px #612477, 0px 0px 4px #612477, 0px 0px 8px #612477, 0px 0px 12px #612477;
}
.sombra-negra{
	-webkit-text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 8px #000, 0px 0px 12px #000;
	-moz-text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 8px #000, 0px 0px 12px #000;
	text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 8px #000, 0px 0px 12px #000;
}
.sombra-blanca{
	-webkit-text-shadow: 0px 0px 4px #FFF, 0px 0px 4px #FFF, 0px 0px 8px #FFF;
	-moz-text-shadow: 0px 0px 4px #FFF, 0px 0px 4px #FFF, 0px 0px 8px #FFF;
	text-shadow: 0px 0px 4px #FFF, 0px 0px 4px #FFF, 0px 0px 8px #FFF;
}

.espacio-cabezera{
	padding-top: 20px
}

@media(max-width:991px){
	.logo-web{
		width: 100%;
	}
	.contacto-solo{
		margin-top: 0px
	}
	.espacio-cabezera{
		padding-top: 0px
	}
}
@media(max-width:500px){
	.logo-solo{
		display: block !important;
		position: relative !important;
		width: 100% !important;
		float: inherit
	}
	.contacto-solo{
		display: block !important
	}
	.logo-web{
		width: 90%;
	}
}

.footer a{
color: #faad15 !important;
}

.footer-text p{
	color: #FFF
}

.copyrighttop ul li{
	display: inline-block
}

.copyrightbottom p, .copyrightbottom a{
	color: #000 !important
}


/*@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');
	*{
		font-family: 'Prompt', sans-serif;
	}	
@import url('https://fonts.googleapis.com/css?family=Orbitron&display=swap');
	*{
	font-family: 'Orbitron', sans-serif;
	}*/

	*,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Saira', sans-serif;
	}

