/* CUSTOM CSS */

body {
    color: #000;
}

.verif{
    display: none;
}

.title-bold{
	font-weight: 700;
    color: #000;
}
.title-items{
    font-weight: 700;
    color: #fff;
}

.feature-two-content .icon-box {
    background-color: #011f93;
}

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

.text-muted {
    color: #000 !important;
}
.text-mute {
    color: #fff !important;
}
.bg-dark {
    background-color: #444343 !important;
}

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

.bg-yellow{
	background-color: #02527c !important;
}

.footer-alt {
    color: #fff;
    padding-bottom: 1rem;
}

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

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

.BtnCTA {
    color: #fff !important;
    border: 1px solid #4cab94;
    background-color: #4cab94;
    position: relative;
    padding-left: 35px !important;
}

.BtnCTA i{
    font-size: 1.4rem;
    position: absolute;
    left: 9px;
    top: 6px;
}

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

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

.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: 2.2rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 2.2rem;
}

.ProductMercadoLibre{
    padding: 5rem 0;
}

.ProductMercadoLibre h2{
    width: 100%;
    margin-bottom: 5rem;
    font-weight: 800;
    text-transform: uppercase;
}

.BoxProducts{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
}

.product{
    border: 1px solid #ccc;
    border-radius: 15px;
    max-width: 100%;
    width: 215px;
    height: 330px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.card-product-content {
    padding: 16px;
}

.product .boxInfo{
    margin: 0 0 20px;
}

.product a{
    background-color: #4cab94;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    display: block;
    max-width: 105px;
    margin: 0 auto;
}

.product .boxInfo h5{
    font-size: 1.1rem;
    padding: 0 15px;
}

.product .boxInfo p{
    font-size: 2rem;
}

@media (max-width: 990px){
	.TitlePrincipal {
    font-size: 2.0rem;
    line-height: 2.2rem;
}
	.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;
padding-bottom: 80px;
padding-top: 20px;
}
}

.TitlePrincipal span {
    font-size: 20px;
    color: #000;
    font-weight: 800;
}

.TitlePrincipal strong {
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #4cab94;
}

.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: #f9fafb;
}

.hasyTc {
    display: none;
}

.bg-gracias{
    height: 100vh;
}

.hasyTc {
    display: none !important;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 0rem;
}
.modal-title
{
    color: #000;
}

.gCdMUP {
    opacity: 0 !important;
}

.bg-postventa {
    background: url(../images/servicio-post-venta.webp);
    background-size: cover;
    background-position: center;

}

.hero-two-3 {
    padding: 60px 0px 100px;
}

.bg-primary, .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .nav-sticky .nav-btn, .hero-one-3 .carousel-indicators li.active, .hero-two-3 .hero-two-3-content .content-btn:after, .service-box-one:hover, .service-box-one.active, .tns-outer .tns-nav button:focus, .tns-outer .tns-nav button:hover, .tns-outer .tns-nav button:active, .tns-outer .tns-nav button.active, .tns-outer .tns-nav button.tns-nav-active, .accordion .accordion-item .accordion-collapse .accordion-body:before {
    background-color: #02527c !important;
}

@media (max-width: 575px) {
    .product .boxInfo h5 {
        font-size: 0.9rem;
        padding: 0; 
    }
    .product {
        max-width: 100%;
        width: 48%;
        height: 360px;
    }
}

@media (max-width: 480px){
    .product {
        height: 320px;
    }
    .hero-two-3 {
        padding: 120px 0px 100px;
    }
    .TextIntro br{
        display: none;
    }
    .TitlePrincipal strong {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
}
