.title{
    margin-top: 230px;
    color: cadetblue;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.carousel-item{
    background-color: rgba(169, 25, 56, 0);
}
#imagen{
    /*
    max-height: 500px;
    */
    display:block;
    margin:auto;
}
.carousel a span {
    color: #010099;
    font-size: 25px;
}

.margen{

margin-top: 15px;
    
}
a.whatsapp {

	color: #fff;
	text-align: center;
	padding: 0.8em 0.8em 1em 1.3em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	border-radius: 0.2em;
	position: fixed;
	left: 0em;
	bottom: 0em;
	opacity: 0.8;
    z-index: 10000;
}
a.whatsapp:hover {
	opacity: 1;
}