@import url(segoe-ui-webfont.css);

:root {
    --verde: #1ba94c;
    --verde-transparente: #105629a8;
    --oscuro: rgb(40, 51, 42);
    --blanco: #fff;
    --claro: #eee;
  }
  *:focus{
      outline: 0 transparent !important;
  }
  .preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/img/double-bubble-outline.png) repeat var(--blanco);    
    display: flex;
    justify-content: center;
    align-items: center;
}

body{
    font-family: SegoeUI, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--oscuro);
    background-color: var(--claro);
    text-align: justify;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    color: var(--oscuro);
    border-bottom: solid 2px var(--verde);
    display:inline-block;
}
.fondo-verde{
    background: url(/img/background-verde.gif) repeat var(--verde);
    color: var(--blanco);
    
}
.fondo-verde h1,
.fondo-verde h2,
.fondo-verde h3,
.fondo-verde h4,
.fondo-verde h5,
.fondo-verde h6{
    color:var(--blanco);
    border-bottom: solid 2px var(--claro);
}
.fondo-verde .table, .fondo-verde a {
    color: var(--blanco);
}
header{
    background-color: #fff;
    box-shadow: 0 4px 12px #10562947;
}
.nav-link{
    color: var(--verde);
    font-weight: 600;
    transition: color .3s ease-out;
}
.nav-link:hover{
    color:var(--verde-transparente)
}
#hero {
    height: 66vh;
    text-align: center; 
}
#hero h1{
    color: #fff;
    text-shadow: 2px 2px 4px #0009;
    font-size: 3em;
}
#hero .hero-overlay {
    background-color: var(--verde-transparente);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.parallax{
    height: 66vh;    
}
.img-fluid{
    border-radius: 1em;
}
#servicios{
    overflow-x: hidden;
}
.spacer{
    height: 64px;
}
.spacer-2x{
    height: 128px;
}
.bloque-icono{
    text-align: center;
    margin-bottom: 64px;
}
.bloque-icono-icono{
    margin: 0 auto 1em;
}
.centered{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.verde{
    color: var(--verde);
}
.blanco{
    color: var(--blanco);
}
#productos{
    background: url(/img/double-bubble-outline.png) repeat fixed;
}
.producto {
    background: var(--verde);
    padding: 15px 30px;
    margin-bottom: 30px;
    border-radius: 1.5em;
    box-shadow: 0 4px 8px #0009;
}
.producto__title {
    color: var(--white);
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    text-shadow: 0 2px 4px #0009;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
}
.producto___boton {
    background: #fff3;
    border: none;
    color: var(--white);
    cursor: pointer;
    margin-top: 15px;
    padding: 4px 16px;
    border-radius: 100px;
}
.producto__descripcion {
    color: var(--white);
    font-size: .9em;
    margin-top: 1em;
}
.producto___boton.collapsed::after {
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f055";
}
.producto___boton::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f056";
    }
.map iframe {
    margin-bottom: -6px;
}
.bloque-icono__img{
    text-align: center;
    width: 100px;
    height: auto;
    margin-bottom: 2em;
}