body {
    overflow-x: hidden;
}

.home-img {
    background: url(../../img/intro-bg.jpg);
    background-size: cover;
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-o {
    background: url(../../img/o4.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 980px;
    background-position-y: -415px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.vision-section {
    color: black;
    background-color: #E6E6E6;
}

.vision-margin {
    padding-top: 100px;
    padding-bottom: 100px
}

.vision-o {
    background: url(../../img/o3.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: -70px;
    background-position-y: -399px;
}

.info-section {
    color: black;
    background-color: #fff;
}

.make-section {
    color: #fff;
    background-color: #2A65A8;
}

.make-o {
    background: url(../../img/o5.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 980px;
    background-position-y: -415px;
}

.make-margin {
    padding-top: 150px;
    padding-bottom: 180px;
}

.footer-section {
    color: #fff;
    background-color: #075084;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px
}

.mision-img {
    width: 250px;
    height: 200px;
}

.mision-color {
    color: #2A65A8;
}

.mision-txt{
    font-size: 25px;
}

.vision-img {
    width: auto;
    height: 200px;
}

.img-monta {
    width: 600px;
}

.anime {
    animation-duration: 3s;
    animation-name: slidein;
}

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%
    }
    to {
        margin-left: 0%;
        width: 100%;
    }
}

.left-margin {
    margin-left: 2%;
}

.left-marginP {
    margin-left: 1%;
}

ul.list {
    list-style-position: outside;
}

.img-whats {
    margin-left: 12px;
    width: 40px;
    height: auto;
}

#btn-margin {
    
    border-radius: 3rem;
}

#margin-make {
    margin-top: 167px;
    margin-bottom: 100px;
}

#mainNav {
    font-family: 'Armata', sans-serif;
    margin-bottom: 0;
    background-color: #224f80
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: #fff;
}

#mainNav .navbar-brand {
    font-weight: 700
}

#mainNav .a {
    color: #fff
}

#mainNav .navbar-nav .nav-item {
    transition: background .3s ease-in-out
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: none;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent
}

@media(min-width: 992px) {
    #mainNav {
        padding-top: 20px;
        padding-bottom: 20px;
        transition: background .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s;
        letter-spacing: 1px;
        border-bottom: none;
        background: transparent
    }
    #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #224f80;
    }
    #mainNav .nav-link.active {
        border-bottom: 2px solid #D9D9D9;
    }
    #mainNav .nav-link.active:hover {
        color: #fff
    }
}
.products .item {
    width: 200px;
}
.products .item .img {
    position: relative;
    
}

.products .item .img img {
    width: 630px;
    height: 425px;
    transition: all 0.1s;
    border-radius: 0.5rem;
    
}

.products .item .img .img02 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
}

.products .item .img:hover .img02 {
    opacity: 1;
    
}

.products .item .img:hover .img01 {
    opacity: 0;
    
}

.products .item-color .img .i {
    position: relative;
    z-index: 1;
}

.products .item-color .img .i:nth-child(n+2) {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
}

.products .item-color .img .i.active {
    z-index: 2;
    opacity: 1;
}

.color {
    width: fit-content;
}

.pointer {
    cursor: help;
    margin-top: 4%;
    margin-bottom: 4%;
}

#shadow{
    box-shadow: 19px 8px 8px 3px rgba(0,0,0,0.63);
    -webkit-box-shadow: 19px 8px 8px 3px rgba(0,0,0,0.63);
    -moz-box-shadow: 19px 8px 8px 3px rgba(0,0,0,0.63);
}

.alignselfend {
    align-self: flex-end;
}

.img-flotante {
    display: none;
}
@media (max-width: 1366px) {
    .products .item .img img {
        width: 600px;
        height: 425px;
        transition: all 0.3s;
        border-radius: 0.5rem;
    }
    .none {
        display: none;
    }
    .make-margin {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .img-monta {
        width: 500px;
    }
    #btn-margin {
        
        border-radius: 3rem;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (max-width: 992px) {
    .none {
        display: none;
    }
    .make-margin {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .img-monta {
        width: 600px;
    }
    #btn-margin {
        border-radius: 3rem;
    }
    .img-flotante {
        position: fixed;
        top: 60px;
        right: 5px;
        transition: all 500ms ease 0ms;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        z-index: 99;
    }
    
    .img-flotante:hover {
        background-color: #075084;
        /* Color de fondo al pasar el cursor */
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    }
    .products .item .img img {
        width: 495px;
        height: 355px;
        transition: all 0.3s;
        border-radius: 0.5rem;
    }
    .products .item .img iframe {
        width: 495px;
        height: 355px;
        transition: all 0.3s;
        border-radius: 0.5rem;
    }
    .anime {
        animation-name: none;
    }
    .alignselfend {
        align-self: center;
    }
    .mision-txt{
        font-size: 20px;
    }
}


/* // Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {
    .none {
        display: none;
    }
    .make-margin {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .img-monta {
        width: 300px;
    }
    #btn-margin {
       
        border-radius: 3rem;
    }
    .products .item .img img {
        width: 255px;
        height: 155px;
        transition: all 0.3s;
        border-radius: 0.5rem;
    }
    .products .item .img iframe {
        width: 255px;
        height: 155px;
        transition: all 0.3s;
        border-radius: 0.5rem;
    }
}


/* //Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) {
    .none {
        display: none;
    }
    .make-margin {
        padding-top: 100px;
        padding-bottom: 100px
    }
    #btn-margin {
      
        border-radius: 3rem;
    }
}