/* 
    COLORES
    DORADO:      #C1A162
    AZUL MARINO: #271F41
*/
/* ESTILOS GENERALES */

input[type="text"],
input[type="password"] {
  outline: none !important;
}
/* INPUT RADIO Y CHECKBOX */
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  font-size: 24px;
  color: var(--gris-oscuro);
  padding: 5px 15px 5px 40px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
input[type="radio"] + label:hover {
  color: var(--gris-claro);
}
input[type="radio"] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
  border: 2px solid var(--azul-marino);
  border-radius: 50%;
  left: 10px;
  top: 13px;
}
input[type="radio"]:checked + label::before {
  background: var(--azul-marino);
}
/* BOTONES */
.btn-principal {
  width: 50%;
  padding: 10px;
  margin: 0 auto;
  font-weight: light;
  background: var(--azul-marino);
  border-radius: 5px;
  color: #fff;
}
.btn-principal:hover {
  opacity: 0.9;
  color: var(--gris-claro);
}
/* CLASES GENERALES */
.input {
  width: 100%;
  padding: 5px 10px;
  color: var(--gris-oscuro);
  border-radius: 5px;
  border: 1px solid var(--gris-claro);
}
.errors {
  font-size: 12px;
  font-weight: 300;
}

/* FUENTES */
/* @import url('https://fonts.googleapis.com/css?family=Merriweather+Sans'); */
html {
  scroll-behavior: smooth;
}
body {
  font-family: Century Gothic, "Quicksand", sans-serif !important;
  /* overflow: hidden; */
  /* font-family: 'Quicksand', sans-serif !important; */
  /* margin-top: 82px; */
  font-size: 16px;
  /* margin-top: 20px; */
}
/* VARIABLES */
:root {
  --azul-marino: #271f41;
  --dorado: #c1a162;
  --gris-oscuro: #5a5a5a;
  --gris-claro: #c5c5c5;
  --gris: #747378;
}
.bg-gold {
  background: var(--dorado);
}
.bg-azul {
  background-color: #271f41;
}
.bg-cblue {
  color: #271f41;
}
.titulos {
  font-weight: bold;
  text-align: center;
  color: var(--azul-marino);
}

/* MENU PRINCIPAL */
.navbar {
  font-weight: normal;
  font-size: 0.9rem;
  z-index: 100;
}
.logo-principal {
  width: 180px;
}
.nav-item {
  width: auto !important;
}
.nav-item:last-child {
  width: 25%;
  transform: translateY(-2px);
}
a.nav-link {
  color: rgba(39, 32, 65, 1);
  border-bottom: 2px solid transparent;
  margin: 5px;
}
a.nav-link.inicio_sesion {
  color: #c5c5c5 !important;
}
.nav-item.active,
.nav-item:hover {
  border-bottom: 2px solid var(--dorado) !important;
}
.nav-item:last-child:hover {
  border-bottom: 0px solid transparent !important;
}
.inicio_sesion {
  white-space: nowrap;
  margin-left: 1em;
  background-color: var(--azul-marino);
  color: var(--gris-claro) !important;
  border-radius: 3px;
  font-weight: lighter;
  display: block;
}
.inicio_sesion:hover {
  text-decoration: none;
  color: white;
  opacity: 0.9;
}
.userImg img {
  width: 3em;
  border-radius: 50%;
}

.userImg.active,
.userImg:hover {
  border-bottom: 0px solid transparent !important;
}
.dropdown-menu {
  min-width: 20em !important;
  max-width: 20em !important;
  margin: 0 auto;
}

/* LINEA */
.linea {
  height: 15px;
  background-color: var(--dorado);
  border: none;
  margin: 0;
  /* background-image: url(img/camion slider.png); */
}

/* SLIDER */
.carousel-indicators li {
  background-color: var(--azul-marino);
  /* border-bottom: 0; */
}
.carousel-item img {
  width: 80%;
  margin: 0 auto;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 20;
  color: #271f41 !important;
}
.linea2 {
  height: 10px;
  background-color: var(--gris-claro);
  border: none;
  margin: 0;
}
/* ------------------ */
/* -----NOSOTROS----- */
/* ------------------ */
.nosotros {
  padding: 60px 0;
}
.contenedor-titulo {
  width: 100%;
}
.nosotros-parrafo {
  margin-right: 10px;
  text-align: justify;
  font-size: 1em;
  font-weight: 700;
  color: var(--gris-oscuro);
}
.contenedor-parrafo h2 {
  margin-bottom: 20px;
}
.nosotros-contenedor-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nosotros-img {
  width: 300px;
}
/* SERVICIOS */
.servicios {
  padding: 60px 0;
  color: #f5f5f5;
  background-color: var(--gris);
  overflow-x: auto;
}
.servicios-contenedor {
  margin: 50px 0;
}
.servicios-contenedor-img {
  /* height: 200px; */
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
img.servicio1 {
  width: 90%;
}
img.servicio2 {
  width: 100%;
}
img.servicio3 {
  width: 85%;
}

.servicios-contenedor-informacion h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em !important;
  margin-bottom: 20px;
}
.servicios-contenedor-informacion p {
  margin: 0 auto;
  font-size: 0.8em !important;
  text-align: center;
  margin-bottom: 30px;
}
.servicios-contenedor-button {
  display: flex;
}
.btn-vermas {
  width: 50%;
  padding: 10px;
  margin: 0 auto;
  font-weight: light;
  background: none;
  border-radius: 5px;
  border: 2px solid var(--gris-claro);
  color: #fff;
}
.btn-vermas:hover {
  background: var(--gris-claro);
}
/* MODAL */
.content-modal {
  text-align: center;
}
.body-modal {
  text-transform: uppercase;
  font-weight: bold;
  padding: 1em 1em 4em 1em;
}
.modal-body.avisos {
  text-transform: none;
}
.modal-body > h5 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
.modal-body p.parrafo {
  font-size: 0.6em;
  margin-bottom: 30px;
  line-height: 1;
}
.modal-body p.bienvenidos {
  line-height: normal;
  font-size: 20px;
  color: #5a5a5a;
  margin-top: 1.5em;
}
.modal-body p.inquietud {
  line-height: normal;
  font-size: 16px;
  font-weight: bold;
  color: var(--dorado);
}
.logo-modal {
  width: 10em;
  margin-bottom: 1.4em;
}
.img-servicio1 {
  width: 18em;
}
.img-servicio2 {
  width: 20em;
}
.img-servicio3 {
  width: 15em;
}

.modal-body p.text-modal {
  font-size: 13px;
}
/* ------------------------ */
/* ----- HERRAMIENTAS ----- */
/* ------------------------ */
.herramientas {
  padding: 70px 0;
  /* margin-bottom: 30px; */
}

.herramientas-titulo {
  font-size: 42px;
  text-align: center;
  margin-bottom: 15px;
}
.herramientas-input {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  border: 1px solid var(--gris-oscuro);
  border-radius: 5px;
  background-color: var(--gris-claro);
  outline: none;
}

.contenedor-radio {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.herramientas-contenedor-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.herramientas-contenedor-img > img {
  width: 100%;
}
.herramientas-contendor-button {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-bottom: 50px;
}

.contenedor-reclamo1,
.contenedor-reclamo2 {
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contenedor-reclamo1:hover,
.contenedor-reclamo2:hover {
  cursor: pointer;
  opacity: 0.85;
}
.contenedor-reclamo1 {
  background: var(--azul-marino);
}
.contenedor-reclamo1-informacion,
.contenedor-reclamo2-informacion {
  color: #fff;
}
.contenedor-reclamo1-informacion h3,
.contenedor-reclamo2-informacion h3 {
  margin-top: 20px;
  text-decoration: 1;
  font-weight: bold;
}
.contenedor-reclamo1-informacion h3:hover,
.contenedor-reclamo2-informacion h3:hover {
  opacity: 0.85;
}
.contenedor-reclamo2 {
  background: var(--dorado);
}

/* ----------------------------------- */
/* ---------- TUTORIALES ------------- */
/* ----------------------------------- */
#tutoriales {
  padding: 20px;
}

#videos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.video {
  margin-top: 30px;
  box-sizing: border-box;
  text-align: center;
}

.video video {
  box-shadow: 0 0 5px lightgray;
  width: 100%;
  height: 100%;
}

/* ----------------------------------- */
/* -------- CONTACTO FOOTER ---------- */
/* ----------------------------------- */
/* .contenedor-formulario{ */
/* border: 2px solid var(--gris-claro);
        border-radius: 2px; */
/* margin: 0px 10px; */
/* } */
.formulario-inicio-sesion > h3 {
  margin-bottom: 10px;
}

.formulario-inicio-sesion .form-group.opciones a {
  font-size: 0.97em !important;
}

a.registrate-link {
  font-size: 18px;
  color: var(--gris-oscuro);
}

.contenedor-contacto > h3 {
  font-size: 22px;
  padding: 30px 0 30px 0;
}

.contenedor-contacto div {
  color: var(--gris-oscuro);
  font-size: 12px;
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contacto {
  /* padding-top: 20px; */
}
.contacto-icono {
  font-size: 25px;
  color: var(--gris-oscuro);
  margin: 0 10px;
}

/* MEDIA QUERYS */
/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */

/* MEDIAS QUERY PARA CAROUSEL */
/* @media (min-width: 375px) {
       
    } */
/* @media (min-width: 425px){
        
    } */

@media (min-width: 320px) and (max-width: 767px) {
  .carousel-item img {
    width: 100%;
    /* margin: 0 auto; */
  }
  .carousel-control-prev,
  .carousel-control-next {
    visibility: hidden;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* SLIDER */

  /* ------------------ */
  /* -----NOSOTROS----- */
  /* ------------------ */
  .nosotros-titulo {
    font-size: 28px;
  }

  .nosotros-img {
    /* display: block; */
    width: 500px;
  }

  /* --------------------- */
  /* ----- SERVICIOS ----- */
  /* --------------------- */
  img.servicio1 {
    width: 70%;
  }
  img.servicio2 {
    width: 90%;
  }
  img.servicio3 {
    width: 65%;
  }
  .servicios-contenedor-informacion h2 {
    font-size: 30px;
  }
  .servicios-contenedor-informacion p {
    font-size: 18px;
  }
  /* ------------------------ */
  /* ----- HERRAMIENTAS ----- */
  /* ------------------------ */
  .herramientas {
    padding: 40px 0;
  }
  .herramientas-contenedor-img {
    margin-bottom: 0;
  }
  .herramientas-contenedor-img > img {
    margin-bottom: 40px;
    width: 400px;
  }
  .contenedor-contacto div {
    margin: 30px 0;
    font-size: 16px;
  }

  .contenedor-contacto > h3 {
    font-size: 24px;
    padding: 30px 0 30px 0;
  }
  /* -------------------------- */
  /* -------- FOOTER ---------- */
  /* -------------------------- */
  .contenedor-formulario {
    padding: 0 40px;
    border: 2px solid var(--gris-claro);
    border-radius: 6px;
    /* margin: 0px 10px; */
  }
  .formulario-inicio-sesion {
    padding: 30px 0 20px 0;
    margin: 0 auto;
  }
  .contacto-icono {
    margin: 0 30px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* ---------------------------- */
  /* -------- NOSOTROS ---------- */
  /* ---------------------------- */

  .nosotros-titulo {
    text-align: left;
  }
  .nosotros-img {
    width: 400px;
  }

  /* ----------------------------- */
  /* -------- SERVICIOS ---------- */
  /* ----------------------------- */
  .servicios {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .servicios-contenedor-informacion h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
  }

  .servicios-contenedor-informacion p {
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    margin-bottom: 30px;
  }

  .servicios-contenedor-img {
    height: 200px;
    margin-bottom: 0px;
  }

  /* -------------------------------- */
  /* -------- HERRAMIENTAS ---------- */
  /* -------------------------------- */
  .herramientas-titulo {
    font-size: 35px;
    margin-bottom: 30px;
  }

  /* -------------------------- */
  /* -------- FOOTER ---------- */
  /* -------------------------- */
  .formulario-inicio-sesion > h3 {
    margin-bottom: 30px;
  }
  .contenedor-contacto > h3 {
    font-size: 22px;
    padding: 50px 0 10px 0;
  }
  .contenedor-contacto div {
    margin: 30px 0;
    font-size: 16px;
  }
  .contacto-icono {
    font-size: 35px;
    margin: 0 30px;
  }
  .contenedor-formulario {
    width: 700px;
    padding: 0 40px;
    border: 2px solid var(--gris-claro);
    border-radius: 6px;
  }
  .mapa {
    margin-top: 20px;
  }
  footer {
    /* min-height: 300px; */
    background-color: var(--gris);
    padding: 2em 0;
  }

  .container-copyright div {
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* .carousel-item{
            height: 650px;
        } */
}

/* MEDIA PERSONALIZADA */
/* @media (min-width: 576px){

    } */
