/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*header*/
.e--pointer-underline .elementor-item::after{
width: 20px !important;
  left: auto !important;
  right: 20px;
}
/******************************************/
.titulorojo{
    /*color:#E20D1C;*/
    color: #BE0D1C;
}

/*cuadros de quienes somos - inicio*/
.boxleft{
  clip-path: polygon(0 40.00px,40.00px 0,100% 0,100% calc(100% - 40.00px),calc(100% - 40.00px) 100%,0 100%);
}
.boxright{
  clip-path: polygon(0 0,100% 0,100% calc(100% - 40.00px),calc(100% - 40.00px) 100%,0 100%);
}
/******************************************/
/*titulos en nuestra-cultura*/
.boxtitulo {
  clip-path: polygon(0 0,100% 0,100% calc(100% - 40.00px),calc(100% - 40.00px) 100%,0 100%);
}
.boxtituloleft {
  clip-path: polygon(0 40.00px,40.00px 0,100% 0,100% 100%,0 100%);
}
/*punta de flecha lado derecho en nuestra-cultura */
.cajaicono::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px; /* Mitad del tamano de la flecha */
  width: 20px; /* Ancho de la flecha */
  height: 20px; /* Alto de la flecha */
  background-color: #fff; /* Cambia al color del fondo del div */
  transform: rotate(45deg); /* Gira la flecha 45 grados */
  transform-origin: 0 0; /* Cambia el punto de rotacion */
}

/* Media query para reducir la altura en pantallas más pequeñas */
@media screen and (min-width: 769px) and (max-width: 1366px) {
  .boxtituloleft{
    width: 45% !important;
    z-index: 1;
  }
  .t_nombre h2{
    font-size: 30px !important;
  }
  .t_cargo i, .t_cargo span{
    font-size: 12px !important;
}
/*@media screen and (min-width: 769px) and (max-width: 1366px) {
  .t_columna-left{
      width: 60% !important;
  }
  .t_fundador h2{
    font-size: 40px !important;
    line-height: 35px !important;
  }
  
  .t_descripcion p{
    font-size: 17px;
  }
  
  .t_img-fundador img{
      width: 50% !important;
  }
  .boxtituloleft{
    
    width: 40% !important;
    z-index: 1;
  }
  .t_nombre h2{
    font-size: 30px !important;
  }
  .t_cargo i, .t_cargo span{
    font-size: 12px !important;
  }
  
}*/
