@charset "utf-8";
@import url("../css/variables.css");
@import url("../css/columnas.css");
@import url("../css/portada-movimiento.css");
@import url("../css/contacto.css");
@import url("../css/header.css");
@import url("../iconos-web/iconos-web.css");

body {
    font-family: var(--fuente-textos);
    background: #eaeaea;
    min-height: 100vh;
    color: var(--color4);
    font-size: 13pt;
    line-height: 140%;
}
.center, .left, .right {
    text-align: center;
}
h1 {
    font-size: 24pt;
}

h2 {
    font-size: 18pt;
}
h3 {
    font-size: 14pt;
}
h4 {
    font-size: 11pt;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 9px;
}
ul {
    text-align: left;
    padding: 10px 2em;
}
.subtitulos {
    margin-bottom: 15px;
}
.contenedor, .contenedor_header, .contenedor-footer {
    width: var(--ancho);
    max-width: var(--ancho-max);
    margin: 10px auto;
    padding: 10px;
}
.contenedor, .contenedor_header {
    background: var(--color6);
}

#fotos-secciones {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#fotos-secciones h1 {
    top: 100px;
    color: var(--color6);
    position: absolute;
    padding: 10px 25px;
    text-shadow: 0px 5px 5px #383838;
    letter-spacing: 2px;
    background: var(--color2);    
}

#fotos-secciones img {
    min-height: 300px;
    margin-left: -80%;
}

.item-columnas-sistemas {
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.2);
    margin-bottom: 10px;
}

.item-columnas-sistemas h1 {
    top: 90px;
    color: var(--color6);
    position: absolute;
    padding: 1em;
    text-shadow: 0px 5px 5px #383838;
}

.item-columnas-sistemas .icono {
    width: 70px;
    height: 70px;
    margin: 2em;
    padding: 10px;
    background: var(--color2);
    color: var(--color5);
    position: absolute;
    border-radius: 10px;
}

.icono img {
    width: 100%;
    height: 100%;
    z-index: 999;
}

.contenedor h1 {
    margin-bottom: 15px;
}
footer {
    width: 100%;
    background: var(--color1);
    color: var(--color6);
    border-top: 4px solid var(--color2);
}

.item-footer h2 {
    color: var(--color6);
    margin-bottom: 15px;
}

.item-footer h3 {
    margin-bottom: 15px;
}

.item-columnas {
    padding: 0;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.2);
    margin-bottom: 10px;
    text-align: center;
}

.item {
    padding: 0;
    text-align: left;
    line-height: 160%;
}

.pie-paginas {
    font-size: 12px;
    background: var(--color8);
    text-align: center;
    padding: 7px;
}
.item-columnas img, .item-columnas-sistemas img, .item img {
    width: 100%;
    display: block;
    z-index: 0;
}

.item-columnas h2 {
    padding: 10px;
}

.logo {
    text-align: center;
    padding: 0;
}

.logo img {
    max-width: 200px;
}
.wsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 28px;
    cursor: pointer;
    color: var(--color6);
    background: var(--color7);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .5s;
    border: 2px solid var(--color6);
    z-index: 999;
}
.wsapp:hover {

    background: var(--color3);
}

/* DESDE */
@media (min-width: 768px) {
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}

.item-columnas {
    margin-right: 10px;
}

.item-columnas:last-child {
    margin-right: 0;
}

.contenedor_header, .contenedor-textos, .contenedor-footer {
    display: flex;
    align-content: center;
    align-items: center;
}
.contenedor-columnas {
    display: flex;
    flex-wrap: wrap;
}
.contenedor-columnas-sistemas {
    display: flex;
    flex-wrap: wrap;
}

.contenedor-columnas, .contenedor-columnas-sistemas, .contenedor-footer {
justify-content: space-between;
}

#fotos-secciones img {
width: 100%;
margin: 0 auto;
}
#fotos-secciones h1 {
    top: 200px;
}

.item-footer h2, .item-footer h3 {
    margin-bottom: 0;
}

.item img {
    padding-left: 20px;
}

}