/** VARIABLES **/
:root {
  --sans-serif: 'Open sans', sans-serif;
  --serif: 'Open sans', sans-serif;
  --headers: 'Open sans', sans-serif;
  
  --base: 15px;
  
  --secundario: #000;
  --primario: #000;
  --grey: #ececec;
  --grey-dark: #7d7d7d;
  --text-color: #636363;
  
  quotes: "“" "”";
}

img {
	max-width: 100%;
	height: auto;
}

/** UTILES **/
.width-50 {
	width: 50%!important;
}
.bg-top-right {
	background-position: top right;}
.big {
	font-size: 130%;
}
.bold {
	font-weight: 700;
}
.semi-light {
	font-weight: 400;
}
.light {
	font-weight: 200;
}

.cambiar-float {
	float: right;
}
.row-eq-height { 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
@media (max-width: 992px){
	.row-eq-height { 
		display: block; 
		display: block; 
		display: block; 
		display: block;
	}
}

.no-padding-row > div {
	padding-left: 0;
	padding-right: 0;
}

.padding {
	padding: var(--base);
}

.no-padding{
	padding:0px;
}

.white, .white-color {
	color: #fff;
}
.black, .black-color {
	color: #000;
}
.grey, .grey-color {
	color: #ababab;
}

.white-bg {
	background-color: #fff;
}
.black-bg {
	background-color: #000;
}

.texture {
	background-image: url(../../img/texture.png);
	background-repeat: repeat;
	background-position: center;
}
.fondo {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.display-inline {
	display: inline-block;
}

.display-block {
	display: block;
}

.upp {
	text-transform: uppercase;
}
.low {
	text-transform: none!important;
}

.margin-t {
	margin-top: 15px;
}
.margin-t-x2 {
	margin-top: 30px;
}
.margin-t-x3 {
	margin-top: 45px;
}
.margin-t-x4 {
	margin-top: 60px;
}
.margin-b {
	margin-bottom: 15px;
}
.margin-b-x2 {
	margin-bottom: 30px;
}
.margin-b-x3 {
	margin-bottom: 45px;
}
.margin-b-x4 {
	margin-bottom: 60px;
}

.padding-h {
	padding-left: 15px;
	padding-right: 15px;
}
.padding-h-x2 {
	padding-left: 30px;
	padding-right: 30px;
}
.padding-h-x3 {
	padding-left: 45px;
	padding-right: 45px;
}
.padding-h-x4 {
	padding-left: 60px;
	padding-right: 60px;
}
.padding-h-x5 {
	padding-left: 75px;
	padding-right: 75px;
}
.padding-h-x6 {
	padding-left: 90px;
	padding-right: 90px;
}

.padding-v {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-v-x2 {
	padding-top: 30px;
	padding-bottom: 30px;
}
	.padding-v-t-x2 {
		padding-top: 30px;
	}
	.padding-v-b-x2 {
		padding-bottom: 30px;
	}
.padding-v-x3 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-v-x4 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding-v-x5 {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-v-x6 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.padding-v-t-x4 {
	padding-top: 60px;
}
.padding-v-b-x4 {
	padding-bottom: 60px;
}

.border {
	border: solid 1px #b2b2b2;
}
.border-t {
	border-top: solid 1px #b2b2b2;
}
.border-b {
	border-bottom: solid 1px #b2b2b2;
}
.border-l {
	border-left: solid 1px #b2b2b2;
}
.border-r {
	border-right: solid 1px #b2b2b2;
}

ul.no-bullet {
	list-style-type: none;
	padding-left: 0;
}

:focus {
	outline: none!important;
}

/* RWD */
img {
	max-width: 100%;
	height: auto;
}

/* Iconos */
.pi {
	display: inline-block;
	width: 32px;
}

.pi-xxs {
	width: 24px;
	position: relative;
	top: 3px;
}
.pi-xs {
	width: 36px;
}
.pi-sm {
	width: 60px;
}
.pi-md {
	width: 120px;
}
.pi-lg {
	width: 240px;
}
	.pi svg {
		max-width: 100%;
		height: auto;
	}
	.pi-white svg g {
		fill: #fff;
	}
	.pi-black svg g {
		fill: #000;
	}
	
/** FORMULARIOS **/
input[type="file"] {
	font-size: 14px;
}
.form-group .help-block ul {
	list-style-type: none;
	margin: 0;
	font-size: 16px;
	text-align: center;
}

/** ELEMENTOS COMUNES **/

.enlace-js{
	cursor: pointer;
}

.descripcion {
	font-size: 14px;
	text-align: justify;
}
	.descripcion-2-col {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
		-moz-column-gap: 60px; /* Firefox */
		column-gap: 60px;
	}
	.descripcion-2-col-border {
		-webkit-column-rule: 1px outset #b2b2b2; /* Chrome, Safari, Opera */
		-moz-column-rule: 1px outset #b2b2b2; /* Firefox */
		column-rule: 1px outset #b2b2b2;
	}

.introduccion {
	font-size: 16px;
	color: #000;
}

.contenido {
	font-size: 16px;
	color: #000;
}
	.contenido p {
		margin-bottom: 24px;
	}

.paginador-registros {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
	
blockquote {
	padding: 0;
	border: none;
	color: var(--primario);
	font-style: italic;
}

.totop {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 40px;
    width: 30px;
    height: 30px;
    background-color: rgba(255,255,255, 0.9);
    border-radius: 100%;
    z-index: 999999;
}
	.totop a {
		display: block;
		text-align: center;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}


.btn-icon {
	padding: 10px 10px 10px 30px;
	border-radius: 60px;
}
	.btn-icon img {
		margin-left: 30px;
	}
	
.linea {
	background-image: url(../../img/SEPARADOR.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

/* GENERAL */
* {
	outline: none;
}
body {
	font-family: var(--sans-serif);
	color: var(--text-color);
	font-size: calc( var(--base) * 1.0666667 );
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--headers);
}
a {
	color: var(--secundario);
	text-decoration: none;
	transition: all ease .5s;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a.secundario, .secundario {
	color: var(--secundario);
}
a.primario, .primario {
	color: var(--primario);
}

.serif {
	font-family: var(--serif);
}
.sans-serif {
	font-family: var(--sans-serif);
}

.over{
	overflow: hidden;
}

.contenido {
	padding-top: 30px;
	padding-bottom: 30px;
}

.btn.btn-default {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.65;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
	background-color: #fff;
	border-color: transparent;
	padding: 8px 24px;
	position: relative;
	transition: all ease .5s;
}
.btn.btn-icon {
	padding-right: 90px;
}
	.btn.btn-icon:after {
		content: '\f105';
		font-family: 'FontAwesome';
		position: absolute;
		right: 24px;
		color: #000;
		font-weight: 700;
		font-size: 20px;
		margin-top: -3px;
	}
.btn.btn-black {
	background-color: #000;
	color: #fff;
}
	.btn.btn-black:after {
		color: #fff;
		transition: all ease .5s;
	}
.btn.btn-white {
	background-color: #fff;
	color: #000;
}
	.btn.btn-white:after {
		color: #000;
		transition: all ease .5s;
	}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
	background-color: #fff;
	color: #000;
}
	.btn.btn-black:hover:after {
		color: #000;
	}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
	background-color: #000;
	color: #fff;
}
	.btn.btn-white:hover:after {
		color: #fff;
	}
.btn.btn-border-white {
	border: solid 2px #d4d4d4;
}
	.btn.btn-border-white:hover, .btn.btn-border-white:focus, .btn.btn-border-white:active {
		border-color: #000;
		background-color: #000;
		color: #fff;
	}
.btn.btn-block {
	padding-left: 0;
	padding-right: 0;
	border-radius: 4px;
}

.btn.btn-lg {
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.btn.btn-sm {
	font-size: 13px;
}


/* BREAKPOINT MENU */
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}



.new-header{
	background: #262626;
    padding: 0;
    margin-top: 15px;
    padding: 8px 5%;
}
.new-header .navbar{
	margin:0;
}
.new-header .navbar-brand{
	padding:0;
}
.new-header .nav li a{
	color: #E9EAE0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 19px;
	text-align: right;
}
.new-header .navbar > div{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-vettus .div-texto .primer-texto > div{
	margin-left: auto;
	margin-right: 100px;
}
@media (max-width:992px){
	.new-header{ 
		margin-top:0;
	}
	.navbar-header{
		width:100%;
	}
	header .navbar-toggle .icon-bar{
		background-color:white;
	}
	header #navbar .nivel-0 ul li a{
		color:white;
	}
	.new-header .nav li a{
		text-align:left;
	}
	#navbar{
		width:100%;
		padding-bottom:20px;
	}
}
.pagina_inicio .section-textos .div-texto .primer-texto h3:before{
	background-image: url('../../img/icon_symbol@2x.png');
}
.pagina_inicio .section-textos .div-texto .primer-texto h3{
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: normal;
}
.pagina_inicio .section-textos .div-texto .primer-texto h4{
	color: #262626;
    font-weight: bold;
    font-size: 21px;
    line-height: 40px;
    margin-top: 0;
	letter-spacing:0;
}
.pagina_inicio .section-textos .div-texto .segundo-texto{
	margin-bottom: 75px;
}
.pagina_inicio .section-textos .div-imagen{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pagina_inicio .section-textos  .row-textos{
	display:flex;
}
@media (max-width:480px){
	.pagina_inicio .section-textos .div-texto .primer-texto h3{
		font-size: 25px;
		line-height: 28px;
	}
}
.section-vettus .nav-item:first-child{
	border-right: 2px solid #262626;
    padding-right: 10px;
}
.section-vettus .nav-item:last-child{
    padding-left: 10px;
}
.section-vettus .nav-tabs{
	display: flex;
    border-bottom: none;
    padding-bottom: 65px;
}
.section-vettus .nav-item{
	font-family: Montserrat;
	font-size: 21px;
	color: rgba(38,38,38,0.35);
	font-weight: bold;
	letter-spacing: 0;
	line-height: 27px;
	cursor:pointer;
}
.section-vettus{
	padding-bottom:35px;
	padding-top:50px;
}
.row-vettus{
	display:flex;
}
.section-vettus .nav-item.activo{
	color: #262626;
}
.section-vettus .tab-content{
	padding-bottom:120px;
}
.section-vettus .tab-cont:not(.activo){
	display:none;
}
.pagina_inicio .section-vettus .div-imagen div{
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.pagina_inicio .section-vettus .div-texto .primer-texto p strong{
	color:#262626;
}
.pagina_inicio .section-vettus .div-imagen div:not(.activo){
	display:none;
}
.pagina_inicio .section-vettus .div-imagen div.activo{
	display:block;
	transition: all ease .5s;
}
a.boder-red{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #222222;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 50px;
    background-color: transparent;
    border: 1px solid #fd0707;
    line-height: 20px;
    margin-top: 20px;
}
.productos .section-slide .container-texto .div-texto p{
	color:#262626;
}
.descripcion-produ{
	max-width: 680px;
    padding: 0 15px;
	padding-bottom:55px;
}
.descripcion-produ p{
	color: #262626;
	font-family: Montserrat;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
}
.descripcion-produ h2{
	color: #262626;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 28px;
}
.productos .section-info .div-informacion .texto h4{
	position:relative;
	margin-bottom:15px;
}
.productos .section-info .div-informacion .texto h4:after{
	content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    border-bottom: 1px solid #ff0000;
    top: -15px;
    left: 40px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.productos .section-info .div-informacion .div-link span{ 
	border: 1px solid #262626;
    background: transparent;
    color: #262626;
}
.productos .section-info .div-informacion .div-link span .icono svg .st0, .productos .section-info .div-informacion .div-link span .icono svg .st1, .productos .section-info .div-informacion .div-link span .icono svg .st2{
	fill:#262626;
}
.section-subproductos{
	padding-top:100px;
}
.subproductos h2{
	color: #262626;
	font-family: Montserrat;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
}
.subproductos{
	padding-top:200px;
}
.subproductos h1{
	color: #262626;
    font-family: Montserrat;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}
.subproductos .section-cabecera p{
	color: #262626;
	font-family: Montserrat;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
}
.subproductos .row-flex{
	display:flex;
	align-items:center;
	padding-left:15px;
}
.subproductos .section-cabecera .no-padding{
	position:relative;
}
.subproductos .section-cabecera .atras a svg{
	margin-right:18px;
}
.subproductos .section-cabecera .atras a{
	display: flex;
    align-items: center;
    color: #262626;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}
.subproductos .section-cabecera .atras{
	position: absolute;
    top: 50%;
    left: 30px;
}
.subproductos .section-info .div-informacion .texto h4 {
    position: relative;
    margin-bottom: 15px;
}
.subproductos .section-info .div-informacion .texto h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #222222;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 45px;
	padding-left:15px;
}
.subproductos .section-info .div-informacion .texto h4:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    border-bottom: 1px solid #ff0000;
    top: -15px;
    left: 55px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.subproductos .section-info .div-informacion .texto p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #231f20;
	padding-left:15px;
}
.subproductos .section-info .div-informacion .div-link {
    margin-top: 30px;
    padding: 0 15px;
}

.subproductos .section-info .div-informacion .div-link span {
    display: inline-block;
    padding: 15px 60px 15px 40px;
    cursor: pointer;
    background-color: #222222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}
.subproductos .section-info .div-informacion .div-link span {
    border: 1px solid #262626;
    background: transparent;
    color: #262626;
}
.subproductos .section-info .div-informacion .div-link span .icono {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.subproductos .section-info .div-informacion .div-link span .icono svg {
    width: 30px;
    height: auto;
}
.boton-negro{
	color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    background-color: #262626;
    display: inline-block;
    padding: 15px 60px 15px 40px;
    min-width: 359.50px;
    margin-top: 18px;
}
.subproductos .section-formato{
	padding-top:50px;
}
.subproductos table{
	width:100%;
}
.subproductos table th{
	border: 1px solid #979797;
    color: #262626;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.subproductos table td{
	border:1px solid #979797;
	color: #262626;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 25px;
	text-align: left;
	padding:10px;
}
.subproductos .table-cabecera{
	color: #FFFFFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    background-color: #262626;
    padding: 10px 0;
}
.subproductos .section-formato{
	padding-bottom:50px;
}
.subproductos .dot{
	background-color: #262626;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
}
.subproductos .arrow-left{
	position: absolute;
    top: 50%;
    left: 35px;
    z-index: 2;
    cursor: pointer;
	transform:translateY(-50%);
}
.subproductos .arrow-right{
	position: absolute;
    top: 50%;
    right: 35px;
    z-index: 2;
    cursor: pointer; 
	transform: rotate(180deg) translateY(50%);;
}
.subproductos .row-ambientes-boton a{
	color: #262626;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    border: 1px solid #262626;
    padding: 17px 35px;
	display:inline-block;
	margin-top:30px;
}
.subproductos .section-ambientes{
	padding-bottom:75px;
} 
.mas-item .mas-link a svg{
	margin-left: 10px;
}
.mas-item .mas-link a{
	color: #272724;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    display: inline-flex;
	align-items: center;
}
.mas-item {
	padding-bottom:50px;
}
.section-mas{
	padding-bottom:50px;
}
.mas-item .mas-link{
	text-align:center;
}
.mas-item .mas-extracto{
	color: #262626;
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding-bottom: 15px;
}
.mas-item .mas-title{
	color: #262626;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    padding-bottom: 10px;
}
@media (max-width:992px){
	.subproductos{
		padding-top:0;
	}
	.subproductos h1{
		text-align:right;
	}
	.subproductos .section-cabecera .container-texto{
		padding-top:50px;
		padding-bottom:50px;
	}
}
@media (max-width:768px){
	.subproductos .section-cabecera .no-padding{
		padding-right:30px;
	}
	.mas-item img{
		max-width: 400px;
		width:100%;
	}
	.mas-item{
		text-align:center;
	}
	
}
@media (max-width:480px){
	.subproductos h1 {
		text-align: right;
		padding-top: 25px;
		text-align: center;
	}
	.subproductos .section-cabecera .atras {
		position: absolute;
		top: 10px;
		left: 30px;
	}
	.subproductos .row-flex{
		display:block;
		padding:0 30px;
	}
	.subproductos .section-info .div-informacion .texto h4,
	.subproductos .section-info .div-informacion .texto p{
		padding-left:30px;
		padding-right:30px;
	}
	.subproductos .section-info .div-informacion .texto h4:after{
		left:70px;
	}
	.subproductos .section-info .div-informacion .div-link{
		padding-left:30px;
		padding-right:30px;
		text-align:center;
	}
	.subproductos .section-formato,
	.subproductos .section-ambientes,
	.subproductos .section-mas{
		padding-left:15px;
		padding-right:15px;
	}
	.subproductos h2 {
		color: #262626;
		font-family: Montserrat;
		letter-spacing: 0;
		line-height: 33px;
		text-align: center;
		font-size: 25px;
	}
	.boton-negro{
		min-width:auto;
	}
	.subproductos table {
		width: 100%;
		overflow: scroll;
		display: block;
	}
}
.paginas-63 h1{
	color: #262626;
	font-family: Montserrat;
	font-size: 29px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center; 
	padding-top:200px;
	padding-bottom:150px;
}
.masonry-item{
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.masonry-item-big{
	min-height:990px;
} 
.gradient-masonry{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(58,58,58,0.4);
}
.floating-masonry{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
}
.floating-masonry .titulo-masonry{
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 40px;
	text-align: center;
}
.floating-masonry .categoria-masonry{
	color: #FFFFFF;
	font-family: Montserrat;
	font-size: 16px;
	letter-spacing: 0.94px;
	line-height: 28px;
	text-align: center;
}
.masonry-item-large{
	min-height: 495px;
}
.masonry-item-small{
	min-height: 495px;
}
@media (max-width:1200px){
	.masonry-item-big ,.masonry-item-large,.masonry-item-small{
		min-height: 450px;
	}
}
.productos .section-mas h2{
	color: #262626;
    font-family: Montserrat;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    padding-top: 100px;
}
.row-mas{
	display: flex;
    justify-content: space-around;
}
@media (max-width:992px){
	.row-mas{
		display:block;
	}
}