@charset "utf-8";
/* CSS Document */

body{
	background-color:#F5F4F8 !important;
	font-family: 'Montserrat', sans-serif;
}

h3{

	color: #554B52;
	font-family: 'Montserrat', sans-serif;
}

h4{
	line-height: 1.5em !important;
	font-family: 'Montserrat', sans-serif !important;
}

spam{
	font-family: 'Montserrat', sans-serif !important;
}

.navbar-default {
    background-color: #ffffff !important;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(206,4,78,0.8) !important;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
}

.panel-heading{
	background-color: #C3044E !important;
	color: #ffffff !important;
}


#contacto{
	background-color: #C3044E;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	padding: 10%;
}

.bg-primary {
    background-color: #C3044E!important;
}

.bg-secondary {
    background-color: #ffffff!important;
}

.align-items-center {
    align-items: center!important;
}

.card {
    box-shadow: 0 1px 3px rgb(3 0 71 / 9%);
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eae7f5;
    border-radius: .5rem;
}

.card-header {
    border-bottom: 1px solid #eae7f5;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.card-footer {
    padding: 1rem 1.5rem;
    background-color: #fff;
    border-top: 1px solid #eae7f5;
}

.card-hover {
    transition: box-shadow .25s ease;
}

.container {
	font-family: 'Montserrat', sans-serif !important;
}

.center{
	padding: 0px !important;
}

/*
.container h2{
	color: #00B0F0;
}

.carousel-caption{
	text-align: left !important;
}

.glyphicon{
	color: #00B0F0;
	font-size: 100px;
	text-align: center
}

.footer{
	background-color: #00B0F0;
	color: #FFFFFF;
}

.carousel-caption{
	text-shadow: none !important;
	color: #000000;
	bottom: 50px !important;
}

#contact{
	background-color: #00B0F0;
	color:#ffffff;
}
*/

@media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }