:root{
	--verde-oscuro: #4c6a56;
  	--verde: #6ba533;
  	--azul: #16558c;
  	--gris: #ecedef;
  	--fucsia: #eb529e;
}
body{
	font-family: 'Montserrat', sans-serif;
	padding-top: 150px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}
p{
	font-weight: 300;
}

#mainNav .menu{
	background-color: var(--gris);
}
#mainNav .navbar-brand{
	position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
}
@media (max-width: 991px) {
	#mainNav .navbar-brand{
	    left: inherit;
	    right: inherit;
	    transform: none;
	}
}
#mainNav .navbar-brand img{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainNav.navbar-shrink .navbar-brand img{
	width: 150px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainNav .nav-link{
	padding:.5rem 1.5rem;
	border-bottom:3px solid transparent;
	margin:0 5px;
	font-weight: 600;
}
#mainNav .nav-item .nav-link.active,
#mainNav .nav-item:hover .nav-link{
	border-bottom: 3px solid var(--verde);
	color: var(--verde);
}
.mapa iframe{
	width: 100%;
	height: 300px;
}
footer{
	background-color: var(--gris);
	border-top: 3px solid var(--azul);
}
footer h6{
	color: var(--azul);
}
footer .enlaces li.active a{
	color: var(--verde)!important;
}
footer .rrss a{
	height: 32px;
	width: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/*background-color: #000;*/
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
}
footer .rrss a.facebook{
	background-color: #0b65c1;
}
footer .rrss a.insta{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
footer .fa-ul i{
	color: var(--azul);
}
footer .info{
	border-top: 1px solid var(--verde);
	font-size: 14px;
}

.text-success{
	color: var(--verde)!important;
}
.text-fucsia{
	color: var(--fucsia);
}
.btn{
	border-radius: 20px;
}
.btn-fucsia{
	background-color: var(--fucsia);
	border-color: var(--fucsia);
	color: #fff;
}
.btn-fucsia:hover{
	background-color: #d8488f;
	color: #fff;
}
.titulo{
	font-size: 36px;
	color: var(--verde);
}
.subtitulo{
	color: var(--azul);
}
.sobre-slide{
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
}
.linea-verde{
	height: 1px;
	width: 80px;
	background-color: var(--verde);
}
.borde-fucsia{
	border-color: var(--fucsia)!important;
}


.datos-contacto{
	font-size: 14px;
}
.carousel-item {
    height: 80vh;
    min-height: 300px;
    max-height: 600px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #dbdbdb;
    background-blend-mode: multiply;
}
.carousel-caption{
    bottom: inherit;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-caption h2{
	font-size: 40px;
	text-shadow: 
}
.cont-inicio{
	/*background-color: var(--gris);*/
	background-color: #fff;
}
.destacados{
	margin-top: -5.5rem;
}
.destacados .card{
	border-radius: 10px;
	overflow: hidden;
}
.destacados .card img{
	height: 250px;
	width: 100%;
	object-fit: cover;
}
/*.destacados figure{
	height: 350px;
	background-blend-mode: soft-light;
	background-size: cover;
	background-color: var(--azul);
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/
/*.destacados figure:hover{
	background-color: var(--verde);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/
.destacados .card-body p{
	font-size: 14px;
}
.fondo-servicios{
	background-size: cover;
	background-position: center;
	background-blend-mode: soft-light;
	background-color: var(--azul);
}
.cont-noticias{
	background-color: var(--gris);
}
.cont-svg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.cont-contacto{
	background-size: cover;
	background-position: center;
	background-blend-mode: soft-light;
	background-color: var(--verde);
}
.contacto{
	padding-top: 8.5rem;
}
@media (max-width: 991px) {
	.contacto{
		padding-top: 6rem;
	}
}
.form-control{
	border:none;
	border-radius: 20px;
	background-color: rgba(255,255,255,.8)!important;
}
.form-control:focus{
	box-shadow: none;
}

.banner-seccion{
	height: 280px;
	background-position: center;
	background-size: cover;
}

.wsp{
	font-size: 11px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 0;
    line-height: 1px;
    padding: 3px 7px;
    text-transform: none;
}