@charset "UTF-8";

/*---- NUMBER OF SLIDE CONFIGURATION ----*/

body {
    overflow-x: hidden;
}

.wrapper {
    max-width: 100%;
    margin: 1em auto;
    position: relative;
    height: 100%;
}

input {
    display: none;
}

.inner {
    width: 600%;
    line-height: 0;
}

article {
    width: 16.65%;
    float: left;
}

article img {
    width: 100%;
}


/*---- SET UP CONTROL ----*/

.slider-prev-next-control {
    height: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.7;
}

.slider-prev-next-control label:hover {
    opacity: 1;
}

.slider-dot-control {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-dot-control label:hover {
    background: #ccc;
    border-color: #777;
}


/* Info Box */

.info {
    position: absolute;
    font-style: italic;
    line-height: 20px;
    opacity: 0;
    color: #000;
    text-align: left;
    -webkit-transition: all 1000ms ease-out 600ms;
    -moz-transition: all 1000ms ease-out 600ms;
    transition: all 1000ms ease-out 600ms;
    width: 100%;
}

.info h3 {
    color: #fcfff4;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 1.5em;
    font-style: normal;
}

.info.top-left {
    top: 30px;
    left: 30px;
}

.info.top-right {
    top: 30px;
    right: 30px;
}

.info.bottom-left {
    bottom: 30px;
    left: 30px;
}

.info.bottom-right {
    bottom: 30px;
    right: 30px;
}


/* Slider Styling */

.slider-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    background: transparent;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.slider-wrapper .inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}


/*---- SET POSITION FOR SLIDE ----*/

#slide1:checked~.slider-prev-next-control label:nth-child(6)::after,
#slide6:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide2:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide6:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(6)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide1:checked~.slider-prev-next-control label:nth-child(2)::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0;
    line-height: 38px;
    font-size: 5em;
    display: block;
    color: #777;
}

#slide6:checked~.slider-prev-next-control label:nth-child(1)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(6)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide2:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide1:checked~.slider-prev-next-control label:nth-child(2)::after {
    content: "";
    padding-left: 8px;
}

#slide6:checked~.slider-prev-next-control label:nth-child(1),
#slide5:checked~.slider-prev-next-control label:nth-child(6),
#slide4:checked~.slider-prev-next-control label:nth-child(5),
#slide3:checked~.slider-prev-next-control label:nth-child(4),
#slide2:checked~.slider-prev-next-control label:nth-child(3),
#slide1:checked~.slider-prev-next-control label:nth-child(2) {
    display: block;
    float: right;
    margin-right: 5px;
}

#slide1:checked~.slider-prev-next-control label:nth-child(6),
#slide6:checked~.slider-prev-next-control label:nth-child(5),
#slide5:checked~.slider-prev-next-control label:nth-child(4),
#slide4:checked~.slider-prev-next-control label:nth-child(3),
#slide3:checked~.slider-prev-next-control label:nth-child(2),
#slide2:checked~.slider-prev-next-control label:nth-child(1) {
    display: block;
    float: left;
    margin-left: 5px;
}

#slide1:checked~.slider-prev-next-control label:nth-child(6)::after,
#slide6:checked~.slider-prev-next-control label:nth-child(5)::after,
#slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
#slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
#slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
#slide2:checked~.slider-prev-next-control label:nth-child(1)::after {
    content: "";
    padding-left: 8px;
}

#slide6:checked~.slider-dot-control label:nth-child(6),
#slide5:checked~.slider-dot-control label:nth-child(5),
#slide4:checked~.slider-dot-control label:nth-child(4),
#slide3:checked~.slider-dot-control label:nth-child(3),
#slide2:checked~.slider-dot-control label:nth-child(2),
#slide1:checked~.slider-dot-control label:nth-child(1) {
    background: #333;
}

#slide6:checked~.slider-wrapper article:nth-child(6) .info,
#slide5:checked~.slider-wrapper article:nth-child(5) .info,
#slide4:checked~.slider-wrapper article:nth-child(4) .info,
#slide3:checked~.slider-wrapper article:nth-child(3) .info,
#slide2:checked~.slider-wrapper article:nth-child(2) .info,
#slide1:checked~.slider-wrapper article:nth-child(1) .info {
    opacity: 1;
}

#slide1:checked~.slider-wrapper .inner {
    margin-left: 0%;
}

#slide2:checked~.slider-wrapper .inner {
    margin-left: -100%;
}

#slide3:checked~.slider-wrapper .inner {
    margin-left: -200%;
}

#slide4:checked~.slider-wrapper .inner {
    margin-left: -300%;
}

#slide5:checked~.slider-wrapper .inner {
    margin-left: -400%;
}

#slide6:checked~.slider-wrapper .inner {
    margin-left: -500%;
}


/*---- TABLET ----*/

@media only screen and (max-width: 850px) and (min-width: 450px) {
    .slider-wrapper {
        border-radius: 0;
    }
}


/*---- MOBILE----*/

@media only screen and (max-width: 450px) {
    .slider-wrapper {
        border-radius: 0;
    }
    .slider-wrapper .info {
        opacity: 0;
    }
}

.head {
    text-align: center;
}

#mainNav {
    font-family: 'Armata', sans-serif;
    margin-bottom: 0;
    background-color: #E6E6E6
}

#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: black;
}

#mainNav .navbar-brand {
    font-weight: 700
}

#mainNav .a {
    color: black
}

#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: #E6E6E6;
    }
    #mainNav .nav-link.active {
        border-bottom: 2px solid #6B9DD6;
    }
    #mainNav .nav-link.active:hover {
        color: black
    }
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 750px;
}

.footer-section {
    color: #fff;
    background-color: #075084;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px
}

.img-back {
    background: url(../../img/BORDEFOTOS.png);
    background-size: cover;
    width: 425px;
}

.container2 {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.70rem);
    padding-left: var(--bs-gutter-x, 0.70rem);
    margin-right: auto;
    margin-left: auto
}

.servicios-margin {
    padding-top: 100px;
    padding-bottom: 100px
}

.head-margin {
    padding-top: 65px;
    padding-bottom: 65px
}

.text-color {
    color: #6B9DD6;
}

.home-o {
    background: url(../../img/o1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 980px;
    background-position-y: -415px;
}

.logos {
    height: 143px;
    width: auto;
}

.list {
    margin: 1%;
    list-style-position: outside;
    color: #214F80;
}

.img-cliente {
    height: 100px;
    width: 500px;
}

.img-cliente2 {
    height: 100px;
    width: 100px;
}

.mastheadpys {
    display: table;
    width: 100%;
    height: auto;
    padding: 160px 0;
    color: #fff;
    background-color: #000;
}

.mastheadpys .intro-body {
    display: table-cell;
    vertical-align: middle
}

.mastheadpys .intro-body .brand-heading {
    font-size: 50px
}

.mastheadpys .intro-body .intro-text {
    font-size: 18px
}

@media (max-width: 1370px) {
    .mastheadpys {
        display: table;
        width: 100%;
        height: auto;
        padding: 10px 0;
        color: #fff;
        background-color: #000;
    }
}

@media (max-width: 1201px) {
    .mastheadpys {
        display: table;
        width: 100%;
        height: auto;
        padding: 10px 0;
        color: #fff;
        background-color: #000;
    }
}

@media (max-width: 1024px) {
    .mastheadpys {
        display: table;
        width: 100%;
        height: auto;
        padding: 0px 0;
        color: #fff;
        background-color: #000;
    }
}

@media (max-width: 768px) {
    .mastheadpys {
        display: table;
        width: 100%;
        height: auto;
        padding: 0px 0;
        color: #fff;
        background-color: #000;
        background-size: cover
    }
    .img-back {
        width: 225px;
    }
    .slider-wrapper {
        width: 90%;
        margin: auto;
    }
    .slider-prev-next-control {
        top: 34%;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 30%;
    }
    #slide1:checked~.slider-prev-next-control label:nth-child(6)::after,
    #slide6:checked~.slider-prev-next-control label:nth-child(5)::after,
    #slide5:checked~.slider-prev-next-control label:nth-child(4)::after,
    #slide4:checked~.slider-prev-next-control label:nth-child(3)::after,
    #slide3:checked~.slider-prev-next-control label:nth-child(2)::after,
    #slide2:checked~.slider-prev-next-control label:nth-child(1)::after {
        content: "";
    }
    .carousel {
        margin-top: 25px;
    }
    .slider .slide {
        height: 70px;
        width: 250px;
    }
    .img-cliente {
        height: 50px;
        width: 200px;
    }
    .img-cliente2 {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 480px) {
    .mastheadpys {
        display: table;
        width: 100%;
        height: auto;
        padding: 0px 0;
        color: #fff;
        background-color: #000;
        background-size: cover
    }
}

@media (max-width: 320px) {
    .mastheadpys {
        display: table;
        width: 100%;
        height: auto;
        padding: 0px 0;
        color: #fff;
        background-color: #000;
        background-size: cover
    }
}