.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

 .container .row {
     width: 80%;
 }

.nav {
    width: 100%;
    padding: 1%;
}

.bordered {
    width: 100%;
    height: 100%;
    border: solid 3px blue;
   
}

.description {
    margin-top: 5vh;
    width: 60%;
    text-align: center;
    border: solid 3px white;
    padding: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 2vw;
}

#nav-bar img {
    width: 70px;
}
#nav-bar h3 {
    color: white;
}

#main-section {
    margin-bottom: 50px ;
}

#nosotros {
    padding: 50px;
}

#nosotros p {
    width: 80%;
    font-size: 20px;
}

html, body {
    height: 100%;
}

#background-image {
    background-image: url('../assets/monument-valley-5499156_1920.jpg');
    background-attachment: fixed;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -100;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -99;
}

.btn-outline-primary {
    border: solid 1px white !important;
    color: white;
    background-color: black;
}

.fixed {
    position: sticky;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

#titulos {
    color: white;
}

#titulos h1 {
    position: relative;
    font-size: 4rem;
    top: -100px;
}

#titulos * {
    margin-bottom: 50px;
}

.btn-success {
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid white ;
}

#services-section {
    background-color: #e6e6e6;
}

ul {
    list-style: none;
    font-size: 18px;
}

#nosotros ul li {
    margin-bottom: 10px;
}

#nosotros ul li span.material-icons {
    font-size: 48px !important;
    border: solid 2px green;
    color: green;
    border-radius: 50%;
    padding: 8px;
}

#nosotros ul li span {
    margin-right: 15px;
}

.product-container img {
    position: relative;
    width: 90%;
    margin-bottom: 15px;
}

#productos h1 {
    margin-bottom: 30px;
}

#productos {
    padding: 50px;
}

#productos a {
    margin: auto;
}

.product-container {
    width: 30%;
    padding: 30px;
    margin: 15px;
    background-color: #fafafa;
    border: solid 1px #e6e6e6;
    align-items: center;
    flex-basis: 450px;
}

.whatsapp {
    position:fixed;
    width:56px;
    height:56px;
    bottom:30px;
    left:27px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .whatsapp:hover {
    box-shadow: 0px 0px 15px   black;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }

.btn:focus {
    outline: none;
    box-shadow: none;
}

#footer-section {
    border-top: green solid 2px;
    padding: 50px;
    background-color: rgb(19, 19, 19);
    color: whitesmoke;
}

#footer-section h3 {
    margin-bottom: 50px;
}

.social {
    width: 200px;
}
.social a {
    width: 48px;
}

.social a i:hover{
    color: #3f51b5;
}

a {
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;

}
a:hover {
    text-decoration: none;
    color: white;
}

#services-section img {
    width: 100%;
}

.padding-20 {
    padding: 50px;
}

#loginForm {
    margin: auto;
    width: 60%;
    border-radius: 25px;
    border: solid 2px #2528d3;
    padding: 30px;
}

#loginForm input, #loginForm textarea {
    margin: auto;
    
    margin-bottom: 15px;
}
#contacto {
    padding: 50px;
    margin-bottom: 25px;
}

#contacto h1 {
    margin-bottom: 15px;
}

#contacto button {
    margin: auto !important;
}

#footer-section ul li span {
    margin-right: 20px;
}


@media (max-width: 1100px) {
    #nosotros p {
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    #loginForm {
        width: 100%;
    }
}



.animate__animated.animate__fadeIn {
    --animate-duration: 2.5s;
}
.animate__animated.animate__fadeInUp {
    --animate-duration: 2.5s;
}

.opacity {
    opacity: 0;
}