html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background-color: #f5f5f5;
  overflow-x: hidden;
  color:#555555;
  font-weight: 300;
  font-size: 13px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
hr {
  border-color: #f0f0f0;
  border-width: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #333;
}
a:hover,
a:focus {
  color: #555;
}

b,
strong {
  font-weight: 400;
}

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: 400;
color: #292834;
font-size: 34px;
padding-bottom: 5px;
display: inline-block;
margin-bottom: 10px;
margin-top: 10px;
line-height: 44px;
}

.intro h3 {
font-family: 'Open Sans', arial;
font-weight: 600;
color: #35a0b2;
font-size: 20px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 0px;
line-height: 28px;
}

.barra_titulo {
  padding: 5px 0px;
  margin: 5px 0px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.barra_titulo h3 {
  font-size: 18px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  margin: 5px;
}

h4 {
font-size: 18px;
font-family: 'Roboto', arial;
font-weight: 300;
color: #292834;
line-height: 28px;
letter-spacing: .5px;
}

p {
font-size: 15px;
font-family: 'Open Sans', arial;
font-weight: 400;
color: #444;
line-height: 24px;
}

.invita_form {
background: #fff;
padding: 0px;
margin:0px;
}

.invita_form_c {
background: #2098d1;
padding: 10px;
margin:0px 0px 10px 0px;
font-family: 'Roboto', arial;
font-weight: 400;
color: #fff;
font-size: 14px;
}

.bienvenida h3 {
font-family: 'Roboto', arial;
font-weight: 300;
color: #fff;
font-size: 36px;
padding-bottom: 5px;
display: inline-block;
margin-bottom: 10px;
margin-top: 0px;
text-transform: uppercase;
letter-spacing: .5px
}

.bienvenida h4 {
font-family: 'Roboto', arial;
font-weight: 300;
color: #fff;
font-size: 24px;
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 0px;
letter-spacing: 0px;
line-height: 40px;
font-style: normal;
}


.bienvenida p {
  font-size: 17px;
  font-family: 'Open Sans', arial;
  font-weight: 400;
  color: #aaa;
  line-height: 28px;
  letter-spacing: 0px;
}

.bienvenida b,
.bienvenida strong {
  font-size: 19px;
  font-family: 'Open Sans', arial;
  font-weight: 600;
  color: #aaa;
  line-height: 26px;
  font-style: italic;
  letter-spacing: .5px;
}


@media (min-width: 768px) {
  .bienvenida {
    padding-left: 40px;
    padding-right: 0px;
  }
}

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

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

.navbar-default {
  font-weight: 300;
font-size: 13px;
color: #ffffff;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  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.affix {
  color: #6f8179;
}

.navbar-default .navbar-header .navbar-brand {
  color: #fff;
  font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;

  padding:10px 10px 0px 0px;
}
.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: 600;
font-size: 14px;
color: #6f8179;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fff;
  background-color: #e7f6f3;
}

.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
    color: #6f8179;
    background-color: #e7f6f3;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fff !important;

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

.navbar {
    min-height: 60px;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: #c2e4d5;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    border-bottom: 1px solid #a2c7b6;
  }
  .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: #fff;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #6f8179;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #6f8179;
  }

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

 .navbar-default.affix-top {
    padding-bottom:0px;
  }
   

  .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 .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: 15px;
    padding-left: 15px;
  }

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

  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #6f8179;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #6f8179;
  }
  .navbar {
      min-height: 40px;
  }

}

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

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


.navbar-default.affix .navbar {
    min-height: 40px;
}

.navbar-nav i {
margin-right: 5px;
}

.navbar-brand {

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

}

.barramenu {
  border-bottom:0px solid #3e4095;
  background-color: #2c2877;
  z-index: 99999999;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}

.espaciador {
    height:200px;
}

.espaciador-s {
    height:150px;
}

.espaciadorxs {
    height:50px;
  }

.top_lema {
font-family: 'Roboto', arial;
font-weight: 400;
color: #fff;
font-size: 18px;
float: right;
margin: 30px 20px 0px 50px;
padding: 0px;
letter-spacing: 0px;
line-height: 30px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.top-bar {
background: #4eb0c0;
border-bottom: 1px solid #35a0b2;
padding:0px 0px;

}

.top_left_text {
font-family: 'Roboto', arial;
font-weight: 300;
color: #666;
font-size: 12px;
float:left;
padding:  8px 15px 8px 10px;
border-left: 0px solid #e1e8ed;
height: 34pX;
letter-spacing: 0px;
}

.top_right_text {
font-family: 'Roboto', arial;
font-weight: 300;
color: #666;
font-size: 16px;
float:right;
margin: 0px;
padding: 5px 10px;
height: 34pX;
letter-spacing: 0px;
}

.top_left_text i,
.top_right_text i {
color: #fff;
margin-right: 5px;
}

.top_left_text a,
.top_right_text a {
color: #666;
}

.top_left_text a:hover,
.top_right_text a:hover {
color: #fff;
}

.bottom-bar {

border-bottom: 1px solid #fff;
padding: 0px 0px;
min-height: 80px;
}

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

.box_mail {
    min-height: 50px;
    padding: 0px;
}

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

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

.box_mail i {
margin: 5px 11px 0px 0px;
display: inline;
color: #999;
float:left;
}

.box_mail h3 {
font-family: 'Roboto', arial;
font-weight: 300;
color: #555;
font-size: 12px;
margin: 10px 0px 0px 0px !important;
letter-spacing: 0px;
padding: 0px;
line-height: 18px;
}

.box_mail p {
font-family: 'Roboto', arial;
font-weight: 300;
color: #555;
font-size: 16px;
margin: 0px 0px 0px 5px !important;
letter-spacing: 0px;
padding: 0px;
}

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

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


.box_buscador {
padding:0px 10px;
margin: 10px 0px;
text-align: center;
}

.box_buscador2 {
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  margin: 0px auto;
  position: relative;
  border:1px solid #ccc;
  padding:2px;
  width: 300px;
}

.buscador {
display: inline;
padding: 1px 42px 0 12px;
margin: 0px;
height: 40px;
line-height: 40px;
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;
}

.button-search {
background: #fff;
color: #ccc;
width: 42px;
line-height: 40px;
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: #e83338;
    background-color: #fff;
    border-color: #fff;
}


.btn-white:focus,
.btn-white:hover {
  color:#fff !important;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  background-color:#3e4095;
  border:2px solid #3e4095
}


.btn-white {
font-family: 'Roboto Condensed', arial;
color: #fff;
font-size: 16px;
cursor: pointer;
font-weight: 600 !important;
line-height: 0;
margin: 0 15px 1.25em;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1.5em;
background-color: transparent;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border: 2px solid #fff;
letter-spacing: .5px;
}

.btn-black:focus,
.btn-black:hover {
  color:#fff !important;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  background-color:#1e2024;
}


.btn-black {
font-family: 'Roboto Condensed', arial;
color: #fff;
font-size: 14px;
cursor: pointer;
font-weight: 500 !important;
line-height: 0;
margin: 0px 0px 0px 0px;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1.6em;
background-color: #292c31;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border: 0px solid #fff;
letter-spacing: .5px;
}


.btn-red:focus,
.btn-red:hover {
  color:#fff !important;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  background-color:#e83338;
}


.btn-red {
font-family: 'Roboto', arial;
color: #fff;
font-size: 16px;
cursor: pointer;
font-weight: 700!important;
line-height: 0;
margin: 0px 0px 0px 0px;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1.7em 1.8em;
background-color: #a8084e;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 0px solid #fff;
letter-spacing: 1px;
text-transform: uppercase;
}

.btn-red-sm {
font-family: 'Roboto', arial;
color: #fff;
font-size: 12px;
cursor: pointer;
font-weight: 500!important;
margin: 0px 0px 0px 0px;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 10px 20px 10px;
background-color: #a8084e;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 0px solid #fff;
letter-spacing: 1px;
text-transform: uppercase;
}

.btn-red-sm i {
 margin-right: 0px!important;
 margin-left: 5px;
} 

.btn-gray:focus,
.btn-gray:hover {
  color:#fff !important;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  background-color:#b61e61;
}


.btn-gray {
font-family: 'Roboto', arial;
color: #fff;
font-size: 14px;
cursor: pointer;
font-weight: 700!important;
line-height: 0;
margin: 0px;
position: relative;
text-decoration: none;
text-align: center;
display: inline-block;
padding: 1.5em;
background-color: #a8084e;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 0px solid #aaa;
letter-spacing: .5px;
text-transform: uppercase;
}




.more_cat {
float: right;
height: 42px;
font-family: 'Roboto Condensed', arial;
font-weight: 700;
color:#aaa;
font-size: 15px;
padding: 8px 15px;
margin: 5px 0px 0px 0px;
text-transform: uppercase;
letter-spacing: 0.5px;
border: 2px solid #aaa;
letter-spacing: .5px;
}

.cuenta {
    float: right;
    font-family: 'Roboto', arial;
    font-weight: 300;
    color: #777;
    font-size: 12px;
    padding: 0px 0px;
    margin: -5px 0px 0px 0px;
    text-transform: inherit;
    letter-spacing: .5px;
    text-align: right;
}

.titulomarco {
margin:10px 0px;
padding:0px;
border-bottom: 2px solid #dd1111;
}


.tituloh3 {
font-family: 'Open Sans', arial;
font-weight: 600;
color: #6f8179;
font-size: 18px;
padding-bottom: 10px;
border-bottom: 5px solid #58b8c6;
display: inline-block;
margin-bottom: 10px;
margin-top: 0px;
text-transform: uppercase;
}

.tituloh3 i {

margin-right: 5px;
}

.divider {
background-color: #d7d7d7;
max-width: 100%;
height: 2px;
margin-top: -14px;
margin-bottom: 20px;
}

.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: 20px!important;
    padding-bottom: 5px!important;
    margin-bottom: 10px;

}

.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: #81BE32; 
  border-color: #81BE32; 
} 
 
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  color: #FFFFFF; 
  background-color: #90C946; 
  border-color: #81BE32; 
} 
 
.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; 
}

.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; 
}

.service-box {

  margin: 20px auto;
  border: 0px solid #e1e1e1;
  padding: 0px;
  
}

@media (min-width: 992px) {
  .service-box {
  margin: 20px 0px 20px;
  min-height: 150px;
  display: inline-block;
  }
}


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

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

.service-boxin {
margin: 0px;
padding: 5px 20px;
text-align: left;

}

.service-boxinb {
margin: 20px 0px 0px;
padding: 0px 0px;
border-radius: 0;
position: relative;
border-top: 1px solid #eee;
}

.credit2 {
font-family: 'Poppins', arial;
font-weight: 400;
color: #888;
float: right;
font-size: 14px;
width: 45px;
margin: 8px 0px 5px 10px;
padding: 0px 0px;
text-align: right;
}

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


.credit {
font-family: 'Poppins', arial;
font-weight: 400;
color: #888;
float: right;
font-size: 14px;
width: 55px;
margin: 8px 0px 5px 10px;
padding: 0px 0px;
text-align: right;
}

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

.votos {float:left;width:50px;margin:10px 0px 0px;border:0px solid #eee;padding:0px;list-style:none;}

.votos .dw_button {background: url(../img/votos.png) -64px 0 no-repeat;float: left;height: 42px;width: 64px;cursor:pointer;margin:0 0 0 10px}
.votos .dw_button:hover {background: url(../img/votos.png) no-repeat -64px -42px;}

.votos .up_button {
background: url(../img/votos.png) 0 0 no-repeat;
float: left;
height: 16px;
width: 40px;
cursor: pointer;
}

.votos .up_button:hover{
  background: url(../img/votos.png) no-repeat 0 -16px;
}

.voting_btn{float:left;}

.voting_btn span{
font-size: 14px;
font-family: 'Poppins',sans-serif;
font-weight: 400;
color: #888;
margin: 0px 0 0 20px;
display: block;
width: 20px;
height: 16px;
line-height: 15px;
text-align: center;
}

.likes_votado{background: url(../img/votos.png) no-repeat 0 -16px !important;}
.hates_votado{background: url(../img/votos.png) no-repeat -16px -16px !important;}

.service-boxin h3 {
font-family: 'Roboto', arial;
font-weight: 300;
color: #333;
font-size: 22px;
margin-top: 5px;
margin-bottom: 10px;
line-height: 32px;
text-transform: none;
}

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

  .service-boxin h3 {
    font-size: 18px;
  }
}

.service-boxin h4 {
font-size: 14px;
font-family: 'Roboto', arial;
font-weight: 300;
color: #777;
line-height: 0px;
letter-spacing: 0px;
font-style: normal;
text-align: left;
margin-top: 0px;
margin-bottom: 0px;
}

.service-boxin i {
margin-right:5px;
}

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

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

}

.service-boxin li {
margin-bottom: 5px;
color: #606060;
font-family: 'Roboto', arial;
font-weight: 300;
font-size: 14px;
text-align: left;
line-height: 22px;

}

.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 {

  overflow: hidden;
  margin: 0px 0px 20px 0px;
  padding:0px;

  background-color: #fff;
}

.div_alto {
  min-height: 80px;
  padding:0px;
}

.btn-default {

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



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

.fondo_photo {


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

}
.fondo_blue {
  background-color: #28353e;

}

.fondo_black {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #292c31;
  background-image: url('../img/back.jpg');
  background-size: cover;
}

.fondo_green {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #10881a;
  background-size: cover;
}

.fondo_slider {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fondo_publi {
  padding-top: 20px;
  padding-bottom: 10px;
  background:#fff;
}


.fondo_black2 {
  padding-top: 20px;
  padding-bottom: 50px;
  background:#f5f5f5;
  min-height: 300px;
}

.fondo_gris {
padding-top: 40px;
padding-bottom: 40px;
background: #29292a;
}

.fondo_black3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #2d3160;
  background-size: cover;
}

.fondo_white {
  padding-top: 20px;
  background: #fff;
}

.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; 
}

.box_copete_v {
min-height: 130px;
}

.box_ve {
border: 0px solid #292834;
background: #fff;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
border-radius: 3px !important;
padding: 10px 15px;
margin: 0px 0px 10px;
position: relative;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
}

.box_ve:hover {
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.box_ve h3 {
font-family: 'Roboto', arial;
font-weight: 300;
color: #222;
font-size: 16px;
padding-bottom: 5px;
display: inline-block;
margin-bottom: 0px;
margin-top: 0px;
line-height: 24px;
}

.box_vedi {
background-color: #fff;
margin: 0px 0px 0px;
padding: 5px 0px !important;
text-align: center;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 12px;
color: #3c1588;
text-transform: uppercase;
border-radius: 3px;
display: inline-block;
}

.box_vedi2 {
background-color: #fff;
margin: 0px 0px 0px;
padding: 5px 0px !important;
text-align: center;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 12px;
color: #aaa;
text-transform: uppercase;
border-radius: 3px;
display: inline-block;
float: right;
}


.box_v {
border: 0px solid #292834;
background: #fff;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
padding: 0px;
margin: 0px 0px 10px;
min-height: 150px;
position: relative;
overflow: hidden;
}

.box_copete_s {
min-height: 130px;
}

.box_s {
border: 0px solid #292834;
background: #fff;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
border-radius: 3px !important;
padding: 0px;
margin: 10px 0px;
min-height: 350px;
position: relative;
overflow: hidden;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}


.box_v img {
  
  width: 100%;

}


@media (min-width: 768px) {

  .box_v img {
    
    width: 100%;

  }
}

.box_vtext {
  /* padding: 0px; */
}

.box_vtext_boxl {
margin: 10px 0px 0px;
padding: 0px 0px !important;
text-align: center;
font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 14px;
color: #888;
text-transform: uppercase;
display: inline-block;
}

.box_vtext_boxr {
margin: 0px 0px 5px;
padding: 0px 0px !important;
text-align: center;
font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 12px;
color: #888;
text-transform: uppercase;
display: inline-block;
}

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

  .box_vtext_boxr {
    margin-bottom: 10px;
  }

}

.box_vtext_boxb {
background-color: #3c1588;
margin: 0px;
padding: 5px 10px !important;
text-align: center;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 12px;
color: #fff;
text-transform: uppercase;
border-radius: 3px;
display: inline-block;
}

.box_vtext h3 {
font-family: 'Rubik', arial;
font-weight: 400;
color: #3c8e9b;
font-size: 28px;
padding-bottom: 0px;
display: inline-block;
margin-bottom: 10px;
margin-top: 10px;
line-height: 42px;
}

.box_vtext h4 {
font-size: 14px;
font-family: 'Poppins', arial;
font-weight: 400;
color: #888;
line-height: 0px;
letter-spacing: 0px;
font-style: normal;
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
}

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

.box_vtext p {
font-size: 14px;
font-family: 'Poppins', arial;
font-weight: 400;
color: #333;
line-height: 26px;
}

.box_vtext li {
font-size: 14px;
font-family: 'Poppins', arial;
font-weight: 400;
color: #333;
line-height: 26px;
}

.box_vtext ul {

}

.box_stext {
  /* padding: 0px; */
}

.box_stext h3 {
font-family: 'Rubik', arial;
font-weight: 400;
color: #3c8e9b;
font-size: 18px;
padding-bottom: 5px;
display: inline-block;
margin-bottom: 0px;
margin-top: 0px;
line-height: 24px;
}

.box_stext h4 {
font-size: 14px;
font-family: 'Roboto', arial;
font-weight: 300;
color: #888;
line-height: 0px;
letter-spacing: 0px;
font-style: normal;
text-align: left;
margin-top: 5px;
margin-bottom: 10px;
line-height: 26px;
}

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

.box_stext p {
font-size: 13px;
font-family: 'Poppins', arial;
font-weight: 400;
color: #333;
line-height: 24px;
}


.texto_central {

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

}


.texto_central h3 {

font-family: 'Open Sans', arial;
font-weight: 700;
color: #fff;
font-size: 24px;
margin-top: 10px !important;
margin-bottom: 10px;
text-transform: inherit;
font-style: italic;
letter-spacing: 0px
}

.texto_central h4 {

font-family: 'Open Sans', arial;
font-weight: 400;
color: #fff;
font-size: 15px;
margin-top: 0px!important;
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
}


.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:rgba(255,255,255,0);
  -webkit-border-radius:0px;
  border-radius:0px;
  border:1px 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 {
padding:15px 10px;
font-family: 'Roboto', arial;
font-weight: 400;
color: #fff;
font-size: 15px;
background-color: #e83338;
}

.datos {

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

}


.slider {

  min-height: 415px;
  background-color:#ccc;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/slider.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: 20px;
  margin:0px;
  min-height: 260px;
  border: 0px solid #cccccc;
  background-color: #232830;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;

}

.form_log h3 {

font-family: 'Open Sans', arial;
font-weight: 600;
color: #ffffff;
font-size: 20px;
margin: 0px 0px 10px 0px !important;

}

.form_log h4 {

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


}

.form_log h5 {

font-family: 'Open Sans', arial;
font-weight: 600;
color: #f0f0f0;
font-size: 12px;


}


.form_log p {

font-family: 'Open Sans', arial;
font-weight: 300;
color: #f0f0f0;
font-size: 13px;
margin: 0px 0px 0px 0px !important;

}

.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;

}

.eco_border2 {
    text-align: left;
    width: 80% !important;
    height: 1px !important;
    border-bottom: 1px dotted #868a8d;
    margin: 0px auto;
}

footer {
position: relative;
background: #485a60;
padding-top: 10px;
}

.footer-social {
    margin-top: 10px;
    text-align: center;
}

.footer-social > ul {
  padding: 0px;
}

.footer-social > ul::after {
    background: #aaa none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 32%;
}

.footer-social > ul::before {
    background: #aaa none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 32%;
}

.footer-social li {
    display: inline-block;
    margin: 0px 3px;
}

.footer-social i {
    color: #aaa;
}

.footer-social a {
    border-radius: 50px;
    color: #a075a2;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 52px;
    margin-top: 5px;
}

footer h3 {

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

}

footer i {
  margin-right: 0px;
  color:#aaa;
}

footer h4 {

font-family: 'Roboto', arial;
font-weight: 500;
color: #d80083;
font-size: 13px;
font-style: normal;
text-transform: uppercase;
letter-spacing: .5px;
text-align: center;
margin: 0px 0px 0px;

}

footer p {

font-family: 'Roboto', arial;
font-weight: 300;
color: #aaa;
font-size: 13px;
margin: 5px 0px;
text-align: left;
line-height:inherit;
}

footer a {
    font-family: 'Poppins', arial;
    font-weight: 400;
    color: #ddd;
    font-size: 13px;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}

footer a:hover {

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

.menulateral {
  border: 1px solid #d5d5d5;
  min-height: 150px;
  margin:0px;
  padding: 5px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  background-color: #ffffff;

}

.titlemenu {
    background-color: #4e638b;
    padding: 10px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    color:#fff;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;

}

.menucatcurso {
border-left: 5px solid #e21e22;
padding: 12px 5px 15px 12px;
color: #fff;
font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 15px;
font-weight: 400;
letter-spacing: 0.5px;
background-color: #2c3035;
margin: 2px 0px;
text-decoration: none;
}




.menucatmadre i {
 color: #81be32;
 margin-right: 5px; 
}

.menucatmadre {


    border-bottom: 1px dotted #eaeaea;
    padding: 10px 5px;
    color:#555;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.0px;
}

.menucatmadre a {

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

.menucathija {


    border-bottom: 1px dotted #eee;
    padding: 7px 10px 5px 10px;

}

.menucathija a {

    color:#555;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.0px;
}

.menucathija a:hover {

color: #666 !important;
font-weight: 400;

}


.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:1px solid #d5d5d5;
background: #ffffff;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
padding: 15px 10px;
margin: 10px 0px;
min-height: 350px;
text-align:center;
position: relative;
overflow: hidden;

}

.box h5 {
    color: #666;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 20px!important;

}

.box2 h5 {
    color: #555555;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-top: 0px;
    line-height: 20px!important;

}

.box h5 a,
.box2 h5 a {
    color: #555;
    text-decoration: none;

}

.box p {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  line-height: 18px;
  font-size: 13px;
  color:#777;
  letter-spacing: 0.5px
}

.box2 p {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  line-height: 16px;
  font-size: 11px;
  color:#777;
  letter-spacing: 0.2px
}

.prev {
height: 220px;
border:0px solid #d5d5d5;
background: #ffffff;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
margin: 15px 20px 10px 20px;
padding:10px;
text-align: center;
}

.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;

}


.box_recuadro {
margin: 0px;
padding: 0px;
background: #fff;

}

.box_recuadro2 {

margin: 0px;
padding: 10px 20px 0px 20px;

}

.dark_blue { 
  color: #FFFFFF; 
  background-color: #4E638B; 
  border-color: #4E638B;
     font-weight: 300;
} 
 
.dark_blue:hover, 
.dark_blue:focus, 
.dark_blue:active, 
.dark_blue.active, 
.open .dropdown-toggle.dark_blue { 
  color: #FFFFFF; 
  background-color: #424F68; 
  border-color: #4E638B; 

} 
 
.dark_blue:active, 
.dark_blue.active, 
.open .dropdown-toggle.dark_blue { 
  background-image: none; 
} 
 
.dark_blue.disabled, 
.dark_blue[disabled], 
fieldset[disabled] .dark_blue, 
.dark_blue.disabled:hover, 
.dark_blue[disabled]:hover, 
fieldset[disabled] .dark_blue:hover, 
.dark_blue.disabled:focus, 
.dark_blue[disabled]:focus, 
fieldset[disabled] .dark_blue:focus, 
.dark_blue.disabled:active, 
.dark_blue[disabled]:active, 
fieldset[disabled] .dark_blue:active, 
.dark_blue.disabled.active, 
.dark_blue[disabled].active, 
fieldset[disabled] .dark_blue.active { 
  background-color: #4E638B; 
  border-color: #4E638B; 
} 
 
.dark_blue .badge { 
  color: #4E638B; 
  background-color: #FFFFFF; 
}


.light_blue { 
  color: #FFFFFF; 
  background-color: #7A8FAA; 
  border-color: #7A8FAA; 
} 
 
.light_blue:hover, 
.light_blue:focus, 
.light_blue:active, 
.light_blue.active, 
.open .dropdown-toggle.light_blue { 
  color: #FFFFFF; 
  background-color: #77818d; 
  border-color: #77818d; 
} 
 
.light_blue:active, 
.light_blue.active, 
.open .dropdown-toggle.light_blue { 
  background-image: none; 
} 
 
.light_blue.disabled, 
.light_blue[disabled], 
fieldset[disabled] .light_blue, 
.light_blue.disabled:hover, 
.light_blue[disabled]:hover, 
fieldset[disabled] .light_blue:hover, 
.light_blue.disabled:focus, 
.light_blue[disabled]:focus, 
fieldset[disabled] .light_blue:focus, 
.light_blue.disabled:active, 
.light_blue[disabled]:active, 
fieldset[disabled] .light_blue:active, 
.light_blue.disabled.active, 
.light_blue[disabled].active, 
fieldset[disabled] .light_blue.active { 
  background-color: #7A8FAA; 
  border-color: #7A8FAA; 
} 
 
.light_blue .badge { 
  color: #7A8FAA; 
  background-color: #FFFFFF; 
}

.novedad {

background-color: #00b0ff;
margin: 0px;
padding:5px 10px;
text-align: center;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
font-size: 11px;
color: #fff;
position: absolute;
top:5px;
left:5px;
z-index: 99;
text-transform: uppercase;
}

.destacado {

background-color: #81be32;
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 {
list-style: outside none none;
margin-top: 0px;
padding: 5px 0px;
font-size: 14px;
font-weight: 400;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #777 !important;
vertical-align: middle;
margin-bottom: 10px;
letter-spacing: 0px;
text-align: right;
text-transform: uppercase;
}

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

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

}

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

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

.listar {

  position: absolute;
  right:212px;
  top:0px;
  border-left: 1px solid #fff;

  width:70px;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 10px;
  font-weight:400;
  color:#fff;
}
.galery {

  position: absolute;
  right:121px;
  top:0px;
  border-left: 1px solid #fff;

  width:90px;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 10px;
  font-weight:400;
  color:#fff;
}

.filtrar {

  position: absolute;
  right:0px;
  top:0px;
  border-left: 1px solid #fff;

  width:120px;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 8px 10px 5px 10px;
  font-weight:400;
  color:#fff;
}

.filtrar select {
  padding:2px 5px 0px 5px;
  
}

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

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


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

.toptable {

  background-color: #7a8faa;
  color:#ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
        font-size: 13px;
    font-weight:400;
    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;
height: 40px;
border: 1px solid #ccc;
border-radius: 0px;
box-shadow: inherit;

}

.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;

}

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


.detalle h3 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
  color:#4e638b;
  margin-top: 10px;
}

.detalle h4 {

    font-size: 14px;
    font-weight:400;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-right: 15px;
line-height: 22px;
}

.detalle p {

    font-size: 13px;
    font-weight:300;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-right: 25px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom:15px;

}

.dropdown-menu > li {
    font-size: 13px;
    font-weight:600;
    text-align: left;
    list-style: none;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 5px 0px;
    padding:0px 0px;
    text-transform: uppercase;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 7px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #6db494;
}

.navbar-default.affix .navbar-nav > .open > a,
.navbar-default.affix .navbar-nav > .open > a:focus,
.navbar-default.affix .navbar-nav > .open > a:hover {
    color: #222;
    background-color: #f0f0f0;
}

.navbar-nav .open .dropdown-menu {
    background-color: #6db494;
}

.navbar-nav .open .dropdown-menu .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #87baa3;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #7ebb9f;
}


.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;
}


.box3 {
border:1px solid #e2e2e2;
background: #ffffff;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
padding: 10px 20px;
margin: 10px 0px;
min-height: 120px;
text-align:left;
position: relative;
overflow: hidden;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.box3 h5 {
  color: #333;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
  line-height: 20px!important;
}

.box3 a:hover,
.box3 a:focus:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.box3 h4 {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  line-height: 12px;
  font-size: 12px;
  color:#777;
}

.box3 p {
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
line-height: 20px;
font-size: 13px;
color: #444;
letter-spacing: 0;
line-height: 22px;
}

.circle-icon-pdf {
    padding: 10px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 0px solid #e21e22;
    margin-right: 10px;
    background-color: #e21e22;
}

.circle-icon-doc {
    padding: 10px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 0px solid #3477bb;
    margin-right: 10px;
    background-color: #3477bb;
}

.circle-icon-xls {
    padding: 10px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 0px solid #00a65a;
    margin-right: 10px;
    background-color: #00a65a;
}

.pdf-list {
margin: 35px 0px 20px;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
}

.pdf-list h4 {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  line-height: 12px;
  font-size: 18px;
  color:#555;
  margin-bottom: 25px;
}

.pdf-list i {
  color:#fff;
}

.pdf-list a {
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 300;
line-height: 20px;
font-size: 16px;
margin: 10px 0px;
display: block;
color:#555;
text-decoration: none;

}


.uso0 {
margin: 0px;
padding: 0px;
position: absolute;
top: 5px;
left: 5px;
z-index: 99;
}


.uso {
background-color: #f3f3f3;
margin: 0px 0px 10px;
padding: 3px 10px;
text-align: center;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 300;
font-size: 12px;
color: #555;
border-radius: 3px;
display: inline-block;
}

.form-log-h0 {
border:1px solid #e2e2e2;
background: #ffffff;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
padding: 5px 10px;
margin: 10px 0px;
min-height: 50px;
text-align:left;
position: relative;
overflow: hidden;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
margin: 10px 0px 20px;
}

.form-log-h1 {
margin: 0px;
padding:0px;
float: left;
}
.form-log-h2 {
margin: 0px;
padding:0px;
float: right;
}

.form-log-h1 img {
  height: 40px;
  margin-right:10px;
  display:inline;
}

.form-log-h1 h3 {
color: #333;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
font-weight: 500;
margin: 0px;
display: inline;
margin: 0px 10px;
}

.form-log-h1 h4 {
font-family: 'Roboto', arial;
font-weight: 300;
color: #333;
font-size: 13px;
display: inline;
margin:0px 10px;
}

.form-log-h1 h4 span {
font-family: 'Roboto', arial;
font-weight: 400;
color: #333;
font-size: 13px;
display: inline;
margin: 0px 0px;
}

.menulateralc {
border: 0px solid #e2e2e2;
min-height: 150px;
margin: 0px;
padding: 5px;
background-color: #ffffff;
border-radius: 3px;
box-shadow: 0 5px 15px rgba(0,0,0,.07)
}

.titlemenuc {
padding: 10px;
color: #373b6d;
font-family: "Roboto Condensed", Arial,sans-serif;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
border-radius: 3px;
letter-spacing: .5px;
}

.titlemenuc i,
.menucatmadrec i {
 color: #373b6d;
 margin-right: 5px; 
}

.menucatmadrec {
border-bottom: 1px dotted #eaeaea;
padding: 7px 10px;
color: #555;
font-family: "Open Sans",sans-serif;
font-size: 14px;
font-weight: 600;

}

.menucatmadrec a {
color:#555;
font-family: "Open Sans",sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration: none;
}

.menucathijac {
border-bottom: 1px dotted #eee;
padding: 7px 10px;
}

.menucathijac a {
color:#555;
font-family: "Open Sans",Arial,sans-serif;
font-size: 14px;
text-decoration: none;
letter-spacing: 0.0px;
font-weight: 400;
}

.menucathijac a:hover {

color: #222 !important;
font-weight: 400;

}

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


.bg-red {
    margin-top: 5px;
    background-color: #337ab7 !important;
}


.form_detalle {

padding: 0px;
margin: 20px 0px;
position: relative;
overflow: hidden;

}

.form_detalle_t {
 
}

.form_detalle_t h3 {
font-family: 'Roboto Condensed', arial;
font-weight: 500;
color: #e21e22;
font-size: 20px;
padding-bottom: 10px;
display: inline-block;
margin-bottom: 10px;
margin-top: 10px;
letter-spacing: 0px;
}

.form_detalle_f {
font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif!important;
font-weight: 300!important;
font-size: 15px!important;
margin-bottom: 0px!important;
color: #151515!important;
margin-top: 10px;
background-color: #e9e9e9!important;
border: 1px solid #ddd!important;
box-shadow: none!important;
padding:10px;
}

.form-control::placeholder {
    color: #888;
    opacity: 1;
}

.flex-caption {
padding: 0px 30px 60px 30px;
bottom: 0px;
position: absolute;
width: 100%;
left: 0px;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.flex-caption h4 {
padding: 0px 0px;
color: #fff !important;
font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 5px 0px;
font-size: 40px !important;
font-weight: 700;
line-height: 26px;
font-style: normal;
letter-spacing: 0px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.flex-caption h3 {
padding: 0px;
font-size: 20px !important;
color: #fff !important;
font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
margin-top: 10px;
line-height: 32px;
margin-bottom: 5px;
letter-spacing: 0px;
font-style: normal;
margin-right: 20px;
}

.flex-caption h5 {
padding: 5px 10px;
font-size: 12px !important;
color: #fff !important;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
margin-top: 0px;
line-height: 18px;
margin-bottom: 10px;
letter-spacing: 0px;
font-style: normal;
margin-right: 20px;
background-color: #5bb8c7;
min-width: 20px;
display: inline-block;
border-radius: 3px;
text-transform: uppercase;
}

.flex-caption i {
margin-right: 5px;
}

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

  .flex-caption {
    padding: 0px 40px 0px 20px;
  }

  .flex-caption h3 {
  padding: 0px;
  font-size: 14px !important;
  color: #fff !important;
  font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-style: normal;
  margin-right: 0px;
  }

}

.no-padding {
  padding: 0;
}

.no-padding5 {
  padding: 0px 15px 0px 0px;
  min-height: 180px;
}

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

  .no-padding5 {
    padding: 10px 15px 0px 15px;
    min-height: 20px;
  }

}

@media (min-width: 768px) {
  .no-padding-l {
    padding: 0px 15px 0px 0px;
  }
}

.protector-s {
margin: 0px 0px 20px;
padding: 0px;
position: relative;
}

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

  .protector-s {
  margin: 0px 0px 0px;
  padding: 0px;
  position: relative;
  }

}

.protector-ss {
padding: 20px 10px 5px 10px;
bottom: 0px;
position: absolute;
width: 100%;
left: 0px;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.protector-ss h4 {
padding: 0px 0px;
color: #fff !important;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 5px 0px;
font-size: 16px !important;
font-weight: 500;
line-height: 20px;
letter-spacing: 0px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.protector-ss h3 {
padding: 0px;
font-size: 11px !important;
color: #fff !important;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
margin-top: 0px;
line-height: 20px;
margin-bottom: 5px;
letter-spacing: 0px;
font-style: normal;
margin-right: 20px;
}

.protector-s i {
margin-right: 5px;
}

.comentarios p {
font-size: 26px;
font-family: 'Open Sans', arial;
font-weight: 600;
color: #fff;
line-height: 36px;
font-style: italic;
letter-spacing: 0.5px;
text-align: left;
}

.comentarios h4 {
  font-size: 16px;
  font-family: 'Open Sans', arial;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  font-style: italic;
  letter-spacing: .5px;
  text-align: right;
  margin-top: 30px;
}


.box_c {
border: 1px solid #ccc;
padding: 0px;
margin: 10px 0px;
min-height: 70px;
position: relative;
overflow: hidden;
border-radius: 5px;
background: #f9f9f9;
}

.categori_img {
width:20%;
height: 70px;
padding: 10px;
margin: 0px;
float: left;
}

.categori_body {
width:80%;
height: 70px;
padding: 10px;
margin: 0px;
float: left;
}

.categori_body h3 {
font-family: 'Roboto', arial;
font-weight: 300;
color: #292834;
font-size: 16px;
margin-top: 8px;
text-align: left;
text-transform: inherit;
margin-bottom: 0px;
letter-spacing: 0px;
line-height: 32px; 
}


.box_cm {
border: 1px solid #ccc;
padding: 0px;
margin: 10px 0px;
min-height: 60px;
position: relative;
overflow: hidden;
border-radius: 5px;
background: #f9f9f9;
}

.categori_imgm {
width:20%;
height: 60px;
padding: 10px 10px;
margin: 0px;
float: left;
}

.categori_bodym {
width:80%;
height: 60px;
padding: 0px 15px;
margin: 0px;
float: left;
display: flex;
align-items: center;
}

.categori_bodym h3 {
font-family: 'Roboto', arial;
font-weight: 300;
color: #292834;
font-size: 14px;
margin-top: 0px;
text-align: left;
text-transform: inherit;
margin-bottom: 0px;
letter-spacing: 0px;
line-height: 23px; 
}

.btn-tblues {
color: #555;
background: #fff;
border: 2px solid #dbdbdb;
font-weight: 400;
margin: 0px;
margin-top: 0px;
padding: 8px 20px;
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
border-radius: 5px;
display: inline-block;
font-size: 12px;
letter-spacing: .5px;
 } 
 
.btn-tblues:hover, 
.btn-tblues:focus, 
.btn-tblues:active, 
.btn-tblues.active, 
.open .dropdown-toggle.btn-tblues { 
  color: #555;
  background: #f8f8f8;
  border: 2px solid #dbdbdb;
} 
 
.btn-tblues:active, 
.btn-tblues.active, 
.open .dropdown-toggle.btn-tblues { 
  background-image: none; 
} 
 
.btn-tblues.disabled, 
.btn-tblues[disabled], 
fieldset[disabled] .btn-tblues, 
.btn-tblues.disabled:hover, 
.btn-tblues[disabled]:hover, 
fieldset[disabled] .btn-tblues:hover, 
.btn-tblues.disabled:focus, 
.btn-tblues[disabled]:focus, 
fieldset[disabled] .btn-tblues:focus, 
.btn-tblues.disabled:active, 
.btn-tblues[disabled]:active, 
fieldset[disabled] .btn-tblues:active, 
.btn-tblues.disabled.active, 
.btn-tblues[disabled].active, 
fieldset[disabled] .btn-tblues.active { 
  background: rgb(139,21,83); 

} 
 
.btn-tblues .badge { 
  color: #17b352; 
  background-color: #ffffff; 
}


.btn-tbluesb {
  color: #fff;
  background: #35a0b2;
  border: 0px solid #fff;
  font-weight: 400;
  margin: 0px;
  padding: 8px 20px;
  font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
  border-radius: 3px;
  display: inline-block;
  font-size: 15px;
 } 
 
.btn-tbluesb:hover, 
.btn-tbluesb:focus, 
.btn-tbluesb:active, 
.btn-tbluesb.active, 
.open .dropdown-toggle.btn-tbluesb { 
  color: #fff;
  background: #4eb0c0;
} 
 
.btn-tbluesb:active, 
.btn-tbluesb.active, 
.open .dropdown-toggle.btn-tbluesb { 
  background-image: none; 
} 
 
.btn-tbluesb.disabled, 
.btn-tbluesb[disabled], 
fieldset[disabled] .btn-tbluesb, 
.btn-tbluesb.disabled:hover, 
.btn-tbluesb[disabled]:hover, 
fieldset[disabled] .btn-tbluesb:hover, 
.btn-tbluesb.disabled:focus, 
.btn-tbluesb[disabled]:focus, 
fieldset[disabled] .btn-tbluesb:focus, 
.btn-tbluesb.disabled:active, 
.btn-tbluesb[disabled]:active, 
fieldset[disabled] .btn-tbluesb:active, 
.btn-tbluesb.disabled.active, 
.btn-tbluesb[disabled].active, 
fieldset[disabled] .btn-tbluesb.active { 
  background: rgb(139,21,83); 
} 
 
.btn-tbluesb .badge { 
  color: #17b352; 
  background-color: #ffffff; 
}


.masonry-wrapper {
  padding: 0em;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.masonry {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px,1fr));
  grid-gap: 10px;
  grid-auto-rows: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    grid-template-columns: repeat(2, minmax(100px,1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    grid-template-columns: repeat(3, minmax(100px,1fr));
  }
}
.masonry-item, .masonry-content {
  border-radius: 0px;
  overflow: hidden;
}
.masonry-item {
  /* filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3)); */
  /* transition: filter .25s ease-in-out; */
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
}
.masonry-item:hover {
  /* filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3)); */
}
.masonry-content {
  overflow: hidden;
}
.masonry-item {
  /* color: #111111; */
  background-color: #ffffff;
}
.masonry-title, .masonry-description {
  margin: 0;
}
.masonry-title {
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
}
.masonry-description {
  padding: 1.5rem;
  font-size: .75rem;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.box_v_c {
border: 0px solid #292834;
background: #fff;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
border-radius: 3px !important;
padding: 0px;
margin: 0px 0px 10px;
min-height: 150px;
position: relative;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
}

.box_v_f {
border: 0px solid #292834;
background: #fff;
padding: 0px 0px 15px 0px;
margin: 0px 0px 10px;
min-height: 100px;
position: relative;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
}

.box_v_ff {
background: #fff;
padding: 5px 15px;
margin: 0px 0px 0px;
border-bottom: 1px solid #f0f0f0;
}

.box_v_fff {
padding: 10px 15px 10px;
margin: 0px;
}

.odd {
    background-color: #f9f9f9;
}

.box_v_ffff {
padding: 15px 20px 20px;
margin: 0px;
}

.box_v_f h3 {
font-family: 'Poppins', arial;
font-weight: 700;
color: #247d8b;
font-size: 14px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
line-height: 30px;
text-transform: uppercase;
text-align: left;
}

.box_v_f i {
color: #247d8b;
margin-right: 5px;
}

.box_v_f h4 {
font-family: 'Rubik', arial;
font-weight: 400;
color: #336699;
font-size: 14px;
padding-bottom: 0px;
text-align: left;
margin-bottom: 0px;
margin-top: 0px;
line-height: 20px;
}

.box_v_f p {
font-size: 12px;
font-family: 'Poppins', arial;
font-weight: 400;
color: #888;
line-height: 20px;
margin: 5px 0px 0px;
}

.float_link {
    border: 0px solid #292834;
    padding: 0px;
    margin: 0px 0px 10px;
    position: relative;
    overflow: hidden;
    text-align: right;
}



.titular_bar {
border: 0px solid #292834;
background: #35a0b2;
padding: 0px;
margin: 0px 0px 10px;
position: relative;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
}

.titular_bar2 {
background: #35a0b2;
padding: 5px 15px;
margin: 5px 0px 5px;
}

.titular_bar h3 {
font-family: 'Poppins', arial;
font-weight: 700;
color: #fff;
font-size: 16px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
line-height: 30px;
text-transform: uppercase;
text-align: left;
}

.titular_bar i {
color: #247d8b;
margin-right: 5px;
}

.box_com {
border: 0px solid #292834;
background: #fff;
padding: 15px 20px 15px 20px;
margin: 0px 0px 10px;
min-height: 100px;
position: relative;
overflow: hidden;
}

.box_com h3 {
font-family: 'Rubik', arial;
font-weight: 400;
color: #3c8e9b;
font-size: 22px;
padding-bottom: 0px;
display: inline-block;
margin-bottom: 10px;
margin-top: 0px;
line-height: 28px;
}

.box_com h5 {
font-size: 14px;
font-family: 'Poppins', arial;
font-weight: 400;
color: #333;
line-height: 26px;
margin-bottom: 0px;
}

.box_com h5 small {

font-size: 14px;
font-family: 'Poppins', arial;
font-weight: 400;
color: #999;
line-height: 26px;
margin-bottom: 0px;

}

.box_com p {
font-size: 13px;
font-family: 'Poppins', arial;
font-weight: 400;
color: #333;
line-height: 26px;
}

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

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4eb0c0;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    border:0;
}

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

.navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;

}

.box_textf {
margin: 0px;
padding: 0px 10px;
position: absolute;
bottom: 0px;
left: 0px;
font-family: 'Rubik', arial;
font-weight: 400;
color: #fff;
font-size: 16px;
padding-bottom: 5px;
display: inline-block;
line-height: 23px;
background: transparent;
z-index: 999;
}

.box_votef {
width: 100px;
height: 45px;
position: absolute;
top: 0px;
right: 0px;
background: transparent;
z-index: 999;
text-align: right;
}

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

.heading-title p {
    font-size: 17px;
    font-family: 'Rubik', arial;
    font-weight: 400;
    color: #3c8e9b;
    line-height: 24px;
    margin:0px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(30, 35, 40, 0.0);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 100px;
  left: 100px;
  right: 50px;
  width: 50%;
  text-align: left;
}

#hero .container {
  text-align: left;
}

/*
#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Open Sans';
  text-align: left;
}
*/

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Open Sans';
  text-align: left;
  background: rgba(63, 73, 83, 0.6);
  padding: 10px;
  line-height: 38px;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 22px;
  font-family: raleway;
  font-weight: 500;
  text-align: left;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 0px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 46px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  padding: 8px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, .9);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #005dbe;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 32px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #35a0b2;
  border-radius: 3px;
  text-decoration:none;
}

#hero .btn-get-started:hover {
background: #4eb0c0;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (min-width: 500px) {
  #hero {
    margin-top: 0px;
  }
}


@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

@media (min-width: 1600px) {
  .container {
      width: 1540px;
  }
}