.footer-text{
    color:#fff !important;
}
.footer-text:hover{
    color:#fff !important;
    border-bottom: 2px solid white;
}
.white{
    color:#fff;
}
#bottom{
    position: relative;
}
@font-face {
    font-family: "futuramedium";
    src: url(../fonts/futura-medium-bt.ttf) format("truetype");
}
a{
    color:inherit;
    text-decoration:none; 
}
a:hover{
    text-decoration:none!important; 
    color: inherit!important;
}
body{
    min-height: 100%;
    width:100%;
    font-family: "futuramedium";
    /*overflow-x:hidden;*/ 
}
section{
    height:100vh;
    width:100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position:relative;
}
#inicio{
    background-color: black;
    position: fixed;
    top: 0;
}
.title{
    position: absolute;
    /*background-color:rgba(244,142,27,0.5);*/
    top:45%;
    width:100%;
    height:130px;
    justify-content: center;
    text-align: center;
}
#navbar{
    width:100%;
    height:70px;
    position: absolute;
    top:0;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 10;
    padding-left: 20%;
    padding-right: 10%;
    -webkit-transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    transition: all .7s ease-in;
}
.nav{
    -webkit-transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    transition: all .7s ease-in;
    width:100%;
    height:100%;
}
.fa-angle-double-down{
    font-size: 8vh;
    position: absolute;
    bottom: 10px;
    left:48%;
    color:#f69f3c;
    cursor: pointer;
    z-index: 2;
}
#video{
    right: 0;
    bottom: 0;
    width: 100%; 
    height: 100vh;
}
#nosotros{
    background-color: #282828;
}
#servicios{
    background-color: #f69f3c;
}
.productos-title{
    color: white;
    height: 20%;
    width:100%;
    text-align: justify;
    justify-content: center;
    padding-top: 8vh;
    font-size: 7vh;
    padding-left: 5%;
    padding-right: 5%;
}
.productos-title.bottom-productos-title{
    padding-top: 15vh;
}
.secondV{
    color:white!important;
    background-color: #282828!important;
}
.product-img{
    width:50%;
    height:auto;
    position: absolute;
    top: 35%;
    left: 25%;   
    object-fit: cover ;
}
/* nov23 */
.container-products{
    width: 100%;
    height:inherit;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.servicios-columns{
    float: left;
    height: 80%;
    width:33.3%;
    padding-left:5vh;
    padding-right:5vh;
    padding-bottom: 10%;
    padding-top: 10%;
}

.servicios-columns .servicios-bottom{
    
    position: relative;
    width:100%;
    height:30%;
    float: left;
    text-align: center;
    justify-content: center;
    padding-top: 3vh;
    font-size: 4vh;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
    
} 
.servicios-columns .servicios-bottom p{

    visibility: hidden;
    text-align: justify;
    opacity: 0;
    height:0%;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
    font-size:2.1vh;
    margin-top: 60px;
    padding-right: 5%;
    padding-left: 5%;
} 
.servicios-columns:hover .servicios-bottom p{
    visibility: visible;
    opacity: 1;
    height:100%;
    position: relative;
} 
.servicios-columns:hover .servicios-top{
    height:0%;
} 
.servicios-columns:hover .servicios-bottom{
    height:100%;
} 

.servicios-top{
    width: 100%;
    height:70%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
    position: relative;
    background-color: white;
}
.servicios-fourth{
    width: 30%;
    margin-right: 5rem;
    /* padding-left: 3vh;
    padding-right: 10vh; */
}
#productos{
    background-image: url(../img/black-reduced.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
button {
    width: 20%;
    height: 23%;
    margin-left: 25%;
    margin-right: 25%;
    text-transform: uppercase;
    background: transparent;
    overflow: hidden;
    float: left;
    font-size: 2.4vh;
    border:3px solid black;
    cursor: pointer;
    
}
button:hover{
    background-color: #282828;
    color:white;
}
.contacto,.info{
    height: 100%;
    width:50%;
    float: left;
}
.contacto{
    padding-left: 8vh;
    padding-right: 8vh;
}
.info{
    padding-top:8%;
    padding-bottom:8%;
    padding-left: 4%;
    padding-right: 4%;
    text-align: left;
}
.fab{
    color:white;
    font-size: 3vh;
    margin-right: 5%;
    height: 100%;
    width:auto;
}
.links{
    color:white;
    font-size: 1.7vh;
    height: 25%;
    width:auto;
    margin-top: 5%;
    text-align: left;
    margin-bottom: 5%;
}
.empresa,.marcas{
    float:left;
    width:50%;
    height: 100%;
}
.ubicacion{
    height:35%;
    width:100%;
    color:white;
}
.columns{
    width:33.3%;
    height:100%;
    float: left;
}
.bottom-title{
    width:100%;
    height:20%;
    float: left;
    font-weight: bold;
    font-size:  2.3vh;
    margin-bottom: 1.8%;
}
.bottom-middle{
    width:100%;
    height:40%;
    float: left;
    font-size: 1.4vh;
}
.bottom-tel{
    width:100%;
    height:10%;
    float: left;
}
.bottom-row{
    height:26%;
    width:50%;
    float: left;
}
.social,.telefono{
    width:100%;
    height: 5%;
    float: left;
}
.images{
    height:20%;
    width:100%;
    float: left;
    margin-top: 5%;
}
.bottom-img{
    height: 100%;
    width:auto;
    float: left;
    padding-left: 18%;
}
.footer-button{
    width: 20%;
    height: 23%;
    margin-left: 40%;
    margin-right: 40%;
    border:3px solid white;
    color: white;
}
.footer-button:hover{
    background-color: white;
    color:black;
}
.product-button{
    height:60px;
    width:40%;
    color:white;
    border:2px solid white;
    margin-right: 30%;
    margin-left: 30%;
    z-index:10;
    font-size: 2vh;
    cursor: pointer;
}
.product-button:hover{
    background-color: white;
    color:#282828;
}
.secondButton,.thirdButton{
    color:#282828;
    border:2px solid #282828;
}
.secondButton:hover{
    background-color: #282828;
    color:#f69f3c;
}
.thirdButton:hover{
    background-color: #282828;
    color:white;
}

.gwd-path-8s4r {
      position: absolute;
      stroke-width: 1px;
      stroke: rgba(0, 0, 0, 0);
      fill: rgb(246, 159, 60);
      width: 100%;
      left: -0.51425px;
}
.top-triangle{
      height: 15vh;
      bottom: -1px;
}
.bottom-triangle{
    height: 15vh;
    top: -1px;
    transform: rotate(180deg);
}
.bottom-row:hover{
    border-bottom: 2px solid white;
    
}
.nav-tab{
    width:20%;
    height:100%;
    float: left;
    color:white!important;
    font-size: 2vh;
    padding:2%;
    text-align: center;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.nav-tab:hover{
    border-bottom:2px solid #f69f3c;
    color:#f69f3c!important;

}
.fa-bars{
    color:white;
    font-size: 5vh;
    position: absolute;
    top:15%;
    right:2vh;
    display:none!important;
    cursor: pointer;
}
.footer{
    text-align: center;
     position:absolute;
    bottom: 0;
     padding:3px 0px;
     width:100%; 
     height:65px;
    color:white;
}
.footer a{
    text-decoration: none;
    color: #5ac0cf !important;
}
/*---------------------------------

Responsive

-----------------------------------*/

@media screen and (max-width: 700px){
    .product-scale{
        top:25%!important;
    }
    #video{
        width:100%;
    }
    #servicios,#productos,#nosotros{
        min-height:100vh;
    }
    #nosotros-bg{
        background-attachment: scroll;
    }
    #inicio{
        height:100vh;
    }
    .servicios-title{
        height:auto;
        padding-top: 0;
        font-size: 2.2vh;
    }
    .servicios-title p {
        font-size: 3.5vh;
    }
    #nosotros-text{
        height:60%;
    }
    .servicios-bottom{
        font-size:  3vh;
        padding-top: 0;
    }
    .nosotros-col{
        width:100%;
        height:40%;
        font-size: 2vh;
        padding-top: 20%;
    }
    .product-button{
        margin-top: 2%;
        width: 50%;
        height: fit-content;
        padding: 0.75rem 0;
        margin-left: 25%;
        margin-right: 25%;
    }
    .text{
        padding: 5%;
        font-size: 4vh;
        margin-top: 9vh;
    }
    .title{
        top:30%;
    }
    .nosotros-button{
        margin-left: 30%;
        margin-right: 30%;
        width:40%;
        height:15%;
        margin-top: 3vh;
    }
    .servicios-columns{
        padding-bottom: 2vh;
        /* height: 26.6%; */
        height: 40%;
        width: 80%;
        margin: 0 auto;
        padding-left: 4vh;
        padding-right: 4vh;
        padding: 0;
        float: none;
    }
    #productos .servicios-columns{
        margin: 4rem auto;
    }
    .servicios-columns .servicios-bottom{
        padding-top: 0;
        font-size: 3vh;
    }
    .bottom-triangle,.top-triangle{
        height:10vh;
    }
    .productos-content{
        padding-left: 5%;
        padding-right: 5%;
        height:80%;
    }
    .productos-title{
        /* height:20%; */
        height: fit-content;
        font-size: 5vh;
        padding-top: 3rem;
    }
    .productos-title.main-title{
        height: 10%;
    }
    .info{
        width:100%;
        height:45%;
    }
    .contacto{
        width:100%;
        height:45%;
    }
    .footer-button{
        width:40%;
        margin-left: 30%;
        margin-right: 30%;
    }
    .h1, h1 {
        font-size: 4vh;
    }
    button{
        font-size: 1.7vh;
    }
    .bottom-title{
        font-size: 1.6vh;
    }
    .bottom-middle{
        margin-top: 0.2vh;
        font-size: 1.2vh;
    }
    .bottom-tel{
        margin-top: 2vh;
        font-size: 1.2vh;
    }
    .ubicacion{
        height:45%;
        margin-top: 6vh;
    }
    .social{
        margin-bottom: 1.2vh;
    }
    .contacto{
        padding-left: 6vh;
        padding-right: 6vh;
    }
    .servicios-columns .servicios-bottom p{
        font-size: 12px;
    }
    .bottom-img{
        height:70%;
        padding-left: 20%;
    }
    .images{
        margin-top: 10%;
    }
    .container-products{
        flex-direction: column;
        align-items: center;    
    }
    .servicios-fourth{
        /* height: 22.5%!important; */
        height: 30%!important;
        width: 80%;
        margin: 0;
        /* width: 100%!important; */
    }
}
@media screen and (min-width: 701px) and (max-width: 1120px){
    section{
        height:100vh;
    }
    .nosotros-col{
        font-size: 2.2vh;
    }
    .servicios-title{
        font-size: 2.2vh;
        padding-top:3vh;
    }
    .nosotros-button{
        width:50%;
        margin-left: 25%;
        margin-right: 25%;
    }
    .servicios-columns{

        padding-left: 2%;
        padding-right: 2%;
    }
    .servicios-bottom{
        padding-top: 0!important;
        font-size: 3vh!important;
    }
    .servicios-columns .servicios-bottom p {
        font-size: 1.6vh;
    }
    .icons{
        left:37%;
    }
    .productos-content{
        padding-left: 5vh;
        padding-right: 5vh;
        height:70%;
    }
    span{
        font-size: 1.3vh;
    }
    .contacto{
        padding-left: 2vh;
        padding-right: 2vh;
    }
    .footer-button {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
    }
    .links,.bottom-tel{
        font-size: 1.4vh;
    }
    .bottom-title{
        font-size: 1.2vh;
    }
    .bottom-middle {
        font-size: 1.1vh;
    }
    .bottom-img{
        padding-left: 10%;
        height:70%;
    }
    .images{
        margin-top: 12%;
    }
    .product-button{
        margin-top: 2%;
        font-size: 1.8vh;
        margin-left: 25%;
        margin-right: 25%;
        width:50%;
    }
    .fourth-button{
        font-size: 1.3vh;
    }
}
@media screen and (min-width: 1121px) and (max-width: 1410px){
    .bottom-title{
        font-size: 2.1vh;
    }
    .servicios-columns{
        padding-left: 2vh;
        padding-right: 2vh;
    }
    .fourth-button{
        font-size: 1.6vh;
    }
}
@media screen and (min-width: 850px) and (max-width: 1250px){
    #navbar{
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media screen and (max-width: 849px){
    .fa-bars{
        display:block!important;  
    }
    .nav{
        visibility: hidden;
        opacity: 0;
        height:100%;
    }
    .nav-tab{
        width:100%;
        height:20%;
        font-size: 2.5vh;
    }
}
@media screen and (min-width: 850px){
    .nav{
        visibility: visible!important;
        opacity: 1!important;
    }
}


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7b227+0,f2eada+49,ffffff+81 */
background: rgb(247,178,39); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,178,39,1) 0%, rgba(242,234,218,1) 49%, rgba(255,255,255,1) 81%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247,178,39,1) 0%,rgba(242,234,218,1) 49%,rgba(255,255,255,1) 81%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247,178,39,1) 0%,rgba(242,234,218,1) 49%,rgba(255,255,255,1) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b227', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */