img{max-width:100%;height: auto;}
.video-section h2 {
    color: #D61A0C;
    font-size: 6rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 40px auto 0px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
}

.tabla_oferta {
    width: 100%;
}

ul.menu_lateral li ul.menu_lateral {
    padding-left: 20px;
}
.ficha_tecnica ul {
	list-style:none;
	padding: 0;
}
.ficha_tecnica ul img {
	max-width: 40px;
	height: 40px;
	border: none;
	padding: 4px;
}
.ficha_tecnica ul li {
	float: left;
	background: #D61D0F;
	margin-right: 5px;
    margin-bottom: 5px;
}
.w-100 {
    width: 100%;
}
.form-tourets input[type="date"] {
    font-size: 13px;
    line-height: 1.42857143;
}
.div_p {
    line-height: 1.6!important;
    font-size: 1.1em;
}
#productos ul li, #productos ul li img {
    list-style: none;
    float: left;
    width: 36px;
    height: 36px;
    border:none;
    margin: 0;
    padding: 0;
}
.item_buscador > a:before {
    content: "\f002";
}

.item_familia > a:before {
    content: "\f00a";
}

#productos figure figcaption li{
	background: #D61D0F;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 24px;
	height: 24px;
}
#productos figure figcaption li img{
	width: 100%;
	height: auto;
}

@media only screen and (max-width:1600px){
	.telefono{
		font-size: 1em;
	}
}

.tabla_precios tr th{
    /*border-left: solid 1px #EBEBEB!important;*/
    border-left: none!important;
}

.tabla_precios tr th:nth-child(2n + 1){
    border-left: solid 1px red;
}

.supercabecera+.cabecera_esp{
	border-left: solid 1px red!important;
}

.tabla_precios tbody tr td:nth-child(4n + 1) {
    font-weight: 500;
}

.tabla_precios thead tr th.borde_rojo_izq {
    border-left: solid 1px red !important;
}
#carousel .btn{
	color: #FFF;
    border-color: #FFF;
}
#carousel .btn:hover{
	color: #FFF;
    border-color: #D61A0C;
}
.coin p{
	font-size: 1.5em;
}
.coin .fecha{
	font-size: 1.2em;
}
.separador {
	float: none;
}
.tw:hover{
	background: #1DA1F2!important;
}
.ins:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#655eca+1,dd3580+100 */
    background: #655eca!important; /* Old browsers */
    background: -moz-linear-gradient(top, #655eca 1%, #dd3580 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #655eca 1%,#dd3580 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #655eca 1%,#dd3580 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#655eca', endColorstr='#dd3580',GradientType=0 ); /* IE6-9 */
}

#nuestra-historia article h2[id]:before {
    display: block;
    content: " ";
    margin-top: -50px;
    height: 100px;
    visibility: hidden;
}
#nuestra-historia article h2[id] {
    padding-top: 0px;
}
.listado_cables dt{
	font-size:1.3em;
	margin-bottom: 10px;
}
.listado_cables{
	margin-bottom:50px;
}
.certificado{
	max-width: 65px;
	margin-right: 15px!important;
}
.bloque_certificados{
	clear: left;
}
.boton_atras:hover{
	border-color: #000!important;
	color:#000!important;
}
.ficha_funcional .contenido-carcateristicas p {
	margin-top: 0;
	padding: 0;
	border: none;
}
@keyframes flecha{
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg) scale(1.1);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg) scale(1.2);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg) scale(1.3);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg) scale(1.4);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg) scale(1.5);
}
}
.fa-location-arrow:hover{
	animation: flecha 0.3s ease forwards;
}
.formulario fieldset {
	float:left;
	width: 100%;
}
.comercial p {
	line-height: 1.4;
}
#descargas .item_descarga h2 {
	font-size: 1.7rem;
}

#actualidad figure img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
#actualidad figure {
	display: flex;
}

#nuestra-historia article a {
	color:#D61A0C;
}
@media only screen and (max-width:480px){
	.valor_dolar, .valor_euro, .media_dolar, .media_euro{
		width: 50%;
		float:right;
	}
	.nav.nav-pills li{
		width:100%;
		float: left;
		margin-bottom: 2px;
		margin-left:0!important;
	}
	#buscador_producto{
		width: 100%;
		margin-bottom: 25px;
	}
	#buscador_producto *{
		margin: 0!important;
	}
	#buscador_producto fieldset{
		width:70%;
	}
	#buscador_producto input[type="submit"]{
		width:30%;
	}
}
#actualidad_index{
	display:flex;
}
@media only screen and (max-width:768px){
#actualidad_index, #actualidad_index div{
	display: block;
	}
	#actualidad figure a{
		max-width: 20%;
	}
	#contacto fieldset{
		width: 100%;
	}
}
article#cont-noticia h2 {
    padding:0;
    margin:0;
}
article#cont-noticia h3 {
    font-size: 1.1em;
    font-weight:bold;
}
.cont-noticia-cuerpo {
    line-height: 1.6 !important;
    font-size: 1.1em;
}
#productos .listado_cables dl dt a strong {
	color: #333333!important;
}

#productos .listado_cables dl dt a:hover, #productos .listado_cables dl dt a:hover strong {
	color: #D61A0C!important;
}

/*
* Integración captcha
*/
.recargar_captcha{
	background:url(../imagenes/btn_recarga.svg) no-repeat center center #F4F4F4;
	border: 1px solid #ccc;
	float:left;
	height: 46px;
	margin-left: -7px;
	text-indent: -9999px;
	width: 46px;
}
.contCaptcha img
{
	width:200px;
	height:46px;
	float:left;
}