@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.whats {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 10000;
}
h2 {
    font-weight: 700;
    color: #cbd33f;
}
h3 {
    font-weight: 700;
    color: #594e41;
    font-size: 1.1em;
}
.verde {
    color: #cbd33f;
}
.cafe {
    color: #594e41;
}
.blanco {
    color: #fff;
}
.justificado {
    text-align: justify;
}
.menu-active {
    font-weight: 700;
}
.boton-cafe {
    border-style: solid;
    border-width: 1px;
    border-color: #594e41;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .4s ease-out;
    color: #594e41;
    text-decoration: none;
}
.boton-cafe a{
    color: #594e41;
    text-decoration: none;
    font-size: .8em;
}
.boton-cafe:hover {
    background-color:  #594e41;
    transition: all .4s ease-in;
}
.boton-cafe a:hover {
    color: #fff;
    transition: all .4s ease-in;
}
.boton-blanco {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .4s ease-out;
    color: #fff;
    text-decoration: none;
}
.boton-blanco a{
    color: #fff;
    text-decoration: none;
    font-size: .8em;
}
.boton-blanco:hover {
    background-color:  #cbd33f;
    transition: all .4s ease-in;
}
.boton-blanco a:hover {
    color: #fff;
    transition: all .4s ease-in;
}
.separador {
    border-bottom: medium;
    border-bottom-color: #cbd33f;
    border-bottom-style: solid;
    width: 20%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.separador2 {
    border-bottom: medium;
    border-bottom-color: #594e41;
    border-bottom-style: solid;
    width: 20%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.separador3 {
    border-bottom: medium;
    border-bottom-color: #cbd33f;
    border-bottom-style: solid;
    width: 4%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.paddings-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-verde {
    background-color: #cbd33f;
    color: #594e41;
}
.section-gris1 {
    background-color: #F1F1F1;
    color: #594e41;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-gris2 {
    background-color: #E6E6E6;
    color: #594e41;
    padding-top: 80px;
    padding-bottom: 80px;
}
.imagen {
	border-radius: 12px;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(16,16,16,.2);
	box-shadow: 0px 4px 6px 0px rgba(16,16,16,.2);
}
.icono {
    background-color: #cbd33f;
    border-radius: 50%;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.clientes {
	background-image: url(imgs/clientes-back.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.contacto {
	background-color: #1E1E1E;
    color: #fff;
}
.footer {
    font-size: .8em;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer a {
    color: #594e41;
    font-weight: 700;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
.visible {
    display: block;
}
.indent {
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .visible {
        display: none;
    }
}
