* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'PT Sans Caption', sans-serif;
}
header {
    width: 100%;
    height: 10px;
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 100;
}
main {
    /*background: url(../img/fondo.png);*/
    margin-top: 130px;
    width: 100%;
}
.covid {
    margin-bottom: 0px;
}
.pleca {
    justify-content: center;
    display: flex;
    background: #623EED;
    font-size: 10px;
    padding: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
}
.pleca h1 {
    max-width: 1050px;
}
.container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    /* padding: 60px 0;*/
}
.services {
    width: 100%;
    padding-bottom: 30px;
}
.services2 {
    background: #1c2130;
    width: 100%;
    padding: 50px;
}
.titulo {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}
.service-cont {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.service-cont2 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: white;
    padding-bottom: 40px;
}
.service-ind {
    text-align: center;
    width: 28%;
}
.service-ind img {
    width: 50%;
}
.service-ind h3 {
    color: #2c6097;
    font-size: 26px;
    padding-bottom: 10px;
}
.service-ind p {
    /* font-weight: 300;*/
    font-size: 15px;
    font-weight: 600;
    /*text-align: justify;*/
}
.service-ind .p2 {
    color: #012ba3;
    margin: 20px;
}
.steps h1 {
    font-size: 30px;
}
.steps h2 {
    color: white;
    font-size: 20px;
}
.steps h3 {
    font-weight: 100;
    font-size: 13px;
}
.contenedor {
    width: 100%;
    margin: auto;
}
.logo {
    float: left;
    margin-left: 85px;
    width: 400px;
    margin-top: 10px;
}
header .contenedor {
    display: table;
    background: #fff;
}
section {
    width: 100%;
    margin-bottom: 25px;
}
.textos .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -20px;
}
.banner {
    margin-top: 0px;
}
.comercial {
    text-align: center;
}
.marcas img {
    width: 100%;
}
.marcas h1 {
    font-size: 40px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
.direccion .contenedor {
    display: flex;
    flex-wrap: wrap;
    /*  justify-content: space-between;*/
    padding-bottom: 25px;
    width: 90%;
    padding: 20px;
}
.direccion iframe {
    margin-top: 0px;
    margin-left: 84px;
    max-height: 300px;
    min-width: 500px;
    border-radius: 30px;
}
.visitanos {
    max-width: 400px;
    margin-left: 650px;
    margin-top: -190px;
}
footer {
    background: #1c2130;
    color: #fff;
    width: 100%;
}
footer .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 25px;
    width: 90%;
    padding: 20px;
}
label {
    color: #000;
}
.row label {
    font-size: 13px;
    margin-left: 5px;
    color: #fff;
}
.row1 label {
    font-size: 13px;
    margin-left: 5px;
    color: #fff;
}
.info {
    /*max-width: 300px;*/
}
.info p {
    font-size: 11px;
    color: #fff;
    margin-top: 10px;
    max-width: 286px;
}
.row {
    margin-top: 20px;
    /*display: flex;*/
}
.row img {
    width: 13px;
    height: 13px;
}
.row1 img {
    margin-top: 10px;
    width: 14px;
    height: 17px;
}
.copy {
    max-width: 400px;
    color: #C7C7C7;
    margin-top: 98px;
    font-size: 9px;
}
.sociales {
    /*max-width: 400px;*/
    margin-top: 50px;
}
.sociales img {
    margin: 6px;
    width: 50px;
    height: 50px;
}
#scrollUp {
    bottom: 20px;
    right: 32px;
    background: url('../img/iconos/arriba2.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    top: 526px;
    /*color: #fff;*/
}
@media (min-width: 1600px) {
    .direccion iframe {
        margin-left: 350px;
        min-height: 350px;
        min-width: 550px;
    }
    .pleca {
        font-size: 12px;
    }
    .pleca h1 {
        max-width: 1400px;
    }
    .visitanos {
        margin-left: 110px;
        margin-top: 80px;
    }
}
@media (max-width: 1280px) {
    footer .contenedor {
        flex-wrap: wrap;
    }
}
@media (max-width: 1024px) {
    header {
        position: fixed;
    }
    main {
        margin-top: 145px;
    }
    .titulo {
        font-size: 35px;
    }
    .direccion iframe {
        margin-left: 50px;
        min-width: 360px;
        min-height: 225px;
        margin-top: -15px;
    }
    .pleca {
        font-size: 7px;
    }
    .pleca h1 {
        max-width: 800px;
    }
    .visitanos {
        margin-left: 500px;
        margin-top: -240px;
    }
    #scrollUp {
        top: 1190px;
    }
}
@media (max-width: 768px) {
    main {
        margin-top: 135px;
    }
    .titulo {
        font-size: 30px;
    }
    .steps h1 {
        font-size: 20px;
    }
    .steps h2 {
        font-size: 17px;
    }
    .steps h3 {
        font-size: 10px;
    }
    .copy {
        margin-top: 188px;
    }
    .sociales {
        margin-top: 30px;
    }
    .direccion iframe {
        margin-top: -18px;
        margin-left: 30px;
        max-width: 308px;
        min-width: 308px;
        max-height: 250px;
    }
    .visitanos {
        margin-left: 370px;
        margin-top: -200px;
        font-size: 14px;
    }
    #scrollUp {
        top: 857px;
    }
}
@media (min-width: 500px) {
    .logo2 {
        display: none;
    }
}
@media (max-width: 480px) {
    main {
        margin-top: 115px;
    }
    .logo {
        float: left;
        margin-left: 16px;
        width: 287px;
        margin-top: 25px;
    }
    .logo2 {
        width: 130px;
        margin-left: 34%;
    }
    .titulo {
        font-size: 21px;
        margin-top: 0px;
    }
    .services2 {
        padding: 30px;
    }
    .service-cont {
        flex-wrap: wrap;
    }
    .service-ind {
        width: 63%;
        margin-left: 60px;
    }
    .service-ind h3 {
        font-size: 23px;
    }
    .service-cont2 {
        flex-wrap: wrap;
    }
    .steps h1 {
        padding-bottom: 50px;
        text-align: center;
    }
    .steps h2 {
        padding-bottom: 5px;
    }
    .steps h3 {
        font-size: 11px;
        padding-bottom: 17px;
    }
    .copy {
        margin-top: 80px;
        margin-left: 82px;
    }
    .sociales {
        margin-top: -82px;
        margin-left: 44px;
    }
    .info {
        display: none;
    }
    .direccion iframe {
        margin-top: 123px;
        margin-left: -11px;
        max-width: 320px;
        max-height: 206px;
    }
    .pleca {
        font-size: 6px;
    }
    .visitanos {
        margin-left: 15px;
        margin-top: -440px;
    }
    .visitanos h1 {
        margin-left: 68px;
        font-size: 25px;
        margin-top: 22px;
    }
    .visitanos p {
        font-size: 15px;
        padding: 10px;
        max-width: 279px;
        margin-left: 0px;
        text-align: center;
    }
    #scrollUp {
        top: 655px;
    }
}