@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff'),
        url('../fonts/Raleway-Bold.ttf') format('truetype'),
        url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.eot');
    src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Light.woff2') format('woff2'),
        url('../fonts/Raleway-Light.woff') format('woff'),
        url('../fonts/Raleway-Light.ttf') format('truetype'),
        url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.eot');
    src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
        url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium.woff') format('woff'),
        url('../fonts/Raleway-Medium.ttf') format('truetype'),
        url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

 
a:link,a:visited,a:hover,a:active {
    text-decoration: none;
} 

body,html{
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
    font-size: 20px;
    color: #7f7f7f;
    font-weight: 300;
}

main{
    min-height: 80vh;
}

#logotipo{
    width: 200px;
}

.navbar-nav{
    justify-content: end;
    width: 100%;
}

.navbar-nav a{
    font-weight: bold;
}

header{
    position: fixed;
    width: 100%;
    z-index: 10000000;
}

header,
header nav.navbar{
    background-color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link{
    color: #013952 !important;
    padding-left: 40px;
    /* padding-right: 40px; */
    font-size: 1.1em;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #0ea76b !important;
}

h1,h2,h3,h4,h5,h6{
    color: #003a53;
    text-align: center;
    text-transform: uppercase;
}

.header{
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    margin-top: 90px;
}

#slider{
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.slick-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li{
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button{
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    color: transparent;
    height: 20px;
    padding: 0;
    width: 20px;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover{
    background-color: #fff;
}

#slider .slide-bienvenida{
    /* height: 75vh; */
    width: 100%;
}

#slider .slide-bienvenida img{
    display: block;
    width: 100%;
}

.contenedor{
    padding: 50px 0;
}

.clear{
    clear: both;
}

#bienvenida-diagrama{
    width: 100%;
}

#texto-bienvenida{
    float: left;
    text-align: justify;
    width: 50%;
}

#texto-bienvenida h2{
    margin-bottom: 30px;
    text-align: center;
}

#diagrama{
    float: right;
    width: 50%;
}

#diagrama img{
    width: 90%;
    display: block;
    margin: 0 auto;
}

#bloque-contacto{
    background-color: #003a53;
    color: #fff;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
}

#bloque-contacto h2{
    color: #fff;
}

#contact-form input,
#contact-form select{
    background-color: #003a53;
    color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: 300;
}

#contact-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
    font-weight: 300;
}

#contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-weight: 300;
}

#contact-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    font-weight: 300;
}

.field-contactoform-telefono{
    float: left;
    width: 50%;
}

#contactoform-telefono{
    width: 98%;
}

.field-contactoform-correo{
    float: left;
    width: 50%;
}

.field-contactoform-actividad{
    float: left;
    width: 50%;
}

#contactoform-actividad{
    width: 98%;
}

.field-contactoform-especie{
    float: left;
    width: 50%;
}

.field-contactoform-ciudad{
    float: left;
    width: 50%;
}

#contactoform-ciudad{
    width: 98%;
}

.field-contactoform-estado{
    float: left;
    width: 50%;
}

.enviar-contacto{
    border-color: #0ea76b;
    background-color: #0ea76b;
    display: block;
    margin: 20px auto;
}

.enviar-contacto:hover{
    background-color: #003a53;
    border-color: #0ea76b;
}

.invalid-feedback{
    display: none !important;
}

footer.footer{
    padding-top: 20px;
    background-color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

#lineas-footer{
    margin-top: 20px;
    position: relative;
    height: 50px;
    width: 100%;
}

#linea-azul{
    position: absolute;
    background-color: #013952;
    height: 100%;
    left: 0;
    width: 30%;
    background: linear-gradient(135deg, #013952 85%, transparent 0) bottom right;
}

#linea-verde{
    position: absolute;
    height: 100%;
    right: 0;
    width: 70%;

    background: linear-gradient(135deg, transparent 35px, #0ea76b 0) bottom left;
}

#telefono-footer,
#correo-footer{
    float: left;
    width: 40%;
}

#redes-footer{
    float: right;
    width: 20%;
}

footer.footer .img-footer{
    width: 40px;
}

#correo-footer a{
    color: inherit;
}

#redes-footer{
    text-align: right;
}

#header-somos{
    background-color: #003a53;
    /* height: 40vh; */
    width: 100%;
}

#header-somos img{
    width: 100%;
}

#texto-somos{
    text-align: justify;
    text-align-last: center;
}

#mision-vision-valores{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

#mision-vision-valores > div{
    padding: 0 25px;
    flex-basis: 33.33333333%;
}

#mision-vision-valores img{
    display: block;
    margin: 0 auto;
    max-width: 270px;
    width: 90%;
    margin-bottom: 20px;
}

span.resaltado{
    font-weight: bold;
}

#header-portafolio{
    background-color: #003a53;
    /* height: 40vh; */
    width: 100%;
}

#header-portafolio img{
    width: 100%;
}

#header-contacto{
    background-color: #003a53;
    height: 80vh;
    width: 100%;
    overflow: hidden;
}

#header-contacto img{
    width: 100%;
}

#texto-contacto{
    margin: 50px 0;
    text-align: center;
}

#texto-contacto img{
    display: inline-block;
    height: 20px;
}

#texto-contacto #soluciones-contacto{
    height: 65px;
}

#telefono-correo{
    margin-bottom: 100px;
}

.contacto-index .bloque-contacto{
    font-weight: bold;
    float: left;
    text-align: center;
    width: 50%;
}

.contacto-index .bloque-contacto a{
    font-weight: bold;
    color: inherit;
}

.contacto-index .bloque-contacto img{
    display: block;
    max-width: 80px;
    width: 90%;
    margin: 0 auto 10px;
}

.contacto-index #bloque-contacto{
    padding: 30px 0;
}

#texto-portafolio{
}

img#soluciones-adaptables{
    display: inline-block;
    height: 100px;
    margin-top: -10px;
}

#contenedor-ingredientes{
    display: flex;
    justify-content: space-between;
}

#ingredientes .ingrediente{
    border-top-right-radius: 25px;
    border-bottom-left-radius: 5px;
    background-color: #013952;
    color: #fff;
    text-align: justify;
    text-align-last: center;
    padding: 50px 20px;
    flex-grow: 1;
    flex-basis: 0;
    margin: 10px;
}

#ingredientes .ingrediente .nombre-ingrediente{
    color: #0ea36b;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1em;
}

.alert{
    position: absolute;
    left: 10%;
    text-align: center;
    width: 80%;
    z-index: 100;
}

#bloque-soluciones-adaptables{
    display: flex;
    flex-direction: row-reverse;
}

#bloque-soluciones-adaptables .texto{
  width: 70%;
}

#bloque-soluciones-adaptables .imagen{
    width: 30%;
}

#bloque-soluciones-adaptables .imagen img{
    width: 90%;
}

#soluciones #logos img{
    width: 100%;
}

#logos2,
#logos3{
    display: none;
}

.privacidad-index{
    font-size: 18px;
    color: #000;
    margin-top: 94px;
}

.privacidad-index ol,
.privacidad-index ul{
    padding-left: 15px;
}

.privacidad-index li > div{
    /* padding-left: 15px; */
}

.sangria{
    margin-left: 30px;
}

.bold{
    font-weight: bold;
}

.privacidad-index .centrado{
    text-align: center;
}

.nombre-firma-wrapper{
    text-align: center;
}

.privacidad-index .nombre-firma{
    border-top: 1px solid #000;
    display: inline-block;
    margin-top: 100px;
    padding: 0 50px;
}

#titulo-privacidad{
    color: #0b3a53;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.resaltado-lista{
    color: #0b364f;
    font-weight: bold;
}

#aviso-container{
    text-align: center;
    margin-top: 20px;
}

#aviso-container a{
    color: #7f7f7f;
}

.field-contactoform-privacidad{
    text-align: center;
}