/*

@media(min-width:576px){} xxs
@media(min-width:768px){}xs
@media(min-width:992px){}sm
@media(min-width:1200px){}md


*/
#headerGraficas{
	background-color:#92d050;
	padding-top: 10px;
	padding-bottom: 10px;
}

.div_languages{
	float: right;
}

.header_logo_img{
}

.containerGraficas{
	background-color: white;
}
.paddingGraficas{
	padding-left: 150px;
	padding-right: 150px;
}
@media (max-width: 677px) {
	.paddingGraficas{
		padding-left: 25px;
		padding-right: 25px;
	}

}


.div_languages span{
	color:white;
}
.div_languages .active span{
	font-weight: bold;
}

.datoshoyGraficas{
	float: right;
}

.subheaderGraficas{
	padding-top: 16px;
	text-transform: uppercase;
	padding-bottom: 16px;
}
.contenedorGraficas h2{
	color:#1d1d1b;
}
.preciotitulo{
	/*text-decoration: underline;*/
}
.colorOscuro{
	color:rgb(187,187,187);
}
.colorSpain{
	color:rgb(181,2,16);
}
.colorPortugal{
	color:rgb(10,125,24);
}
.precioMedioGraficas div:first-of-type span:first-of-type{
	font-size: 44px;
}
.precioMedioGraficas {
	padding-top: 40px;
}	
#preciosVolumenesGraficas hr{
	margin-top: 5px;
}
.graficas_max_min span{
	/*text-transform: uppercase;*/
	color:white;
	font-size: 12px;
}
.graficas_max_min{
	padding-bottom: 8px;
}

.colorSpain .graficas_max_min span{
	background-color: rgb(181,2,16);
}
.colorPortugal .graficas_max_min span{
	background-color: rgb(10,125,24);
}
.colorOscuro .graficas_max_min span{
	background-color: rgb(187,187,187);
}
.datoPrecioMaxMin{
	width: 100%;
	float: left;
	font-size: 32px;

}

.precioMedioVolumenGraficas{
	padding-bottom: 0px;
	padding-top: 10px;
}
.volumenUnidad{
	padding-left: 100px;
}
.graficasPrecioVolumen{
	padding-top: 65px;
}

.wrapiconoSuperpuesto{
	position: relative;
}

.iconoSuperpuesto{
	position: absolute;
	left: 33.5%;
	top: 105px;
}


.textoSuperpuesto{
	font-size: 250%;
	width: 64%;
	float: left;
	padding-left: 7%;
	padding-top: 6%;

}
.divbanner2 .textoSuperpuesto{
	width: 33%;
}
.textoSuperpuesto p{
	line-height: 44px;
}
@media (max-width:767px){
	.textoSuperpuesto{
		font-size: 200%;
		top: 20%;

	}
}
.divleftBanner2{
	left: 6%;
}
.textoSuperpuesto3{
	left: 6%;
	bottom: 7%;
	font-size: 28px;
	/*width: 60%;*/
	padding-top: 4%;
}
.textoSuperpuesto3 span p{
	line-height: 1.4;
}
.textoSuperpuesto3 strong{
	color:#92d050; /*verde de la pagina */
}
@media (max-width: 924px) {
	.textoSuperpuesto{
		padding-top: 3%;
	}
}
@media (max-width: 767px) {
	.textoSuperpuesto{
		width:100%;
	}
}
@media (max-width: 577px) {
	.textoSuperpuesto3{
		font-size: 200%;
		width: 100%;
	}
	.textoSuperpuesto3 p{
		line-height: 34px;
	}
	.textoSuperpuesto p{
	line-height: 28px;
	}
}
.textoSabiasQue{

	color:#92d050;
}
@media (max-width: 1199px) {

	.textoSabiasQue{
		bottom: 70%;
	}
}

.textoSabiasQue span{
	font-size: 24px;
}

.iconoSuperpuesto2{
	position: absolute;
	right: 0;
	top: 0;	
}

.img1Banner{
	width: 36%;
	float: left;
}

.img2Banner{
	width: 63%;

}
@media(max-width:767px){
	.iconoSuperpuesto2{
		top: -20px;	
	}
	.img2Banner{
		width: auto;
	}
}
.precioMedioUnidad{
	font-size:14px;
	float: right;
}
.precioMaxUnidad{
	font-size: 12px;
	float: right;
}
.precioMaxUnidad.maxVolumen{
	padding-right: 75px;
}


.tecnologiasDemanda h3{
	color:#92d050; /*verde de la pagina */
	text-transform: inherit;
}

.separacion{
	padding-top: 80px;
}

.separacion_bottom{
	padding-bottom: 13%;
}

.huecoTermico {
    text-align: center;
}
/*.graficasBloque2{
	height: 1000px;
}*/

/*TABS*/
.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; background-color: transparent; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #92d050 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #92d050; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.card {background: #FFF none repeat scroll 0% 0%;  margin-bottom: 30px; }
.card .tab-content{
	border:0px;
	box-shadow: 0 0 0 0;
}
/* fin tabs */


.highcharts-credits{
	display: none;
}

.greyBackground{
	background-color:  #ededed;
	padding-top: 25px;
	padding-bottom: 45px;
}
.recuadroPreciosVolumenes > div {
    text-align: center;
    background-color: white;
	min-height: 360px;
	max-height: 360px;
}
.divpreciotitulo{
	padding-top: 10px;
	padding-bottom: 5px;
}
.roscoPrecio{
	/*border-image: linear-gradient(to left,rgba(78,137,176,1) 1%, rgba(115,192,85,1) 100%) 100% 0 100% 0/2px 0 2px 0;*/
	width: 175px;
	height: 175px;
	border-radius: 100%;
	background-color: rgb(146,208,80);
	background-image: linear-gradient( rgb(146,208,80), rgb(93,132,51) );
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.roscoPrecio2{
	width: 160px;
	  height: 160px;
	  border-radius: 100%;
	  background: #fff;
	  z-index: 0;
	  position:absolute;
	  left:50%;
	  top:50%;
   -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.roscoContent{
  width: 135px;
  height: 135px;
  border-radius: 100%;
  background: #fff;
  z-index: 0;
  position:absolute;
  left:50%;
  top:50%;
   -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 12px 5px  rgba(0,0,0,0.2);
     -moz-box-shadow: 0 0 12px 5px  rgba(0,0,0,0.2);
     box-shadow: 0 0 12px 5px  rgba(0,0,0,0.2);
}
.imagenroscoContent{
	padding-top: 10px;
}
.imagenroscoContent img{
	width: 30%;
}
.datoroscoContent{
	font-size: 35px;
	padding-top: 5%;
}

.unidadroscoContent{
	padding-top: 10%;
}
.containerRosco{
	padding-top: 15px;
}
.divpreciotitulo{
	padding-top: 40px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 16px;
}
.datosMaxMin{
	padding-top: 15px;
	padding-bottom: 35px;
}
.horasFrancia, .horasPortugal{
	padding-top: 15px;
	text-transform: uppercase;
}
.horasFrancia span, .horasPortugal span{
	background-color: #bebce1;
	padding-right: 35px;
	padding-left: 35px;
	font-size: 12px;
}
.horasPortugal{
	padding-top: 35px;
}
.horasPortugal span{
	background-color:  #c3c5c6;
}

.divActualizado span{
	font-size: 12px
}
.col-md-4.recuadroPreciosVolumenes {
    padding-top: 15px;
}
.cifrasDestacadasItem{
	text-align: center;
	padding-top: 15px;
}
.cifrasItempadding{
	padding-top: 10px;
}
.cifrasItempadding2{
	padding-top: 25px;
}
.cifrasVerde span,.cifrasGris span{
	background-color: #92d050;
	padding-right: 20%;
	padding-left: 20%;
	font-size: 12px;
	color:white;
}
@media(max-width:420px){
	.cifrasVerde span,.cifrasGris span{
		padding-right: 5%;
		padding-left: 5%;
	}
}
.cifrasGris span{
	background-color: #c3c5c6;

}
.cifrasDestacadas h2{
	color:#92d050;
}
.cifrasSpain span{
	text-transform: uppercase;
	color: white;
}
.cifrasPortugal span{
	text-transform: uppercase;
	color: #1d1d1b;
}
.huecotitle span{
	font-size: 24px;
}
.unitHueco{
	padding-left: 25%;
	padding-top: 5px;
}
.unitVmibel {
    padding-top: 5px;
}
.unitVeconomico {
    font-size: 16px;
    padding-left: 3px;
    vertical-align: super;
}
.backgroundconoceMercado{
	background-color:#c3c5c6; 
	height:260px;
}
.banner2ico{

	float: right;
	padding-top: 40px;
	padding-right: 20px;
}

.banner2span{
	font-size: 28px;
	align-content: center;
	padding-top: 15%;
	padding-left: 25%;
	line-height: 1;
}
.banner2span a{
	color:#1d1d1b !important;
}
.moreinfo {
    padding-left: 25%;
    padding-top: 15px;
    color: white;
}
.moreinfo span{

	border: 2px solid white;
	padding-right: 35px;
	padding-left: 35px;
	border-radius: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color:white;
}

.backgroundconoceMercado2{
	background-image: url("/sites/all/themes/Porto/img/graficas/fondo_mercadoeuropeo.png");
}
.banner2span2, .moreinfo2{
	padding-left: 10%;

}
.moreinfo2 span{
	color: black;
	border: 2px solid black;
	background-color: rgba(195,197,198,0.6);
}
.backgroundmercado{
	background-color: #f8f8f8;
}
.backgroundbanner3{
	background-color: #f2f2f2;
	padding-top: 3%;
}
.datosMaxMin img{
	padding-right: 2px;
}
.separacion50{
	padding-top: 50px;
}
.separacionbottom80{
	padding-bottom: 80px;
}
.highcharts-button.highcharts-button-pressed .highcharts-button-box{
	fill:rgb(50,165,204);
}
.spanVerde{
	color: #92d050;
}
.quitarmarginrow{
	margin-left: 0px;
	margin-right: 0px;
}
.quitarpaddingrow{
	padding-left: 0px;
	padding-right: 0px;
}
.cifrasGris,.cifrasVerde{
	padding-right: 0px;
	padding-left: 0px;
}

@media(max-width:1130px){
	.cifrasDestacadas .datoroscoContent{
		font-size: 28px;
	}
}
@media(max-width:767px){
	.cifrasDestacadas .datoroscoContent{
		font-size: 18px;
		padding-top: 5%;
	}
}
.containerGraficas footer{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

//** modal img**/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modalimg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modalimg-content {
    margin: auto;
    display: block;
   /* width: 80%;
    max-width: 700px;*/
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modalimg-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modalimg-content {
        width: 100%;
    }
}
@media (max-width: 400px){
	.header-body.paddingGraficas {
	    padding-right: 5px;
	}
}