body {
    padding: 0;
    margin: 0;
    background-color: #ff4500;
}

a {
    color: #000000;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a {
    color: #222222;
    text-decoration: none;
}

.info-barra {
    background-color: orangered;
    /* border-radius: 150px; */
}

.info-barra a {
    width: 100%;
    background-color: orangered;
    color: white;
    font-size: 25px;
    /* height: auto; */
}


.info_text {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    padding: 0px 20px;
    /* white-space: pre-line; */

}

.info_text a:hover {
    color: #000000;
}

.slider-text {
    background-color: orangered;
    opacity: 0.8;
    color: #ffffff;
}

.slider-text h5 {
    font-size: 50px;
    font-style: italic;
}

.slider-text p {
    font-size: 16px;
}

.img-about {

    width: 96%;
    max-width: 960px;
    margin: 0 auto;
}

.img-about img {
    width: 100%;
    height: auto;
}

.img-card {
    width: 250px;
    height: 250px;
}

.read_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    background-color: #fe5b29;
    font-weight: bold;
    padding: 10px;

}

.read_bt button {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    background-color: #fe5b29;
    font-weight: bold;
    padding: 10px;

}

.read_bt button:hover {
    color: #fefefd;
    background-color: #363636;
}

.read_bt a:hover {
    color: #fefefd;
    background-color: #363636;
}


.product-text {
    color: #fe5b29;
    font-size: 25px
}

.slider {
    width: 75vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: calc(200px * 14);
}

.slider .slide {
    width: 200px;
}

.slider .slide img {
    width: 100%;
}


/* CONTACT */
h1 {
    font-family: 'Poppins', sans-serif, 'arial';
    font-weight: 600;
    font-size: 72px;
    color: white;
    text-align: center;
}

h4 {
    font-family: 'Roboto', sans-serif, 'arial';
    font-weight: 400;
    font-size: 20px;
    color: #9b9b9b;
    line-height: 1.5;
}

/* ///// inputs /////*/

input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .styled-input {
        width: 100%;
    }
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide {
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #2d2d2d;
    color: white;
    border-radius: 4px;
}

input:focus,
textarea:focus {
    outline: 0;
}

input:focus~span,
textarea:focus~span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {

    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06),
        0 2px 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10),
        0 1px 1px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width: 100%;
        float: none;
        text-align: center;
    }
}

input[type=checkbox]+label {
    color: #ccc;
    font-style: italic;
}

input[type=checkbox]:checked+label {
    color: #f00;
    font-style: normal;
}

/* END CONTACT */

/* FOOTER */

footer {
    width: 100%;
    padding: 50px 0px;
    background-image: url(../assets/background-footer.svg);
    background-size: cover;

}

.container__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
}

.box__footer {
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.box__footer .logo img {
    width: 300px;
}

.box__footer .terms {
    max-width: 350px;
    margin-top: 20px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
}

.box__footer h2 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
}

.box__footer a {
    margin-top: 10px;
    color: #ffffff;
    font-weight: 600;
}

.box__footer a:hover {
    opacity: 0.8;
}

.box__footer a .fab {
    font-size: 20px;
}

.box__copyright {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
}

.box__copyright p {
    margin-top: 20px;
    color: #ffffff;
}

.box__copyright hr {
    border: none;
    height: 1px;
    background-color: #ffffff;
}

.box-texto {
    align-items: center;
}

.texto-cliente {
    color: #fe5b29;
    font-size: 55px;
    font-style: oblique;
}

.productos {
    border-radius: 5%;
    box-shadow: inset;
}


.text1 {
    padding: 2.5%;
    padding-top: 5%;
    color: #fe5b29;
    font-weight: bold;
}

.text2 {
    padding: 2.5%;
    padding-bottom: 5%;
    color: #999;
    /* font-weight: bold; */
}

.text3 {
    padding-bottom: 5%;
    padding-left: 2.5%;
    color: #000;
    font-size: 20px;
    /* font-weight: bold; */
}

.text3 ul {
    padding-top: 0%;
    padding-bottom: 5%;
    padding-left: 2.5%;
    color: #000;
    font-size: 20px;
    /* font-weight: bold; */
}

.row .btn-info {
    padding-top: 5%;
    padding-bottom: 5%;
    width: 300px;
    height: auto;
    text-align: center;
}

.btn-info button {
    border-radius: 25rem;
    font-size: 35px;
}

.btn-info a {
    border-radius: 25rem;
    font-size: 35px;
}

.img-info img {
    width: 750px;
    height: 600px;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-200px * 7));
        transform: translateX(calc(-200px * 7));
    }
}

@media only screen and (max-width: 400px) {
    .info_text {
        width: 100%;
        color: #ffffff;
        font-size: 16px;
        padding: 0px 20px;
        white-space: pre-line;
        border-radius: 75px;
    }

    .info_text a:hover {
        color: #000000;
    }

}



