/* 
Theme Name: Frectaris Web Design
Theme URI: https://github.com/elementor/hello-theme/
Description: Tema hijo personalizado para Frectaris web design
Author: Frectaris
Author URI: https://www.frectaris.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    CSS ANGEL
*/
.elementor-sticky--effects{
	box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.15)!important;
}
.encabezadoSobreNosotros span{
	background:#ECAC22;
	padding:0 45px
}
.encabezadoCarta span{
	background:#FFB3F5;
	padding:0 45px
}
.tres-bordes img{
    border: 5px solid #EDAB1F;      /* Interno */
    outline: 5px solid #FFFFFF;     /* Intermedio */
    box-shadow: 0 0 0 10px #FFB3F5;  /* Externo */

}



@media (min-width: 768px) {

  /* Pasamos el grid a bloque para que respeten bien el ancho */
  .articulosPaginaPrincipal .elementor-loop-container {
    display: block !important;
  }

  /* Todas las tarjetas en bloque, alineadas a la izquierda */
  .articulosPaginaPrincipal .elementor-loop-container .e-loop-item {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
	   margin-bottom: 20px !important;
  }

  /* 1ª: 100% */
  .articulosPaginaPrincipal .elementor-loop-container .e-loop-item:first-child {
    width: 100% !important;
  }

  /* 2ª: 90% */
  .articulosPaginaPrincipal .elementor-loop-container .e-loop-item:nth-of-type(2) {
    width: 90% !important;
  }

  /* 3ª (última): 80% */
  .articulosPaginaPrincipal .elementor-loop-container .e-loop-item:last-child {
    width: 80% !important;
  }
}




/*
    MEDIA QUERYS ANGEL
*/
@media only screen and (max-width: 768px) {
	.BotonPedido{
		position: fixed;
		bottom:20px;
		left:10px;
	}
	.encabezadoSobreNosotros span, .encabezadoCarta span{
		padding:0 15px
	}
}
