/*
Theme Name: Euro Caribe Andina 
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: Guillermo Wuest
Author URI: https://wordpress.org/
Description: Euro Caribe Andina 10.4
*/
/*----------------------------------------------------------------------*/
/* Sin Margenes */
:root {
    --global--spacing-vertical: 15px;/**************Separacion Vertical entre parrafos*/
    --responsive--aligndefault-width: 100%; /*Ancho Global de articulo*/
}
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*Remove Annoying Wordpress Page Titles */
.site-title{
    display:none;
}

.page .entry-title{
    display: none;
}
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* Remove Annoying Spaces and lines */
.singular .entry-header {
    border-bottom: 0px none var(--global--color-border);
    padding-bottom: calc(0 * var(--global--spacing-vertical)); 
    margin-bottom: calc(0 * var(--global--spacing-vertical));    
}
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
.Corpore_Parent{
  display: block;
  justify-content: center; /* Horizontal */
  align-items: center; /* Vertical */
  padding-top: 10px;
  /*height: 100vh;*/           /* Vertically in viewport */    
}

.Corpore{
    margin-left:0px;
    margin-right:0px;
    width:100%;
    min-height:100px;    
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
/*----------------------------------------------------------------------*/


.item_producto{
    
    min-width:180px;
    width: 180px; 
    height: 360px;
    border-style: ridge; 
    border-color: #FFF8DC;
    margin-top:20px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;             
    border-radius:25px;
    color:white;

    .item_producto_evento:hover{        
        border-style:double;
        border-color:navy;
    }      
    
}






