
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "animate.css";


body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;

}

html {
    width: 100%;
    height: 100%;

}
/*fe0000*/
.header {
    background: #151515;
   /* background: rgba(5,32,87,1);
    background: -moz-linear-gradient(-45deg, rgba(5,32,87,1) 0%, rgba(37,77,156,1) 41%, rgba(0,85,165,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(5,32,87,1)), color-stop(41%, rgba(37,77,156,1)), color-stop(100%, rgba(0,85,165,1)));
    background: -webkit-linear-gradient(-45deg, rgba(5,32,87,1) 0%, rgba(37,77,156,1) 41%, rgba(0,85,165,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(5,32,87,1) 0%, rgba(37,77,156,1) 41%, rgba(0,85,165,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(5,32,87,1) 0%, rgba(37,77,156,1) 41%, rgba(0,85,165,1) 100%);
    background: linear-gradient(135deg, rgba(5,32,87,1) 0%, rgba(37,77,156,1) 41%, rgba(0,85,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052057', endColorstr='#0055a5', GradientType=1 );
    */padding: 15px 0;
    color: #ffffff;
    font-size: 1.3em;
}

.header a {
    color: #ffffff;
}

.logo {
    background: url("../img/santafe-logo-letras-color.png") no-repeat;
    background-size: contain;
    width: 240px;
    height: 32px;
    display: inline-block;
    color: transparent;
    margin: 15px 0 0 0;
    text-indent: -9999px;

}

a:hover {
    text-decoration: none;
}

h1  {
    opacity: 0;
}


h2  {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
    font-size: 2.7em;

}

.divider {
    background: #ffffff;
    display: block;
    height: 4px;
    margin: 20px auto;
    width: 55px;
}


.main_h {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: #ffffff;
    padding: 0 40px;
    /*opacity: 0;*/
    top: 50px;

}

.tag {
    background: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}


.open-nav {
    max-height: 400px !important;
}
.open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.sticky {
    /*background: rgba(5,32,87,1);
    background: -moz-linear-gradient(-45deg, rgba(5,32,87,1) 0%, rgba(37,77,156,1) 41%, rgba(0,85,165,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(5,32,87,1)), color-stop(41%, rgba(37,77,156,1)), color-stop(100%, rgba(0,85,165,1)));
    background: -webkit-linear-gradient(-45deg, rgba(5,32,87,1) 0%, rgba(37,77,156,1) 41%, rgba(0,85,165,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(5,32,87,1) 0%, rgba(37,77,156,1) 41%, rgba(0,85,165,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(5,32,87,1) 0%, rgba(37,77,156,1) 41%, rgba(0,85,165,1) 100%);
    background: linear-gradient(135deg, rgba(5,32,87,1) 0%, rgba(37,77,156,1) 41%, rgba(0,85,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052057', endColorstr='#0055a5', GradientType=1 );
   */opacity: 1;
    top: 0px;
    background: #ffffff;

}



nav {
    float: right;


}

nav ul {
    list-style: none;
    overflow: hidden;
    text-align: right;
    float: right;
    margin: 0 0 0 0;
    padding: 0;
}


nav ul li {
    display: inline-block;
    line-height: 1.5;
    padding: 20px 15px;

}

nav ul a {
    color: #151515;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}

nav ul li:hover, nav ul li.active {
    background: #ffffff;

}

nav ul li:hover a, nav ul li.active a {
    color: #f5a603;
}


.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}


.mobile-toggle span {
    width: 30px;
    height: 2px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #8f8f8f;
    display: block;
}




@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.intro-section {

    height: 100vh;
    color: #ffffff;
    text-align: center;
    position: relative;

}

.intro-section h1 {
    font-size: 3em;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: left;

}

.intro-section h2 {
    letter-spacing: 6px;
    font-size:3.3em;
}

.intro-section .carousel-caption span {
    color: #f5a603;
}




.intro-section .renta {
    font-size: 1.17em;
}

.intro-section .industriales {
    color: #f5a603;
    font-size: 1.2em;
    text-transform: uppercase;
}

.intro-section .main-txt {
    font-size: 1.5em;
    color: #dc2f2f;
    text-shadow: 1px 1px #ffffff;
}

.intro-section .lugar {
    font-size: .67em;
    font-weight: normal;
    text-transform: uppercase;
}



.overlay {

    background: rgba(0,0,0,.2);
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    bottom: 0;
}

.intro-section .container {
    position: relative;
    z-index: 2;
}


.about-section {
    background: url(../img/warning-wallpapers.jpg);
    color: #151515;
    

}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.about-section .txt-section {
    text-align: justify;
    padding: 0 100px;
    font-size: 1.3em;
}

.carousel-caption {
    top: 25%;
}

.carousel-control {
    z-index: 3;
    line-height: 50%;
    padding-top: 20%;
    font-size: 4em;
}


.hexagon {
    width: 100%;
    padding: 60px 0 0 0;
    background: #f5a603;
    position: relative;
    margin: 0;

}


.hexagon:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -200px;
    left: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 200px solid #f5a603;
    z-index: 2;
}


.hexagon-gray {

    background: #f3f3f3;

}


.hexagon.hexagon-gray:after {

    border-top: 200px solid #f3f3f3 !important;
    z-index: 1;
}


.section-gray-interior {
    height: 100%;
    padding: 100px 0 0 0;
    background: #f3f3f3;
}

.section-gray-interior h2 .divider {
    background: #f5a603;
}


.services-section {
    height: 100%;
    padding: 250px 0 50px 0;
    background: #f3f3f3;
}

.section-yellow-interior {

    padding: 250px 0 0 0;


}

.section-yellow-interior:after {
    display: none;
}

.services-section h2 {
    color: #151515;


}

.services-section h2 .divider {
    background: #f5a603;
}


.list-servicios .item-servicios {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: #151515;
    font-weight: bold;

}


.list-servicios .item-servicios p {
    background: #f5a603;
    display: inline-block;
    padding: 5px 15px;
    border: 3px solid transparent;
    color: #121212;
}

.list-servicios .item-servicios img {
    height: 300px;

}


.list-servicios a:hover .item-servicios p {
    border: 3px solid #f5a603;
    background: transparent;


}




.list-servicios .item-servicios {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin-top: 30px;
    position: relative;


}

.list-servicios.seccion-interior .item-servicios .imagen {

    width: 90%;
    margin: auto;
    height: 300px;
    opacity: .8;
}

.list-servicios.seccion-interior .item-servicios p {
    width: 230px;
    background: #ffffff;
    display: block;
    padding: 5px 15px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -115px;
    color: #121212;
    font-size: .8em;
}

.list-servicios.seccion-interior .item-servicios img {
    height: 200px;
    margin-bottom: 30px;
}


.list-servicios.seccion-interior .item-servicios:hover p {
    animation-name: bounce;

}




.section-gray-interior .list-servicios .item-servicios {
    margin-top: 25px;
}

.info-extra {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.2em;
    color: gray;
    padding: 0 20px;
}


.ventajas {
    font-size: 1.4em;
    margin: 40px 0;
    display: block;
    padding: 0 60px;
}


.ventajas .title01 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}


.list-maquinaria .item-maquinaria {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: #f5a603;
    font-weight: bold;
    margin-top: 30px;

}

.list-maquinaria .item-maquinaria p {
    background: #151515;
    display: inline-block;
    padding: 5px 15px;
}

.list-maquinaria .item-maquinaria img {
    height: 200px;
    margin-bottom: 30px;
}


.list-maquinaria .item-maquinaria:hover img {
    animation-name: bounce;

}


.list-agregados .item-agregados {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin-top: 30px;
    position: relative;


}

.list-agregados .item-agregados .imagen {

    width: 90%;
    margin: auto;
    height: 300px;
    opacity: .8;
}

.list-agregados .item-agregados p {
    width: 220px;
    background: #151515;
    display: block;
    padding: 5px 15px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -110px;
}

.list-agregados .item-agregados img {
    height: 200px;
    margin-bottom: 30px;
}


.list-agregados .item-agregados:hover p {
    animation-name: bounce;

}

.contact-section {
    height: 100%;
    padding: 250px 0 50px 0;
    background: #151515;
}

.contact-section h2 {
    color: #ffffff;
}

.contact-section h2 .divider {
    background: #f5a603;
}

.comment-form .form-group .control-label{
    margin: 15px 0 5px 0;
    color:#ffffff;
    font-weight: normal;
    letter-spacing: 1px; 
}

.comment-form .form-control {
    border-radius: 0;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
}

.comment-form textarea.form-control {
    height: 135px;
}

.comment-form .btn-custom {
    margin: 40px 0;
    border-radius: 0;
    background: #f5a603;
    border: none;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    padding: 15px 25px;
}


.pre-footer {
    position: relative;
    text-align: center;
    font-size: 1.3em;
    background: url(../img/warning-wallpapers.jpg);

    color: #ffffff;
    letter-spacing: 1px;
    display: flex;
}


.pre-footer a {
    color: #ffffff;
}

.pre-footer h4 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px #151515;
}

.pre-footer .over-overlay {
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,.3);
    padding: 30px 0;

}


.pre-footer i {
    font-size: 3em;
    color: #f5a603;
    

}

.footer {
    padding: 20px;
    background: #383737;
    color: #ffffff;

}

.footer a {
    color: #ffffff;
}

label.error {
    color: indianred;
    font-weight: 100;
}

#response {
    color: #ffffff;
}


@media only screen and (max-width: 1090px) {

    nav ul li {
        padding: 20px 10px;
    }

    .list-servicios .item-servicios, .list-maquinaria .item-maquinaria, .list-agregados .item-agregados {
        font-size: 1.5em;
    }

    .list-servicios .item-servicios img {
        height: 230px;
    }

    .logo {
        width: 190px;
    }

    .carousel-control {
        padding-top: 35%;
    }

}


@media only screen and (max-width: 800px) {

    .main_h {
        padding: 10px 25px;

    }

    .main_h.open-nav nav {
        display: block;
    }
    .logo {
        float: none;
    }

    .carousel-control {
        padding-top: 40%;
    }

    nav {
        width: 100%;
       display: none;
    }

    nav ul {
        padding-top: 10px;
        margin-bottom: 22px;
        float: left;
        text-align: center;
        width: 100%;
    }

    nav ul li {
        width: 100%;
        padding: 7px 0;
        margin: 0;
    }

    .mobile-toggle {
        display: block;
    }

    .carousel-caption {
        top: 15%;
    }

    .list-servicios .item-servicios, .list-maquinaria .item-maquinaria, .list-agregados .item-agregados {
        margin-bottom: 30px;
    }

    .list-maquinaria .item-maquinaria img {
        max-width: 80%;
        height: auto;
    }
}

@media only screen and (max-width: 400px) {

    .header .pull-right, .header .pull-left, .footer .pull-right, .footer .pull-left {
        float: none!important;
        text-align: center;
        display: block;
    }

    .main_h {
        top: 80px;
    }

    .main_h.sticky {
        top: 0 !important;
    }


    .intro-section h1 {
        display: none;
        font-size: 2em;
    }

    .intro-section h2 {

         font-size: 2em;
     }

    .about-section .txt-section, .ventajas {
        padding: 0 20px;
    }



    .pre-footer {
        display: block;
    }



}







