/* 
Theme Name: cicleria
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
Text Domain: cicleria
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
*/

p a,table a{
    border-bottom: solid #faa42d 3px;
}


.elementor-widget-button .elementor-button{    
    background-color: white;
    font-family: "Gustavo", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black;
    box-shadow: 6px 6px 0 0 #F1A02D;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: black;
    border-radius: 5px 5px 5px 5px;
}

.elementor-widget-button .elementor-button:hover{    
    box-shadow: 0 0 0 0 #F1A02D;
}


.titulo-caja .elementor-heading-title{
    font-weight: 700;
    border: black solid 3px;
    display: inline-block;
    /*background: bisque;*/
     background: #fcbf6d; 
    /* background: #87cef2; */
    padding: 20px 50px;
    border-radius: 5px 5px 0 0;
    border-width: 3px 3px 0 3px;
    
}

.borde-caja{
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: black;
    border-radius: 0 5px 5px 5px;
    
    /*box-shadow: 6px 6px 0 0 #87CEF2;*/
}

strong{
    font-weight: 700;
}


.tabla-azul table {
  text-align: left;
    border: 3px solid black;
    border-radius: 5px;
}

.tabla-azul table thead{
    font-family: gustavo;
    font-weight: 700;
    font-size: 24px;
}

.tabla-azul table th {
font-weight: 400;
    font-size: 18px;
    
}

.tabla-azul table td,.tabla-azul table th {
    border: 0 solid hsla(0, 0%, 50%, .502);
    padding: 20px;

    
}


.tabla-azul table tbody>tr:nth-child(odd)>td,.tabla-azul table tbody>tr:nth-child(odd)>th {
    background-color: #87cef2;
}

.tabla-azul table tr:hover{
 /* background-color: black;
    color:white;*/
}

