/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

body {
	font-size: 16px;
}

.togglecontainer.custom {margin: 0;}

.togglecontainer .infocafe-block {
	border: 2px solid black;
    padding: 20px;
    margin: 20px 0;
}

.togglecontainer .infocafe-table td {
	font-size: large;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
}

.togglecontainer .title-infocafe-block {
    width: 100%;
    font-size: large;
    text-transform: uppercase;
    font-family: monospace;
    font-weight: initial;
}

.togglecontainer .infocafe-table td {
	color: black;
	font-size: large;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
}

.togglecontainer .infocafe-block .pais {
    text-transform: uppercase;
	font-size: x-large;
	font-family: arial;
    font-weight: bold;
}


.togglecontainer .infocafe-block p {
	font-size: initial;
	color: black;
}

.togglecontainer .infocafe-block strong {
	color: black;
}

.togglecontainer .infocolor, .togglecontainer .infocolor:hover {
	text-align: center;
    min-height: 175px;
    max-height: 175px;
    color: #fff !important;
    padding-left: 110px;
    border: 0;
    background-image: url(/wp-content/images/roasted-trans.png) !important;
    background-size: 100px !important;
    background-repeat: no-repeat;
    background-position-y: 35px;
    background-position-x: 12px;
}

.togglecontainer .infocolor.blue, .togglecontainer .infocolor.blue:hover {background-color: #412357;}
.togglecontainer .infocolor.orange, .togglecontainer .infocolor.orange:hover {background-color: #f5a700;}
.togglecontainer .infocolor.black, .togglecontainer .infocolor.black:hover {background-color: black;}
.togglecontainer .infocolor.green, .togglecontainer .infocolor.green:hover {background-color: #5b9028;}
.togglecontainer .infocolor.red, .togglecontainer .infocolor.red:hover {background-color: #dc201f;}

.togglecontainer .infocolor p, .togglecontainer .infocolor:hover p {color: #fff;}

#carta .flex_column { text-align: center;}

.togglecontainer .infocafe-block .expandir {margin-left: 12px;bottom: -6px;position: absolute;}

div.popup {
    border: 7px;
    border-color: black;
    margin: 20px 0;
    border-style: solid;
    color: black;
    background-color: #fff;
}
div.popup-dentro {
    border: 7px;
    border-color: orange; 
    width: 100%; 
    height: 100%;
    padding: 30px;
    border-style: solid;
}

.popup img.sello {
    height: 150px;
    position: absolute;
    right: 35px;
    z-index: 0;
    top: 55px;
    opacity: 0.4;
}

.popup img.descuento {
    height: 50px;
    position: absolute;
    right: 35px;
    bottom: 55px;
}

.popup h2, .popup p {
    z-index: 2;
    position: relative;
}



#loading_screen {height: 100%;position: fixed;background-color: rgba(0, 0, 0, 0.8);width: 100%;top: 0;z-index: 505;display: flex;}
#loading_screen img {display: block;margin: auto;}

h1,h2,h4 {text-transform: lowercase !important;}
h3 {text-transform: uppercase !important;}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

    #carta .flex_column { overflow: hidden;}
/*    #carta .flex_column img { margin: 0px -58px 0 -63px; max-width: 125%;} */

}