html{
    height: 100%;;
}
body{
    background-color: #002e6d;
    height: 100%;
}
.space{
    padding: 20px !important;
}
.body-content{
    width: 100% !important;
    height: 85% !important;
    
}
@media only screen and (max-width: 600px) {
    .body-content {
        height: 50% !important;
    }
    .footer{
        font-size: 20px !important;
    }
    .icon-closet{
        margin-right: 20px;
        margin-top: 20px;
    }
    .contenedor-logo{
        margin-bottom: 20px;
    }
    .logo a img{
        width: 40% !important;
        
    }
    .text{
        top:-5px !important;
    }
    .logo-dark{
        display: inline-grid;
    }
    .logo-dark .logo-phone{
        width:100% !important;
        margin-bottom: 10px;
    }
    .logo-dark img{
        left: 0px !important;
    }
    
  }
  @media only screen and (min-width: 993px){
.container {
    width: 80% !important;
}

  }
  
.alineado-centro{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.logo a img{
    width: 80%;
    height: auto;
}
.logo{
    text-align: center;
}
.footer{
    color: #fff;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 36px;
    position: relative;
    font-weight: 300;
}
.margin-left-rigth{
margin-bottom: 0px !important;
}

.contact:hover, .contact.active{
    color:#ff5100;
    cursor: pointer;
}
.contact-2:hover,.contact-2.active{
    color:#fff;
    cursor: pointer;
}
.contenedor,.contenedor-2{
    z-index: 102;
}
.contenedor{
    background-image:url("../img/background.png");
    background-position: center;
    background-size: 100% 100%;
    width: 55%;
    position: absolute;
    bottom: 30Px;
    right: 0;
    padding: 20px;
}
.contenedor-2{
    position: fixed;
    max-height: 100%;
    background-color: #fff;
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
    top: 0;
    padding: 20px;
}
.paises-titulos{
    font-size: 14px;
    line-height: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #393939;
    font-weight: 500;
    padding-bottom: 4px;
}
.paises-titulos:hover{
    color:#ff5100 !important;
    cursor: pointer;
}
.bottom{
    margin-bottom: 10px !important;
}

.contenedor-logo{
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.logo-dark img{
    width: 75%;
    height: auto;
    position: relative;
    
}
.logo-dark{
    text-align: center;
}
.icon-closet img{
width: 18px;
height: auto;
margin-right: -20px;
}
.cerrar:hover{
    cursor: pointer;
}
.text{
    color: #4B4B4B;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
    line-height: 13px;
    position: relative;
    top: -20px;
    font-weight: 500;
}
.text:hover{
    color:#ff5100;
    cursor: pointer;
}

.backg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 100;
}