/*---------------------------------------------------------------------------------

 Theme Name:   LPS-f5
 Theme URI:    https://f5ads.com.br/
 Description:  
 Author:       Tiago Pessoa
 Author URI:   http://f5ads.com.br
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* ICONES SOCIAIS */
.et-social-linkedin a.icon:before { content: '\e09d'; }
.et-social-youtube a.icon:before { content: '\e0a3'; }

/* REMOVER CLICK DA GALERIA */
.cu-lightbox-off .et_pb_gallery_item a {
    pointer-events: none;
}
.cu-lightbox-off .et_overlay {
    display: none !important;
}

/* box */
.info {
    position: relative;
    z-index: 1;
}

.info::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50vw;
    right: 100%;
    top: 0;
    background: rgba(0,0,0,0.65);
    z-index: -1;
}

/* formulário */
form {
    border: 0px !important;
}

.form_contact .form-ll {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 10px 25px 10px 10px;
    line-height: 1.6;
    font-size: inherit;
    height: auto;
    width: 100% !important;
    background: #fff;
    color: inherit;
    margin-bottom: 2%;
    box-shadow: none;
}
.form-ll::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-ll:-ms-input-placeholder {
    color: #999;
}

.form-ll::-webkit-input-placeholder {
    color: #999;
}

.custom-text {
    font-family: 'Ambigue', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.1;
}

label {
    display: block;
    margin: 5px 0;
}

.form-control {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.form_action {
    margin-top: 10px;
}

.btn {
    background-color: #00d8a9;
    color: #000;
    padding: 15px 40px;
    margin: 15px 0 5px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #00b894;
}

.btn2 {
    background-color: #00d8a9;
    color: #000;
    padding: 15px 60px; 
    margin: 15px 0 5px;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.btn2:hover {
    background-color: #00b894;
}


.checkbox {
    margin: 10px 0;
}

.form_action {
    display: flex;
    justify-content: flex-end;
}

.form_contact {
    color: #fff;
}

.form_contact::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50vw;
    left: 100%;
    top: 0;
    background: rgba(110,116,221,0.84);
}
.form_contact::before {
	display:none;
}

.form_contact .form-control {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.form_contact .iti {
    margin-bottom: 10px;
}

/*buttons*/
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

@media ( max-width:980px ) {
	.form_contact::before {
		content: "";
			display: block;
			position: absolute;
			height: 100%;
			width: 50vw;
			right: 100%;
			top: 0;
			background: rgba(110,116,221,0.84);
	}
}



@media (max-width: 980px) {
    .info::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .info {
        width: 90%; 
        margin: 0 auto; 
    }
}

@media (max-width: 480px) {
  .et_pb_gallery .et_pb_gallery_items {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}