body,html {
    color: #0F153C;
    font-family: 'Open Sans', sans-serif;
}
.overload {
 width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    z-index: 9999;
}
.overload-icon{
    height: 100%;
    width: 100%;
    position: relative;
}
.lds-ring{
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.img-service {
    
    width: 100px;
    margin: 15px;
}

.carousel {
    display: block;
    margin: auto;
}



#marcas {
    text-align:center;
}

#banner_h2{
    font-size: 1.2rem;
}
  
.hero-image {
    height: 40%;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.4)), url('../img/services.jpg');
    background-size: cover;
    background-position: center;
    color: white;

}
#contact-img img {
   width: 100%;
}
#side_menu h2{
    font-size: 1.1em;
    padding: 0;
    margin: 5px;
    color:#437DC0;
}

#side_menu a{
    text-decoration: none;
    cursor: pointer;
}

.navbar {
    transition: 1s all ease-in-out;
}

.navbar a {
    text-transform: uppercase;
    font-weight: 600;
    color: #D3DCDC;
    transition: 0.2s all ease-in;
}

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

}
@media screen and (max-width:600px){

    #secre {
        display: none;
    }
}

@keyframes up-down {
    0% {
        transform: translate(-50%,-50%);
    }
    25%{
        transform: translate(-50%,-52%);
    }
    50%{
        transform: translate(-50%,-50%);
    }
    75%{
        transform: translate(-50%,-52%);
    }
    100%{
        transform: translate(-50%,-50%);
    }
}

.navbar a:hover{
    color:white;
}

i {
    color: white;
    margin-right: 10px;
}

button.navbar-toggler{
    color: white;
}

.img-fluid {
    width: 150px;
}
header {
    background-position: center;
    background-attachment: scroll;
    background-size: cover; 
}


footer {
    text-align: center;
    padding: 20px;
    background-color: #0F153C;
    color: white;
    width: 100%;
    height: auto;
}

footer a{
    color: white;
    cursor: pointer;
    text-decoration: none;
}
footer a:hover{
    text-decoration: none;
    color: gray;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.circle img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}

#circle1{
     background-color: #A98A2D;
}
#circle2{
     background-color: #0F153C;
}
#circle3{
     background-color: #437DC0;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
    font-weight: 1000;
    font-style:normal;
    margin: 20px;
    font-family: 'Roboto', sans-serif;
}

p{  
    margin-top: 10px;
    margin-bottom: 10px;
    
}
.privacidad_header{
    margin-top: 140px;
} 
 
.privacidad{
    border-radius: 10px;
    text-align: justify;
    padding: 20px;
    background-color: rgba(0,0,0,0.1);
}

#sectiontext {
    height: auto;
    min-height:400px;
    padding: 10px;
    background-position:center;
    background-attachment:scroll;
    background-size:cover; 
} 

#sectiontext p { 
    display: block;
    margin-top: 10%;
    font-weight: 400;
    font-family: 'Roboto', Helvetica ,sans-serif;
    text-align: center;
    font-size: 2em;
    color: white;
}


.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

section {
    margin-top: 110px;
}

#contacto {
    font-weight: 1000;    
}

textarea{
    resize: none;
    min-height: 150px;
}


.service-box {
    width: auto;
    height: auto;
    position: relative;
}

.service-box img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    
}

.service-box-text {
    color: blue;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    padding:15%;
    width: 100%;
    height: 170px;
    bottom: 0%;
    color: white;
    text-align: center;
    font-size: 1em;
    font-weight: 900;   
}

.server-section img{
    width: 100%;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.7);
}





.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.navbar-toggler.top_navbar {
    display: none;
}

