/* 
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 */

[class*="div-arriba-"], 
[class*="div-abajo-"] {
  position: relative;
  overflow: hidden;
}

[class*="div-arriba-"]::before,
[class*="div-abajo-"]::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  z-index: 2;
  pointer-events: none;
}

[class*="div-arriba-"]::before {
  top: 0;
  transform: scaleY(-1);
}

[class*="div-abajo-"]::after {
  bottom: 0;
}

/* Blanco */
.div-arriba-blanco::before,
.div-abajo-blanco::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2041.16%2018.92'%3E%3Cpath%20fill='white'%20d='M26.55,13.94h-11.93C14.65,6.28,8.11.04,0,0v18.92h41.16V0c-8.11.04-14.65,6.28-14.62,13.94Z'/%3E%3C/svg%3E");
}

/* Rojo (#C72023) */
.div-arriba-rojo::before,
.div-abajo-rojo::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2041.16%2018.92'%3E%3Cpath%20fill='%23C72023'%20d='M26.55,13.94h-11.93C14.65,6.28,8.11.04,0,0v18.92h41.16V0c-8.11.04-14.65,6.28-14.62,13.94Z'/%3E%3C/svg%3E");
}

/* Amarillo (#FFB72E) */
.div-arriba-amarillo::before,
.div-abajo-amarillo::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2041.16%2018.92'%3E%3Cpath%20fill='%23FFB72E'%20d='M26.55,13.94h-11.93C14.65,6.28,8.11.04,0,0v18.92h41.16V0c-8.11.04-14.65,6.28-14.62,13.94Z'/%3E%3C/svg%3E");
}

/* Marrón (#5A3324) */
.div-arriba-marron::before,
.div-abajo-marron::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2041.16%2018.92'%3E%3Cpath%20fill='%235A3324'%20d='M26.55,13.94h-11.93C14.65,6.28,8.11.04,0,0v18.92h41.16V0c-8.11.04-14.65,6.28-14.62,13.94Z'/%3E%3C/svg%3E");
}