/* Part 1 Left */
.square{display:inline;float:left;position:relative;margin:0 10px}
.square{width:300px}

.dl2 dt {
	padding-bottom:18px;
}
.dl2 dd {
	overflow:hidden;
}
.dl2 dd span {
	display:block;
	float:left;
	width:70px;
}

.color2{color:#07aa5d;}

.Part1Div 
{
    height: 531px;
    padding-left: 50px;
    padding-top: 25px;
}

/* Part 1 Right */

.square {display:inline;float:left;position:relative;margin:0 10px}
.square {width:460px}

.square_plus{padding-right:160px}



/***** contact form *****/
#message_form fieldset 
{
    border:none;
    padding:0;
}			
#message_form label {
        display:block;
        min-height:49px;
        position:relative;
}
#message_form label.message {
        height:130px;
}
#message_form label input {
        background:#fff;
        border:1px solid #ececec;
        color: #868686;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        height:15px;
        font-weight: normal;
        margin:0;
        outline:none;
        overflow: hidden;
        padding:6px 15px 7px;
        vertical-align: middle;
        width:187px;
}
#message_form .area .error { float:none;}
#message_form textarea {
        background:#fff;
        border:1px solid #ececec;
        color: #868686;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight: normal;
        margin: 0;
        outline: medium none;
        overflow:auto;
        padding:6px 15px;
        vertical-align: middle;
        width:425px;
        height:130px;
        resize:none;
}
#message_form a {cursor:pointer;}
#message_form .success {display:none;margin-bottom:10px;background: none;box-shadow: none;color: #000;}
#message_form .error,
#message_form .empty {
        color:#f00;
        font-size:11px;
        line-height:18px;
        display:none;
        overflow:hidden;
}
.buttons-wrapper {text-align:right; padding-top:30px; position:relative;}
.buttons-wrapper a { margin-left:10px;}

/******************Buttons************************/

.button-2 {
	font-weight:bold;
	display:inline-block;
	text-transform:uppercase;
	font-size:14px;
	line-height:17px;
	color:#fff;
	background:#20282e;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding:10px 9px 11px;
}
.button-2:hover {
	text-decoration:none;
	background:#07aa5d;
}

h3 {
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.social-icons a {
    text-decoration: none;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.social-icons a i {
    font-size: 32px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.social-icons a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.social-icons a:hover::before {
    transform: scale(1);
}

.social-icons a:hover i {
    color: white;
}

/* Facebook */
.social-icons a.facebook {
    color: #1877F2;
}

.social-icons a.facebook::before {
    background-color: #1877F2;
}

/* Instagram */
.social-icons a.instagram {
    color: #C13584;  /* Color principal de Instagram */
}

.social-icons a.instagram::before {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}
