html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
  color:#333333;
  font-weight: 300;
  font-size: 13px;
  overflow-x: hidden;
}

overflow-x: hidden;

hr {
  border-color: #42a5f5;
  border-width: 1px;
  max-width: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.light {
  border-color: white;
}

b, strong {
    font-weight: 500;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #3060a7;
}
a:hover,
a:focus {
  color: #005391;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
}

h3 {
font-family: 'Open Sans', arial;
font-weight: 700;
color: #0c2152;
font-size: 24px;
margin-top: 0px;
margin-bottom: 10px;
text-transform: none;
line-height: 26px;
}

.horizontal-line {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 50px;
    background-color: #ffa303;
    margin-left: 20px;
}

.horizontal-line2 {
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 50px;
    background-color: 
    #ccc;
    margin-left: 20px;
}

.heading-title {
    margin-top: 20px;
    margin-bottom: 20px;

}

.heading-title.style2 {
    text-align: center;
}

.heading-title.style2 h3 {
  color: #0c2152;
  font-size: 1.714em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: none;
}

@media only screen and (max-width: 500px) {

  .heading-title.style2 h3 {
      font-size: 26px;
  }

}

.heading-title.style2 h4 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color:#333;
  margin-top: 10px;
}

.heading-title.style2 p {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color:#333;
  margin-top: 10px;
}

hr {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: 0px;
border-top: 1px solid #ccc;
}

h4 {
font-size: 18px;
line-height: 28px;
margin-bottom: 15px;
font-weight: 300;
color:#222;
}

h5 {
font-size: 15px;
line-height: 24px;
margin-bottom: 0px;
font-weight: 400;
color:#0c2152;
}

p {

margin-bottom: 0;
color: #222;
font-family: 'Roboto', arial;
font-weight: 300;
font-size: 14px;
line-height: 25px;
letter-spacing: 0px;
}


.bg-primary {
  background-color: #fff;
}
.bg-dark {
  background-color: #222222;
  color: white;
}

section {
  padding: 0px 0;
}
aside {
  padding: 0px 0;
}

.no-padding {
  padding: 0;
}

.navbar-default {

    border-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2)
}

.navbar-default {
  background-color: #fff;
  border:0px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
letter-spacing: 0px;
}
.navbar-default .navbar-header .navbar-brand {
  color: #fff;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  padding:0px 5px 0px 10px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #c2c2c2;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-weight: 700;
  font-size: 14px;
  color: #0c2152;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
  text-transform: uppercase;
  cursor: pointer;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #e63137;
  
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #0c2152 !important;

}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}



@media (min-width: 768px) {
  .navbar-default {
    background-color: #ffffff;

  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #3c74b3;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #0c2152;
    border-top: 3px solid #fff;
  }


  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #0c2152;
    border-top: 3px solid #0c2152;
  }

  .navbar-default.affix {
    background-color: #fff;
    
  }

 .navbar-default.affix-top {
    padding-bottom:0px;
    background-color: #fff;
  }
   

 .navbar-default.affix-top .navbar-alinea {
    float: left!important;
  }

 .navbar-default.affix .navbar-alinea {
    float: right!important;
  }

  .navbar-default.affix .top-bar {
    display: none;
  }

  .navbar-default.affix .bottom-bar {
    display: none;
  }

  .navbar-default.affix-top .divtop img {
  display:none!important;
  }

  .navbar-default.affix  img {
    margin-left: 0px;
    margin-right: 30px;
  }

  .navbar-default.affix .navbar-header .navbar-brand {
    color: #fff;
    font-size: 14px;
  }

  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fff;
  }

  .navbar-default.affix-top .nav > li > a,
  .navbar-default.affix-top .nav > li > a:focus {

    padding-right: 20px;
    padding-left: 20px;
  }

    .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #0c2152;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #0c2152;
  }
}

  .navbar-default.affix-top .mostrar1 {
    display:none!important;
  }

  .navbar-default.affix .mostrar2 {
    display:none!important;
  }


.navbar-nav > li {
border-right: 0px solid #212429;
min-height: 48px;
border-left: 0px solid #474b51;

}

.navbar-nav i {
margin-left: 15px
}

.navbar-brand {

    height: 30px;
    padding: 15px 15px;

}


.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
}

.espaciador {
    height:115px;
}

.espaciadorxs {
    height:0px;
}

.espaciador0 {
    height:120px;
}

.espaciadorxs0 {
    height:25px;
}

.navbar {
    min-height: 48px;
}



header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../contenido/slider/transportebecerra.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {

  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Roboto', arial;
  text-shadow: -2px 7px 16px rgba(14,12,41,.2), -2px 4px 2px rgba(0,0,0,.1);
  color:#fff;
  margin-bottom: 0px;
}

header .header-content .header-content-inner h1 span {

  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', arial;
  text-shadow: -2px 7px 16px rgba(14,12,41,.2), -2px 4px 2px rgba(0,0,0,.1);
  color:#2459a6;
}


header .header-content .header-content-inner p {
  font-family: 'Open Sans', arial;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  margin-bottom: 0px;
  text-shadow: -2px 7px 16px rgba(14,12,41,.2), -2px 4px 2px rgba(0,0,0,.1);
}

@media (min-width: 768px) {
  header {
    min-height: 520px;
  }
  header .header-content {
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 0px;
  }
  header .header-content .header-content-inner {

    text-align: right;
  }
  header .header-content .header-content-inner p {

    margin-left: auto;
    margin-right: auto;
  }
}

header .header-text {
  position: relative;
  text-align: left;
  height: 100px;
  width: 60%;
  padding: 0px;
  margin-top: 150px;
}

header .header-text h2 {
  font-weight:700!important;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', arial;
  text-shadow: -2px 7px 16px rgba(14,12,41,.2), -2px 4px 2px rgba(0,0,0,.1);
  color:#fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
}

header .header-text h3 {
  font-weight:500!important;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', arial;
  text-shadow: -2px 7px 16px rgba(14,12,41,.2), -2px 4px 2px rgba(0,0,0,.1);
  color:#fff;
  margin-bottom: 5px;
  font-size: 20px;
}

header .header-text p {
  font-family: 'Open Sans', arial;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 0px;
  text-shadow: -2px 7px 16px rgba(14,12,41,.2), -2px 4px 2px rgba(0,0,0,.1);
}


/* mobile fonts */

header .header-text-m h2 {
  font-weight:700!important;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', arial;
  text-shadow: -2px 7px 16px rgba(14,12,41,.2), -2px 4px 2px rgba(0,0,0,.1);
  color:#fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 50px;
}

header .header-text-m h3 {
  font-weight:500!important;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', arial;
  text-shadow: -2px 7px 16px rgba(14,12,41,.2), -2px 4px 2px rgba(0,0,0,.1);
  color:#fff;
  margin-bottom: 35px;
  font-size: 20px;
}

.top-bar {
background: #f8f8f8;
border-bottom: 1px solid #ebebeb;
padding:3px 0px;

}

.top_left_text {
font-family: 'Roboto', arial;
font-weight: 300;
color: #555;
font-size: 12px;
float:left;
padding: 7px 15px;
border-left: 0px solid #d0d0d0;
}

.top_right_text {
font-family: 'Roboto', arial;
font-weight: 300;
color: #333;
font-size: 13px;
float:right;
border-right: 0px solid #d0d0d0;
margin: 0px;
padding: 7px 15px 0px;
}

.top_right_text a {
font-family: 'Roboto', arial;
font-weight: 300;
color: #555;
font-size: 12px;
border-left: 0px solid #d0d0d0;
}

.top_left_text i {
color: #888;
margin-right: 5px;
}

.top_right_text i {
color: #888;
margin-left: 20px;
margin-right: 5px;
}

.bottom-bar {
background: #fff;
border-bottom: 0px solid #eeeeee;
padding:20px 0px;
min-height:110px;
}

.box_sfoot {
  margin: 0px;
  position: relative;
  border:0px solid #cfcfcf;
  padding:0px 0px;
}

.box_sfooti {
padding: 10px;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
border: 0px solid #e1e1e1;
display: inline;
float: right;
margin: 0px 10px 0px 0px;
background-color: #41484e;
}

.box_sfooti i {
color:#a4a4a4;
}

.box_sfooti-web {
padding: 0px;
width: 60px;
height: 40px;
text-align: left;
display: inline;
float: right;
margin: 0px 10px 0px 0px;
font-family: 'Roboto', arial;
font-weight: 300;
color: #ababab;
font-size: 12px;
text-decoration: none;
}


.box_buscador2 {
  margin: 0px;
  position: relative;
  border:0px solid #cfcfcf;
  padding:5px 0px;
  /*background: #fff;*/
}

.buscador {
display: inline;
padding: 1px 42px 0 12px;
margin: 0px;
height: 38px;
line-height: 38px;
font-size: 14px;
color: #282828;
background: #fff;
border: 0px solid #d6d4d4;
vertical-align: middle;
width: 100%;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}


.box_mail1 {
padding:10px 0px 0px 0px!important;
}

.box_mail {
min-height: 50px;
display: inline;
padding: 0px;
display: inline;
float:right;
}


.box_mail_u {
padding: 0px;
margin: 0px 0px 0px 10px;
float: left;
display: inline;
width: 290px;
border-right: 0px solid #ccc;
}

.box_mail_c {
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px 0px;
float: left;
display: inline;
width: 200px;
border-left: 0px solid #fff;
}

.box_mail-icon {
padding: 0px;
width: 45px;
height: 45px;
text-align: center;
display: inline;
float: left;
margin: 0px 5px 0px 0px;
background-color:#fff;
}

.box_mail-icon i {
font-size: 30px!important;
color:#ffa303;
}

.box_social-icon {
padding: 10px;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
border: 1px solid #fff;
display: inline;
float: right;
margin: 0px 10px 0px 0px;
}

.box_social-icon i {
color:#fff;
}

.box_social-web {
padding: 0px;
border-radius: 0%;
width: 80px;
height: 40px;
text-align: left;
border: 0px solid #e1e1e1;
display: inline;
float: right;
margin: 0px 10px 0px 0px;
font-family: 'Roboto', arial;
font-weight: 300;
color: #fff;
font-size: 13px;
text-decoration: none;
}

.box_mail h3 {
font-family: 'Open Sans', arial;
font-weight: 400;
color: #888;
font-size: 13px;
margin: 5px 0px 0px 5px !important;
padding: 0px;
text-transform: none;
line-height: 18px;
}

.box_mail p {
font-family: 'Roboto', arial;
font-weight: 300;
color: #333;
font-size: 13px;
margin: 5px 0px 0px 5px !important;
padding: 0px;
line-height: 18px;
}

.box_mail a {
font-family: 'Roboto', arial;
font-weight: 300;
color: red;
font-size: 16px;
margin: 0px 0px 0px 0px !important;
text-decoration: underline;
text-decoration-style: dotted;
padding: 0px;
color: #666;
}

.circle-icon {
background: #fff;
padding: 10px;
border-radius: 5px;
width: 37px;
height: 37px;
text-align: center;
border: 2px solid #81be32;
}


.box_buscador {
padding:10px 0px;
margin: 0px 0px;

}


.button-search {
background: #ffffff;
color: #ccc;
width: 42px;
line-height: 37px;
padding: 0;
display: block;
position: absolute;
top: 2px;
right: 2px;
border: none;
text-align: center;
vertical-align: middle;
border-radius: 0px;
font-size: 16px
}

.button-search:hover {
color: #fff;
background-color: #fff;
border-color: #fff;
}



.logo_big {
height: 70px;
}

.box_buscar {
margin: 0px 10px;
border: 0px solid #cfcfcf;
padding: 0px;
background: rgba(255,255,225,0.0);

}



.flex-caption {
padding: 10px;
left: 80px;
top: 180px;
position: absolute;
width: 100%;
text-align: left;
}

.flex-caption h4 {
padding: 15px;
color: #fff !important;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0px 0px;
font-size: 38px !important;
font-weight: 700;
}

.flex-caption h3 {
padding: 15px;
font-size: 20px !important;
color: #fff !important;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
margin-top: 0px;
line-height: 32px;
}


.btn-tblue {
    color: #fff;
    background-color: #0c2152;
    border: 0px solid #fff;
    font-weight: 600;
    margin: 10px auto;
    padding: 9px 20px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    border-radius: 5px;
    font-size: 14px;
} 
 
.btn-tblue:hover, 
.btn-tblue:focus, 
.btn-tblue:active, 
.btn-tblue.active, 
.open .dropdown-toggle.btn-tblue { 
  color: #fff; 
background-color: #2d4784;
border-color: #2d4784;
} 
 
.btn-tblue:active, 
.btn-tblue.active, 
.open .dropdown-toggle.btn-tblue { 
  background-image: none; 
} 
 
.btn-tblue.disabled, 
.btn-tblue[disabled], 
fieldset[disabled] .btn-tblue, 
.btn-tblue.disabled:hover, 
.btn-tblue[disabled]:hover, 
fieldset[disabled] .btn-tblue:hover, 
.btn-tblue.disabled:focus, 
.btn-tblue[disabled]:focus, 
fieldset[disabled] .btn-tblue:focus, 
.btn-tblue.disabled:active, 
.btn-tblue[disabled]:active, 
fieldset[disabled] .btn-tblue:active, 
.btn-tblue.disabled.active, 
.btn-tblue[disabled].active, 
fieldset[disabled] .btn-tblue.active { 
  background-color: #17b352; 
  border-color: #17b352; 
} 
 
.btn-tblue .badge { 
  color: #17b352; 
  background-color: #ffffff; 
}


.btn-blue {
    color: #fff;
    background-color: #0c2152;
    border: 2px solid #0c2152;
    font-weight: 400;
    margin: 0px 15px;
    padding: 12px 20px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    border-radius: 5px;
    width: 180px;
    font-size: 16px;
} 
 
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  color: #fff; 
background-color: #ffa303;
border-color: #ffa303;
} 
 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  background-image: none; 
} 
 
.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue, 
.btn-blue.disabled:hover, 
.btn-blue[disabled]:hover, 
fieldset[disabled] .btn-blue:hover, 
.btn-blue.disabled:focus, 
.btn-blue[disabled]:focus, 
fieldset[disabled] .btn-blue:focus, 
.btn-blue.disabled:active, 
.btn-blue[disabled]:active, 
fieldset[disabled] .btn-blue:active, 
.btn-blue.disabled.active, 
.btn-blue[disabled].active, 
fieldset[disabled] .btn-blue.active { 
  background-color: #17b352; 
  border-color: #17b352; 
} 
 
.btn-blue .badge { 
  color: #17b352; 
  background-color: #ffffff; 
}


.tituloh3 {
font-family: 'Rubik', arial;
font-weight: 500;
color: #333;
font-size: 22px;
padding-bottom: 5px;
border-bottom: 0px solid #ccc;
display: inline-block;
margin-bottom: 10px;
margin-top: 0px;
}

.stituloh3 {
font-family: 'Rubik', arial;
font-weight: 500;
color: #333;
font-size: 16px;
padding-bottom: 5px;
border-bottom: 0px solid #ccc;
display: inline-block;
margin-bottom: 10px;
margin-top: 0px;
}

.divider {
background-color: #d7d7d7;
max-width: 100%;
height: 1px;
margin-top: -11px;
margin-bottom: 30px;
}


.novedades,
.galeria {
  padding-left: 0px!important;
  padding-right:0px!important;
}

.galeria .col-lg-1, 
.galeria .col-lg-10, 
.galeria .col-lg-11, 
.galeria .col-lg-12, 
.galeria .col-lg-2, 
.galeria .col-lg-3, 
.galeria .col-lg-4, 
.galeria .col-lg-5, 
.galeria .col-lg-6, 
.galeria .col-lg-7, 
.galeria .col-lg-8, 
.galeria .col-lg-9, 
.galeria .col-md-1, 
.galeria .col-md-10, 
.galeria .col-md-11, 
.galeria .col-md-12, 
.galeria .col-md-2, 
.galeria .col-md-3, 
.galeria .col-md-4, 
.galeria .col-md-5, 
.galeria .col-md-6, 
.galeria .col-md-7, 
.galeria .col-md-8, 
.galeria .col-md-9, 
.galeria .col-sm-1, 
.galeria .col-sm-10, 
.galeria .col-sm-11, 
.galeria .col-sm-12, 
.galeria .col-sm-2, 
.galeria .col-sm-3, 
.galeria .col-sm-4, 
.galeria .col-sm-5, 
.galeria .col-sm-6, 
.galeria .col-sm-7, 
.galeria .col-sm-8, 
.galeria .col-sm-9 {

    padding-left: 0px!important;
    padding-right: 10px!important;

}

.galeria div:nth-child(3n+3) {

    padding-right: 0px!important;
}

.novedades .col-lg-1, 
.novedades .col-lg-10, 
.novedades .col-lg-11, 
.novedades .col-lg-12, 
.novedades .col-lg-2, 
.novedades .col-lg-3, 
.novedades .col-lg-4, 
.novedades .col-lg-5, 
.novedades .col-lg-6, 
.novedades .col-lg-7, 
.novedades .col-lg-8, 
.novedades .col-lg-9, 
.novedades .col-md-1, 
.novedades .col-md-10, 
.novedades .col-md-11, 
.novedades .col-md-12, 
.novedades .col-md-2, 
.novedades .col-md-3, 
.novedades .col-md-4, 
.novedades .col-md-5, 
.novedades .col-md-6, 
.novedades .col-md-7, 
.novedades .col-md-8, 
.novedades .col-md-9, 
.novedades .col-sm-1, 
.novedades .col-sm-10, 
.novedades .col-sm-11, 
.novedades .col-sm-12, 
.novedades .col-sm-2, 
.novedades .col-sm-3, 
.novedades .col-sm-4, 
.novedades .col-sm-5, 
.novedades .col-sm-6, 
.novedades .col-sm-7, 
.novedades .col-sm-8, 
.novedades .col-sm-9 {

    padding-left: 0px!important;
    padding-right: 10px!important;

}

.novedades div:nth-child(4n+4) {

    padding-right: 0px!important;
}

.btn-green { 
  color: #FFFFFF; 
  background-color: #f48000; 
  border-color: #f48000;
  font-size: 10px;
  border-bottom: 1px solid #db6503;
} 
 
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  color: #FFFFFF; 
  background-color: #f79646; 
  border-color: #f79646; 
} 
 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  background-image: none; 
} 
 
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active { 
  background-color: #81BE32; 
  border-color: #81BE32; 
} 
 
.btn-green .badge { 
  color: #81BE32; 
  background-color: #FFFFFF; 
}

.btn-red { 
  color: #FFFFFF; 
  background-color: #d21717; 
  border-color: #d21717;
  font-size: 10px;
} 
 
.btn-red:hover, 
.btn-red:focus, 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
  color: #FFFFFF; 
  background-color: #df2e2e; 
  border-color: #df2e2e; 
} 
 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
  background-image: none; 
} 
 
.btn-red.disabled, 
.btn-red[disabled], 
fieldset[disabled] .btn-red, 
.btn-red.disabled:hover, 
.btn-red[disabled]:hover, 
fieldset[disabled] .btn-red:hover, 
.btn-red.disabled:focus, 
.btn-red[disabled]:focus, 
fieldset[disabled] .btn-red:focus, 
.btn-red.disabled:active, 
.btn-red[disabled]:active, 
fieldset[disabled] .btn-red:active, 
.btn-red.disabled.active, 
.btn-red[disabled].active, 
fieldset[disabled] .btn-red.active { 
  background-color: #81BE32; 
  border-color: #81BE32; 
} 
 
.btn-red .badge { 
  color: #81BE32; 
  background-color: #FFFFFF; 
}


.light_blue i,
.btn-green i { 
  margin-left: 5px;
}

.btn-greenc { 
  color: #ffffff; 
  background-color: #81BE32; 
  border-color: #81BE32; 
   border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
} 
 
.btn-greenc:hover, 
.btn-greenc:focus, 
.btn-greenc:active, 
.btn-greenc.active, 
.open .dropdown-toggle.btn-greenc { 
  color: #ffffff; 
  background-color: #96D149; 
  border-color: #81BE32; 
} 
 
.btn-greenc:active, 
.btn-greenc.active, 
.open .dropdown-toggle.btn-greenc { 
  background-image: none; 
} 
 
.btn-greenc.disabled, 
.btn-greenc[disabled], 
fieldset[disabled] .btn-greenc, 
.btn-greenc.disabled:hover, 
.btn-greenc[disabled]:hover, 
fieldset[disabled] .btn-greenc:hover, 
.btn-greenc.disabled:focus, 
.btn-greenc[disabled]:focus, 
fieldset[disabled] .btn-greenc:focus, 
.btn-greenc.disabled:active, 
.btn-greenc[disabled]:active, 
fieldset[disabled] .btn-greenc:active, 
.btn-greenc.disabled.active, 
.btn-greenc[disabled].active, 
fieldset[disabled] .btn-greenc.active { 
  background-color: #81BE32; 
  border-color: #81BE32; 
} 
 
.btn-greenc .badge { 
  color: #81BE32; 
  background-color: #ffffff; 
}

.tittle {
margin: 10px 0px;
padding:0px;
}

.tittle h3 {
  font-family: 'Roboto', arial;
  color:#333;
  font-size: 22px;
  font-weight: 300;
  
}

.tittle h3::before {
    content: "";
    background: #42a5f5;
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: 0;
}


.service-box0 {

  margin: 10px auto;
  border: 1px solid #ffa303;
  padding: 30px 20px 20px;
  border-radius: 10px;
  background:#ffa303;
  box-shadow: 0 10px 35px rgba(38,42,76,.1);
}

@media (min-width: 992px) {
  .service-box0 {
    margin: 0px auto 10px;
    min-height: 120px;
    border-radius: 0px;

  }
}

.service-box0 h3 {
font-family: 'Open Sans', arial;
font-weight: 700;
color: #fff;
font-size: 30px;
margin-top: 0px;
margin-bottom: 20px;
text-transform: none;
line-height: 36px;
}

.div_alto3 p {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Roboto', arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
}



@media only screen and (max-width: 990px) {

  .service-box1 {
    min-height: 100px;
  }
}



.service-box1 {

  margin: 10px auto;
  border: 1px solid #eeeeee;
  padding: 30px 0px 10px 0px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(38,42,76,.1);
}

@media (min-width: 992px) {
  .service-box1 {
    margin: 40px auto 0px;
    min-height: 110px;
    border-radius: 0px;

  }
}


@media only screen and (max-width: 990px) {

  .service-box1 {
    min-height: 100px;
  }
}

.service-box1 i {
  color:#0c2152;
  margin:10px 20px;
  font-size: 28px;
}

.service-box1 h3 {
font-family: 'Open Sans', arial;
font-weight: 700;
color: #444;
font-size: 18px;
margin-top: 0px;
margin-bottom: 10px;
text-transform: none;
line-height: 20px;
}

@media only screen and (max-width: 500px) {
  .service-box1 h3 {
    font-size: 18px;
  }
}

.div_alto {
  min-height: 160px;
  padding:0px;
  text-align: center;
  margin: 20px 20px 0px;
}

.div_alto2 {
  min-height: 110px;
  padding:0px;
  text-align: left;
  margin: 0px;
}

.div_alto3 {
  min-height: 250px;
  padding:0px;
  text-align: center;
  margin: 0px;
}


.div_alto p {
    text-align: center;
    margin-bottom: 0;
    color: #333;
    font-family: 'Roboto', arial;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
}

@media only screen and (max-width: 500px) {
  .div_alto p {
      font-size: 16px;
  }
}

.div_alto2 p {
    text-align: left;
    margin-bottom: 0;
    color: #333;
    font-family: 'Roboto', arial;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}

.service-box1 ul {
padding-left: 20px

}

.service-box1 li {
margin-bottom: 5px;
color: #606060;
font-family: 'Open Sans', arial;
font-weight: 400;
font-size: 14px;
text-align: left;
line-height: 20px;

}


.service-box {

  margin: 10px auto;
  border: 1px solid #eeeeee;
  padding: 10px;
  background: #f5f5f5;

}

@media (min-width: 992px) {
  .service-box {
    margin: 0px auto 20px;
    min-height: 150px;
    border-radius: 0px;

  }
}


@media only screen and (max-width: 990px) {

  .service-box {
    min-height: 110px;
  }
}

.service-box h3 {
font-family: 'Open Sans', arial;
font-weight: 700;
color:#0c2152;
font-size: 16px;
margin-top: 0px;
margin-bottom: 5px;
text-transform: none;
line-height: 20px;
}

@media only screen and (max-width: 990px) {

  .service-box h3 {
    font-size: 14px;
  }
}


.service-boxg {

  margin: 10px auto;
  border: 1px solid #eeeeee;
  padding: 10px;
  background: #f5f5f5;

}

@media (min-width: 992px) {
  .service-boxg {
    margin: 0px auto 20px;
    min-height: 110px;
    border-radius: 0px;

  }
}


@media only screen and (max-width: 990px) {

  .service-boxg {
    min-height: 110px;
  }
}

.div_altog {
  min-height: 50px;
  padding:0px;
  text-align: center;
  margin: 15px 5px 10px 5px;
}


.service-boxg h3 {
font-family: 'Open Sans', arial;
font-weight: 600;
color:#2f2440;
font-size: 14px;
margin-top: 0px;
margin-bottom: 0px;
text-transform: none;
line-height: 24px;
}

.service-boxg p {
text-align: center;
margin-bottom: 0;
color:#555;
font-family: 'Roboto', arial;
font-size: 13px;
line-height: 20px;
letter-spacing: 0px;
margin-top: 5px;
font-weight: 400;
}

@media only screen and (max-width: 990px) {

  .service-boxg h3 {
    font-size: 14px;
  }
}


.img-effect img {

transition: all 1s ease;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
}

.img-effect img:hover {
-webkit-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
transition: all 1s ease;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
opacity: 0.7;
}

.protector {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
  overflow: hidden;
  margin: 0px;
  padding:0px;

  background-color: #fff;
}
.sin-padding {
padding: 0px 5px;
}


.service-box-txt {
text-align: left;
padding-left:10px
}


.btn-default {

  color: #555555;
font-weight: 300;
}



.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #3060a7;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.fondo_red {
background-color: #fe8400;
padding-top: 10px;
padding-bottom: 10px;
margin-top: -20px;
margin-bottom: 20px;
}

.fondo_white_i {
background-color: #fff;
padding-top: 0px;
padding-bottom: 40px;
border-bottom: 0px solid #ddd;
margin-top:-140px;
}

@media only screen and (max-width: 576px) {
  .fondo_white_i {
    margin-top:-90px;
  }

}

.fondo_white {
background-color: #fff;
padding-top: 40px;
padding-bottom: 50px;
border-bottom: 0px solid #ddd;
}

.fondo_white2 {
background-color: #fff;
padding-top: 10px;
padding-bottom: 60px;
border-bottom: 0px solid #ddd;
}

.fondo_gris {
background-color: #fafafa;
padding-top: 10px;
padding-bottom: 50px;
border-bottom: 0px solid #ddd;
margin-bottom: 0px;
}

.fondo_gris2 {
background-color: #fafafa;
padding-top: 40px;
padding-bottom: 50px;
border-bottom: 0px solid #ddd;
margin-bottom: 0px;
}

.fondo_photo {


background-image: url('../img/photo01.jpg');

}
.fondo_blue {
  background-color: #3d8bb8;

}

.fondo_tel {
  background-color: #263c52;

}
.bordes {

  border-bottom:1px solid #cccccc;
}

.bordes2 {
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}

.colimg {
  padding: 0px;
  margin:0px; 
}

.hosting {

  padding: 20px;
}

.texto_central {

margin-top:10px!important;
margin-bottom:10px!important;

}


.texto_central h3 {
font-family: 'Open Sans', arial;
font-weight: 700;
color: #223045;
font-size: 24px;
margin-top: 0px !important;
line-height: 38px;
margin-bottom: 0px !important;
}

.texto_central h4 {
font-family: 'Open Sans', arial;
font-weight: 400;
color: #333;
font-size: 16px;
margin-top: 0px !important;
line-height: 28px;
margin-bottom: 10px !important;
}

.texto_central p {

font-family: 'Roboto', arial;
font-weight: 300;
color: #555;
font-size: 16px;
line-height: 28px;

}


.container-lados {

padding-right: 0px!important;
padding-left: 0px!important;
}


.container-magin {

margin-bottom:10px;
margin-top:10px;
}



.colimg2 {
  padding: 30px 20px;
  margin:0px; 
}




.btn-trans-light {

  background:rgba(255,255,255,0.1);
  border:1px solid #FFFFFF

}




.btn-trans:hover {

  color:#333 !important;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  background-color:#fff;
  border:0px solid #fff
}


.btn-trans {
  font-family: 'Roboto', arial;
  color: #fff;
  font-size: 16px!important;
  cursor:pointer;
  font-weight:400 !important;
  line-height:1;
  margin:0 0 1.25em;
  position:relative;
  text-decoration:none;
  text-align:center;
  display:inline-block;
  padding:1.2em;
  background-color:#f48000;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:0px solid #fff

}




.social {

  color:#fff;
  display: inline;
  padding:10px;
  margin:10px;

}

.social i {

  padding-top:10px;
  margin:10px 5px;
}
.social p {

  font-family: 'Roboto', arial;
font-weight: 300;
color: #fff;
font-size: 18px;
display: inline;
}

.texto_central2 {

padding:20px 20px!important;


}

.texto_central2 h3 {

font-family: 'Open Sans', arial;
font-weight: 600;
color: #fff;
font-size: 28px;
letter-spacing: 0px;

}

.texto_central2 h4 {

font-family: 'Open Sans', arial;
font-weight: 400;
color: #fff;
font-size: 16px;
letter-spacing: 1px;

}

.texto_central2 i {

color: #00c5dc;

}

.div_form {

  padding: 10px;
  background-color: #fff;
  border:1px solid #eee;
  margin: 10px 0px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  min-height: 55px;

}

.exito {

  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  padding:10px;
  font-family: 'Roboto', arial;
font-weight: 300;
color: #169d4c;
font-size: 15px;
}

.datos {

  font-size: 18px!important;
  margin:50px;

}


.slider {

  min-height: 150px;
  background-color:#ccc;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../contenido/slider2/cmithead.jpg');
  text-align: left;
  color: white;
}

.slider_text {
position: absolute;
bottom:20px;
left:20px;
z-index: 999;
}

.tag {
    background: #0063be;
    color: #fff;
    font: 14px 'Open Sans';
    padding: 5px 10px;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-transform: uppercase;
}

.slider_text h1 {


font-family: 'Open Sans', arial;
font-weight: 600;
color: #fff;
font-size: 40px;
text-shadow: 0 1px 3px #4F4F4F;
}

.slider_text p {
font-family: 'Open Sans', arial;
font-weight: 400;
color: #fff;
font-size: 24px;
text-shadow: 0 1px 3px #4F4F4F;
}

.form_log {
padding: 10px 0px;
margin: 0px;

}

.form_log h3 {
font-family: 'Open Sans', arial;
font-weight: 800;
color: #f48000;
font-size: 16px;
margin: 0px 0px 3px 0px !important;
}

.form_log a {
font-family: 'Roboto', arial;
font-weight: 300;
color: #333;
font-size: 13px;
margin: 0px 0px 0px 0px !important;
text-decoration: underline;
text-decoration-style: dotted;
cursor: pointer;
}

.form_log svg {

margin-left: 15px;

}

.form_log h4 {

font-family: 'Roboto', arial;
font-weight: 400;
color: #333;
font-size: 14px;


}

.form_log h5 {

font-family: 'Roboto', arial;
font-weight: 300;
color: #333;
font-size: 13px;


}


.form_log p {

font-family: 'Roboto', arial;
font-weight: 300;
color: #333;
font-size: 13px;
margin: 0px 0px 0px 0px !important;
line-height: 18px;

}

.form_log i {

color: #808080;

}

.iconreg {
width:40px;
height: 40px;
margin:0px 10px 0px 0px; 
float: left;
padding:3px
}

.iconreg svg,
.iconreg i {
  margin:0px;
  color:#808080;
}

.cartcount {

 border: 1px solid #353c48;
 margin: 15px 0px 15px 0px;
 padding: 10px;
 font-family: 'Open Sans', arial;
 font-size: 12px;
 color: #ffffff;

}

.cartcount p {

 font-family: 'Open Sans', arial;
 font-size: 12px;
 color: #ffffff;

}


footer {
position: relative;
background: #0f182e;
}


footer h3 {

font-family: 'Roboto', arial;
font-weight: 400;
color: #ffffff;
font-size: 15px;

}

footer i {
  margin-right: 7px;
  color:#ffa303;
}

footer h4 {

font-family: 'Open Sans', arial;
font-weight: 700;
color: #fff;
font-size: 14px;

}

footer p {

font-family: 'Roboto', arial;
font-weight: 400;
color:#ababab;
font-size: 13px;
margin-bottom: 10px;

}

footer a {

font-family: 'Roboto', arial;
font-weight: 400;
color: #ababab;
font-size: 13px;
margin-bottom: 8px;
margin-top: 8px;
text-decoration: none;
display: block;

}

footer a:hover {

color: #fff !important;
text-decoration: none;
}

.box2 {
border:0px solid #eee;
background: #fff;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
padding: 0px;
margin: 0px 18px 10px 0px;
min-height: 160px;
text-align:center;
position: relative;
overflow: hidden;
width:110px;
float: left;
}

.box2:nth-child(9n+9) {

    margin-right: 0px!important;
}


.box {

border: 0px solid #e2e2e2;
background: #ffffff;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
padding: 0px 0px 0px 0px;
margin: 20px 0px;
min-height: 180px;
text-align: center;
position: relative;
}

.box h5 {
color: #222;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 22px !important;
margin-bottom: 0px;
margin-top: 0px;
}

.box h5 a {
    color: #222;
    text-decoration: none;
}

.box p {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  line-height: 20px;
  font-size: 11px;
  color:#444;
  text-align: center;
  margin-bottom: 5px;
}

.prev {

border: 0px solid #d5d5d5;
background: #ffffff;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
margin: 0px;
padding: 0px;
text-align: center;
overflow: hidden;
}

.prev2 {
width: : 110px;
border:0px solid #d5d5d5;
background: #ffffff;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
margin: 0px;
padding:0px;
text-align: center;

}



.btn_flotante { 
  color: #fff;  
  border: 1px solid #d52115;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding:4px 9px;
  margin: 15px 0px;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #d52115;
} 
 
.btn_flotante:hover, 
.btn_flotante:focus, 
.btn_flotante:active, 
.btn_flotante.active, 
.open .dropdown-toggle.btn_flotante { 
  color: #fff; 
  border: 1px solid #eb3e32;
  background-color: #eb3e32; 
} 
 
.btn_flotante:active, 
.btn_flotante.active, 
.open .dropdown-toggle.btn_flotante { 
  background-image: none; 
} 
 
.btn_flotante.disabled, 
.btn_flotante[disabled], 
fieldset[disabled] .btn_flotante, 
.btn_flotante.disabled:hover, 
.btn_flotante[disabled]:hover, 
fieldset[disabled] .btn_flotante:hover, 
.btn_flotante.disabled:focus, 
.btn_flotante[disabled]:focus, 
fieldset[disabled] .btn_flotante:focus, 
.btn_flotante.disabled:active, 
.btn_flotante[disabled]:active, 
fieldset[disabled] .btn_flotante:active, 
.btn_flotante.disabled.active, 
.btn_flotante[disabled].active, 
fieldset[disabled] .btn_flotante.active { 
  background-color: #ffffff; 
  border-color: #ffffff; 
} 
 
.btn_flotante .badge { 
  color: #d52d33; 
  background-color: #FFFFFF; 
}



.btn_flotanter { 
  color: #fff;  
  border: 2px solid #9b0510;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 16px;
  padding:6px 20px;
  margin: 15px 0px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #9b0510;
} 
 
.btn_flotanter:hover, 
.btn_flotanter:focus, 
.btn_flotanter:active, 
.btn_flotanter.active, 
.open .dropdown-toggle.btn_flotanter { 
  color: #fff; 
  border: 2px solid #af0814;
  background-color: #af0814; 
} 
 
.btn_flotanter:active, 
.btn_flotanter.active, 
.open .dropdown-toggle.btn_flotanter { 
  background-image: none; 
} 
 
.btn_flotanter.disabled, 
.btn_flotanter[disabled], 
fieldset[disabled] .btn_flotanter, 
.btn_flotanter.disabled:hover, 
.btn_flotanter[disabled]:hover, 
fieldset[disabled] .btn_flotanter:hover, 
.btn_flotanter.disabled:focus, 
.btn_flotanter[disabled]:focus, 
fieldset[disabled] .btn_flotanter:focus, 
.btn_flotanter.disabled:active, 
.btn_flotanter[disabled]:active, 
fieldset[disabled] .btn_flotanter:active, 
.btn_flotanter.disabled.active, 
.btn_flotanter[disabled].active, 
fieldset[disabled] .btn_flotanter.active { 
  background-color: #ffffff; 
  border-color: #ffffff; 
} 
 
.btn_flotanter .badge { 
  color: #d52d33; 
  background-color: #FFFFFF; 
}




.btn_flotantew { 
  color: #696969;  
  border: 2px solid #e4e6e6;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 16px;
  padding:6px 20px;
  margin: 15px 0px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
} 
 
.btn_flotantew:hover, 
.btn_flotantew:focus, 
.btn_flotantew:active, 
.btn_flotantew.active, 
.open .dropdown-toggle.btn_flotantew { 
  color: #fff; 
  border: 2px solid #e4e6e6;
  background-color: #e4e6e6; 
} 
 
.btn_flotantew:active, 
.btn_flotantew.active, 
.open .dropdown-toggle.btn_flotantew { 
  background-image: none; 
} 
 
.btn_flotantew.disabled, 
.btn_flotantew[disabled], 
fieldset[disabled] .btn_flotantew, 
.btn_flotantew.disabled:hover, 
.btn_flotantew[disabled]:hover, 
fieldset[disabled] .btn_flotantew:hover, 
.btn_flotantew.disabled:focus, 
.btn_flotantew[disabled]:focus, 
fieldset[disabled] .btn_flotantew:focus, 
.btn_flotantew.disabled:active, 
.btn_flotantew[disabled]:active, 
fieldset[disabled] .btn_flotantew:active, 
.btn_flotantew.disabled.active, 
.btn_flotantew[disabled].active, 
fieldset[disabled] .btn_flotantew.active { 
  background-color: #ffffff; 
  border-color: #ffffff; 
} 
 
.btn_flotantew .badge { 
  color: #d52d33; 
  background-color: #FFFFFF; 
}

.btn_flotantet { 
  color: #fff;  
  border: 1px solid #d52115;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding:4px 9px;
  margin: 0px 0px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #d52115;
  float:right;
  display: inline;
} 
 
.btn_flotantet:hover, 
.btn_flotantet:focus, 
.btn_flotantet:active, 
.btn_flotantet.active, 
.open .dropdown-toggle.btn_flotantet { 
  color: #fff; 
  border: 1px solid #eb3e32;
  background-color: #eb3e32; 
} 
 
.btn_flotantet:active, 
.btn_flotantet.active, 
.open .dropdown-toggle.btn_flotantet { 
  background-image: none; 
} 
 
.btn_flotantet.disabled, 
.btn_flotantet[disabled], 
fieldset[disabled] .btn_flotantet, 
.btn_flotantet.disabled:hover, 
.btn_flotantet[disabled]:hover, 
fieldset[disabled] .btn_flotantet:hover, 
.btn_flotantet.disabled:focus, 
.btn_flotantet[disabled]:focus, 
fieldset[disabled] .btn_flotantet:focus, 
.btn_flotantet.disabled:active, 
.btn_flotantet[disabled]:active, 
fieldset[disabled] .btn_flotantet:active, 
.btn_flotantet.disabled.active, 
.btn_flotantet[disabled].active, 
fieldset[disabled] .btn_flotantet.active { 
  background-color: #ffffff; 
  border-color: #ffffff; 
} 
 
.btn_flotantet .badge { 
  color: #d52d33; 
  background-color: #FFFFFF; 
}



.btn_flotanteu { 
  color: #666;  
  border: 1px solid #d5d5d5;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding:4px 9px;
  margin: 0px 0px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #fff;
  float:right;
  display: inline;
} 
 
.btn_flotanteu:hover, 
.btn_flotanteu:focus, 
.btn_flotanteu:active, 
.btn_flotanteu.active, 
.open .dropdown-toggle.btn_flotanteu { 
  color: #fff; 
  border: 1px solid #eb3e32;
  background-color: #eb3e32; 
} 
 
.btn_flotanteu:active, 
.btn_flotanteu.active, 
.open .dropdown-toggle.btn_flotanteu { 
  background-image: none; 
} 
 
.btn_flotanteu.disabled, 
.btn_flotanteu[disabled], 
fieldset[disabled] .btn_flotanteu, 
.btn_flotanteu.disabled:hover, 
.btn_flotanteu[disabled]:hover, 
fieldset[disabled] .btn_flotanteu:hover, 
.btn_flotanteu.disabled:focus, 
.btn_flotanteu[disabled]:focus, 
fieldset[disabled] .btn_flotanteu:focus, 
.btn_flotanteu.disabled:active, 
.btn_flotanteu[disabled]:active, 
fieldset[disabled] .btn_flotanteu:active, 
.btn_flotanteu.disabled.active, 
.btn_flotanteu[disabled].active, 
fieldset[disabled] .btn_flotanteu.active { 
  background-color: #ffffff; 
  border-color: #ffffff; 
} 
 
.btn_flotanteu .badge { 
  color: #d52d33; 
  background-color: #FFFFFF; 
}


.categ {

background-color: #f5f5f5;
margin: 0px;
padding:4px 10px 4px;
text-align: center;
font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 13px;
color: #777;
position: absolute;
top:5px;
left:5px;
z-index: 99;
border-radius: 3px;
}

.categ a {
color: #888;
}

.categ i {
  margin-right: 5px;
}

.destacado {

background-color: #509abd;
margin: 0px;
padding:4px 10px;
text-align: center;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
font-size: 11px;
color: #fff;
position: absolute;
top:20px;
right:-30px;
z-index: 99;
text-transform: uppercase;
transform: rotate(45deg);
width: 130px;
}

.oferta {

background-color: #1da32d;
margin: 0px;
padding:4px 10px;
text-align: center;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
font-size: 11px;
color: #fff;
position: absolute;
top:20px;
right:-30px;
z-index: 99;
text-transform: uppercase;
transform: rotate(45deg);
width: 130px;
}

ol {
  margin: 0px!important
}

.rutas {
background-color: #fff;
list-style: outside none none;
margin-top: 0px;
padding: 10px;
font-size: 16px;
font-weight: 400;
font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
border-radius: 0px;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
color: #555 !important;
vertical-align: middle;
margin-bottom: 20px;
margin-left: 5px;
margin-right: 5px;
}


.top_catalog {
border:2px solid #ebebeb;
background: #ffffff;
margin-top: 0px;
padding: 6px 0px;
font-size: 16px;
font-weight: 400;
font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #555 !important;
vertical-align: middle;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
border-radius: 5px;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
height: 45px;
}



.item {
    margin: 10px 3px;
    display: inline;
}

.item a {
    color: #666!important;
    text-decoration: none;

}

.listar i,
.galery i,
.filtrar i {
  font-size: 14px;
  margin-right: 5px;
}

.listar a,
.galery a,
.filtrar a {
  text-decoration:none;
  color:#777777;
}

.listar {

  display: inline;
  float: right;
  width:90px;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 5px;
  font-weight:400;
  color:#888;
}
.galery {

  display: inline;
  float: right;
  width:90px;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 5px;
  font-weight:400;
  color:#888;
}

.filtrar {
  display: inline;
  float: right;
  width:140px;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  font-weight:400;
  color:#888;
}


.filtrar select {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0px;
}


.breadcrumb > .active {
    color: #888888;
}

.breadtitle > .active {
    color: #888888!important;
}


.breadcrumb > li + li::before {
    color: #888888;
    content: "/ ";
    padding: 0 5px;
}

.toptable {

  background-color: #f0f0f0;
  color:#333;
  padding-top: 5px;
  padding-bottom: 5px;
        font-size: 13px;
    font-weight:700;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.toptable h5 {

  color:#ffffff;
      font-size: 13px;
    font-weight:300;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.tabletextcolor {

    font-size: 12px;
    font-weight:300;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;

}

.form-control {

    font-size: 14px;

}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {

    vertical-align: middle!important;

}

.circle-iconpdf {
background: #fff;
padding: 5px;
border-radius: 30px;
width: 26px;
height: 26px;
text-align: center;
border: 1px solid #c30b15;
color: #c30b15;
}

.fondo_marca {
  margin-top: 30px;
  background-color: #f0f0f0;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
}

.logo-group {
    overflow: hidden;
    padding: 0;
    border: 0px solid #ddd;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-right: none;
    border-bottom: none;
    position: relative;
    margin-top: 10px;
    text-decoration: none;
}


.logo-group li {
width: 20%;
float: left;
height: 120px;
list-style: none;
border-right: 0px solid #ddd;
border-bottom: 0px solid #ddd;
padding: 10px 20px;
text-align: center;
text-decoration: none;
}

.logo-group li img {
display: block;
margin: 0 auto;
opacity: 0.8;
width: 88%;
}

.logo-group a:hover img {
    opacity: 1;
}

.logo-group p {
display: block;
margin: 0 auto;
font-size: 15px;
font-family: 'Open Sans', arial;
font-weight: 700;
color: #f88600;
text-align: center;
text-decoration: none;
}

.logo-group a {

text-decoration: none;
}

@media only screen and (max-width: 500px) {

  .logo-group li {
    width: 100%;
    border-right: 0px solid #ddd;
    text-decoration: none;
  }

  .logo-group li img {
    height: 50px;
    display: inherit;
    margin: 20px auto;
    text-decoration: none;

  }

}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #a6a6a6;
    border-color: #a6a6a6;
}

.pagination > li > a, .pagination > li > span {

    color: #333;

}

.hr-circle {
    margin: 0 auto;
}

.hr-inner {
    width: 5%;
    background: #f48000;
    height: 2px;
    margin: 0 auto;
    opacity: 1;
    margin: 15px auto;
}

.titular h3 {
font-family: Open Sans;
font-weight: 300;
color: #555;
font-size: 28px;
margin-top: 10px !important;
line-height: 38px;
margin-bottom: 0px !important;
}

.titular h4 {
font-family: 'Roboto', arial;
font-weight: 300;
color: #555;
font-size: 16px;
margin-top: 10px !important;
line-height: 24px;
margin-bottom: 20px !important
}

.titulari h3 {
font-family: Open Sans;
font-weight: 300;
color: #fff;
font-size: 28px;
margin-top: 10px !important;
line-height: 38px;
margin-bottom: 0px !important;
}

.titulari h4 {
font-family: 'Roboto', arial;
font-weight: 300;
color: #fff;
font-size: 16px;
margin-top: 10px !important;
line-height: 24px;
margin-bottom: 20px !important
}


.hr-circle2 {
    margin: 0;
}

.hr-inner2 {
    width: 5%;
    background: #f48000;
    height: 2px;
    margin: 0 auto;
    opacity: 1;
    margin: 5px 0px;
}


.alert {
    padding: 15px 20px;
    background-color: #f44336;
    color: white;
}

.alert2 {
    padding: 15px 20px;
    background-color: #f48000;
    color: white;
}

.alert2 h5 {

font-family: 'Roboto', arial;
font-weight: 300;
color: #fff;
font-size: 16px;
line-height: 26px;
margin-top: 5px;

}

.alert2 p {

font-family: 'Roboto', arial;
font-weight: 300;
color: #fff;
font-size: 13px;

}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

@media (min-width: 768px) {
  .no_padd_left {
    padding-left:10px!important;
  }
}

@media (min-width: 768px) {
  .solo_padd-right {
    padding-left:0px!important;
    padding-right:30px!important;
  }
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}




.menulateral {
border:2px solid #ebebeb;
background: #ffffff;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
min-height: 150px;
margin: 0px;
padding: 5px 10px;

}

.titlemenu {
background-color: #fff;
padding: 10px;
color: #509abd;
font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
border-bottom: 1px solid #d5d5d5;
}


 .accordion {
  width: 100%;
  margin: 0px;
  background: #FFF;
  list-style-type: none;
  padding: 0px;
 }


.accordion .link {
  cursor: pointer;
  display: block;
  padding: 12px;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 0px solid #eee;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 12px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 12px;
}

.accordion li.open .link {
  color: #666;
}

.accordion li.open i {
  color: #666;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
  display: none;
  background: #fff;
  font-size: 14px;
  padding: 0px;
  list-style: none;
  font-weight: 400;
 }

 .submenu li {
  border-bottom: 0px dotted #ccc;
  font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-size: 14px;
  font-weight: 400;
 }

 .submenu a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  padding-left: 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
 }

 .submenu a:hover {
  background: #fff;
  color: #c4161c;
 }

.no_padding00 {
    padding-left: 10px !important;
    padding-right: 0px !important;
} 

.no_padding0 {
  padding-left: 10px!important;
  padding-right: 50px!important;
} 

.no_padding {
  padding-left: 0px!important;
  padding-right: 0px!important;
  padding-top: 20px!important;
}

.no_paddingm {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.detalle h3 {
  font-family: 'Rubik', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
  color:#333;
  margin-top: 10px;
  line-height: 34px;
  margin-top: 0px;
    display: inline;
}

.informa {

    font-size: 15px;
    font-weight:400;
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom:10px;
    text-align: justify;
    color:#888;
}


.detalle h4 {
font-size: 26px;
font-weight: 500;
font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 22px;
color: #333;
margin-top:  35px;
margin-bottom: 35px
}

.detalle h4 span {
  font-size: 18px;
  color:#888;
  font-weight:400;
  text-decoration: line-through;
}

.detalle h5 {

    font-size: 14px;
    font-weight:400;
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom:10px;
    text-align: justify;
    color:#555;
}

.detalle p {

    font-size: 14px;
    font-weight:300;
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom:15px;
    text-align: justify;
    color:#555;
}

.detalle ul {
    padding-left: 15px;
    margin:20px 0px;

}

.detalle li {
    font-size: 15px;
    font-weight:400;
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom:5px;
    color:#888;

}

.img_prev {

border:1px solid #d5d5d5;
background: #ffffff;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
padding: 15px;
margin: 10px 0px;
min-height: 240px;
text-align:center;
position: relative;
overflow: hidden;

}

.img_prev2 {

border:0px solid #ebebeb;
background: #ffffff;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
padding: 0px;
margin: 0px 0px 15px;
min-height: 100px;
text-align:center;
position: relative;
overflow: hidden;

}

.eco_border2 {
    text-align: left;
    background: #2e2b34!important;
    width: 90%!important;
    height: 1px !important;
}

.top_productos {
  margin: 10px 0px 5px;
  padding:0px;
}

.top_productos_i {
  margin: 0px;
  padding:0px;
  height: 65px;
  width: 30%;
  display: inline-block;
  float: left;
}

.top_productos_info {
  margin: 0px;
  padding:10px 0px;
  height: 65px;
  width: 70%;
  display: inline-block;
  font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight:400;
  color:#333;
  line-height: 20px;
}

.top_productos img {
  margin:0px;
  border: 0;
}

.btderecha {
  border-right:0;
  background:#e6e7e9;
  padding-right:30px;
  padding-left:30px;
  font-weight: 700;
  text-align: center;
}

.btderecha i {
  margin-right: 5px;
}

.btderecha::before {

    background: #e6e7e9 none repeat scroll 0 0;
    content: "";
    height: 48px;
    left: -25px;
    position: absolute;
    top: 0px;
    transform: skewX(-139deg);
    width: 50px;
    transition: all 500ms ease;

}
 .parallaxr4y {
  background:url(../img/img3.jpg); /* pongo el  fondo */
  background-repeat:no-repeat; /* indico que no se repetira */
  background-size:cover; /* Encajamos la imagen al 100% del ancho */
  background-attachment: fixed; /* pongo posicion fija para la imagen */
  background-position: 50% 50%;
  line-height:20px;
  height: 200px;
  padding: 0px;
  margin-top: 20px;
}


.bg-ssl {
  content: "";
  opacity: 0.9;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 240px;
  background-image: url('../img/img.jpg');
  background-position: 0px;
}

.ssl hr {
  margin: 10px auto;
  border-color: #b8272e;
  border-width: 3px;
  max-width: 50px;
}

.ssl h3 {
  font-family: 'Roboto', arial;
  font-weight: 300;
  color: #fff;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 40px;
  text-transform: none;
}

.ssl h4 {
  font-family: 'Roboto', arial;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
}


@media only screen and (max-width: 500px) {

  .parallaxr4y {

    height: 250px;

  }


  .ssl h3 {

    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .ssl h4 {
    font-size: 14px;
    line-height: 26px;
  }

}

.multicolr4y {

  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;

  column-gap: 5em;
  -webkit-column-gap: 5em;
  -moz-column-gap: 5em;
  -o-column-gap: 5em;

  display: inline-block;
  width: 100%;

column-fill: balance;
-moz-column-fill: balance;
-webkit-column-fill: balance;

-webkit-column-break-inside: avoid;
-webkit-backface-visibility: hidden;

}


@media (max-width: 767px) { 
    .multicolr4y {
        columns:2;

    }

}
        
/* Móviles en vertical */

@media (max-width: 480px) {
    .multicolr4y {
        columns: 1;
    }
}


.sin-padding0 {
padding: 0px 0px;
}

.sin-padding0 {
padding: 0px 0px;
}

.sin-padding {
padding: 0px 5px;
}

.sin-padding2 {
padding: 0px 5px;
}


.service-box3 {
  margin: 10px 0px;
  min-height: 150px;
  padding:10px 20px;
}

.service-box3-t {
padding: 0px;
margin: 0px;
width: 10%;
display: inline-block;
float: left;
text-align: center;
}

.service-box3-d {
padding: 0px;
margin: 0px;
width: 90%;
display: inline-block;
text-align: left;

}

.service-box3 h3 {
font-family: 'Roboto', arial;
font-weight: 500;
color: #2f333a;
font-size: 20px;
margin-top: 0px;
margin-bottom: 10px;
text-transform: none;
line-height: 26px;

}

.service-box3 p {
  margin-bottom: 0;
  color: #333;
  font-family: 'Roboto', arial;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
}

.box_presta-icon {
padding: 16px 0px 0px 2px;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
border: 1px solid #e1e1e1;
margin: 20px 0px 0px 0px;
}

.box_presta-icon2 {
padding: 16px 10px 0px 12px;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
border: 1px solid #e1e1e1;
margin: 20px 0px 0px 0px;
}

.box_presta-icon3 {
padding:18px 10px 0px 12px;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
border: 1px solid #e1e1e1;
margin: 20px 0px 0px 0px;
}


.box-pasos {

height: 90px;
padding: 0px;
margin:10px 0px;
border:0px solid #ccc;

}

.box-pasos-left {
float: left;
display: inline;
width: 70px;
height: 70px;
border: 1px solid #ccc;
border-radius: 5px;
text-align: center;
font-size: 32px;
margin: 0px 20px 0px 0px;
font-family: 'Roboto', arial;
font-weight: 700;
color: #999;
padding: 10px 0px;

}

.box-pasos-right {

display:inline;
margin: 0px;
text-align: left;
padding-top: 10px;

}

.box-pasos-right p {
margin-bottom: 0;
color: #555;
font-family: 'Roboto', arial;
font-weight: 300;
font-size: 16px;
line-height: 25px;
letter-spacing: 0px;
margin-top: 10px;
text-align: left;
}

.center-banner {
height: 100px;
padding: 20px 10px;
margin:20px 0px;
border-radius: 10px;
text-align: left;
border: 1px solid #e1e1e1;
background: #fafafa;
border-radius: 10px;
}

.center-banner h3 {
font-family: 'Roboto', arial;
font-weight: 400;
color: #4c5462;
font-size: 16px;
margin-top: 0px;
margin-bottom: 10px;
text-transform: none;
line-height: 26px;
}

.alinea {
  text-align: left;
}

.alinea2 {
  text-align: right;
}

@media only screen and (max-width: 500px) {

  .center-banner {
    height: inherit;
  }

  .alinea {
    text-align: center;
  }

  .alinea2 {
    text-align: center;
  }

}

.center-banner2 {
height: 100px;
padding: 20px 10px;
margin:20px 0px;
border-radius: 10px;
text-align: left;
border: 0px solid #fff;
background: rgba(0, 0, 0, 0) linear-gradient(to left, #00D2FF 0%, #3c74b3 100%) repeat scroll 0 0;
border-radius: 10px;
}

.center-banner2 h3 {
font-family: 'Roboto', arial;
font-weight: 400;
color: #fff;
font-size: 16px;
margin-top: 0px;
margin-bottom: 10px;
text-transform: none;
line-height: 26px;
}

@media only screen and (max-width: 500px) {

  .center-banner2 {
    height: inherit;
  }

  .alinea {
    text-align: center;
  }

}

.center-banner3 {
height: 100px;
padding: 20px 10px;
margin:0px 0px 50px 0px;
border-radius: 10px;
text-align: left;
border: 0px solid #e1e1e1;
background: #fafafa;
border-radius: 10px;
text-align: center;
}

.center-banner3 h3 {
font-family: 'Roboto', arial;
font-weight: 400;
color: #4c5462;
font-size: 16px;
margin-top: 0px;
margin-bottom: 10px;
text-transform: none;
line-height: 26px;
}


.btn-prest {
    color: #fff;
    background-color: #00D2FF;
    border: 2px solid #00D2FF;
    margin: 0px;
    padding: 10px 15px;
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 0.3px;
} 
 
.btn-prest:hover, 
.btn-prest:focus, 
.btn-prest:active, 
.btn-prest.active, 
.open .dropdown-toggle.btn-prest {
  color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(225,225,225,1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(225,225,225,1);
  box-shadow: 0px 0px 15px 0px rgba(225,225,225,1);
} 
 
.btn-prest:active, 
.btn-prest.active, 
.open .dropdown-toggle.btn-prest { 
  background-image: none; 
} 
 
.btn-prest.disabled, 
.btn-prest[disabled], 
fieldset[disabled] .btn-prest, 
.btn-prest.disabled:hover, 
.btn-prest[disabled]:hover, 
fieldset[disabled] .btn-prest:hover, 
.btn-prest.disabled:focus, 
.btn-prest[disabled]:focus, 
fieldset[disabled] .btn-prest:focus, 
.btn-prest.disabled:active, 
.btn-prest[disabled]:active, 
fieldset[disabled] .btn-prest:active, 
.btn-prest.disabled.active, 
.btn-prest[disabled].active, 
fieldset[disabled] .btn-prest.active { 
  background-color: #17b352; 
  border-color: #17b352; 
} 
 
.btn-prest .badge { 
  color: #17b352; 
  background-color: #ffffff; 
}


.btn-prest2 {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 0px;
    padding: 10px 15px;
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 0.3px;
} 
 
.btn-prest2:hover, 
.btn-prest2:focus, 
.btn-prest2:active, 
.btn-prest2.active, 
.open .dropdown-toggle.btn-prest2 {
  color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(225,225,225,1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(225,225,225,1);
  box-shadow: 0px 0px 15px 0px rgba(225,225,225,1);
} 
 
.btn-prest2:active, 
.btn-prest2.active, 
.open .dropdown-toggle.btn-prest2 { 
  background-image: none; 
} 
 
.btn-prest2.disabled, 
.btn-prest2[disabled], 
fieldset[disabled] .btn-prest2, 
.btn-prest2.disabled:hover, 
.btn-prest2[disabled]:hover, 
fieldset[disabled] .btn-prest2:hover, 
.btn-prest2.disabled:focus, 
.btn-prest2[disabled]:focus, 
fieldset[disabled] .btn-prest2:focus, 
.btn-prest2.disabled:active, 
.btn-prest2[disabled]:active, 
fieldset[disabled] .btn-prest2:active, 
.btn-prest2.disabled.active, 
.btn-prest2[disabled].active, 
fieldset[disabled] .btn-prest2.active { 
  background-color: #17b352; 
  border-color: #17b352; 
} 
 
.btn-prest2 .badge { 
  color: #17b352; 
  background-color: #ffffff; 
}


.btn-prest3 {
    color: #fff;
    background-color: #2f2440;
    border: 2px solid #2f2440;
    margin: 0px;
    padding: 10px 25px;
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.3px;
} 
 
.btn-prest3:hover, 
.btn-prest3:focus, 
.btn-prest3:active, 
.btn-prest3.active, 
.open .dropdown-toggle.btn-prest3 {
  color: #fff;
  background-color: #241c31;
  border: 2px solid #241c31;
} 
 
.btn-prest3:active, 
.btn-prest3.active, 
.open .dropdown-toggle.btn-prest3 { 
  background-image: none; 
} 
 
.btn-prest3.disabled, 
.btn-prest3[disabled], 
fieldset[disabled] .btn-prest3, 
.btn-prest3.disabled:hover, 
.btn-prest3[disabled]:hover, 
fieldset[disabled] .btn-prest3:hover, 
.btn-prest3.disabled:focus, 
.btn-prest3[disabled]:focus, 
fieldset[disabled] .btn-prest3:focus, 
.btn-prest3.disabled:active, 
.btn-prest3[disabled]:active, 
fieldset[disabled] .btn-prest3:active, 
.btn-prest3.disabled.active, 
.btn-prest3[disabled].active, 
fieldset[disabled] .btn-prest3.active { 
  background-color: #17b352; 
  border-color: #17b352; 
} 
 
.btn-prest3 .badge { 
  color: #17b352; 
  background-color: #ffffff; 
}

.btn-prest4 {
    color: #999;
    background-color: transparent;
    border: 2px solid #ccc;
    margin: 0px;
    padding: 10px 15px;
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.3px;
} 
 
.btn-prest4:hover, 
.btn-prest4:focus, 
.btn-prest4:active, 
.btn-prest4.active, 
.open .dropdown-toggle.btn-prest4 {
  color: #666;
  border: 2px solid #888;
} 
 
.btn-prest4:active, 
.btn-prest4.active, 
.open .dropdown-toggle.btn-prest4 { 
  background-image: none; 
} 
 
.btn-prest4.disabled, 
.btn-prest4[disabled], 
fieldset[disabled] .btn-prest4, 
.btn-prest4.disabled:hover, 
.btn-prest4[disabled]:hover, 
fieldset[disabled] .btn-prest4:hover, 
.btn-prest4.disabled:focus, 
.btn-prest4[disabled]:focus, 
fieldset[disabled] .btn-prest4:focus, 
.btn-prest4.disabled:active, 
.btn-prest4[disabled]:active, 
fieldset[disabled] .btn-prest4:active, 
.btn-prest4.disabled.active, 
.btn-prest4[disabled].active, 
fieldset[disabled] .btn-prest4.active { 
  background-color: #17b352; 
  border-color: #17b352; 
} 
 
.btn-prest4 .badge { 
  color: #17b352; 
  background-color: #ffffff; 
}

.heading-title2 {
    margin-top: 20px;
    margin-bottom: 20px;

}

.heading-title2.style2 {
    text-align: center;
}

.heading-title2.style2 h3 {
    color: #2f333a;
    font-size: 1.714em;
    line-height: 1.5;
    text-align: center;
    position: relative;
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-transform: none;
}

.heading-title2.style2 p {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    color:#555;
    margin-top: 25px;
}

.heading-title2.style2 h3::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    margin-left: -35px;
    bottom: -10px;
    left: 50%;
background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#3c74b3), to(#00D2FF)) repeat scroll 0 0;
background: rgba(0, 0, 0, 0) linear-gradient(to left, #00D2FF 0%, #3c74b3 100%) repeat scroll 0 0;

}

.img-rounded {
    border-radius: 5px;
}

.form-control {
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
box-sdhadow: inset 0 1px 1px rgba(0,0,0,.0);
}

.navbar-default .navbar-toggle {
    border-color: none!important;;
    border:0px!important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fe8400!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
}

.navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.0);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.0);
   
}

.well-t {

    max-width: 460px;
    min-height: 20px;
    padding: 25px 20px 25px;
    margin: 20px auto 10px;
    background-color: #f5f5f5;
    border: 2px solid #e3e3e3;
    border-radius: 10px;
}

.masonry { /* Masonry container */
  column-count: 3;
  -webkit-column-count: 3; /* Safari and Chrome */
  column-gap: 1em;
  -webkit-column-gap: 1em;
  margin-top: 10px;
  margin-bottom: 30px;
}

.masonry-h { /* Masonry bricks or child elements */
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 1em;
  display: inline-grid;
}

@supports (break-inside: avoid-column) {
  .masonry-h  {
    display: block;
  }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #ffa303;
    background-color: #241c31;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #0c2152;
    background-color: #fff;
    border-top: 3px solid #0c2152;
}

.form_detalle_f {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
    color: #151515 !important;
    margin-top: 10px;
    background-color: #f9f9f9 !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    padding: 10px;
}

.form-control {
    font-size: 14px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: inherit;
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }


.destinos h3 {
    font-family: 'Open Sans', arial;
    font-weight: 700;
    color: #0c2152;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: none;
    line-height: 26px;
}

@media only screen and (max-width: 500px) {
  .destinos h3 {
      margin-top: 20px;
  }
}

.destinos p {
    margin-bottom: 3px;
    font-size: 15px;
    color: #444;
    font-family: 'Open Sans';
    font-weight: normal;
    line-height: 24px;
    margin-left: 0px;
}

.eco_border {
    text-align: left;
    background: #f0f0f0 !important;
    width: 90% !important;
    height: 1px !important;
    margin: 6px 0px 7px;
    display: block;
    padding: 0px;
}

.depositos p {

margin-bottom: 5px;
color: #222;
font-family: 'Roboto', arial;
font-weight: 300;
font-size: 14px;
line-height: 25px;
letter-spacing: 0px;
}

.depositos i {

margin-right: 5px;
color: #666;
}

/*Flecha para hacer la pagina hacia arriba*/
.btn-campus {
display: block;
width: 180px;
height: 50px;
color: #fff;
position: fixed;
right: 20px;
bottom: 100px;
border-radius: 30px;
text-align: left;
z-index: 999;
padding: 0px;
border: 2px solid #fff;
background: rgb(43,168,65);
background: linear-gradient(0deg, rgb(43, 168, 65) 0%, rgb(75, 205, 95) 100%);
}

.btn-campus-t {
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 15px;
line-height: 18px;
width: 110px;
height: 43px;
margin: 14px 0px 0px 15px;
padding: 0px;
display: inline-block;
letter-spacing: .3px;
font-weight: 500;
}

.btn-campus-i {
margin: 2px 3px 0px 0px;
float: right;
width: 43px;
height: 43px;
text-align: center;
padding: 0px;
}

.btn-campus-i img {
width: 43px;
height: 43px;
margin: 0px;
}

.btn-campus:hover {
border: 2px solid #fff;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.nosotros p {
  font-size: 16px;
  line-height: 30px;
}