body{
    /*background-image: url("../img/concrete_pattern.jpg");*/
}

/**************************************
link & button
**************************************/
.white
{
	color:#fff !important;
}
h1.cta-title
{
	font-size: 43px;
}
h1
{
	font-size: 36px;
}
/**************************************
Header
**************************************/
.fixedContact{
    position:fixed;
    background-color: blue;
    color: white;
    padding: 20px;
    right: 7px;
    top:120px;
    z-index: 2;
}
.fixedContact a{
    color: white;
}
.fixedContact a:hover{
    color: red;
}
.flashContact{
    position:absolute;
    color: white;
    right: 30px;
    z-index: 2;
}
.flashContact a{
    color: white;
}
.flashContact a:hover{
    color: red;
    text-decoration: none;
}
.glow {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: glow;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: glow;
    animation-direction: alternate;
    animation-iteration-count: infinite;

}
@-webkit-keyframes glow {
    from { text-shadow: 0 0 0px red; }
    to { text-shadow: 0 0 20px red; }
}
.section-padding
{
    padding: 120px 0px 0px 0px;
}
.main-navigation
{
    border-bottom: 1px solid #3d3f92;
}
.navbar-default {
    background-color: #fff;
    border-color: rgba(231, 231, 231, 0.33);
    padding: 20px 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #354242;
    background-color: #fff;
}
.navbar-nav {
    padding-top: 5px;
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	border-bottom: 2px solid #E74C3C;
    outline: none;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0px;
}
.navbar-brand {
    /*height: inherit;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px;
    font-size: 42px;
    margin-top: 20px;
}
.navbar-brand > .logo-micro{
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
/* xs < 768 */
@media screen and (max-width: 767px) {
    .navbar-brand .brand-midimat { font-size: 0.4em; }
    .navbar-brand .brand-materiales { font-size: 0.2em; }
    .flashContact { font-size: 0.7em; bottom: -20px; }
    .logo-micro{  height: 45px; top: -23px; }
}

/* sm */
@media screen and (min-width: 768px) {
    .navbar-brand .brand-midimat { font-size: 0.5em; }
    .navbar-brand .brand-materiales { font-size: 0.2em; }
    .flashContact { font-size: 0.8em; bottom: -20px; }
    .logo-micro{  height: 45px; top: -23px; }
}

/* md */
@media screen and (min-width: 992px) {
    .navbar-brand .brand-midimat { font-size: 0.7em; }
    .navbar-brand .brand-materiales { font-size: 0.3em; }
    .flashContact { font-size: 0.9em; bottom: -15px; }
    .logo-micro{  height: 85px; top: -43px; }
}

/* lg */
@media screen and (min-width: 1200px) {
    .navbar-brand .brand-midimat { font-size: 0.8em; }
    .navbar-brand .brand-materiales { font-size: 0.3em; }
    .flashContact { font-size: 1.0em; bottom: -15px; }
    .logo-micro{  height: 85px; top: -43px; }
}
.navbar-brand > .brand-text{
    position: relative;
    top: -10px;
    margin: 0 10px;
    display: inline-block;
}
.navbar-brand > .pet-micro{
    position: relative;
    top: -23px;
    display: inline-block;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
	color: #354242;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
.nav > li > a
{
	padding: 0px;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover
{
    color: #fff;
}

@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500&subset=latin,cyrillic);
@main: #2c3e50;
@accent: lighten(@main, 40%);


a.btn-banner {
    border: 1px solid #cdcdcd;
    padding: 12px 22px;
    line-height: 0px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}
a.btn-banner i
{
    padding-left: 10px;
}
a.btn-banner:hover, a.btn-banner:focus
{
    background-color: #d61532;
    color: #fff;
    border-color: #E74C3C;
    display: inline-block;
}
.bold
{
    font-weight: bold;
}
.bor-btm
{
    width: 100px;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 85px;
}

.brand-banner h1.small

{
    line-height: 88px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 62px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}
.brand-banner h1.small
{
    font-size: 33px;
}
.bgblue-dark
{
    background-color: #02056b;
}
.bgblue-light
{
    background-color: #3498DB;
}
.bgred
{
    background-color: #E74C3C;
}
.wrk-title
{
    cursor: pointer;
}
.cta-1, .cta2
{
	background-color: #d61532;
	padding: 40px 0px;
}
p.cta-sub-title
{
	font-size: 28px;
}
.pg-titl-bdr-btm
{
	width: 100px;
	height: 3px;
	background-color: #d61532;
}
.service-box {
    /*margin: 0 0 60px;*/
    display: inline-block;
}
.service-box .service-icon {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    line-height: 75px;
    text-align: center;
    color: #d61532;
    font-size: 30px;
    margin-right: 23px;
    float: left;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-box .service-text {
    width: 70%;
    float: left;
    margin-bottom: 20px;
}
.service-box .service-text h3 {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-box {
    /*margin: 0 0 60px;*/
    display: inline-block;
}
.about-box .about-icon {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    line-height: 75px;
    text-align: center;
    color: #d61532;
    font-size: 30px;
    margin-right: 23px;
    margin-bottom: 23px;
    float: left;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-box .about-text {
    width: 90%;
    float: left;
    margin-bottom: 20px;
}
.about-box .about-text h3 {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.page-title
{
	margin-bottom: 40px;
}
#portfolio
{
	background-color: RGBA(236, 240, 241, 0.04);
}
#Container .mix{
	display: none;
}
.fil-btn
{
	margin-bottom: 30px;
}
.filter
{
	background-color: #02056b;
	color: #fff;
	padding: 15px 30px;
  margin-bottom: 5px;
	border-right: 1px solid #fff;
	display: inline-block;
	position: relative;
}
.filimg
{
	margin-bottom: 30px;
}
.fil-btn .active
{
	background-color: #d61532;
}
.img-sec, .fig-caption
{
	width: 50%;
	float: left;
}
.team-info
{
	border: 1px solid rgba(204, 204, 204, 0.33);
	float: left;
	width: 100%;
	border-radius: 3px;
}
.fig-caption
{
	padding: 56px 20px 0px;
}
.fig-caption h3
{
	font-size: 20px;
	font-family: 'Josefin Slab', serif;
}
.fig-caption p
{
	font-size: 14px;
}
.team-social li
{
	display: inline-block;
}
.team-social li
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.team-social li a
{
	color: #fff;
}
.blue-light{
	background-color: #3498DB;
}
.blue-dark
{
	background-color: #02056b;
}
.red
{
	background-color: #E74C3C;
}
.marb-20
{
	margin-bottom: 20px;
}
.wd75
{
	width: 75%;
	float: left;
}
.cta2 a
{
margin-top: 5px;
}
.fnt-24
{
	font-size: 24px;
}

/* Contact Form */ 
.text-field-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    color: #666;
    font-size: 14px;
    padding: 0 35px;
    margin-bottom: 30px;
    width: 100%;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.form-sec textarea {
    height: 220px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.button-medium {
    background: #d61532;
    border-radius: 40px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d61532;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
input[type=radio]{
    width: 20px;
    height: 20px;
}
.footer {
    background-color: #040E18;
}
.footer h3 {
    color: #fff;
    padding-bottom: 30px;
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li {
    margin: 2px;
    display: inline-block;
}
.footer_social ul li a {
    background: #2e3537 none repeat scroll 0 0;
    border: 1px solid #2e3537;
    box-shadow: 0 0 0 7px transparent;
    color: #aaa;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 21px;
    padding: 9px 13px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.footer-bottom {
    background: #09121B;
    padding: 20px 0;
}
.footer_copyright {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.footer_copyright a {
    color: #d61532;
}
#banner
{
    /*background: url('../img/materiales_03.jpg') no-repeat;
    background-size: cover;*/
    /*height: 655px;*/
    height: 70vh;
    font-family: 'Fira Sans', sans-serif;
    width: 100%;
    background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, #fff 65%, #9ab1c7 100%);
    background-image: radial-gradient(ellipse farthest-corner at center top, #fff 65%, #9ab1c7 100%);
    min-height: 500px;
}
#banner .casa{

    position: relative;
    right: 0%;

}
#banner .ingeniero{

    height: 80%;
    position: absolute;
    top: 120px;
    right: 5%;

}
#banner .trailer{

    position: relative;
    left: 25%;

}
#banner .cemento{

    height: 80%;
    position: absolute;
    top: 80px;
    left: 0%;

}
#banner .blanco{

    height: 80%;
    position: absolute;
    top: 160px;
    left: 5%;

}
#banner .mortero{

    height: 80%;
    position: absolute;
    top: 260px;
    left: 0%;

}
.banner {
 display: table;
}
#banner .row
{
 height: 100%;
 display: table-row;
}
.vertical-center
{
 display: table-cell;
 float: none;
 vertical-align: middle;
}
#banner .img-responsive {
    max-width: 100%;
    height: auto;
}
.logo{
    display: block;
    margin: auto;
    width: 70%;    
}
.logo-sogan{
  position:relative;
  top: 40px;
}
.logo-shine {
  position: relative;
  left: 0%;
  width: 80%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
}

.logo-shine:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */
.logo-shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 1.7s, 1.7s, 1.15s;
  transition-timing-function: ease;
}

/* Active state */
.logo-shine:active:after {
  opacity: 0;
}
.slogan{

    position: relative;
    font-family: 'Fira Sans', sans-serif;
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:  2.5vw;
    font-weight: 400;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .9));
    animation: MoveBackgroundPosition 6s ease-in-out infinite;

}
.cta2 .btn-default,.cta2 .btn-default:hover,.cta2 .btn-default:focus
{
    padding: 10px 25px;
    background-color: #fff;
    border: 0px;
}
/**************************************
cta
**************************************/
/** media queries**/
@media (min-width: 480px) and (max-width: 1023px) {
    .img-sec, .fig-caption {
    width: 100%;
    float: left;
}
.fig-caption {
    padding: 56px 20px 20px;
}
}
@media (min-width: 451px) and (max-width: 768px) {
.filter {
    padding: 5px 18px;
    margin-bottom: 3px;
}
.wd75
{
    width: 100%;
}
.fig-caption {
    padding: 56px 20px 20px;
}
}
@media (min-width: 301px) and (max-width: 450px) {
.filter {
    padding: 3px 14px;
    margin-bottom: 3px;
}
.fig-caption {
    padding: 13px 20px 0px;
}
.team-social li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.fig-caption h3 {
    font-size: 19px;
    font-family: 'Josefin Slab', serif;
}
.wd75
{
    width: 100%;
}
.about-box .about-text h3
{
    display: inline;
    padding-top: 15px;
}
.service-box .service-text h3
{
    padding-top: 15px;
}
h1.cta-title {
    font-size: 30px;
}
p.cta-sub-title {
    font-size: 20px;
}
.button-medium {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 150px;
}
}
.footer_copyright a
{
    text-decoration: none;
}
@media (min-width: 100px) and (max-width: 300px) {
.filter {
    padding: 3px 14px;
    margin-bottom: 3px;
}
.img-sec, .fig-caption {
    width: 100%;
    float: left;
}
.fig-caption {
    padding: 56px 20px 20px;
}
h1.cta-title {
    font-size: 30px;
}
p.cta-sub-title {
    font-size: 20px;
}
.button-medium {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 150px;
}
.about-box .about-text h3 {
    display: inline;
    padding-top: 15px;
}
.service-box .service-text h3 {
    padding-top: 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a{
    text-align: center;
}
}
@media (min-width: 300px) and (max-width: 768px) {
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a{
    text-align: center;
    border: 0px;
}
.navbar-default .navbar-nav > li > a:hover
{
    border: 0px;
}
}
/**************************************
form element
**************************************/

.lava-menu {
  background: #02056b;
}
.lava-menu__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 940px;
  overflow: hidden;
  position: relative;
  font-size: calc(.25em + 1.00vw);
}
.lava-menu__item {
  display: inline;
  float: left;
}
.lava-menu__item a{
  text-decoration: none !important;
  color: #fff;
}
.lava-menu__item--active {

}
.lava-menu__link {
  text-decoration: none !important;
  color: #fff;
  line-height: 60px;
  display: block;
  padding: 0 20px;
  transition: all .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.lava-menu__link:hover,
.lava-menu__link:visited,
.lava-menu__link:active
 {
  color:#fff;
  background: #2b2f9a;
}
.lava-menu__line {
  position: absolute;
  bottom: 0;
  height: 6px;
  background: #d61532;
  transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
  pointer-events: none;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:300px;
    /*height:100%;*/
    width:100%;
    position:absolute;
    border: 1px solid black !important;
    box-shadow:0 0 20px rgba(0,0,0,.6);
}
/* BASE */
figure {
  display:inline-block; padding:10px; margin:30px;
  border:1px solid #ddd;
  background:#fff;
}
figcaption {
  margin-top: 5px;
  font:1.2em Arial,Helvetica,sans-serif; color:#000;
}

/* EFFECTS */
.effect1 {
  position:relative;
}
.effect1::before, .effect1::after {
  position:absolute; bottom:15px; top:80%; left:10px; z-index:-1; width:50%; max-width:300px;
  background:rgba(0,0,0,.8);
  content:""; box-shadow:0 15px 10px rgba(0,0,0,.7); transform: rotate(-3deg);
}
.effect1::after {
  right:10px; left:auto;
  transform: rotate(3deg);
}


.effect2 {
  position:relative;
  box-shadow:0 1px 4px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.05) inset;
}
.effect2::after {
  position:absolute; top:50%; bottom:0; left:10px; right:10px; z-index:-1;
  border-radius:100px / 10px;
  content:""; box-shadow:0 0 20px rgba(0,0,0,.8);
}

.effect3{
    box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);
}

.ks-ooo {
  position:relative;
  z-index:0;
}
.ks-ooo > div {margin-bottom:40px;}
.ks-ooo > div:last-of-type {margin-bottom:0;}
.ks-ooo .ribbon {
  box-shadow:0 0 10px rgba(0,0,0,.6);
  margin:auto;
  position:relative;
  width:90%;
  height:40px;
  behavior:url(PIE.htc);
}
.ks-ooo .ribbon > span {
  display:block;
  position:relative;
  height:100%;
  behavior:url(PIE.htc);
  -pie-watch-ancestors:1;
}
.ks-ooo .ribbon > span:before, .ks-ooo .ribbon > span:after {
  content:'';
  position:absolute;
  z-index:-1;
  border-style:solid;
  border-width:14px;
  border-color:transparent;
}
.ks-ooo.ie8 .ribbon > span:before, .ie8 .ribbon > span:after {
  display:none;
}
.ks-ooo .ribbon > span:before {
  left:-14px;
}
.ks-ooo .ribbon > span:after {
  right:-14px;
}
.ks-ooo .ribbon:before {
  content:'';
  position:absolute;
  z-index:-2;
  left:-31px;
  border-style:solid;
  border-width:20px;
  border-right-width:25px;
}
.ks-ooo .ribbon:after {
  content:'';
  position:absolute;
  z-index:-2;
  right:-31px;
  border-style:solid;
  border-width:20px;
  border-left-width:25px;
}
.ks-ooo .oo1 > span {
  -moz-box-shadow:   0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow:        0 1px 2px rgba(0, 0, 0, 0.5);
}
.ks-ooo .oo1 > span:before, .ks-ooo .oo1 > span:after {
  bottom:-14px;
}
.ks-ooo .oo1:before {
  top:14px;
}
.ks-ooo .oo1:after {
  top:14px;
}
.ks-ooo .o1o, .ks-ooo.ie8 .o1o > span {
  background-color:#42a5d4;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#42a5d4), to(#24769d)); /* Saf4+, Chrome */
  background-image:-webkit-linear-gradient(top, #42a5d4, #24769d); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:   -moz-linear-gradient(top, #42a5d4, #24769d); /* FF3.6 */
  background-image:    -ms-linear-gradient(top, #42a5d4, #24769d); /* IE10 */
  background-image:     -o-linear-gradient(top, #42a5d4, #24769d); /* Opera 11.10+ */
  background-image:        linear-gradient(top, #42a5d4, #24769d);
  -pie-background:         linear-gradient(top, #42a5d4, #24769d); /* IE6-IE9 */
}
.ks-ooo .o1o > span:before {
  border-right-color:#174c66;
}
.ks-ooo .o1o > span:after {
  border-left-color:#174c66;
}
.ks-ooo .o1o:before {
  border-color:#24769d #24769d #24769d transparent; 
}
.ks-ooo .o1o:after {
  border-color:#24769d transparent #24769d #24769d;
}
.ks-boxsa {
  box-shadow:0 0 20px rgba(0,0,0,.6);
  padding: 20px;
  line-height: 2em;
  font-size: 1.2em;
  height:auto;
  width:87%;
  border:#ccc solid 1px;
  margin:auto;
  border-radius:0px 0px 5px 5px;
  background-color: #F8F8FF;
  background-image: linear-gradient(#b3c5d1, #f6edf0);
  box-shadow: inset 0 0 100px hsla(0,0%,0%,.3);
}

.ks-box {
  margin: 0 auto;
  height:150px;
  width:80%;
}
.ks-box h4{
  font-size:16px;
  text-align:center;
  color:#fff;
  line-height:40px;
  font: Georgia;
  font-weight:200;
  font-style:italic;
}

.info {
    padding: 0 20px 0 20px;
    font-size: 14px;
    color: #555;
    float: left;
}

.info a {
    font-weight: bold;
    text-decoration: underline;
}

.info a:hover {
    text-decoration: none;
}

#sucursales .info i {
    font-size: 32px;
    color: #d61532;
    float: left;
}

#sucursales .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
    color: #333;
    font-size: 400;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.carousel-indicators li{
    border: 1px solid #000;
}
.carousel-indicators li.active{
    background-color: #d61532;
}
.texto-buenfin{
  padding-top: 70px;
  font-size: 16pt;
  text-align: center;
}
.texto-bolsa{
  padding-top: 30px;
  font-size: 16pt;
}
.condiciones{
    padding-top: 40px;
}
.condiciones a{
    font-size: 2rem;
    color: maroon; 
}
.condiciones a:hover{
    text-decoration: none;
}
