/**
Theme Name: Andes Tool
Author: Caribdis.Net
Author URI: https://caribdis.net
Description: WP Theme for Andes Tool
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: andes-tool
Template: astra
*/

.home .hli {
	display: none;
}
.lang-item img {
  width: 32px;
}
.mision .elementor-icon, .page-id-51 .eael-circle-btn-icon, .page-id-51 .eael-circle-btn:hover, .wpcf7-submit, .ast-custom-button, .eael-tooltip {
  background: rgb(0,225,255);
  background: linear-gradient(45deg, rgba(0,225,255,1) 40%, rgba(0,162,252,1) 100%) !important;
}
.eael-circle-btn {
  pointer-events:none;
}
.elementor-icon-box-content p {
    text-align: justify;
}
.page-id-51 .eael-circle-btn-txt {
  text-shadow: 1px 0px 4px #0274be;
}
.wpcf7-form label {
	width: 100% !important;
}
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-6, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media (max-width: 767px) {
.elementor-widget-eael-feature-list .-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
  padding: 30px 0 0 30px !important;
}
}
@media ( min-width: 576px ) {
.cf-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.cf-push-6 { margin-left: 50%; }
.cf-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

/* Estilos para el Modal */
#privacy-policy-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
<style>
#privacy-policy-modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: black;
    z-index: 1001;
}


