/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

header {
 background-color:  #215A90;
}
.navbar{
  width: 100%;
  background-color:  #215A90 !important;
}

.mobile-nav-toggle {
  color: #FD044F;
  font-size: 45px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-right: 15px;
}
.nav{
  margin-top: 30px;
}
.nav-item a{
  color: white !important;
  transition: all .5s; /* Animation */
}
.nav-item .active{
  color: #F06603 !important;
}
.nav-item a:hover{
  color: #F06603 !important;
  text-decoration: wavy;
}
.navbar-toggler{
  background: #FD044F;
  border:1px solid #FD044F;
}
.pink{color: #FD044F;}
.orange{color:#F06603}

label{
  color: white;
}
#logo{
  width: 100px;
}
.btn-cotiza{
  width: 200px;
}
.content-overflow{overflow: hidden;}
/* HOME COVER
-------------------------------------------------- */
/*  */


/* SECTIONS QUE OFRECE
-------------------------------------------------- */
/* QUE OFRECE */
#que-ofrece{
  background: url('../../brand/fondo_azul.png') no-repeat center;
  background-size: cover;
}

#que-ofrece .col h3{
  text-transform: uppercase;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

#que-ofrece .col p{
  color: white;
  font-size: 1rem;
  text-align: justify;
}
/*  SERVICIOS
-------------------------------------------------- */
/*  */
#sect-servicios .bg{
  background: url('../../brand/bg-gris.png') no-repeat center;
  background-size: cover;
}
#sect-servicios h3{
  color: #183E62;
  margin-top: 3rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
#sect-servicios a{
  text-decoration: none;
}
#sect-servicios p{
  background-color: #183E62;
  color: white;
  text-align:center ;
  padding: 10px 15px;
  border-radius: 15px;
}

#sect-servicios img{
  width: 80px;
  margin-bottom: 20px;
}


/*  UNIDADES
-------------------------------------------------- */
/*  */
#unidades{
  background: url('../../brand/fondo_azul_2.png') no-repeat center;
  background-size: cover;
  color: white;
  text-align: center;
  width: 100%;
}
#unidades ul{
  padding-left: 0px !important;
}
#unidades h3{
  margin-top: 20px;
  margin-bottom: 20px;
}
#unidades li{
  list-style: none;
  text-align: left;
}
#unidades p{
  font-weight: bold;
  text-align: left;
}
/*  FORMULARIO
-------------------------------------------------- */
/*  */
#formulario{
  background: url('../../brand/bg-contacto.png') no-repeat center;
  background-size: cover;
  color: white;
  text-align: center;
  width: 100%;
}
#formulario H3{
  color: #183E62;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
#btn-enviar{
  background: #183E62;
  border: 1px solid #183E62;
  color: white;
  padding: 10px 15px;
  float: right;
  border-radius: 15px;
}
#btn-enviar:hover{
  background-color: #F06603;
  border: 1px solid #F06603;
}
#formulario input, #formulario select{
  border-radius: 20px;
}
#h3-contacto{
  text-align: right !important;
  margin-top: 30%;
}
#img-camion{
  width: 150px;
  float: left;
  margin-top: 10%;
}

/*  FOOTER
-------------------------------------------------- */
/*  */
footer{
  background: url('../../brand/fondo-footer.png') no-repeat center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer a, footer a:hover{
  color: white;
  display: block;
  /* width: fit-content;
  display: inline; */
  margin-right: 100px;
  text-decoration: none;
}
footer p{
  color: white;
  padding-left: 35px;
}
footer img{
  width: 30px;
  margin-right: 5px;
}
#btn-wa{
  font-weight: bold;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100%;
}
.carousel-item > img {
/*  position: absolute;
  top: 0;
  left: 0;*/
  min-width: 100%;
 /*height: 100%;*/
}


/* PAGE SERVICIO
-------------------------------------------------- */

/* HOME SERVICIO
-------------------------------------------------- */


 /* SERVICIO SERVICIOS
-------------------------------------------------- */
#servicios{
  background: url('../../brand/fondo_azul.png') no-repeat center;
  background-size: cover;
}

#servicios h3{
  text-transform: uppercase;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

#servicios p{
  color: white;
  font-size: 1rem;
}
#servicios .col-md-5 p{
  font-weight: bold;
  text-align: center;

}

#servicios .col-md-7 p{
  text-align: justify;
}

#servicios .col-sm-3 img{
  width: 60px;
  height: auto;
}
#servicios img{
  width: 250px;
  margin-top: 50px;
}
 /* VISION & OBJETIVOS
-------------------------------------------------- */
#vision, #objetivos{
  background: url('../../brand/fondo_azul_2.png') no-repeat center;
  background-size: cover;
  color: white;
  text-align: center;
  width: 100%;
}
#vision h3, #mision h3, #objetivos h3{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
#vision p, #mision p, #objetivos p{
  text-align: justify;
}
#vision img,#mision img, #objetivos img{
  width: 80px;
}

 /* MISION
-------------------------------------------------- */
#mision{
  background: url('../../brand/fondo_blanco_1.png') no-repeat center;
  background-size: cover;
  color: #183E62;
  text-align: center;
  width: 100%;
}
/* PAGE UNIDADES
-------------------------------------------------- */

/* HOME UNIDADES
-------------------------------------------------- */



/* -------------------------------------------------- */
/* CAMIONETAS */
#camionetas, #camiones{
  background: url('../../brand/fondo_azul.png') no-repeat center;
  background-size: cover;
}
#camionetas-dos{
  background: url('../../brand/bg-gris.png') no-repeat center;
  background-size: cover;
}

#camionetas h3, #camiones h3{
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
#camionetas-dos h3{
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #183E62;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
#camionetas ul, #camiones ul{
  list-style: none;
  color: white;
}
#camionetas-dos ul{
  list-style: none;
  color: #183E62;
}
#camionetas p, #camiones p{
  color: white;
  font-size: 2rem;
  text-align: justify;
  font-weight: bold;
}
#camionetas-dos p{
  color: #183E62;
  font-size: 2rem;
  text-align: justify;
  font-weight: bold;
}

.btn-cot-unidades{
  width: 200px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
