/* modificaciones generales  */

html,
body {
  width: 100%;
  overflow-x: hidden;
	height: auto !important;
}

/* expandir el fondo en conocer los fundadores */
.elementor-7200 .elementor-element.elementor-element-c2888f7 .profile-card, .elementor-7200 .elementor-element.elementor-element-c2888f7 .profile-image-card
 {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 0px 0px 28px 0px;
}

/* quitar boton en el call to action */
.eael-call-to-action .cta-button:last-child
 {
    margin-right: 0px;
    display: none;
}

/* margen para texto descripcion perfil fundador1 */
.elementor-7200 .elementor-element.elementor-element-2141e4b3 .profile-body .profile-content {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

/* margen para texto descripcion perfil fundador2 */
.elementor-7200 .elementor-element.elementor-element-c2888f7 .profile-body .profile-content {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

/* margen para texto descripcion call to action */
.eael-call-to-action.cta-icon-flex .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 30px;
}

/* quitar hexagonos graficos para contact us */
.elementor-6979 .elementor-element.elementor-element-305ff19 .elementor-repeater-item-3d6e59c {
    opacity: 0;
    z-index: 0;
}

/*color de links en el sitio*/
a {
    color: #273B85;
}