/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


.padding-10 {
	padding:5em 10em;
}

.home-header h3{
 margin-bottom: 0px;
 line-height: 25px;
}

.bottom-phrase h3{
	color: #FFF!important;
	font-weight: 600;
	letter-spacing: inherit;
}
.grid_valores h4{
	font-weight: bold;
    letter-spacing: inherit;
    }
.grid_valores p{
	color: rgba(255, 255, 255, 0.8);
}
.grid_valores .uk-grid > *  {
	padding:20px!important;
	border-right: 1px solid #c8b499;
}
.grid_valores .uk-grid > *:last-child {

	border-right: 0px solid #c8b499;
}

sup{
	font-size: 45%;
    line-height: 0;
    position: relative;
    vertical-align: super;
    top: -0.5em;
}

@media (max-width: 414px) {
  .padding-10 {
  	padding: 0em;
  }
  .grid_valores .uk-grid > * {
	border-right: 0px solid #c8b499;
}
.home-header h3{
	    line-height: initial;
}
}