@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'existencelight';
    src: url('../fonts/existence-light-webfont.eot');
    src: url('../fonts/existence-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/existence-light-webfont.woff2') format('woff2'),
         url('../fonts/existence-light-webfont.woff') format('woff'),
         url('../fonts/existence-light-webfont.ttf') format('truetype'),
         url('../fonts/existence-light-webfont.svg#existencelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    width: 100%;
    height: 100%;
	font-family: 'Raleway', sans-serif;
    color: #fff;
    background-color: #f1f2f3;
	webkit-tap-highlight-color: rgba(255,255,255,.2);
    overflow-x:hidden;
}
html {
    width: 100%;
    height: 100%;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
h1, h2, h3{
	text-transform: uppercase;
}
h2, h3 {
	font-family: 'oswaldlight',Arial,sans-serif;
}
a {
    color: #df2d79;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
    color: #bc2264;
}
img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/****** navegacion ******/
.navbar-custom {
    margin-bottom: 0;
    background-color: #292929;
}
.navbar-custom .navbar-brand {
    font-weight: bold;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-toggle{
    margin: 3px 10px 0 0;
    color:white;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: white;
}
.navbar-custom > .bordenav a {
    color: white;
    /*color:black; */
}
.navbar-custom .nav li.active {
    outline: none;
    background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	text-transform: uppercase;
    font-family: 'oswaldlight',Arial,sans-serif;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

.navbar-collapse{
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2)
}
.navbar-brand a{
    color: red;
}
.nav > li > a {padding:10px 22px 10px 15px}
a > h1 {
	font-family: 'existencelight',Arial,sans-serif;
	font-size: 28px;
	text-transform: none;
	padding:0;
	margin:0;
}
.navbar-brand {
    float: left;
    line-height: 20px;
    padding: 10px 0;
	margin:0;
	height:auto;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 12px;
}
@media (min-width:768px) {
    .navbar {

        border-bottom: 0;
        letter-spacing: 1px;
        /*padding: 20px 0;  */
        /*background: 0 0; */
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        padding: 0;
        background-color: #292929;
    }
    .navbar-custom a {
        color: white;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #292929;
        /*border-bottom: 1px solid rgba(0,0,0,.2);*/
    }

    .navbar-brand {
        margin-left: 0px;
    }
	.navbar-collapse{
	    -webkit-box-shadow:none;
		box-shadow:none;
	}
	.nav > li > a {
	    padding:17px 15px;
	}
	.navbar .container{
	   /* border-bottom: 1px solid rgba(0,0,0,.2);
        background: rgba(0,0,0,.96);     */
        padding-left:0;
        padding-right:0;
	}
	.navbar .bordenav {
	    border-bottom: 0;
        /*background: rgba(255,255,255,.0); */
        background: transparent;

	}
}
@media (max-width:479px) {
    a > h1 {
	    font-size: 26px;
	    padding:2px 0 0 0;
	    margin:0;
    }
}
@media (max-width:319px) {
    a > h1 {
	    font-size: 22px;
	    padding:4px 0 0 0;
	    margin:0;
    }
}
/***** intro *****/
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 250px 0 0 0;
    text-align: center;
    font-family: 'oswaldlight',Arial,sans-serif;
	text-transform: uppercase;
    background-color: #f1f2f3;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: bottom;
}
.intro .intro-body .brand-heading {
    font-size: 19px;
	color:#292929;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding: 0 0 8px 0;
	width:280px;
	margin: 0 auto;

}
.intro .intro-body .intro-text {
	font-size: 12px;
	font-family: 'oswaldregular',Arial,sans-serif;
	letter-spacing: 1px;
	color: #969696;
	padding: 8px 0;
}
.introbottom{
	padding-bottom:10px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    padding: 0px;
    border: 2px solid #df2d79;
    border-radius: 35px;
    font-size: 20px;
    color:#df2d79;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
    outline: 0;
    color: #df2d79;
    background: rgba(255,255,255,.15);
}
@media (min-width:480px) {
    .intro {
        padding: 350px 0 0 0;
    }
    .introbottom{
    	padding-bottom:14px;
    }
    .btn-circle {
        width: 40px;
        height: 40px;
        margin-top: 5px;
        padding: 0 6px;
        font-size: 27px;
    }
    .intro .intro-body .brand-heading {
        font-size: 24px;
        padding: 0 0 14px 0;
        width:400px;
    }
    .intro .intro-body .intro-text {
        font-size: 14px;
        padding: 12px 0;
    }
}
@media (min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .introbottom {
	    padding-bottom:30px;
    }
    .intro .intro-body .brand-heading {
        font-size: 28px;
        padding: 0 0 16px 0;
        width:420px;
    }
    .intro .intro-body .intro-text {
        font-size: 14px;
        padding: 16px 0;
    }
    .btn-circle {
        width: 50px;
        height: 50px;
        margin-top: 5px;
        padding: 0px 10px;
        font-size: 34px;
    }
}
@media (min-width: 992px) {
    .introbottom {
	    padding-bottom:4%;
    }
    .btn-circle {
        width: 60px;
        height: 60px;
        margin-top: 5px;
        padding: 0px 12px;
        font-size: 40px;
    }
}
@media (max-width:319px) {
    .intro .intro-body .brand-heading {
        font-size: 18px;
        width:260px;
    }
}

/***** servicios *****/
#servicios {
	background-color: White;
	color:#292929;
	padding:20px 0;
}
.servicios-num{
	padding-top: 26px;
}
.servicios-num ul li {
	border: 1px solid #f5f5f5;
	padding: 20px 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.servicios-num ul li i {
	display: inline-block;
	float: right;
	font-size: 24px;
	margin-left: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
	margin-bottom: 10px;
	height: 30px;
	color: #df2d79;
	width: 36px;
	text-align: center;
}
.servicios-num .text-left i {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.servicios-num .text-right-propia i {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.servicios-num ul li p {
	margin: 0px;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #6b6b6b;
}
.servicios-num ul li h3 {
	margin: 0px;
	font-size: 15px;
    font-family: 'oswaldregular',Arial,sans-serif;
    font-weight:normal;
	padding: 4px 0 0 0;
	letter-spacing: 1px;
	color: #3c3c3d;
}
.servicios-num ul li:hover {
	background: #df2d79;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.servicios-num ul li:hover i {
	color: #fff;
	border-color: #fff;
}
.servicios-num ul li #ejemplo{
	background:#df2d79;
    margin-top:6px;
    color:white;
}
.servicios-num ul li:hover #ejemplo{
	color: #3c3c3d;
    background:#e9e9e9;
}
.servicios-num ul li:hover p, .servicios-num ul li:hover h3 {
	color: #fff;
}
.centrada {
    display:none;
}
.text-right-propia {
    text-align: left;
}
h2 {
    font-size: 24px;
}
p {
    font-size: 13px;
}
@media (min-width:480px) {
    .centrada {
        max-width: 300px;
        height: auto;
        display:inline-block;
    }
    .text-right-propia{
        text-align: left;
    }
}
@media (min-width:768px) {
    .servicios-num .servi-izquierda {
        padding-right:15px;
    }
    .servicios-num .servi-derecha {
        padding-left:15px;
    }
    .centrada {
        max-width: 350px;
        height: auto;
        display:inline-block;
    }
    h2 {
	    font-size: 30px;
    }
    p {
        font-size: 14px;
    }
    #servicios {
        padding:40px 0;
    }
}
@media (min-width:992px) {
    .centrada {
        max-width: 100%;
        height: auto;
    }
    .text-right-propia{
        text-align: right;
    }
    .servicios-num .text-right-propia i {
    	float: right;
    	margin-left: 10px;
    	margin-right: 0px;
    }
    .servicios-num .servi-izquierda {
        padding-right:0px;
    }
    .servicios-num .servi-derecha {
        padding-left:0px;
    }
}
@media (max-width:319px) {
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 13px;
    }
}

/***** trabajos *****/
#trabajos {
	background-color: #f8f8f8;
	color:#292929;
	padding:20px 0 40px 0;
}
#trabajos p{
    padding-bottom: 26px;
}
#trabajos hr, #rsc hr, #contacto hr{
    border-color: rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    margin-top: 20px;
}
.photo-grid {
    padding:10px 0 0 0;
}
.photo-grid li {
    margin: 6px 0px;
    display: inline-block;
}
.photo-grid figure, .photo-grid figure img {
    overflow: hidden;
    position: relative;
    width: 285px;
    height: 214px;
}
.photo-grid figcaption {
    background: rgba(223,45,121,.94);
    color: white;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    display: table;
    -webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	transition: all 400ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}
.photo-grid figcaption div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
    padding:0px 16px 40px 16px;
}
.photo-grid figcaption div:hover {
   -moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
#trabajos .photo-grid figcaption div p{
    font-size: 12px;
    padding:20px 0 0 0;
}
#trabajos .hr_trabajos{
	width:20%;
    border: 2px solid #FFFFFF;
    margin:0 auto;
}
.photo-grid figcaption div h3{
    padding: 0 0 12px 0;
    font-size:20px;
}
.photo-grid li:hover figcaption {
    opacity: 1;
}
a.link_trabajos{
    color: rgba(255, 255, 255, 0.5);
}
a.link_trabajos:hover, a.link_trabajos:focus{
    color: rgba(255, 255, 255, 0.85);
}
@media (min-width:480px) {
    #trabajos .photo-grid figcaption div p{
        font-size: 13px;
    }
    .photo-grid figure, .photo-grid figure img {
        width: 360px;
        height: 270px;
    }
}
@media (min-width:600px) {
    .photo-grid {
        padding:20px 0 0 0;
    }
    .photo-grid figure, .photo-grid figure img {
        width: 336px;
        height: 252px;
    }
    .photo-grid figcaption div h3{
        font-size:24px;
    }
    .photo-grid li {
        margin: 6px 5px;
    }
}
@media (min-width:768px) {
    #trabajos {
        padding:40px 0 60px 0;
    }

    .photo-grid figure, .photo-grid figure img {
        width: 346px;
        height: 260px;
    }
    .photo-grid li {
        margin: 7px 5px;
    }
}
@media (min-width:992px) {
    .photo-grid figure, .photo-grid figure img {
        width: 300px;
        height: 225px;
    }
}
@media (min-width:1200px) {
    #trabajos {
        padding:60px 0;
    }
    .photo-grid figure, .photo-grid figure img {
        width: 360px;
        height: 270px;
    }
    .photo-grid li {
        margin: 10px 8px;
    }
}
@media (max-width:319px) {
    .photo-grid figure, .photo-grid figure img {
        overflow: hidden;
        position: relative;
        width: 260px;
        height: 195px;
    }
    .photo-grid figcaption div h3{
        padding: 0 0 4px 0;
    }
    #trabajos .photo-grid figcaption div p{
        padding:12px 0 0 0;
    }

}

/***** clientes *****/
#clientes{
    background-color: White;
	color:#292929;
    padding:20px 0 40px 0;
}
.logos{
    padding:20px 0 0 0;
}
.cliente {
    width:90px;
    height:auto;
}
.logo {
    margin:20px 16px;
}
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
@media (min-width:480px) {
    .logo {
        margin:22px;
    }
    .cliente {
        width:100px;
        height:auto;
    }
    .logos{
        padding:10px 0 0 0;
    }
    #clientes{
        padding:20px 0;
    }
}
@media (min-width:600px) {
    .logo {
        margin:28px 20px;
    }
    .cliente {
        width:100px;
        height:auto;
    }
}
@media (min-width:768px) {
    #clientes{
        padding:40px 0;
    }
    .cliente {
        width:116px;
        height:auto;
    }
    .logo {
        margin:30px;
    }
}
@media (min-width:992px) {
    #clientes {
        padding:40px 0 30px 0;
    }
    .logos{
        padding:10px 0 0 0;
    }
    .cliente {
        width:116px;
        height:auto;
    }
    .logo {
        margin:36px 18px;
    }
}
@media (min-width:1200px) {
    #clientes {
        padding:40px 0 40px 0;
    }
    .logos{
        padding:10px 0 0 0;
    }
    .cliente {
        width:132px;
        height:auto;
    }
    .logo {
        margin:40px 26px;
    }
}

/***** responsabilidad *****/
#rsc{
	background-color: White;
	color:#292929;
    padding:20px 0 40px 0;
}
#rsc h3{
	color:#3e5651;
    font-size: 20px;
}
#rsc span{
    text-transform: lowercase;
}
.floral {
	width:100%;
	height:580px;
	background:url(../img/fondo_floral.jpg) no-repeat #7f9185 scroll;
    -webkit-background-size: auto;
    -moz-background-size: auto;
	-o-background-size: auto;
    background-size: auto;
}
.floral .flotante {
	width: 100%;
	height: 600px;
	background: url(../img/flotante.png) no-repeat left ;
}
.floral .flotante2 {
	width: 100%;
	height: 600px;
	background: url(../img/flotante2.png) no-repeat 100px;
}
@media (min-width : 480px) {
    .floral {
        -webkit-background-size: cover;
        -moz-background-size: cover;
    	-o-background-size: cover;
        background-size: cover;
    }
    #rsc h3{
    	color:#3e5651;
    }
}
@media (min-width : 768px) {
	#rsc{
		padding:40px 0;
	}
    #rsc h3{
        font-size: 22px;
    }
    .floral {
    	height:600px;
    }
}
@media (max-width:319px) {
    .floral {
    	height:630px;
        -webkit-background-size: auto;
        -moz-background-size: auto;
    	-o-background-size: auto;
        background-size: auto;
    }
    #rsc h3{
        color: #3e5651;
    }
}
/***** contacto *****/
#contacto{
	background-color: #f0f0f0;
	color:#292929;
	padding:20px 0;
}
#contacto h3{
    font-size: 20px;
    display:inline;
}
.datos_contacto{
    float:none;
}
.btn {
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default {
    background-color: #df2d79;
    color: white;
    border: 0px transparent;
}
.btn-default:hover, .btn-default:focus {
    outline: 0;
    background-color: #bc2264;
    color: white;
}
.texto_respuesta{
    padding-top:20px;
    text-transform: uppercase;
    font-family: 'oswaldlight',Arial,sans-serif;
    font-size: 18px;
    color:#df2d79;
}
.formulario {
    padding:20px 0;
}
.social {
    padding: 0 4px;
}
.rrss{
    padding-bottom:20px;
}
.mapa{
    display: inline-block;
    height: 30px;
    width: 36px;
}
.map{
	background-color: #f0f0f0;
}
#map_{
    margin-top:10px;
}
.direccion{
    padding-bottom:26px;
}
.telefono{
    padding-bottom:32px;
}
.label_privacidad{
    font-size: 13px;
}
#contacto small{
    text-align: right;
}
.checkbox {
    margin-bottom: 0px;
    margin-top: 10px;
}
.btn-enviar{
    margin-top:10px;
}
.help-block {
    color: #a94442;
}
a.pdp{
    color:#292929;
    text-decoration: underline;
}
@media (min-width : 768px) {
    .datos_contacto{
        float:left;
        padding-right:36px;
    }
    .rrss{
        padding-bottom:0px;
        padding-right:30px;
    }
    #contacto{
    	padding:40px 0 20px 0;
    }
    #contacto h3{
        font-size: 22px;
    }
    .formulario {
        padding:30px 0 40px 0;
    }
    #map_{
        margin-top:20px;
    }
    .label_privacidad{
        font-size: 14px;
    }
}
@media (min-width : 992px) {
    .datos_contacto{
        float:none;
    }
    .formulario {
        padding:40px 0;
    }
}
@media (min-width : 1200px) {
    #contacto{
    	padding:40px 0;
    }
}

/***** pie *****/
footer {
    padding: 16px 0;
    background-color: #353638;
}
footer a{
    color:white;
    padding:2px;
}
footer a:hover{
    background-color: #df2d79;
    color: white;
}
footer p {
    margin: 0;
}
@media (min-width : 768px) {
    footer {
        padding: 30px 0;
    }
}

/* nota legal */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(53,54,56,1);
    z-index:2000;
    overflow: auto;
}
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cruz.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 2500;
}
.close {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-shadow: 0 0px 0 transparent;
    color:white;
}
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
#legal{
    width:85%;
    margin:0 auto;
    padding:20px 0;
}
#legal h2{
    font-family: 'oswaldlight',Arial,sans-serif;
    font-size: 24px;
    color: #df2d79;
}
#legal h3{
    font-size: 18px;
    color: #868686;
}
#legal p{
    font-size: 13px;
}
#legal ol, #legal ul {
    font-size: 13px;
	margin:20px;
}
#legal ol {
    list-style: square inside;
}
#legal ul {
	list-style: decimal inside;
}
#legal ol li, #legal ul li{
    padding: 0 0 6px 0;
}
#legal blockquote {
    margin:0 0 20px 20px;
    font-size:13px;
}
@media (min-width : 768px) {
    #legal{
        width:75%;
    }
    #legal h1{
        font-size: 30px;
    }
    #legal h2{
        font-size: 16px;
    }
    .overlay .overlay-close {
    	width: 80px;
    	height: 80px;
    }
}
@media (min-width : 992px) {
    #legal{
        width:60%;
    }
}

/***** Limpiador de columnas ******/
.newBFC {
	overflow: hidden;
}

/* Hide from ie Mac \*/
* html .newBFC {
	overflow: visible;
	overflow-x:hidden;
	height: 0;
}
/* End hide */

/*\*//*/
.newBFC {display: inline-block;}
/**/