p {
    font-size: 13px;
}

a:hover {
    outline: none;
    text-decoration: none;
    color: inherit;
    opacity: 0.9;
}
#mercado .title_panel_red:nth-child(1){
	margin-right: 5px;
}
#traslados .title_panel_red:nth-child(1){
	margin-right: 5px;
}
#exportaciones .title_panel_red:nth-child(1){
	margin-right: 5px;
}
#exportaciones .container_radio:nth-child(1),#exportaciones .container_radio:nth-child(2){
	display: block;
}
#superficie .title_panel_red:nth-child(1){
	margin-right: 5px;
}
table {
    font-size: 12px;
    font-weight: 100;
}

table thead tr th {
    font-weight: 100;
}

table thead tr th b {
    font-weight: 400;
}

.color-red-extra-dark {
    background-color: #620000;
}

.color-red-dark {
    background-color: #b00000;
}

.color-red-medium {
    background-color: #e3001e;
}

.color-red-light {
    background-color: #e66b70;
}

.color-coral {
    background-color: #d73f33;
}
ul.list-products {
    list-style: none;
    padding-left: 15px;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    letter-spacing: 0.5px;
}
ul.list-products-circle {
    list-style: none;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
}

ul.list-products-circle li {
    margin-top: 10px;
}

ul.list-products-circle span {
    padding: 0px 7px;
    border-radius: 50%;
    margin-right: 2px;
}

ul.list-products li span {
    padding: 4px 10px;
    margin-right: 6px;
}

#panel_estadistico {
    background-color: #e3e0e1;
    height: 100%;
}
.arrow_porcentage {
    border-radius: 50%;
    background-color: #A70519;
    padding: 5px;
    color: white;
}

.arrow_porcentage img {
    height: 20px;
}

.badge_pink {
    background-color: #e3001e;
    border-radius: 40px;
    padding: 5px 25px;
    width: 170px;
    color: white;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
}

.badge_pink p {
    margin: 0;
}

.badge_pink .badge_white {
    position: absolute;
    top: 18px;
    right: 10px;
    background-color: white;
    color: #e3001e;
    padding: 5px;
    border-radius: 20px;
}

.border-left-gray {
    border-left: 1px solid #b5b5b5;
}

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box select {
    background-color: #fff;
    color: #e3001e;
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    font-size: 13px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    border: none;
    font-weight: bold;
    text-align: center;
}

.box::before {
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 40px;
    right: 12px;
    width: 20%;
    height: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: rgb(227, 0, 30);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.box:hover::before {
    color: rgba(227, 0, 30, 0.84);
    background-color: rgba(255, 255, 255, 0);
}

.box select option {
    padding: 30px;
}

.button-coral {
    background-color: #d63733;
    color: white;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 2.5;
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    margin-right: 4px;
    padding: 1px 18px;
}


/* CHART */

ul.canvas_box_before {
    list-style: none;
}

ul.canvas_box_before li {
    display: inline-block;
}

.canvas_box_before li span:before {
    content: '';
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-color: red;
    display: inline-block;
}

.canvas_box_before li:nth-child(1) span:before {
    background-color: #e3001e;
}

.canvas_box_before li:nth-child(2) span:before {
    background-color: #e66b70;
}

.canvas_box_before li:nth-child(3) span:before {
    background-color: #b00000;
}

.chart {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 300px;
    height: 120px;
	margin-top: 50px;
    padding: 0;
    top: -25px;
    position: relative;
}

.chart li {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    height: 140px;
    margin-left: 10px;
    width: 0px;
    text-align: center;
}

.chart li.tab_avance {
    position: relative;
}

.chart li.tab_avance:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 3px;
    background-color: white;
    bottom: 8px;
    left: -20px;
    z-index: 0;
}

.chart:first-child li.tab_avance:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: white;
    bottom: 4px;
    left: -20px;
    z-index: 0;
    border-radius: 25px;
}

.chart:last-child li.tab_avance:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: white;
    bottom: 4px;
    left: 47px;
    z-index: 0;
    border-radius: 25px;
}

.chart li b {
    font-size: 11px;
    font-weight: 400;
}

.chart span {
    margin: 0 3px;
    display: block;
    background: attr(data-color);
    animation: draw 1s ease-in-out;
    border-radius: 50px;
    width: 40px;
}

.chart span:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    padding: 9px 6px;
    display: block;
    text-align: center;
    content: attr(title);
    word-wrap: break-word;
    background-color: #cacaca;
    border-radius: 50px;
    border: 3px solid white;
    font-size: 12px;
    font-weight: bold;
}

@keyframes draw {
    0% {
        height: 0;
    }
}
#indicadores.tab-pane .text-center b{
    font-weight: 400;
}

/* CHART */

#indicadores {
    overflow: hidden;
}

.circle_indication {
    margin-top: 25px;
    padding: 0;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-weight: bold;
}
.circle_indication span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.circulo {
    background-color: #A70519;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #FFF;
    display: inline-block;
    margin: 30px 10px 30px 5px;
}

.circulo div {
    border-radius: 50%;
    height: 37px;
    width: 37px;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 9px;
    background-color: #e3001e;
}

.circulo div span {
    padding-top: 10px;
    font-size: 13px;
    font-weight: initial;
    position: relative;
    top: 8px;
}


/* The container */

.container_radio {
    display: block;
    position: relative;
    padding-left: 19px;
    top: 0;
    cursor: pointer;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 0;
    font-weight: bold;
}

/* Hide the browser's default radio button */

.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #b00000;
}


/* On mouse-over, add a grey background color */

.container_radio:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container_radio input:checked~.checkmark {
    background-color: #E3E0E1;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container_radio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container_radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #b00002;
}
.list-two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
}

.list-two-columns li {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 2.5;
}

.list-two-columns li a {
    color: #212121;
}
.list-two-columns li.active {
    background-color: #e3001e;
    /* left: -30px; */
    position: relative;
    padding: 0 20px;
    border-radius: 10px;
    padding-right: 0;
    /* width: unset; */
    color: white;
}
.list-two-columns li.active:before {
	content: "";
    position: absolute;
    background-color: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 3px;
    left: 5px; 
}
.list-two-columns li.active a {
    color: white!important;
}

.m-20 {
    margin: 20px;
}

.m-t-b-20 {
    margin: 20px 0;
}

.no-p {
    padding: 0!important;
}

.p-relative {
    position: relative!important;
}

.rotate-180 {
    transform: rotate(180deg);
}

.select_acumulado {
    padding: 12px;
    background-color: #e3001e;
    border-radius: 15px;
    width: 150px;
}

.select_acumulado_box {
    position: relative;
    margin-bottom: 110px;
    top: 20%;
}

.select_acumulado p {
    color: white;
    font-weight: bold;
    padding: 0px;
    margin: 5px;
}

.select_acumulado.box::before{
    content: "";
}

.square_info {
    padding: 15px 5px;
    width: 140px;
    height: 70px;
    position: absolute;
    border-radius: 15px;
    border: 2px solid #a70519;
    margin: 0px;
}

.square_info p {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 11px;
}


.square_info span {
    color: #a70519;
    font-size: 13px;
    font-weight: bold;
}



.table thead th {
    font-size: 10px;
    padding-top: 20px;
    letter-spacing: 0.5px;
}
.sub_title_panel_red {
    padding: 2.5px 5px;
    color: white;
    background-color: #d73f33;
    margin-top: 5px;
}

.sub_title_panel_red h6 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    padding: 4px;
}

.table td,
.table th {
    padding: 0.45rem;
}

.tabs_panel {
    background-color: white;
    padding: 10px 15px;
}


.tabs_panel ul li.nav-item a {
    background-color: transparent;
    border-top: 2px solid #212121;
    color: #212121;
    border-radius: 0;
    padding: 7px 2px;
    font-weight: 400;
}

.tabs_panel ul li.nav-item a.active {
    background-color: transparent;
    border-top: 2px solid #d84034;
    color: #212121;
    border-radius: 0;
}
.tipo_vino_traslado .button-coral {
    font-size: 9px;
    line-height: 9px;
    padding: 5px 5px 3px;
}
.tipo_vino_traslado .list-two-columns {
    padding: 0;
}

.tipo_vino_traslado .list-two-columns li {
    line-height: 1.8;
}
.tipo_vino_traslado .container_radio {
    padding: 0 0;
    top: 0;
    font-size: 10px;
    line-height: 15px;
    margin: 0;
}
.title_panel_red {
    padding: 10px;
    color: white;
    background-color: #a62f20;
    margin-right: 5px;
    height: 40px;
}

.title_panel_red h6 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

#bs-example-navbar-collapse-1 .nav-pills .nav-link {
    border-radius: 0;
    text-align: left;
    border-bottom: 1px solid #fff;
    color: black;
    padding: 15px 15px !important;
}

#bs-example-navbar-collapse-1 .head-menu {
    background: #e3e0e1;
    position: fixed;
    z-index: 1;
    width: 93%;
    padding: 20px;
	color:black;
}

#bs-example-navbar-collapse-1 .nav-item {
    display: block;
    width: 100%;
    text-align: left;
}

#bs-example-navbar-collapse-1 .nav-pills .nav-link.active,
#bs-example-navbar-collapse-1 .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #e20613;
}
.tabs_panel {
    padding: 0;
}
.tabs_panel ul li.nav-item {
    padding: 0 5px;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 16.6%;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
}
.title_panel_red {
    padding: 10px 15px;
    margin-right: 0px;
    height: auto;
}
.title_panel_red h6 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    margin: 0 !important;
}
.chart span {
    margin: 0 auto;
    display: block;
    animation: draw 1s ease-in-out;
    border-radius: 50px;
    width: 40px;
    min-height: 25%;
    max-height: 100%;
}
.chart span:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    padding: 0;
    display: block;
    text-align: center;
    content: attr(title);
    word-wrap: break-word;
    background-color: #cacaca;
    border-radius: 50%;
    border: 3px solid white;
    font-size: 10px;
    line-height: 35px;
    font-weight: bold;
    width: 40px;
    height: 40px;
}
.chart span[data-tooltip]:hover {
    position: absolute;
    left: 0;
    right: 0;
    content: attr(data-tooltip);
}
.table td, .table th {
    padding: 3px 15px;
    box-sizing: border-box;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.5);
}
ul.canvas_box_before.pl-0 span {
    font-size: 11px;
}
ul.canvas_box_before.pl-0 li {
    line-height: 14px;
}
.arrow_porcentage {
    border-radius: 50%;
    background-color: #A70519;
    padding: 0;
    width: 25px;
    height: 25px;
    color: white;
    display: inline-block;
    background-image: url(http://ev000166.ferozo.com/ova/wp-content/themes/ova_v2/assets/images/arrow_white.png);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-categoria-estadistica{
	display: inline-block;
	height: 30px;
	padding:0 10px;
	background-color:#fff;
	border-radius:15px;
	border:1px solid #A70519;
    margin: 0 10px;
	color:#A70519;
	font-size:13px;
	font-weight:500;
	line-height: 28px;
	margin-bottom: 10px;
}
.menu-estadistica ul li{
	display: inline-block;
	height: 30px;
	background-color:#fff;
	border-radius:15px;
	border:1px solid #A70519;
    margin: 0 13px;
	color:#A70519;
	margin-bottom: 10px;
}
.menu-estadistica ul li a{
	padding:0 10px;
	font-size:13px;
	font-weight:500;
	line-height: 28px;
}
.btn-categoria-estadistica:hover, .btn-categoria-estadistica-selected, .menu-estadistica ul li:hover,
.menu-estadistica ul li.current-menu-item {
	background-color:#A70519;
    color: #fff;
}
.menu-estadistica ul li.current-menu-item img.hovered-image{
    opacity: 1 !important;
}
.menu-estadistica ul li.current-menu-item img.menu-image{
    opacity: 0 !important;
}
.btn-categoria-estadistica::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: center;
    width: 18px;
    height: 100%;
    vertical-align: middle;
    margin-right: 3px;
}
.btn-categoria-estadistica.--todos::before {
    background-image: url('/wp-content/uploads/2021/06/todos.png');
}
.btn-categoria-estadistica.--todos:hover::before, .btn-categoria-estadistica-selected.--todos::before {
    background-image: url('/wp-content/uploads/2021/06/Todosb.png');
}
.btn-categoria-estadistica.--superficie::before {
    background-image: url('/wp-content/uploads/2021/06/superficie.png');
}
.btn-categoria-estadistica.--superficie:hover::before, .btn-categoria-estadistica-selected.--superficie::before {
    background-image: url('/wp-content/uploads/2021/06/superficieb.png');
}
.btn-categoria-estadistica.--cosecha-y-elaboracion::before {
    background-image: url('/wp-content/uploads/2021/06/cosecha.png');
}
.btn-categoria-estadistica.--cosecha-y-elaboracion:hover::before, .btn-categoria-estadistica-selected.--cosecha-y-elaboracion::before {
    background-image: url('/wp-content/uploads/2021/06/cosechab.png');
}
.btn-categoria-estadistica.--precios::before {
    background-image: url('/wp-content/uploads/2021/06/precio.png');
}
.btn-categoria-estadistica.--precios:hover::before, .btn-categoria-estadistica-selected.--precios::before {
    background-image: url('/wp-content/uploads/2021/06/preciob.png');
}
.btn-categoria-estadistica.--mercado-interno::before {
    background-image: url('/wp-content/uploads/2021/06/minterno.png');
}
.btn-categoria-estadistica.--mercado-interno:hover::before, .btn-categoria-estadistica-selected.--mercado-interno::before {
    background-image: url('/wp-content/uploads/2021/06/minternob.png');
}
.btn-categoria-estadistica.--mercado-externo::before {
    background-image: url('/wp-content/uploads/2021/06/mexterno.png');
}
.btn-categoria-estadistica.--mercado-externo:hover::before, .btn-categoria-estadistica-selected.--mercado-externo::before {
    background-image: url('/wp-content/uploads/2021/06/mexternob.png');
}

.box-estadistica{
	width:100%;
	height:auto;
	margin-bottom:15px;
	border-radius:5px;
	padding:20px 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	float:left;
	position:relative;
	border-left:5px solid #E8E7E7;
	transition: all 1s linear;
}
.be-1 {
    width: 100px;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.box-estadistica .be-1 .icons div {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 39px;
    height: 40px;
    width: 40px;
    margin-right: 5px;
	position:relative;
}
.box-estadistica .be-1 .icons div:last-child {
    margin-right: 0;
}
.box-estadistica .be-1 .icon-superficie {
    background-image: url('/wp-content/uploads/2021/07/cosecha.png');
}
.box-estadistica-visible .be-1 .icon-superficie {
    background-image: url('/wp-content/uploads/2021/07/cosecha-activo.png');
}
.box-estadistica .be-1 .icon-cosecha {
    background-image: url('/wp-content/uploads/2021/07/superficie.png');
}
.box-estadistica-visible .be-1 .icon-cosecha {
    background-image: url('/wp-content/uploads/2021/07/superficie-activo.png');
}
.box-estadistica .be-1 .icon-mercado-interno {
    background-image: url('/wp-content/uploads/2021/07/interior.png');
}
.box-estadistica-visible .be-1 .icon-mercado-interno {
    background-image: url('/wp-content/uploads/2021/07/interior-activo.png');
}
.box-estadistica .be-1 .icon-mercado-externo {
    background-image: url('/wp-content/uploads/2021/07/exterior.png');
}
.box-estadistica-visible .be-1 .icon-mercado-externo {
    background-image: url('/wp-content/uploads/2021/07/exterior-activo.png');
}
.box-estadistica .be-1 .icon-precios {
    background-image: url('/wp-content/uploads/2021/07/precio.png');
}
.box-estadistica-visible .be-1 .icon-precios {
    background-image: url('/wp-content/uploads/2021/07/precio-activo.png');
}
.be-2{
	width:calc(100% - 360px);
	height:auto;
	float:left;
	opacity: 1;
	transition: all 1s linear;
	margin-left:100px;
}
.cabecera-ova{
	padding-top:30px;
	padding-bottom:20px;
}
.masinfo{
	height: 0;
    overflow: hidden;
	transition: all 1s linear;
}
.masinfo .boton{
	float:left;
}
.box-estadistica-visible{
	border-left:5px solid #e20613 !important;
}
.box-estadistica-visible .be-2 .masinfo {
	height:auto !important;
	margin-top:15px;
}
.be-3{
	width:260px;
	height:auto;
	float:left;
	
}
.be-3 button{
	background-color:#E8E7E7;
	height:30px;
	border-radius:15px;
	border:0;
	color:#666666;
	font-size:14px;
	margin:0px auto;
	display:block;
	padding:0 14px;
	font-weight:500;
}
.be-3 .boton{
	margin: 0px auto;
    display: block;
    width: 170px;
    margin-top: 15px;
}
.vermenos, .box-estadistica-visible .vermas, .box-estadistica-visible .be-3 .boton{
	display:none;
}
.tool-tip:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #e20613;
    bottom: -6px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.tool-tip {
    background-color: #e20613;
    color: #FFFFFF;
    display: none;
    padding: 5px 10px;
    position: absolute;
    top: -50px;
    left: -50%;
    right: -50%;
    width: auto;
    text-align: center;
}
.icon-cosecha:hover .tool-tip, .icon-superficie:hover .tool-tip, .icon-precios:hover .tool-tip,
.icon-mercado-externo:hover .tool-tip, .icon-mercado-interno:hover .tool-tip{
	display:block !important;
}
.box-estadistica-visible .vermenos{
	display:block !important;
}
.form-estadistica{
	width:100%;
	height:auto;
	display:block;
	padding:100px 0 150px 0;
	margin-top:130px;
}
.form-estadistica form{
	position:relative;
}
.form-estadistica .tml-rememberme-wrap{
	width: 50%;
    float: left;
}
.form-estadistica .tml-links{
	width: 50%;
    float: right;
	color: #E20613;
    text-align: right;
    font-weight: 600;
}
.form-estadistica .tml-submit-wrap{
	width: 100%;
    position: absolute;
    bottom: -100px;
}
.form-estadistica .tml-lostpassword-link{
	margin-right:0 !important;
}
.form-estadistica button{
	background-color: #E20613;
    color: #fff;
    border: 0;
    height: 30px;
    border-radius: 15px;
    padding: 0 15px;
    margin: 0px auto;
    display: block;
}
.menu-image-title-before.menu-image-not-hovered img, 
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
    padding-left: 0 !important;
}
.menu-image-title-after.menu-image-not-hovered img, 
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
    padding-right: 5px !important;
}
.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, 
img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
    margin-top: -3px !important;
}

@media screen and (max-width: 768px) {
    
    ul.list-products {
        font-size: 10px;
        left: -10px;
        letter-spacing: 0.5px;
    }
    .container_radio {
        font-size: 10px;
        letter-spacing: 0.5px;
        margin: 5px;
    }
    .move_mobile {
        position: relative;
        left: -25px;
    }
    .chart li b {
        font-size: 9px;
    }
	.form-estadistica {
		padding: 50px 15px 150px 15px;
		margin-top: 0px;
	}
	.form-estadistica .tml-rememberme-wrap{
		width:100%;
	}
	.form-estadistica .tml-links {
		width: 100%;
		text-align: left;
	}
	.form-estadistica .tml-submit-wrap {
		bottom: -140px;
	}
	.be-1 {
		width: 60px;
		padding: 0 8px;
	}
	.be-2 {
		width: calc(100% - 60px);
		margin-left: 60px;
		margin-bottom: 20px;
	}
	.be-3 {
		width: calc(100% - 60px);
		margin-left: 60px;
	}
	.be-3 button{float:left; margin-right: 20px;}
	.be-3 .boton{
		display: inline;
		margin-top: 0;
		float: left;
		height: 30px;
		line-height: 30px;
		padding: 0;
		text-align: center;
	}
}
@media screen and (max-width: 470px) {
	.form-estadistica {
		padding: 100px 15px 150px 15px;
		margin-top: 0px;
	}
	.be-2 h3{
		font-size: 14px !important;
		line-height: 20px !important;
	}
}
@media screen and (max-width: 360px) {
	.be-3 .boton{margin-top:15px;}
}


.tooltip-span {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
  
.tooltip-span .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip-span:hover .tooltiptext {
    visibility: visible;
}




#avance .height-equal{
 min-height: 46px;
 display: flex;
 align-items: center;
}
#avance .badge_pink{
    width: auto;
    padding: 5px 40px 5px 15px;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
    margin: 0 0 15px 0;
    min-height: 46px;
    display: flex;
    align-items: center;
}
#avance .badge_pink .badge_white{
    top: 6px;
    right: 6px;
    width: 34px;
    height: 34px;
    padding: 11px 0;
    text-align: center;
}
#avance .source{
    font-size: 8px;
}
#avance .hover-info{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}
#avance .hover-info small{
    display: none;
    position: absolute;
    left: -15px;
    top: -20px;
}
#avance .hover-info:hover small{
    display: block;
}



#avance .square-content{
    position: relative;
    min-height: 240px;
}
@media (max-width: 1200px) {
    #avance .square-content{
        margin-bottom: 20px;
    }
}


#avance .square_info .circulo {
    top: -45px;
    right: 0px;
    margin: 0;
    position: relative;
    width: 44px;
    height: 44px;
}
#avance .square_info .circulo div {
    width: 29px;
    height: 29px;
    top: 8px;
    left: 8px;
}

#avance .square_info .circulo span {
    color: white;
    top: -5px;
}

#avance .square_info{
    position: absolute;
    width: 120px;
    height: 53px;
    padding: 10px 5px;
    background-color: #E3DFE2;
}
#avance .square_info p{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 10px;
}
#avance .square_info span{
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    font-size: 10px;
}

#avance .square_info.total{
    top: 90px;
    left: 0px;
}
#avance .square_info.elaboracion{
    top: 90px;
    left: 35%;
}
#avance .square_info.usos{
    top: 187px;
    left: 35%;
}
#avance .square_info.vinos{
    top: 33px;
    left: auto;
    right: 0;
}
#avance .square_info.mostos{
    top: 130px;
    left: auto;
    right: 0;
}



#avance .square-content .line{
    display: block;
    height: 2px;
    width: 10px;
    background-color: #a70519;
    position: absolute;
    top: 0;
    left: 0;
}

#avance .square-content #line-1{
    top: 115px;
    left: 90px;
    width: 95px;
}
#avance .square-content #line-2{
    top: 164px;
    left: 85px;
    width: 100px;
    transform: rotate(90deg);
}
#avance .square-content #line-3{
    top: 213px;
    left: 134px;
    width: 80px;
}
#avance .square-content #line-4{
    top: 115px;
    left: auto;
    width: 110px;
    right: 136px;
}

#avance .square-content #line-5{
    top: 60px;
    right: 60px;
    width: 75px;
    left: auto;
}

#avance .square-content #line-6{
    top: 158px;
    right: 60px;
    width: 75px;
    left: auto;
}

#avance .square-content #line-7{
    top: 109px;
    left: auto;
    right: 85px;
    width: 100px;
    transform: rotate(90deg);
}


#avance .container-circulo{
    text-align: center;
}
@media (min-width: 1024px) {
    #avance .container-circulo{
        text-align: left;
    }
}
#avance .container-chart{
    position: relative;
    left: 18px;
    padding-bottom: 15px;
}
@media (min-width: 1200px) {
    #avance .container-chart{
        left: 0px;
    }
}
#avance .chart{
    display: inline;
    margin-right: 15px;
    top: 0px;
}
@media (min-width: 1200px) {
    #avance .chart{
        top: 40px;
    }
}
