@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

* {
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 90%;
}

.caption h5 {
    line-height: 30px;
    font-size: 30px;
}

.caption h5 .titulobajo {
    line-height: 40px;
    font-size: 20px;
}


.row {
    margin-bottom: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.azul {
    background-color: #2A263D !important;
}

.azul-text {
    color: #2A263D !important;
}

.amarillo {
    background-color: #fd9727 !important;
}

.amarillo-text {
    color: #FFBD64 !important;
}

.orange-text {
    color: #FF552E !important;
}

.regular {
    font-weight: 400;
}

.slider{
    position: absolute;
    top: 0;
}
.slider .slides {
    background-color: rgba(0, 0, 0, 0);
}

.justificado {
    font-size: 14px;
    color: #636262;
    text-align: justify;
    padding: 0px 30px 0 30px !important;
}

.vermas {
    color: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    width: 100px;
    height: 40px;
    font-size: 15px;
    display: block;
    color: #FF552E;
    border: #FF552E 1px solid;
    margin: 10px auto;
}

#servicios h5 {
    height: auto;
}

nav .nav-wrapper {
    padding: 0 30px;
}

nav,
nav .brand-logo {
    height: 83px;
    line-height: 83px;
}

nav .brand-logo img {
    padding: 18px 0px;
}

nav ul a {
    color: #000;
    font-size: 0.85em;
}

nav ul a:hover {
    background-color: #FF552E;
    color: #fff;
}

nav ul a.redes {
    padding: 0 5px;
}

nav ul a.redes:hover {
    background-color: #fff;
}

nav ul .active {
    background-color: #FF552E;
    color: #fff;
}

.parallax-container.separador {
    height: 300px;
}

.forma {
    height: 700px;
    z-index: 10;
    position: relative;
    width: 100%;
}

#proveedores img,
#clientes img {
    margin-bottom: 25px;
    width: 100%;
}

.formagris {
    z-index: 12;
    position: absolute;
    bottom: -6px;
    width: 102%;
    margin-left: -1%;
}

.formacorte {
    z-index: 1;
    position: relative;
    bottom: -6px;
    width: 102%;
    margin-left: -1%;
}

.formacorte2 {
    z-index: 1;
    bottom: -83px;
    position: absolute;
    width: 102%;
    margin-left: -1%;
}

.formContactoRapido {
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    position: absolute;
    bottom: 2px;
    padding: 1rem 0 7rem;
    z-index: 11;
}

input {
    padding: 3%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 20px;
}

textarea.materialize-textarea {
    padding: 2%;
    width: 96%;
    border: none;
    outline: none;
    border-radius: 20px;
}

#contacto input,
#contacto textarea {
    background-color: #ddd;
}

#contacto input::placeholder,
#contacto textarea::placeholder {
    color: #333;
}

.btn {
    width: 100%;
    border: none;
    border-radius: 20px;
}

.sombra {
    margin: 0 0 50px;
}

.sombra img {
    -webkit-box-shadow: 20px 20px 0px 0px rgba(88, 88, 88, 1);
    -moz-box-shadow: 20px 20px 0px 0px rgba(88, 88, 88, 1);
    box-shadow: 20px 20px 0px 0px rgb(181, 181, 181);
}

h5 {
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 20px;
}

.servicios {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
    line-height: 23px;
}

#empresa {
    position: relative;
    top: -1px;
    margin-bottom: -1px;
    z-index: 13;
}

.section {
    padding: 3rem 0;
}



.separador {
    height: 100px;
    line-height: 100px;
    position: relative;
    z-index: 1;
}

.poligono {
    display: block;
    height: 101px;
    padding: 0;
    -webkit-clip-path: polygon(50% 90%, 100% 0, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(50% 90%, 100% 0, 100% 100%, 0% 100%, 0% 1%);
}

.triangulo {
    display: block;
    height: 103px;
    padding: 0;
    -webkit-clip-path: polygon(50% 90%, 0 0, 100% 0);
    clip-path: polygon(50% 90%, 0 0, 100% 0);
    top: -1px;
    position: relative;
}

.next,
.prev {
    margin-top: 17rem;
}

.detalle-proceso {
    background-color: #4f5077;
    text-align: center;
}

.detalle-proceso p {
    padding: 50px;
    font-size: 16px;
    height: 150px;
}

.imagen-proceso {
    position: relative;
    height: 430px;
    padding: 0 !important;
}

.imagen-proceso .proceso-title {
    bottom: 150px;
    font-size: 7rem !important;
    left: 50px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

#footer .mc-field-group {
    background-color: white;
    border-radius: 20px;
}

#footer input {
    width: 80%;
    border-radius: 20px 0 0 20px;
    color: #333;
}

#footer a.btn {
    width: 40px !important;
    height: 40px;
    padding: 5px 0 0;
    border-radius: 50%;
}

#footer {
    padding: 0 5% 5rem !important;
    position: relative;
}

#footer a {
    color: #fff;
}

#productos {
    padding: 3rem 0 0;
}

#productos .section {
    padding: 0;
}

.dato {
    margin-bottom: 10px;
}

.caption {
    position: absolute;
    left: 32% !important;
    top: 20% !important;
    width: 63% !important;
    z-index: 2;
    color: #fff;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.85);
    font-size: 27px;
}

#gallery img {
    background-size: cover;
}

.carousel {
    height: 620px !important;
}

.mapa {
    padding: 0 !important;
    position: relative;
    top: -100px;
    z-index: 1;
}

.mapa iframe {
    height: 60rem;
    margin-top: 0;
    margin-bottom: -400px;
    border: 0;
}

@media (max-width: 600px) {
    #sidenav-overlay {
        display: none !important;
    }

    nav .brand-logo img {
        padding: 23px 0px;
        width: 220px;
    }

    nav .button-collapse {
        margin: 0;
    }

    .modal {
        width: 95%;
        max-height: 85%;
    }

    .caption {
        left: 0%;
        top: 20px;
        font-size: 20px;
        padding: 50px;
        text-align: center;
    }

    .detalle-proceso p {
        padding: 10px 20px 0;
    }

    .imagen-proceso {
        position: relative;
        height: 300px;
        padding: 0 !important;
    }

    .carousel {
        height: 500px !important;
    }

    .mapa {
        padding: 0 !important;
        position: relative;
        top: 0px;
        z-index: 1;
    }

    .mapa iframe {
        height: 30rem;
        margin-top: 5vh;
        margin-bottom: 0;
        border: 0;
    }
}