body,
html{
	overflow-x: hidden;
	position: relative;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.font14{
	font-size: 18px;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
*{
	font-family: Lato-Regular;
	
}
body{
	padding-top: 75px;
	font-family: Lato-Regular;
}
.bg-rojo-transparent{
	background-color: rgba(210, 0, 0, 0.72);
	font-size: 30px !important;
	min-width: 310px;
	line-height: 1;
}
.carousel{
	max-height: 450px;
	overflow: hidden;
}
.bg-rojo{
	background-color: #ff0103;
}

.terminos p{
	font-size: 16px !important;
}

li{
	transition: all 0.3s ease-in-out;
}
#navbarSupportedContent ul li.nav-item:hover{
	background-color: #c50819;
}

#navbarSupportedContent ul li.nav-item.active{
	background-color: #c50819;
}

.bg-gris-oscuro{
	background-color: #1e1d1d;
}

.bg-gris{
	background-color: #303030;
}

.text-rojo{
	color: #f41126;
}

.text-bold{
	font-weight: 700;
}

.text-regular{
	font-weight: 500;
}

h1{
	font-size: 40px;
}

.img-servicio img,
.logo{
	max-width: 160px;
}

div[data-toggle="tab"] .overlay p{
	transition: all 0.3s ease-in-out;
}

div[data-toggle="tab"].active .overlay p{
	display: none;
}
div[data-toggle="tab"].active .overlay{
	background: rgba(168, 16, 16, 0.7);
}

div[data-toggle="tab"]{
	cursor: pointer;
	position: relative;
}


div[data-toggle="tab"] .overlay{
	background: rgba(55, 47, 47, 0.49);
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 15px;
	right: 15px;
	transition: all 0.3s ease-in-out;
}

#biografia h1{
	display: grid;
}

.overlay{
	background: rgba(55, 47, 47, 0.49);
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease-in-out;
}
/* 
.nav-item.d-inline-flex.active::before {
    content: "";
    position: absolute;
    background: blue;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
} */

#biografia h1 span{
	font-style: italic;
}

#biografia p{
	font-size: 14px;
}

#servicios p{
	font-size: 18px;
}

.cursor{
	cursor: pointer;
}

.botones{
	height: 160px;
	width: 70px;
	text-align: center;
	display: grid;
	bottom: 10%;
	font-size: 20px;
	z-index: 9;
}

/* .titulo{
	background-color: rgba(79, 160, 202, 0.72);
	margin-top: -4%;
	width: 53%;
} */

#contacto form input[type="text"],
#contacto form input[type="email"],
#contacto form textarea{
	border-radius: 10px !important;
}

::-webkit-input-placeholder {
   color: gray !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: gray !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: gray !important; 
}

:-ms-input-placeholder {  
   color: gray !important; 
}

.mb{
	
}
.md{
	display: none;
	font-size: 30px;
	text-align: center;
	margin: 0 4%;
}
@media screen and (max-width: 779px){
	.mb{
		display: none;
	}
	.md{
		display: block;
	}
}
@media screen and (max-width: 348px){
	.logo{
		max-width: 110px;
	}
}