/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

@font-face {
  font-family: 'bank_gothiclight';
  src: url('../fonts/bank_gothic_light_regular-webfont.woff2') format('woff2'),
  url('../fonts/bank_gothic_light_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.avisoProceso
{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color:#ff5c35;
}

#mainmenu
{
  font-family: 'Open Sans', sans-serif;
  background-color:#004987;
}

#mainmenu .nav-link
{
  color:#FFF;
  letter-spacing: 3px;
}

#mainmenu .nav-link:hover
{
  color:#ff5c35;
}

#mainmenu .nav-link.active
{
  color:#ff5c35 !important;
}

#mainmenu .nav-item
{
  margin:0px 30px;
}

section.seccion
{
  min-height: 100vh;
  padding-top: 15vh;
}

.tituloSeccion
{
  font-family: 'bank_gothiclight';
  color:#ff5c35;
  font-size: 60px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.tituloDistribuidor
{
  font-family: 'bank_gothiclight';
  color:#ffd900;
  font-size: 60px;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}


#categorias li
{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
  list-style-type: decimal-leading-zero;
  color: rgba(255,255,255,0.30);
  padding: 2px 0px;
}

#categorias li a
{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color:#FFF;
  text-decoration: none;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#categorias li a:hover
{
  color:#ff5c35;
}



#categorias2 li
{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
  list-style-type: decimal-leading-zero;
  color: rgba(255,255,255,0.30);
  padding: 2px 0px;
}

#categorias2 li a
{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color:#FFF;
  text-decoration: none;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#categorias2 li a:hover
{
  color:#ffd900;
}

#carruselServicios
{
  margin-top: 50px;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  /*background-image: url('../images/barraServicios.png');
  background-position: center top;
  background-repeat: no-repeat;*/
}

#carruselPrincipal
{
  width: 60%; margin: auto;
}

#sliderClientes
{
  max-width: 700px;
  margin: 0px auto;
}

.cuadroForm
{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  background-color: rgba(255,92,53,0.5);
  color:#FFF;
  margin: 10px 0px;
}
.cuadroForm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
}

.datosContacto
{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color:#FFF;
}
.datosContactoLink
{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color:#FFF;
  text-decoration: none;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.datosContactoLink:hover
{
  text-decoration: none;
  color:#004987;
}

.datosContactoAviso1
{
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 300;
  color:#FFF;
  text-align: justify;
}

.ubicacion
{
  text-decoration:none;
  color: #FFF;
}
.ubicacion:hover
{
  text-decoration:none;
  color:#004987;
}

.botonEnviar
{
  background-color:#FFF;
  color:rgba(255,92,53,1.0);
  font-weight: 500;
  font-size: 14px;
  padding: 5px 20px;
}

#nosotrosTexto
{
  margin-top: 100px;
  background-image: url('../images/barraNosotros.png');
  background-position: right;
  background-repeat: no-repeat;

  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #FFF;
  padding-right: 50px;
}

#nosotrosImagen
{
  margin-top: 50px;
  text-align: center;
}
#textoInicio
{
  margin-top: 15%;
  margin-left: 50px;
}


/*PRODUCTOS*/

.tituloCategoria
{
  font-family: 'bank_gothiclight';
  color: rgba(255,255,255,0.20);
  font-size: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
}

#master1
{
  margin-top: 100px;
}
#master2
{
  margin-top: 100px;
  display:none;
}


#contacto1
{
  width:75%;
  margin: auto;
}
#inicioExterior
{
  width: 25%;
  height:70vh;
  background-color: #FFF;
  position: absolute;
  z-index: 0;
  right: 0px;
}
#inicioInterior
{
  width: 85%;
  height: 50vh;
  z-index: 1000;
  box-shadow: 0px 0px 10px #000000;
}

#segundaVista
{
  display:none;
}

#footer
{
  position:absolute;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  background-color:#004987;
  padding: 10px 0px;

  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 14px;
}

#footer a
{
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 14px;
}
#footer a:hover
{
  color:#ff5c35;
}

@media (max-width:990px)
{
  #master1
  {
    margin-top: 100px;
    display:none;
  }
  #master2
  {
    margin-top: 0px;
    display: block;
  }
}

@media (max-width:850px)
{
  #carruselPrincipal
  {
    width: 80%; margin: auto;
  }
  #inicioInterior
  {
    width: 90%;
  }
}

@media (max-width:767px)
{
  #sliderClientes
  {
    max-width: 500px;
  }
  #nosotrosImagen
  {
    margin-top: 70px;
    text-align: center;
  }
  #nosotrosTexto
  {
    margin-top: 50px;
    padding-top: 50px;
  }
  .tituloSeccion
  {
    font-size: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #nosotrosTexto
  {
    margin-top: 50px;
    background-image: url('../images/barraNosotros.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 100px;
    text-align: justify;
    color: #FFF;
  }

  #inicioExterior
  {
    width: 90%;
    height: 40vh;
  }
  #primeraVista
  {
    display:none;
  }
  #segundaVista
  {
    display:block;
  }
  #inicioInterior
  {
    width: 100%;
  }
}
@media (max-width:550px)
{
  #sliderClientes
  {
    max-width: 350px;
  }

  #contacto1
  {
    width:100%;
  }
  #textoInicio
  {
    width:70%;
    margin-top: 15%;
    margin-left: 10px;
  }
}
