/*
Azul claro: #14bd9c;
Azul oscuro: #017a62;
*/

.prc-header h3 {
	text-transform: uppercase;
}

.pricing p.lead {
	background: #14bd9c;
	padding: 10px 5px;
	color: #ffffff;
	margin-bottom: 15px;
}

.pricing p {
	margin-bottom: 10px;
}

.banner .carousel-indicators .active {
    width: 18px;
    margin: 1px;
    background-color: #14bd9c;
}
.banner .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 3px;
    margin: 1px;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

.pricing-table {
	margin-top: 30px;
	padding-top: 0;
}

.screen {
	padding-bottom: 0;
}

.banner .item {
	margin-bottom: 20px;
}

.banner-caption h4 {
	color: #ffffff;
	text-align: left;
}

.screen .row-heading {
    margin-bottom: 20px;
}

.cta-txt p {
	text-align: left;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;	
}
.cta-txt p span {
	text-align: left;
	color: #14bd9c;
	font-weight: 600;
	font-size: 16px;
}

.info-contacto .service-content p a {
    line-height: 1.8;
    font-size: 14.4px;
    color: #90a1b3;
    font-family: 'Montserrat', sans-serif;
} 

.info-contacto .service-content p a:hover {
	color: #ffffff;
}

.fixed-icons {
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 10000;
}

.footer-social-pro li {
    margin: 10px 0;
    display: list-item;
}

.icono-slogan span {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.icono-slogan .icon {
	font-size: 120px;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.carousel-indicators {
	    bottom: -30px;
	}
}

@media only screen and (max-device-width: 1366px) {
  .banner {
    background-attachment: scroll;
  }
}

@media only screen and (max-device-width: 420px) {
  	.carousel-caption {
    	position: unset;
	}
	.banner-text {
		padding-left: 0;
		padding-right: 0;
	}
	.banner-btn {
	    padding: 10px 10px;
	    margin-right: 5px;
	    line-height: 1;
	    font-size: 14px;
	}
	.banner-btn i {
	    font-size: 20px;
	    margin-right: 5px;
	}
	.banner h1 {
	    line-height: 1.2;
	    font-size: 30px;
	}
	.banner-caption h4 {
		font-size: 18px;
		font-weight: 400;
	}
	.icono-slogan span {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.info-contacto {
		margin-top: 50px;
	}
}

