/* General */
a,a:hover
{
    color:inherit;
    text-decoration:none;
}
h2:before
{
    height:1px;
    width: 70px;
    position:absolute;
    content:'';
    background-color: #60917c;
    left: -100px;
    top: 20px;
}
h2:after
{
    height:1px;
    width: 70px;
    position:absolute;
    content:'';
    background-color: #60917c;
    right: -100px;
    top: 20px;
}
h2
{
    position:relative;
    width:initial;
}
h2 span
{
    width:5px;
    height:5px;
    background-color: #60917c;
    border-radius:10px;
    position:absolute;
    top: 18px;
}
h2 span:first-child
{
    left: -15px;
}
h2 span:last-child
{
    right: -15px;
}
h2
{
    font-family:'Marcellus SC';
    font-size:33px;
    width: fit-content;
    margin: 0 auto;
}
body
{
    font-family:Lato;
    overflow-x:  hidden;
}
/* Fin General */

/* Header */
header
{
    text-align:center;
    padding-top:20px;
}
header nav ul
{
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    background-color:#345C59;
    margin-bottom:  0;
    width: 100%;
}
header nav ul li 
{
    padding: 21px 30px;
}
header nav ul li:last-child:after
{
    display:none;
}
header nav ul li:after
{
    content:'';
    width:5px;
    height:5px;
    background-color:#60917c;
    position:absolute;
    border-radius:10px;
    margin-left:28px;
    margin-top:7px;
    top: 21px;
    right: 0;
}
/* Fin Header */
/* Inicio */
#myCarousel2 .item
{
    background-size:Cover;
    background-position:center;
    color:white;
    height:500px;
    text-align:center;
}
#myCarousel2 .item h2 
{
    font-size:48px;
    font-weight:normal;
    font-family:'Marcellus SC';
}
#myCarousel2 .item p 
{
    font-size:21px;
    text-transform:uppercase;
}
#myCarousel2 .item button
{
    background-color:transparent;
    text-transform:uppercase;
    padding:10px 30px;
    margin-top:30px;
    border:1px solid #345c59;
    font-weight:300;
    position:relative;
    font-size:21px;
}
#myCarousel2 .item button:before
{
    height:1px;
    width:150px;
    position:absolute;
    content:'';
    background-color:#345c59;
    left:-150px;
    top:25px;
}
#myCarousel2 .item button:after
{
    height:1px;
    width:150px;
    position:absolute;
    content:'';
    background-color:#345c59;
    right:-150px;
    top:25px;
}
button span
{
    width:5px;
    height:5px;
    background-color:#345c59;
    border-radius:10px;
    position:absolute;
    top:23px;

}
button span:first-child
{
    left:15px;
}
button span:last-child
{
    right:15px;
}
.carousel-indicators li
{
    border:2px solid white;
    width:14px;
    height:14px;
    margin:0 4px;
}
.carousel-indicators li.active
{
    width:14px;
    height:14px;
    margin:0 4px;
    background-color:white;
}
#Nosotros
{
    text-align:center;
}
#Nosotros .row
{
    display:flex;
}
#Nosotros .row .col-md-6:last-child
{
    background-size:cover;
}
#Nosotros .row .col-md-6:first-child
{
    display:flex;
    flex-direction:column;
    height:500px;
    align-items:center;
    padding: 70px 80px;
}
#Nosotros 
{
    color:#464646;
    font-size:18px;
    font-weight:300;
    line-height:30px;
}
#Nosotros h2 
{
    margin-bottom:50px;
}
#Productos .bg
{
    position:absolute;
    height:100%;
    width:100%;
    bottom: 0;
}
#Productos .bg .col-md-6:first-child
{
    background-position:left;
}
#Productos .bg .col-md-6:last-child
{
    background-position:right;
}
#Productos .bg .col-md-6
{
    height:100%;
    background-size: auto 100%;
}
#Productos .container .col-md-6
{
    padding: 20px 70px;
    height: 180px;
}
#Productos h4
{
    font-size:19px;
    font-weight:bold;
}
#Productos p 
{
    font-weight:300;
    opacity:0.7;
}
#Productos .container
{
    background-color: #345c59;
    padding: 70px 20px;
    z-index:  1;
    position:  relative;
    width: 60%;
    color: white;
    text-align:  center;
}
#Productos{
    position:relative;
}
#Representantes
{
    text-align:center;
    padding:100px 0;
}
#Representantes h3
{
    font-size:19px;
    font-weight:bold;
    margin-top:30px;
    margin-bottom:40px;
}
#Representantes p 
{
    color:#616161;
    font-weight:300;
    font-size:16px;
    line-height:28px;
}
#Representantes button
{
    background-color:transparent;
    text-transform:uppercase;
    padding:10px 30px;
    margin-top:30px;
    border:1px solid #345c59;
    font-weight:300;
    position:relative;
    font-size: 18px;
}
#Representantes button:before
{
    height:1px;
    width:150px;
    position:absolute;
    content:'';
    background-color:#345c59;
    left:-150px;
    top: 22px;
}
#Representantes button:after
{
    height:1px;
    width:150px;
    position:absolute;
    content:'';
    background-color:#345c59;
    right:-150px;
    top: 22px;
}
#Representantes span
{
    width:5px;
    height:5px;
    background-color:#345c59;
    border-radius:10px;
    position:absolute;
    top: 20px;
}
#Representantes button span:first-child
{
    left:15px;
}
#Representantes button span:last-child
{
    right:15px;
}
#Videos .col-md-6
{
    padding:0;
}
#Distribuidores
{
    padding:100px 0;
    text-align:center;
}
#Distribuidores h2 
{
    margin-bottom:70px;
}
#Distribuidores h4
{
    font-weight:bold;
}
#Distribuidores p 
{
    opacity:0.7
}
#Distribuidores a 
{
    color:#60917c;
    text-decoration:underline;
}
/* Fin Inicio */
/* Footer */
footer
{
    background-color:#60917c;
    text-align:center;
    color:white;
    padding-top:50px;
}
footer b 
{
    font-family:'Marcellus SC';
    font-size:28px;
    font-weight:normal;
}
footer .bajo
{
    background-color:#345c59;
    padding:10px;
}
footer .bajo img 
{
    margin:0 5px;
}
footer ul
{
    display:flex;
    justify-content:center;
    padding:30px 0;
}
footer ul li 
{
    font-weight:300;
    margin:0 20px;
}
footer ul li img 
{
    margin-right:10px;
}
/* Fin Footer */
.hoja
{
    padding:40px 0;
}
.izq h2
{
 font-family:Lato;
 font-weight:bold;
 margin: initial;
 width: initial;
 font-size: 28px;
 margin-bottom: 20px;
}
.izq h2:before,.izq h2:after
{
    display:none;
}
.izq button
{
    padding:0;
    margin: 0;
    color: #bbb;
}
.izq li 
{
    margin: 5px 0;
    border-bottom: 1px solid #f1f1f1;
    color: #989898;
    padding: 5px;
    WIDTH: 100%;
}
.izq > li a 
{
    /* font-weight:bold; */
    font-size:15px;
    /* border-bottom: 1px solid black; */
    /* width: 100%; */
}
.izq li li
{
    margin:10px 0;
    border-bottom:1px solid #e9e9e9;
    padding:5px 0;
}
.izq li li a
{
    font-weight:300;
}
nav.Productos
{
    font-size:13px;
    margin-bottom: 30px;
    font-weight:300;
    margin-top: 30px;
}
nav.Productos a:last-child:after
{
    display:none;
}
nav.Productos a:after
{
    content:'>';
    font-weight:bold;
    margin: 0 8px;
    margin-right: 3px;
}
.productos li h3
{
    font-weight:bold;
    font-size:16px;
    text-transform:uppercase;
    text-align:center;
}
.productos li .precio
{
    font-size:21px;
}
.productos
{
    margin-top:50px;
    display:  flex;
    flex-wrap: wrap;
}
.productos li .iconos
{
    /* float:right; */
    margin-top:5px;
    margin: auto;
    text-align:  center;
}
.productos li .iconos img
{
    margin:0 5px;
}
.productos li .img img 
{
    max-height:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
.productos li .img 
{
    height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e7e7;
}
#Producto h2
{
 font-family:Lato;
 font-weight:bold;
 margin: initial;
 width: initial;
 font-size: 28px;
 margin-bottom: 0;
 text-transform:uppercase;
}
#Producto h2:before,#Producto h2:after
{
    display:none;
}
#DetalleProducto .descripcion
{
    font-size:17px;
    font-weight:300;
    line-height:30px;

}
#DetalleProducto .col-md-5 a img
{
    height: 100px;
    margin: 2.5% 2.5%;
    float: left;
}
#DetalleProducto .col-md-5 a:first-child img
{
    width:100%;
    height:initial;
    float: none;
}
.eventos .img img 
{
  max-height:100%;
}
.eventos .img 
{
  height: 200px;
}
.eventos b 
{
  display:block;
  text-transform:  uppercase;
  font-size: 20px;
  font-weight:  bold;
  margin-bottom: 30px;
}
.eventos
{
  text-align:center;
  margin-top:40px;
}
.eventos span
{
  display:block;
  text-align:center;
  margin-bottom:20px;
}
.eventos a
{
  font-weight:bold;
  border:1px solid #32323a;
  padding:5px 40px;
}
#Publicacion
{
    line-height:30px;
    font-size:16px;
    font-weight:300;
}
/* Contacto */
#Contacto
{
  margin-top:50px;
}
#Contacto > .row
{
  display:flex;
}
#Contacto .col-md-5 
{
  background-size:cover;
  background-position:center;
}
#Contacto .col-md-7
{
  background: #6ca7a1;
}
#Contacto form 
{
  padding:70px;
}
#Contacto textarea
{
  height:150px;
}
#Contacto button
{
  border: 1px solid #323232;
  background:transparent;
  font-weight:bold;
  padding:10px 50px;
  float:right;
}
#Contacto input,#Contacto textarea,#Contacto select
{
  background:transparent;
  border:1px solid #323232;
  width:100%!important;
  padding:10px;
}
#Contacto form label
{
  font-weight:normal;
}
#Contacto .lineaform
{
  margin:20px 0;;
}
/* Fin Contacto */
.productos .item
{
  margin:30px 0;
}
/* Responsive */
@media (max-width: 768px) {
 .navbar-toggle {
      background: #345d59;
      margin-top: 90px;
      margin-right:  0;
    }
    .izq button
    {
      padding:5px;
    }
    .navbar-toggle span:not(.sr-only) {
      background: #fff;
      position:  initial;
      top: initial;
    }
    .sub-header nav {
      margin-top: 0;
    }
    header nav ul li {
      display: block !important;
      text-align: center;
      padding: 5px;
      float: none!important;
      /* padding: 10px!important; */
      margin: 0;
    }
    nav ul {
        background-color: rgb(9, 33, 130);
        color: white;
        /* min-width: 300px; */
        float: none!important;
        display: block!important;
        width: 100%;
        clear: both;
    }
    nav ul li a
    {
        color:white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        /* background-color: rgb(181, 4, 4)!important; */
        border-radius: 0;
        padding: 5px!important;
    }

a {}
    header nav ul li.activo, header nav ul li:hover
    {
      background: #2dacd5!important;
      border-top: none;
      color: #09365f;
    }
    header nav
    {
      background-color:transparent;
    }
    header nav ul li:after
    {
      display:none;
    }
    #myCarousel2 .item h2
    {
      font-size:30px;

    }
    .captionSlider
    {
      padding: 0 50px;
      background-color:#00000047;
    }
    #myCarousel2 .item p
    {
      font-size:16px;
      margin-top:10px;
      display:block;

    }
    #myCarousel2 .item button
    {
      font-size:14px;
    }
    button span
    {
      top:18px;
    }
    #Nosotros .row .col-md-6:first-child
    {
      height:initial;
    }
    #Nosotros .row .col-md-6:last-child
    {
      display:none;
    }
    #Productos .bg
    {
      display:none;
    }
    #Productos .container
    {
      width:100%
    }
    #Representantes button
    {
      font-size:14px;
    }
    #Representantes span
    {
      top:17px;
    }
    #Representantes button:before
    {
      width: 60px;
      left: -60px;
    }
    #Representantes button:after
    {
      width: 60px;
      right: -60px;
    }
    footer ul
    {
      flex-direction:column;
    }
    footer ul li 
    {
      margin:20px 0;
    }
    #Videos .row
    {
      margin:0;
    }
    #myCarousel2 .item button:before
    {
      width:30px;
      left:-30px;
    }
    #myCarousel2 .item button:after
    {
      width:30px;
      right:-30px;
    }
    #Contacto .col-md-5
    {
      display:none;
    }
}
.navbar-nav > li > a
{
  padding:0;
  background-color:transparent!important;
}
header nav{
  padding:0!important
}