
.contenido-producto {
    float: left;
    margin-bottom: 50px;
    padding: 0 2px;
    width: 33%;
}
.sliderhome {
    border: medium none !important;
    float: left !important;
    margin: 0 !important;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
display: block !important; /* I added this line */
}
.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 1 !important;
}
.flex-direction-nav a {
    color: transparent !important;
    opacity: 1 !important;
    text-shadow: unset !important;
}
.flex-direction-nav a::before {
    text-shadow: unset !important;
	/* font-size: 34px !important;
     color: rgba(219,91,55,1) !important; */
     background-color: red;
     border-radius: 100%;
     color: white !important;
     padding: 2px 8px 1px 8px;
     font-size: 20px !important;
}
.flex-direction-nav .flex-prev {
	left: 5px !important;
}
.flex-direction-nav .flex-next {
	right: 5px !important;
}
.border-producto {
    border: 1px solid black;
    float: left;
    min-height: 318px;
    position: relative;
    text-align: center;
    width: 100%;
}
.codigoph {
    float: left;
    font-size: 18px;
    margin: 5px 4% 0;
    position: relative !important;
    text-align: left;
    width: 92%;
	color: #C03438;
	font-weight: 700;
}
.border-producto span {
    bottom: 0;
    position: absolute;
    right: 0;
}
.border-producto p {
    font-size: 13px !important;
    margin: 5px 4% 0;
    text-align: left;
    width: 92%;
}
.border-producto > p {
    float: left;
    height: 40px;
    margin: 10px 2% 0;
    width: 96%;
}
.img-centrada {
    margin: 0 auto;
}
.border-producto > span {
    float: left;
    text-align: right;
    width: 100%;
}
.border-producto span img {
    margin: 0 15px 10px 0;
    width: 25px;
}
.titulo-azul {
    color: #0052a1;
    float: left;
    font-size: 24px;
    margin-left: 8%;
    margin-right: 2%;
    margin-top: 30px;
    width: 90%;
}
.img-mapa {
    float: left;
    height: auto;
    margin: 0 0 7px;
    max-width: 100%;
}
.texto-integrales {
    color: white;
    float: left;
    margin: 15px 0 50px;
    text-align: justify;
    width: 82%;
}
.btn-marco {
    margin-bottom: 30px;
    width: 82%;
}
.banner {
    float: left;
    position: relative;
    width: 100%;
}
.div-completo {
    background-color: rgba(3, 7, 8, 0.6);
    bottom: 0;
    color: white;
    padding: 20px 0;
    position: absolute;
    width: 100%;
}
.border-producto > a {
    color: black;
    text-decoration: none;
}
.mensaje-inicial {
    color: white;
    font-size: 46px;
    font-style: italic;
    font-weight: 600;
    left: 1%;
    position: absolute;
    text-align: center;
    text-shadow: 2px 0 1px rgba(34, 34, 34, 1);
    top: 21%;
    width: 98%;
}
.mensaje-inicial > p {
    font-size: 46px;
}
.banner > img {
    height: auto;
    width: 100%;
}
.btn-danger {
    background-color: transparent;
    border-color: white;
    color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background-color: white;
    border-color: black;
    color: black;
}
.productos-home {
    float: none;
    width: 960px;
    margin: 0 auto;
}
.texto-bld {
    color: white;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: -2px;
    margin-top: 30px;
}
@media (max-width: 1190px) {
	.coliframe iframe{
		width: 100%;
	}
	.texto-bld, .text-white {
		font-size: 16px;
	}
	.texto-integrales {
		 margin: 15px 0 25px;
	}
}
@media (max-width: 1150px) {
	.mensaje-inicial p {
		 font-size: 30px;
	}
}
@media (max-width: 1010px) {
	.productos-home {
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
}
@media (max-width: 970px) {
	.mensaje-inicial {
		top: 4%;
	}
}
@media (max-width: 780px) {
	.div-completo {
		display:none;
	}
	.titulo-azul {
		font-size: 18px;
		 margin-top: 18px;
	}
	.col-ly-integral{
		width: 100%;
	}
	.lineas-dobles {
		height: auto;
	}
	.texto-bld, .text-white  {
		text-align: center;
	}
	.texto-integrales {
    margin: 15px 3% 35px !important;
    width: 94%;
	}
	.btn-marco {
    margin: 0 3% 25px;
    width: 94%;
	}
	.coliframe {
    margin: 0 3% 25px;
    width: 94%;
}
.text-center-red > h3 {
    font-size: 22px;
}
.text-center-red {
	padding-left: 0;
}
.border-producto {
	min-height: 350px;
}
.img-centrada {
    max-width: 100%;
}
}
@media (max-width: 600px) {
	.mensaje-inicial p {
    font-size: 22px;
	}
}
@media (max-width: 480px) {
	.img-mapa {
		display: none;
	}
	.col-ly-export {
    text-align: justify;
    width: 100%;
	}
	.titulo-azul {
    font-size: 16px;
    margin: 20px 2%;
    width: 96%;
	}
	.contenido-producto {
		width: 100%;
		margin-bottom: 25px;
	}
	.border-producto {
    min-height: auto;
	}
	.text-center-red > h3 {
    font-size: 16px;
	}
}
