body {
    font-family: 'Open Sans', sans-serif;
}

a {
    transition: color 0.4s;
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #0c1738;
}

h2 {
    margin-bottom: 1rem;
}

.feather {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    color: inherit;
}

.carousel-item {
    height: 55vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-size: cover;
}

.carousel-item {
    font-size: 3.3rem;
    padding: 2rem;
    line-height: 3.3rem;
}

.carousel-caption {
    color: rgba(13, 23, 56, 0.90);
    right: 15%;
    left: auto;
    bottom: 30%;
    text-align: right;
    width: 23%;
}

.carousel-caption strong {
    color: #83081d;
}

.carousel-item.slide-3 .carousel-caption {
    right: 30%;
    left: auto;
    bottom: 20%;
    width: 40%;
    text-align: center;
}

.carousel-item.slide-4 .carousel-caption {
    right: 15%;
    left: auto;
    bottom: 20%;
    width: 30%;
}

.carousel-item p strong {
    text-transform: uppercase;
}

a:hover {
    transition: color 0.4s;
    color: #000000;
}

.logo {
    margin-top: 0.25rem;
}

.logo a {
    font-style: italic;
    color: #0c1738;
    text-decoration: none!important;
    letter-spacing: -3px;
}

.logo a:hover {
    color: #A63400;
}

header {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

.contacte {
    padding: 0.8rem 0;
    margin: 0;
    letter-spacing: -0.02rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.contacte a {
    display: inline-block;
    padding: 0 0.5rem;
    color: #FF0000;
}

.contacte a:hover {
    color: #000;
    text-decoration: none;
}

.info-card {
    border: none;
    padding: 3rem 0;
    text-align: center;
    margin-bottom: 5rem;
    font-size: 0.9rem;
    background: #0c1738;
    background: linear-gradient(to top, rgba(255, 0, 0, 1) -80%, rgba(12, 23, 56, 1) 65%);
}

.info-card span {
    padding: 40px;
    border-radius: 120px;
    background: #FFF;
    display: inline-block;
    margin: 0 auto 2rem;
    text-align: center;
    box-sizing: content-box;
}

.info-card p {
    text-align: left;
    padding: 0 1rem;
}

.info-card .feather {
    width: 60px;
    height: 60px;
    color: #0c1738;
}

.info-card h5 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

footer {
    background: #0c1738;
    text-transform: uppercase;
    margin-top: 3rem;
    padding: 3rem 0;
}

footer a {
    color: #999;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .feather {
    padding: 2px;
    background: #CCC;
    color: #000!important;
    border-radius: 3px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: text-top;
}

footer h4 {
    color: #FFF;
}

footer .contacto {
    font-weight: bold;
}

footer .contacto a:hover {
    color: #FFF;
    text-decoration: none;
}

footer .contacto a:hover svg {
    background-color: #FFF;
}


/* media queries */

@media (max-width: 1680px) {
    .carousel-item {
        font-size: 2.7rem;
        line-height: 2.7rem;
    }
}

@media (max-width: 768px) {
    header,
    .contacte {
        text-align: center;
	}
	
	h2 {
		font-size: 1.5rem;
	}

    .info-card {
        padding: 2rem 0;
		font-size: 0.9rem;
		margin-bottom: 2rem;
    }
    .info-card span {
        padding: 20px;
        margin: 0 auto 1rem;
    }
    .info-card .feather {
        width: 40px;
        height: 40px;
	}
	
	.info-card .col-md {
		margin-bottom: 2rem;
	}

	.col.nosotros {
		padding: 0 2rem;
	}

	footer {
		padding: 2rem 1rem;
	}

	.contacto {
		font-size: 0.65rem;
	}

	.contacto .feather {
		margin-bottom: 0.5rem;
	}

	footer h4 {
		font-size: 1.2rem;
	}

	.carousel-caption {
		right: 0!important;
		left: 0!important;
		bottom: 0!important;
		text-align: center!important;
		width: 100%!important;
		padding: 1rem;
		font-size: 1.6rem;
		line-height: 1.6rem;
		background: rgba(255,255,255,0.8);
	}


}