.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;
}
#logo1{
    float: left;
    height: auto;
    width:16%;
    margin-top: 3%;
    margin-left: 25%;
}
#logo2{
    float: left;
    height: auto;
    width:35%;
    margin-left: 6%;
    margin-top: 5%;
}

.nosotros-col{
    width:50%;
    height:100vh;
    float: left;
    text-align: center;
    justify-content: center;
    color:#282828;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8%;
    font-size: 3vh;
    line-height: 1.5;
    background-color: white;
    text-align: justify
}
.nosotros-col p{
    text-align: left;
    font-size: 5vh;
}
#nosotros-bg{
    background-image: url(../img/people-reduced.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}
.sangria{
    margin-right: 1.5%;
    color:#f69f3c;
}
#servicios{
    background-color: #f69f3c;
}
.servicios-title{
    height: 40%;
    width:100%;
    text-align: justify;
    justify-content: center;
    padding-top: 8vh;
    font-size:3vh;
    color: #282828;
    padding-left: 5%;
    padding-right: 5%;
}
.servicios-title p{
    font-size:4.7vh;
}
.servicios-columns{
    float: left;
    height: 60%;
    width:33.3%;
    padding-left:5vh;
    padding-right:5vh;
    padding-bottom: 10vh;
}

.servicios-columns .servicios-bottom{
    
    background-color: #282828;
    position: relative;
    width:100%;
    height:30%;
    float: left;
    color:white;
    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.3vh;
    margin-top: 1vh;
    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%;
    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;
}
.icons{
    position: absolute;
    top: 30%;
    left: 40%;
    font-size: 10vh;
}
#productos{
    background-image: url(../img/black-reduced.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.productos-title{
    height: 20%;
    width:100%;
    text-align: center;
    justify-content: center;
    padding-top: 13vh;
    font-size:4.7vh;
    color:white;
    
}
.productos-content{
    width:100%;
    height:80%;
    float: left;
    padding-left: 15vh;
    padding-right: 15vh;
    padding-bottom: 7vh;
}
.productos-image{
    width:23.3%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    height: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.productos-carousel{
    width:100%;
    height:47%;
    margin-top: 2%;
    float: left;
    padding-top: 5vh;
    padding-left: 3vh;
    padding-right: 3vh;
    background-color:white;
    font-size: 2.5vh;
    text-align: justify;
    border-bottom: 4px solid rgb(246, 159, 60);
}
#carouselExampleSlidesOnly{
    width:100%;
    height:100%;
}
.carousel-inner, .carousel-item{
    height:100%;
}
#eset{
    background-image: url(../img/eset.png);
}
#bitdefender{
    background-image: url(../img/bitdefender.png);
}
#escan{
    background-image: url(../img/escan.png);
}
#fortinet{
    background-image: url(../img/fortinet.png);
}
#gdata{
    background-image: url(../img/gdata.png);
}
#meraki{
    background-image: url(../img/meraki.png);
}
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;
    margin-top:40px; 
}
.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;
}
.nosotros-button{
    width: 30%;
    height:9%;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 5vh;
    border:3px solid #F48E1B;
    color:#f69f3c;
}
.nosotros-button:hover{
    background-color: #f69f3c;
    color:black;
}
    .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){
    #video{
        width:100%;
    }
    #servicios,#productos{
        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%;
    }
    .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: 20%;
        width: 100%;
        padding-left: 4vh;
        padding-right: 4vh;
    }
    .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{
        padding-top: 10vh;
        height:20%;
        font-size: 3.5vh;
    }
    .productos-image{
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 5%;
        width:80%;
        height:25%;
    }
    .productos-text{
        width: 100%;
        height: 45%;
        font-size: 1.9vh;
    }
    .carousel-button{
        width:40%;
        margin-left: 30%;
        margin-right: 30%;
        margin-bottom: 5%;
        height:15%;
        margin-top: 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: 13px;
    }
    .bottom-img{
        height:70%;
        padding-left: 20%;
    }
    .images{
        margin-top: 10%;
    }
    .productos-carousel{
        font-size: 17px;
    }
    .carousel{
        padding-top: 0!important;
    } 
}
@media screen and (min-width: 701px) and (max-width: 1120px){
    .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{
        height: 60%;
        width: 33.3%;
        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-title{
        height:30%;
        padding-top: 20%;
    }
    .productos-content{
        padding-left: 5vh;
        padding-right: 5vh;
        height:70%;
    }
    .productos-carousel{
        font-size: 2vh;
    }
    .productos-text{
        font-size: 2vh;
    }
    span{
        font-size: 1.3vh;
    }
    .carousel-button{
        height:15%;
        margin-top: 2%;
    }
    .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%;
    }
}
@media screen and (min-width: 1121px) and (max-width: 1410px){
    .bottom-title{
        font-size: 2.1vh;
    }
    .servicios-columns{
        padding-left: 2vh;
        padding-right: 2vh;
    }
    .nosotros-col{
        font-size: 2.8vh;
    }
}
@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;
    }
}