

/*** 

====================================================================
	Custom
====================================================================

 ***/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #a7a7a7;
} 
a:hover { color: #af7400; }
.main-slider .content .text { font-size: 1.8em !important; }
.service-block-two .inner-box { padding: 4px 4px !important; }
.contact-form-section .info-column .inner-column { padding-left: 50px !important; }
.fluid-section-one .image-column { background-position: left center !important; }
.featured-section .title-box h2 { color: #ffb83f; }
.box-naranja, .box-negro, .box-gris, .box-blanco {
	position: relative;
	padding-left: 32px;
	margin-bottom: 55px;	
}

.box-gris{border-left: 1px solid rgba(255,255,255,0.2);}
.box-naranja{border-left: 1px solid #ffb83f;}
.box-negro{border-left: 1px solid rgba(0,0,0,0.7);}
.box-blanco{border-left: 1px solid rgba(255,255,255,0.2);}
.service-block .inner-box .image a::before { background-color: #FFFFFF; }
.service-block .inner-box {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}
.service-block .inner-box .lower-content {
    padding: 20px;
    background: #ffffff;
}
/* Modern Minimalist Header */
.main-header {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-bottom: 1px solid #e0e0e0;
}
.header-upper .inner-container {
    padding: 20px 0;
}
.header-upper .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-outer {
    flex-shrink: 0;
}
.nav-outer {
    float: right;
}
.main-menu .navigation {
    display: inline-block;
}
.main-menu .navigation > li > a {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 15px;
    transition: color 0.3s ease;
    font-size: 18px;
}
.main-menu .navigation > li > a:hover {
    color: #ffb83f;
    background: transparent;
}

.mobile-nav-toggler {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px;
}
/* Shrinking Header on Scroll */
.main-header.shrunk .header-upper .inner-container {
    padding: 10px 0;
    transition: padding 0.3s ease;
}
.main-header.shrunk .logo img {
    max-height: 80px;
    transition: max-height 0.8s ease;
}
.no_pointer:hover{ cursor:default;}
.f_contacto{ display:none; }
.p_contacto{ display:block; }
.email-3{ color:#000 !important; background: #fff;}
.email-3:hover{ color:#333 !important;}


.contact-form .form-group input[type="text"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select, .contact-form .form-group textarea {
	border: 1px solid #999;
}
.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group textarea:focus {
	border-color: #ed980a;
}

.contact-info-list {
    background: rgba(255, 255, 255, 0.85);
    color: #000;
    font-weight: bold;
    font-size: 26px;
    padding: 15px 25px;
    border-radius: 5px;
    margin-top: 35%;
    width: 80%;
}
.contact-info-list li {
    color: #000;
}
.contact-info-list a {
    color: #000;
}
/* Modern Minimalist Footer */
.main-footer {
    background: #000;
    color: #ecf0f1;
    padding: 50px 0 30px;
    position: relative;
}
.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffb83f 0%, #e67e22 100%);
}
.main-footer .widgets-section .row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.main-footer .footer-column {
    text-align: left;
    margin-bottom: 30px;
    flex: 1;
    max-width: 300px;
}
.main-footer .footer-widget h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffb83f;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-footer .footer-widget .text {
    font-size: 16px;
    color: #bdc3c7;
    line-height: 1.6;
}
.main-footer .widget-content {
    font-size: 16px;
    color: #ecf0f1;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.main-footer .logo img {
    max-height: 70px;
    margin-bottom: 10px;
}
.main-footer .social-icons {
    margin-top: 20px;
}
.main-footer .social-icons li {
    display: inline-block;
    margin: 0 10px;
}
.main-footer .social-icons a {
    color: #ecf0f1;
    font-size: 24px;
    transition: all 0.3s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
}
.main-footer .social-icons a:hover {
    color: #ffb83f;
    background: rgba(255,184,63,0.2);
    transform: translateY(-3px);
}
.main-footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 25px;
    margin-top: 40px;
}
.main-footer .footer-bottom .copyright {
    font-size: 14px;
    color: #95a5a6;
}
.contact-number {
    font-size: 18px;
    font-weight: 600;
    color: #ffb83f;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
}
.contact-number:hover {
    color: #fff;
    background: rgba(255,184,63,0.2);
    text-decoration: none;
    transform: scale(1.05);
}

.contact-form-section .info-column .contact-info-list li a {
    color: #333333;
    font-size: 22px;
}

.contact-form-section .info-column .contact-info-list li a:hover {
    color: #717171;
}
.floating-button {
	position: fixed;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	display: none;
	z-index: 100;
	transition: all 0.3s ease;
}

.floating-button:hover {
	transform: scale(1.1);
}

.floating-button a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.floating-button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.floating-button.uruguay {
	bottom: 15px;
	left: 15px;
}

.floating-button.argentina {
	bottom: 85px;
	left: 15px;
}

.modal-title {
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: 400;
    color: #000;
}
.mt-2{ margin-top: 20px;}

.generalidades-section{
    margin:0 auto 60px; 
    background-color: #f8f9fa;
    text-align: justify;
}

.generalidades-section h3{
    color: #000;
    margin-bottom: 15px;
}
