body{
    font-size: 14px;
    font-family: 'Raleway', ;
    font-weight: 400;
}
h1{
	font-size: 3em;
	text-transform: uppercase;
}
h2{
	font-size: 2.5em;
}
h3{
	font-size: 2em;
}
.f-medium{
	font-weight: 500;
}
.f-bold{
	font-weight: 700;
}
.f-italic{
	font-style: italic;
}
.bg_gris{
	background-color: #f4f4f4;
}
.bg_azul{
	background-color: #43c5cb;
}
.bg_nav{
	background-color: #3c3b3c;
	transition: all .25s linear;
}
a.btn{
	text-transform: uppercase;
	font-size: 1.1em;
	padding: .5rem 2rem;
}
a.btn_more{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding: .5rem;
	line-height: 25px;
	color: white;
	cursor: pointer;
	transition: all .25s linear;
}
a.btn_more i{
	color: white;
}
a.btn_more:hover{
	transform: rotate(1.5rad);
}
a.btn_more:hover > i{
	color: rgba(0, 0, 0, 0.7);
}
.logo_specta{
	max-width:200px;
}
.navbar-light .navbar-toggler{
    border: 1px solid white;
    margin-right: 1rem;
}
.navbar-light .navbar-toggler i{
    color: white;
}
.navbar-nav li{
    padding: 0 1.5rem;
    font-size: 1.1em;
}
.navbar-light .navbar-nav .nav-link{
    color: white;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{
    text-decoration: underline;
    font-weight: 600;
	color: white;
	color: #43c5cb;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #43c5cb;
}
.navbar-light .navbar-nav .nav-link.link_ext{
	background-color: #ffffff78;
	border-radius: 5px;
	padding: .3rem 1rem;
}
.navbar-light .navbar-nav .nav-link.link_ext:hover{
	color: #43c5cb;
}

.parallax {
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax.bg_header{
	/* The image used 
	background-image: url("../images/banner_header.jpg");*/
	/* Set a specific height */
	min-height: 400px;
	background-color: #3c3b3c;
}

.bg_qsomos{
	background-image: url("../images/bg_qsomos.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 420px;
}

.parallax.bg_servicios{
	/* The image used */
	background-image: url("../images/banner_header.jpg");
	/* Set a specific height */
	min-height: 650px;
}

.pleca_servicios{
	background-image: url("../images/pleca_servicios.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}

#servicios .card{
	margin-bottom: 2rem;
	transition: all .25s linear;
}
.card .card-title{
	height: 90px;
}

#servicios .card .card-over{
	position: absolute;
	background-color:white;
	padding: 1rem;
	box-sizing: border-box;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	display: none;
}
#servicios .card .card-over .btn_close{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 2em;
}
#servicios .card .card-over p{
	font-size: 15px;
	text-align: center;
}
#servicios .card .card-over a{
	width: 100%;
	background-color: #e2534b;
	color: white;
	padding: .5rem;
	cursor: pointer;
}

.modalGallery{
	display: none;
}
#contacto form button{
	background-color: #e2534b;
	width: 200px;
	border-color: transparent;
}
#contacto .form-control{
	background-color: #e5e6e6;
}
#contacto label.error {
    color:#e2534b;
}
#contacto label.l-aviso{
    width: 100%;
}
#contacto .form-check-input {
    position: absolute;
    margin-top: .2rem;
    margin-left: 0;
    left: 0;
}

#contacto .form-control.validate.valid {
	background-image: url("../images/check.png");
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 97% center;
}

.ul-icons-contacto{
	padding: 0;
	margin: 0 auto;
	width: 80%;
	list-style: none;
}
.ul-icons-contacto li{
	margin-bottom: 1rem;
	font-size: 1.2em;
	color: #777777;
}
.ul-icons-contacto li a{
	color: #777777;
}
.ul-icons-contacto li .media i{
	font-size: 1.5em;
}

footer{
	padding: 1rem 0;
	background-color: #0d1b28;
}

.aviso_privacidad{
	min-height: 200px;
	background-color: #3c3b3c;
}

@media (max-width: 995px){
	.card .card-title{
		height:120px;
	}
}
@media (max-width: 575.98px){
	h1{
		font-size: 2em;
		text-transform: uppercase;
	}
	h2{
		font-size: 1.7em;
	}
	h3{
		font-size: 1.3em;
	}
	#myNavbar{
		background-color: #3c3b3c;
	}
	.logo_specta{
		max-width: 140px;
		margin: .5rem;
	}
	.bg_qsomos {
		background-image: none;
		background-color: white;
	}
	.card .card-title {
		height: 60px;
	}

	#contacto form button{
		width: 100%;
	}
	.parallax.bg_header{
		padding-top: 2rem;
	}

	.navbar-nav{
		padding-bottom: 1rem;
	}

}