
#content-container{
    height:100%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top:100px;
    background-image: url(../img/angel1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:80% 100%;
    background-attachment: fixed;
    -webkit-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  transition: all .9s ease-in-out;
    
}
#inicio{
    height:700px;
    background-color: rgba(53,63,68,0.5);
    font-family: "Russo_One",Arial,sans-serif;
}
.inicio-title{
    width: 100%;
    height:25%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 4%;
    font-size: 7vh;
    text-align: center;
    color:white;
}
.inicio-content{
    height:75%;
    width:100%;
    background-color: white;
    text-align: center;
    color:#424d56;
    font-size: 2vh;
}
.content-top{
    height:40%;
    width:100%;
    padding-top: 3%;
    font-family: sans-serif;
    padding-right: 2%;
    padding-top: 2%;
    font-weight: bold;
}
.content-top p{
    color:#088A85;
    font-size: 4vh;
    font-family: "Russo_One",Arial,sans-serif;
        font-weight: normal;
}
.content-bottom{
    height:50%;
    width:100%;
}
.content-tab{
    width: 100%;
    height: 33.3%;
    float: left;
    font-size: 1.8vh;
    padding-left: 10%;
    padding-right: 10%;
}
.check-icon{
    margin-bottom: 2%;
}

#email{
    height:300px;
    width:100%;
    font-family: "Russo_One",Arial,sans-serif;
    background-color: rgba(53,63,68,0.5);
    color: white;
    text-align: center;
    font-size: 4vh;
    padding: 5%;
    padding-top: 8%;
}

#telefonos{
    width:100%;
    height:550px;
    font-family: "Russo_One",Arial,sans-serif;
    background-color: white;
    color:#088A85;
}
.tel-cubes{
    float: left;
    height:50%;
    width:50%;
    font-family: sans-serif;
    color: #424d56;
    padding: 4%;
    text-align: justify;
    font-weight: bold;
}
.tel-cubes p{
    font-family: "Russo_One",Arial,sans-serif;
    color:#088A85;
    font-size: 2.5vh;
    font-weight: normal;
}

#soporte{
    height:400px;
    width:100%;
    font-family: sans-serif;
    background-color: rgba(53,63,68,0.5);
    color:#424d56;
}
.soporte-title{
    width:100%;
    height:30%;
    color:white;
    font-size: 3.5vh;
    float: left;
    text-align: center;
    padding-top: 1.4%;
    font-family: "Russo_One",Arial,sans-serif;
}
.soporte-col{
    float: left;
    width:50%;
    height:70%;
    background-color: white;
    padding: 5%;
    font-size: 1.8vh;
    text-align: justify;
    font-weight: bold;
}
.sangria{
    margin-right: 1.5%;
    color:#424d56;
}
#soporte-col-1{
    background-image: url(../img/roboto.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#soporte-col-2{
    position: relative;
}
#contactoBtn{
    position: absolute;
    bottom: 10%;
    left: 25%;
    width: 50%;
    background-color: white;
    border: 2px solid #088A85;
    color:#088A85;
    font-family: "Russo_One",Arial,sans-serif;
    height:20%;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#contactoBtn:hover{
    background-color: #088A85;
    color:white;
}


.collapse{
    height:100%;
    width:100%;
}
.navbar{
    height:100%;
    padding:0;
}
.mr-auto{
    margin-right: 0!important;
    width:100%;
    height:100%;
}
.nav-link{
    height:100%;
    padding-top: 25%;
}
#nav{
    position: fixed;
    width:100%;
    height:100px;
    background-color: white;
    z-index: 5;
    font-family: Helvetica;
}
#logo-nav{
    width:8%;
    left:1.5%;
    position: absolute;
    top:30px;
}
.nav-item,.navbar-light,.navbar-nav,.nav-link{
    color: #088A85!important;
    font-size: 105%;
}
.dropdown-toggle::after{
    display: none!important;
}
.navbar-toggler{
    display: none;
}
.nav-item{
    width:16.66%;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.nav-item:hover{
    border-bottom:5px solid #088A85;
    color: white!important;
}
.nav-bar{
    height: 100%;
    width: 100%;
    right:20%;
    float:right;
    padding-right: 30%;
    padding-left: 12%;
    font-family: "Russo_One",Arial,sans-serif;
}
@font-face {
    font-family: "Russo_One";
    src: url(../fonts/Russo_One.ttf) format("truetype");
}

.logo-claro{
    width: 20%;
    height:auto;
    position: relative;
    top:35%;
    left:15%;
}
#logo-nav{
    -webkit-filter: brightness(50%);
    filter: brightness(150%);
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
#logo-nav:hover{
    -webkit-filter: brightness(50%);
    filter: brightness(100%);
}
.slide {
  animation: 2s slide-up;
  margin-top:0%;
}
.slide2{
    animation: 2.3s slide-up;
  margin-top:0%;
}

@keyframes slide-up {
  from {
    margin-top: 100%;
  }

  to {
    margin-top: 0%;
  }
}
.fa-facebook-f{
    position: fixed;
    bottom: 10%;
    left:5%;
    color:#088A85!important;
    font-size: 20px;
}
.fa-linkedin-in{
    position: fixed;
    bottom: 18%;
    left:5%;
    color:#088A85!important;
    font-size: 20px;
}
.fa-twitter{
    position: fixed;
    bottom:26%;
    left:5%;
    color:#088A85!important;
    font-size: 20px;
}
.fa-shopping-cart{
    position: fixed;
    top:12%;
    right:4%;
    color:#088A85!important;
    font-size: 40px;
    z-index: 10;
    cursor: pointer;
}
.fa-cloud-download-alt{
    position: fixed;
    top:20%;
    right:3.5%;
    color:#088A85!important;
    font-size: 40px;
    z-index: 10;
}

#footer{
    width:100%;
    height:350px;
    background-color: rgba(53,63,68,0.5);
}
.footer-icon{
    font-size: 15px;
    margin-right:2%
}
.upper-row{
    width:100%;
    height:100%;
}
.upper-column{
    height:50%;
    width:50%;
    float: left;
    text-align: justify;
    color:white;
    font-weight: bold;
    font-size: 12px;
    padding-top:1%;
    padding-left: 5%;
    padding-right: 5%;
}
.icons,.icons2{
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.icons:hover{
    font-size: 30px;
}
.icons2:hover{
    font-size: 50px;
}
.isos{
    background-color: rgba(53,63,68,0.5);
    height:150px;
    text-align: center;
    color:white;
    font-weight: bold;
}
#isos-img1{
    height:80%;
    margin-right:10%; 
}
#isos-img2{
    height:80%;
}
.isos-row{
    font-size: 14px;
}
#logo-nav2{
    width:7%;
    left:2%;
    position: absolute;
    top:170px;
}
.malamute{
    height:40px;
    width:100%;
    background-color: #282828;
    text-align: center;
    text-decoration:none;
}
.malamute a{
    color:white;
    font-family: "Russo_One",Arial,sans-serif;
    font-size: 14px;
}

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

Responsive

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

@media screen and (max-width: 680px){
    .monitor-img{
        width: auto;
        height: 100%;
    }
    #soporte{
        height:700px;
    }
    .soporte-title{
        height:20%;
        padding-top: 15%;
        font-size: 25px;
    }
    .soporte-col{
        width:100%;
        height:38.5%;
        font-size: 15px;
    }
    #soporte-col-1{
        margin-right: 0;
    }
    #soporte-col-2{
        margin-left: 0;
    }
    #cdmx{
        margin-bottom: 4%;
    }
    .cubes-row p{
        font-size: 12px;
        margin-bottom: 0;
    }
    .cubes-row{
        height:26.6%;
    }
    #inicio{
        height:600px
    }
    #telefonos{
        height:1000px;
    }
    .tel-cubes{
        width:100%;
        height:25%;
        font-size: 14px;
    }
    .tel-cubes p{
        font-size: 20px;
    }
    
    #content-container{
        padding-left: 0;
        padding-right: 0;
        background-size:cover;
    }
    .inicio-title{
        height:15%;
        font-size: 40px;
    }
    .inicio-content{
        height: 85%;
    }
    .content-top{
        height:40%;
        font-size: 15px;
    }
    .content-top p{
        font-size: 30px;
    }
    .content-bottom{
        height:60%;
    }
    .content-tab{
        width:100%;
        height:33.3%;
        font-size: 15px;
    }

    .fa-facebook-f{
        bottom: 10%;
        left:6%;
        color:white!important;
        font-size: 20px;
        z-index: 10;
        display: none;
    }   
    .fa-linkedin-in{
        bottom: 15%;
        left:6%;
        color:white!important;
        font-size: 20px;
        z-index: 10;
        display: none;
    }
    .fa-twitter{
        bottom: 20%;
        left:6%;
        color:white!important;
        font-size: 20px;
        z-index: 10;
        display: none;
    }
    .fa-shopping-cart{
        position: fixed;
        top:5%;
        right:6%;
        color:#088A85!important;
        font-size: 33px;
        z-index: 10;
    }
    .fa-cloud-download-alt{
        position: fixed;
        top:5%;
        right:18%;
        color:#088A85!important;
        font-size: 33px;
        z-index: 10;
    }
    .logo-claro{
        width: 40%;
        height:auto;
        left:22%;
    }

    .upper-row{
        float: left;
    }
    .upper-column{
        float: left;
        width:100%;
        height:25%;
        font-size: 12px;
        padding-right: 20%;
        padding-left: 20%;
    }
    #footer{
        height: 700px;
    }
    .nav-bar{
        padding-right: 0;
        padding-left: 0;
    }
    .nav-item{
        width:100%;
        background-color: white;
    }
    .nav-link{
        padding-top: 3%;
    }
    .navbar-toggler{
        margin-left: 5%;
    }
    #logo-nav{
        width:20%;
        top:0;
        left:40%;
        z-index:10;
    }
    .collapse{
        height:auto;
        margin-top: 9%;
    }
    .icons2:hover{
        font-size: 40px;
    }
    .navbar-toggler{
        display: block;
    }
    #email{
        font-size: 30px;
        padding-top: 15%;
    background-attachment: scroll;
    background-size: 100% 100%;
    }
    #contactoBtn{
        width: 50%;
        left:25%;
    }
    #isos-img1{
        height:60%;
    }
    
    #isos-img2{
        height:60%;
    }
    .isos-row{
        font-size: 12px;
    }
    #logo-nav2{
        display: none;
    }
}
@media screen and (min-width: 681px) and (max-width: 990px){
    .inicio-title{
        font-size: 55px;
        height:15%;
        padding-top: 2%;
    }
    #telefonos{
        font-size: 20px;
        height:900px;
    }
    .tel-cubes{
        width:100%;
        height:25%;
        font-size: 15px;
    }
    #soporte-col-1{
        background-size: cover;
        background-position: left;
    }
    .soporte-title{
        height: 20%;
        font-size: 34px;
    }
    .content-top p{
        font-size: 35px;
    }
    .soporte-col{
        height:80%;
        font-size: 15px;
    }
    .nav-bar{
        padding-right: 10%;
    }
    .fa-shopping-cart{
        right:2%;
    }
    .fa-cloud-download-alt{
        right:1.5%;
    }
    .fa-users{
        right: 33%;
    }
    .fa-balance-scale{
        right: 33%;
    }
    .upper-column{
        font-size: 12px;
        padding-top: 2%;
    }
    #logo-nav{
        width: 10%;
        left:45%;
        top: 10px;
        z-index: 10;
    }
    .logo-claro{
        left:25%;
        width:40%;
    }
    .nav-item{
        width:100%;
        background-color: white;
    }
    .nav-link{
        padding-top: 2%;
    }
    .collapse{
        height:auto;
        margin-top: 6%;
    }
    .nav-bar{
        padding-left: 10%;
    }
    .inicio-content{
        height:85%;
    }
    .navbar-toggler{
        display: block;
    }
    .isos-row{
        font-size: 14px;
    }
    #isos-img1{
        height:60%;
    }
    
    #isos-img2{
        height:60%;
    }
    #logo-nav2{
        width: 10%;
        left:59%;
        top: 1px;
        z-index: 10;
    }
}
@media screen and (min-width: 991px) and (max-width: 1490px){
    .nav-bar{
        padding-right: 1%;
    }
    .soporte-col{
        font-size: 16px;
    }
    .content-top{
        font-size: 23px;
    }
    .content-tab{
        font-size: 18px;
    }
    .content-top p{
        font-size: 40px;
    }
    #email{
        padding-top: 8%;
        font-size: 40px;
    }
    .tel-cubes p{
        font-size: 23px;
        text-align: left;
    }
    .tel-cubes{
        font-size: 14px;
    }
    .isos-row{
        font-size: 13px;
    }
    #logo-nav2{
        top:140px;
    }
}