﻿#main > header {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
	}


/* fondo */

	body.fondoNos #page-wrapper {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;
	}

	body.fondoNos #footer {
		background-color: rgba(29, 36, 42, 0.9);
	}

	body.is-mobile.fondoNos #page-wrapper {
		background: none;
	}

	body.is-mobile.fondoNos #banner,
	body.is-mobile.fondoNos .wrapper.style4 {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner3.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	body.is-mobile.fondoNos #footer {
		background-color: #1d242a;
	}

.col-cont{
 width: 50%;
 margin-left: 0;
}
@media screen and (min-width: 240px){.col-cont{width: 80%;margin-left:10%}}
@media screen and (min-width: 480px){.col-cont{width: 60%;margin-left:20%}}
@media screen and (min-width: 768px){.col-cont{width: 50%;margin-left:0}}
@media screen and (min-width: 1024px){.col-cont{width: 50%;margin-left:0}}

.icono_whats{
 width: 35px;
 height: auto;
 padding-right: 10px;
 margin-bottom: -5px;
}
