/* CUSTOM CSS */

body {
    color: #000;
}

.verif{
    display: none;
}

.title-bold{
	font-weight: 700;
}

.feature-two-content .icon-box {
    background-color: rgba(0, 0, 0, 1);
}

.text-dark {
    color: #000 !important;
}

.text-muted {
    color: #000 !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-home {
    background: url(../images/Landing-Fondo.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.bg-yellow{
	background-color: #7ed320 !important;
}

.footer-alt {
    color: #fff;
}

.service-box-two:hover, .service-box-two.active {
    border: 1px solid rgba(109, 98, 253, 0.03);
    border: 2px solid #7ed320;
    background: #fff;
}

.BtnCTA-Enviar {
    color: #fff !important;
    border: 1px solid #f6d901;
    background-color: #f6d901;
}

.BtnCTA {
    color: #fff !important;
    border: 1px solid #7ed320;
    background-color: #7ed320;
}

.BtnCTA:hover {
    color: #fff !important;
    border: 1px solid #000;
    background-color: #000;
}

.BtnCTA-Black {
    color: #fff !important;
    border: 1px solid #000;
    background-color: #000;
}

.BtnCTA-Black:hover {
    color: #fff !important;
    border: 1px solid #000;
    background-color: #000;
}

.brand-section .brand-logo {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.footer-alt .footer-alt-list li a {
    color: rgba(255, 255, 255, 1);
    margin-right: 15px;
}

.TitlePrincipal {
    font-size: 3rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 3rem;
}

@media (max-width: 990px){
	.TitlePrincipal {
    font-size: 1.6rem;
    line-height: 1.6rem;
}
	.hero-two-3 .slider-item:after{display: none;}
	.hero-two-3 .slider-item:before{display: none;}

	.hero-two-3 .tns-outer {
	    margin-top: 50px;
	}

	.text-muted br{
		display: none;
	}
	.footer-alt {
	    text-align: center;
	}
}

.TitlePrincipal strong{
	font-weight: 800;
}

.BtnMasInfo {
    color: #000 !important;
    font-weight: 600;
}

.hero-one-3 .carousel-indicators li, .service-box-two:hover:after, .service-box-two.active:after {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.service-box-two:after {
    background-color: rgba(0, 0, 0, 0.08);
}

.service-box-two:hover .icon-box, .service-box-two.active .icon-box {
    background-color: rgb(255 255 255);
}

.hasyTc {
    display: none;
}

.bg-gracias{
    height: 100vh;
}

.hasyTc {
    display: none !important;
}

.service-box-two .icon-box {
    width: 110px;
    height: 110px;
}

.navbar-light .navbar-brand {
    padding: 0;
}

.navbar .navbar-brand .logo-dark {
    height: 50px;
}