

.raleway-100 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.raleway-400 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raleway-600 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.border-red {
  border: 1px solid red;
}

.texto-verde {
    color: #253329;
}

.texto-verde-light {
    color: #60bc48;
}

.texto-gray {
    color: #333;
}

.texto-mvv {
    color: #449444;
    font-size: 35px;
}

.texto-clientes {
    background-color: transparent;
    margin-right: px;
    font-weight: bold;
    font-size: 24px;
    /*text-shadow: -3px 2px 0px rgba(166, 166, 166, 1);*/
    color: white;
}

.texto-proveedores {
    color: #253329;
    font-weight: bold;
    font-size: 20px;
    /*text-shadow: -3px 2px 0px rgba(166, 166, 166, 1);*/
}

.texto-proyectos {
    background-color: white;
    font-weight: bold;
    /*text-shadow: -3px 2px 0px rgba(166, 166, 166, 1);*/
    color: #253329;
}

.titulo-cotizaciones {
    margin-right: px;
    font-size: 48px;
    font-weight: bold;
    /*text-shadow: -3px 2px 0px rgba(96, 196, 120, 1);*/
    color: #449444;
}

.texto-cotizaciones {
    font-size: 20px;
}

/* .texto-cotizaciones {
    color: #449444;
} */

.fondo_mvv {
    background-image: url(../imgs/fondo_mvv.png);
}

.fondo_proyectos {
    background-image: url(../imgs/fondo_proyectos.png);
}

.fondo_cotizaciones {
    background-image: url(../imgs/fondo_cotizaciones.png);
}

.hr {
    border-top: 2px solid rgba(0, 0, 0, 1);
}

.hr-verde-light {
  border-top: 2px solid rgba(199, 218,88, 1);
}

.border-bottom-white {
  border-bottom: 1px solid white;
}

h1 {
    font-size: 38px;
}

.paralelogramo {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    padding: 16px 80px 16px 80px;
    background-color: #60c478;
    border: none;
    color:white;
 }

.h-60{
  height: 60px !important;
}

.w-cien{
  width: 100px !important;
}

.w-setenta{
  width: 70px !important;
}

p {
  font-size: 24px;
  letter-spacing: 1px;
}

.img-cert{
  max-width: 200px;
  max-height: 200px;
}

.font-12{
    font-size:12px;
}

.font-14 {
    font-size:14px;
}

.font-16 {
 font-size: 16px;
}

.font-18 {
 font-size: 18px;
}

#footer, .font-20 {
  font-size: 20px;
}

.font-24 {
 font-size: 24px;
}

 .font-32 {
  font-size: 32px;
}

.font-36 {
 font-size: 36px;
}

.font-64 {
 font-size: 64px;
}

.input {
 background-color: rgba(255, 255, 255, 0.3) !important;
 border: 1px solid #449444 !important;
 color:#fff !important;
 font-size: 16px;
}

.caption-wrapper {
  /* background-color: rgba(0,0,0,0.2); */
  letter-spacing: 1px;
  bottom: 120px;
  left: 100px;
  width: 400px;
  text-align: left;
  border-radius: 14px;

}

.titulo-slide {
  font-size: 24px;
  text-align: left;
  line-height: 72px;

}

.texto-slide {
  font-size: 18px;
  text-align: left;
}

.bg-verde-oscuro {
  background-color: #25632d;
}

.bg-gray {
  background-color: #f0f0f0;
}

.tracking-wide {
  letter-spacing: 1px;
}

.t-servicios {
  background-color: white;
  font-weight: bold;
  color: #253329;
}


#menu a:hover {
  color:green;
}

a:hover {
  text-decoration: none;
  color:white;
  /* background-color: #253329; */
}

.galeria-thumbnail {
  cursor: pointer;
  /* max-width: 140px;
  max-height: 140px; */
  height: 104px;
  width: 104px;
  background-size: cover;
  background-position: center;
}

#proyecto-imagenes {
  height: 720px;
  overflow-y: auto;
}

#proyecto-picture {
  max-width: 600px;
  max-height: 720px;
}

.bg-proyecto-picture {
  background-color: #f7f7f7;
}

.titulo-galeria {
  font-weight: bold;
  color:#60bc48;
  font-size: 20px;
}

.subtitulo-galeria {
  font-weight: bold;
  color:#25632d;
}

.caption-descripcion-servicio {
  background-color: rgba(0,0,0,0.5);
  letter-spacing: 1px;
  height: 720px;
  display: flex;
  align-items: center;
}

.img-servicio{
  height: 720px;
}

.m-ancla{
  scroll-margin-top: 100px;
}

.m-ancla-150{
  scroll-margin-top: 150px;
}

.m-ancla-50{
  scroll-margin-top: 100px;
}

.posicion-item {
  position: absolute;
}

.rounded-24 {
    border-radius:24px;
}

@media only screen and (max-width: 1024px) {

}

 @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .titulo-cotizaciones {
        font-size: 24px;
    }

    .texto-cotizaciones {
        font-size: 16px;
    }



    .font-12{
        font-size:10px;
    }

    .font-14{
        font-size:14px;
    }

    .font-36 {
        font-size:22px;
    }

    .font-64 {
      font-size: 40px;
    }

    .input {
      font-size: 24px
    }

    .caption-wrapper {
      bottom: 0px;
      left: 50px;
      width: auto;
    }

    .fixed-top {
      position: relative;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
    }

    .texto-slide {
      font-size: 16px;
      text-align: left;
    }

    .caption-descripcion-servicio {

      height: auto;
    }

    .posicion-item{
      position: relative;
    }

    .fondo-gris-alpha{
      background-color: rgba(0,0,0,0.5);
    }

    #proyecto-imagenes {
      height: 480px;
      overflow-y: auto;
    }

    #proyecto-picture {
      height: 480px;
      max-width: 280px;
    }

  }
