.titulo {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
.entrada {
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	color:#58595b;
}

.entrada-blanca {
	font-family: "Open Sans", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	color:#efefef;
}

.strong {
	font-weight: 700;
}

.texto, .text-priv {
	
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
	color:#58595b;
}
.texto-blanco {
	
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
	color:#ffffff;
}


.botones {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #58595b;
	font-weight: 400;
}
div#col-izq { 
	float:left;
	width:45.8%;
	margin-right:5.8%;
	margin-top:50px;
}

div#col-der { 
	float:right;
	width:41.6%;
	margin-top:50px;
	margin-left:5.8%;
}

div#col-central { 
	float:right;
	max-width: 960px;
	width: 100%;
	margin-top:50px;
}

div#col-central-b { 
	float:right;
	max-width: 960px;
	width: 100%;
	margin-top:50px;
	background-color:#58595B;
}


div#page
{
	max-width: 960px;
	width: 95%;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	
}

div#titulo {
	max-width: 960px;
	width: 95%;
	margin: 0 auto;
	text-align: left;
	
}

/*
*/

.footer
{
	width: 100%;
	background: #F1F1F1 !important;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.footer--logo,
.footer--links
{
	background: #F1F1F1 !important;
}
.footer--logo
{
	width: 35%
}
.footer--links
{
	width: 65%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
}

.clear
{
	clear: both;
	height: 0;
}

.footer--division
{
	padding: 0 10px;
}

.texto-blanco a
{
	color: #fff;
}

.title-slider {
    font-size: 2.25rem;
}

.band-blue{
	background-color:#4d7488; 
	width:100%;
	height: 2rem;
}

.band-purple-rose{
	background-color:#90278e; 
	width:100%;
	height: 2rem;
}

.card-body {
    min-height: 100px;
}

.btn-blue{
	background: #4d7488;
    color: #fff;
}

.carousel-item {
    z-index:0;
}

.carousel-caption {
    bottom: 42%;   
}

.slider-content {    
    margin-bottom: 0px;
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    position: relative;
    background-size: cover;
    height: 550px;
    z-index:-1;
}

.banner-promo {
    background-image: url(../../images/slider_home03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1.3rem;
    text-shadow: 2px 2px 15px #474747;
    color: #FFFFFF;
}

.banner-promo-slider {
    text-shadow: 2px 2px 15px #474747;
    color: #FFFFFF;
}

.banner-promo-slider:hover {
    color: #ade75c;
}

.card-promo:hover {
    box-shadow: -7px -7px 50px 19px rgba(141, 198, 63, 0.25) inset !important;
    -webkit-box-shadow: -7px -7px 50px 19px rgba(141, 198, 63, 0.25) inset !important;
    -moz-box-shadow: -7px -7px 50px 19px rgba(141, 198, 63, 0.25) inset !important;
}

.descuento{
	font-size:5rem;
}

.carousel-caption-desc button {
	padding: 0.8rem;
}

@media screen and (min-width: 1400px) {
    .banner-promo {
        padding: 3.3rem;
    }
}

@media only screen and (max-width: 960px)
{
	div#col-central-b
	{ 
		padding: 0 2.5%;
	}
}

@media only screen and (max-width: 750px)
{
	.footer
	{
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.footer div
	{
		width: 100%
	}
	.footer--links
	{
		padding: 15px 0;
	}
}

@media only screen and (max-width: 640px) {
    img {
        max-width: 100%;
    }

    .logo img {
        max-width: 90% !important;
        height: auto !important;
    }

    div#col-izq,
    div#col-der {
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        width: 95%;
    }

    p:empty {
        display: none !important;
    }

    .entrada {
        font-size: 22px;
    }

    .footer {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

        .footer div {
            width: 100%;
        }

    .band-purple-rose {
        height: 1.2rem;
    }

    .band-blue {
        height: 1.2rem;
    }

    .text-priv {
        font-size: 14px;
    }

    header.masthead .page-heading h1, header.masthead .site-heading h1 {
        font-size: 40px;
        margin-top: 0;
    }

    .carousel-caption {
        bottom: 35%;
    }

    .title-slider {
        font-size: 1.25rem;
    }

    #titlediv{
        display:none !important;
    }

    footer {
        padding: 20px 0 40px;
    }
	
	.carousel-caption-desc{
		bottom: 53% !important;
	}

	.descuento{
		font-size:2.2rem;
    }

	.carousel-caption-desc button {
		padding: 0.4rem;
	}
}


@media only screen and (max-width: 430px)
{
	.footer--links
	{
		text-align: left;
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.footer--links a
	{
		min-width: 90%;
	}
	.footer--links a:before
	{
		content: "| "
	}
	.footer--division
	{
		display: none !important;
	}

    .entrada-blanca {
        font-size: 25px;
    }

	.descuento{
		font-size:2rem;
    }

	.carousel-caption-desc{
		bottom: 65% !important;
	}

	.carousel-caption-desc h4 {
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 350px)
{	
	.descuento{
		font-size:1.9rem;
    }

	.carousel-caption-desc{
		bottom: 65% !important;
	}

	.carousel-caption-desc h4 {
		font-size: 0.9rem;
	}
}