/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    box-sizing: border-box;
    min-height: 100%;
    font-size: 62.5%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    font-family: 'Marvel', sans-serif;
}


/** Globales **/

.contenedor {
    width: 98%;
    margin: 0 auto;
}

@media only screen and (min-width: 480px) {
    .contenedor {
        width: 95%;
    }
}

@media only screen and (min-width: 768px) {
    .contenedor {
        width: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .contenedor {
        width: 90%;
        max-width: 1200px;
    }
}

h1,
h2,
h3 {
    margin: 0;
}

h1 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: rgb(0, 81, 167);
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 3.8rem;
    }
}

h2,
h3 {
    text-align: center;
    font-weight: 700;
}

h3 {
    font-family: 'Montserrat Alternates', sans-serif;
    color: #fff;
    font-size: 3rem;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Index */

.hero {
    height: 100vh;
    width: 100%;
    background-image: url(../img/robert-zunikoff-5gnLz583gCY-unsplash.jpg);
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-otros {
    height: 15rem;
    width: 100%;
    background-image: url(../img/robert-zunikoff-5gnLz583gCY-unsplash.jpg);
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 10px 21px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 21px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 21px -9px rgba(0, 0, 0, 0.75);
}

.contenedor-hero {
    text-align: center;
}

.contenedor-hero p {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    padding: 0.5rem;
    color: #000;
}

.boton {
    font-family: 'Roboto', sans-serif;
    background-color: rgb(0, 81, 167);
    padding: 1rem 5rem;
    display: inline-block;
    margin-top: 1rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.2rem;
    border-radius: .5rem;
    border: none;
}

.boton:hover {
    cursor: pointer;
    background-color: rgb(0, 50, 104);
}

.barra {
    background-color: rgb(192, 192, 192, .4);
    height: 150px;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

.imagen img {
    padding: 1rem;
    width: 35rem;
}

.barra nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

.barra nav a {
    color: white;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
}

.barra nav a:hover {
    color: #89201b;
}

@media only screen and (min-width: 768px) {
    .contenedor-hero p {
        font-size: 4rem;
    }
    .imagen img {
        padding: 2rem;
        width: 60rem;
    }
    .barra {
        padding: 0 20rem;
    }
    .barra nav a {
        font-size: 2.8rem;
        font-weight: bold;
    }
}


/* Redes sociales */

.redes-sociales {
    position: fixed;
    top: 26.5%;
    right: 0;
    z-index: 2000;
}

.redes-sociales ul {
    list-style: none;
}

.redes-sociales ul li a {
    display: inline-block;
    padding: 1rem 1rem;
    background-color: #89201B;
    text-decoration: none;
    transition: all 500ms ease;
    width: 4rem;
    height: 4rem;
}

.redes-sociales ul li a i {
    font-size: 2rem;
    color: #fff;
}

.redes-sociales ul li .icon-facebook {
    background: #3b5998;
    border-radius: 1rem 0 0 0;
}

.redes-sociales ul li .icon-twitter {
    background: #00abf0;
}

.redes-sociales ul li .icon-instagram {
    background: #D86345;
}

.redes-sociales ul li .icon-whatsapp {
    background: #6AC161;
}

.redes-sociales ul li .icon-contacto {
    background: #89201B;
    border-radius: 0 0 0 1rem;
}

.redes-sociales ul li a:hover {
    background-color: #000;
}


/** Main **/

.titulo-diferenciadores {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titulo-diferenciadores img {
    width: 80%;
    display: inline-block;
    text-align: center;
}

.titulo-diferenciadores p {
    font-size: 3rem;
    text-align: center;
    padding: 0 3rem;
}

.barra-div {
    width: 80%;
    margin: 0 10%;
    height: 0.5rem;
    background-color: rgb(0, 0, 0, 0.2);
    text-align: cenhter;
}

.op-activa {
    color: #89201B!important;
    border-bottom: 2px solid #89201B;
}

@media only screen and (min-width: 768px) {
    .titulo-diferenciadores {
        margin: 4rem 0;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }
    .titulo-diferenciadores img {
        width: 40%;
    }
}


/* Difererencias */

.diferenciadores {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.diferencias {
    margin: 2rem 0;
}

.diferencia {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    align-items: center;
    border: 1px solid rgb(0, 81, 167);
    border-radius: 1rem;
    margin: 1rem 1rem;
    transition: box-shadow 0.5s ease-in-out;
}

.diferencia:hover {
    -webkit-box-shadow: 0px 10px 26px 2px rgba(122, 122, 122, 1);
    -moz-box-shadow: 0px 10px 26px 2px rgba(122, 122, 122, 1);
    box-shadow: 0px 10px 26px 2px rgba(122, 122, 122, 1);
}

.diferencia h2 {
    align-items: center;
    font-size: 3.5rem;
}

.iconos {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgb(0, 81, 167);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 1rem;
    font-size: 3rem;
    color: #fff;
}

.diferencia p {
    font-size: 2.5rem;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .diferenciadores {
        margin-top: 6rem;
        margin-bottom: 10rem;
    }
    .diferencias {
        display: flex;
        justify-content: space-around;
        margin: 4rem 0;
    }
    .diferencia {
        flex: 1;
        margin: 0 1rem;
    }
}


/** Contadores **/

.parallax::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
}

div.contador {
    position: relative;
    height: auto;
}

div.contador::before {
    background-image: url(../img/FondoContador.png);
    content: ' ';
}

ul.resumen-acciones {
    position: relative;
    padding: 100px 0;
}

ul.resumen-acciones li {
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Marvel', sans-serif;
    font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
    ul.resumen-acciones li {
        width: 25%;
        font-size: 3rem;
    }
}

span.counter {
    color: #fff;
    font-size: 6rem;
    display: block;
    margin: 0 0 10px 0;
    font-family: 'Marvel', sans-serif;
}

@media only screen and (min-width: 768px) {
    span.counter {
        font-size: 10rem;
    }
}


/** Servicios **/

div.servicios-productos {
    height: auto;
    text-align: center;
    margin-top: 5rem;
}

.servicios {
    margin: 1rem auto;
    background-color: white;
    padding: 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 10px 21px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 21px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 21px -9px rgba(0, 0, 0, 0.75);
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}

.servicio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    border-radius: 1rem;
}

.servicio img {
    width: 40%;
    border-radius: 1rem;
    justify-self: center;
    padding: 0 1rem;
}

.derecha {
    padding: 2rem 2rem;
}

.derecha h2 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    color: rgb(0, 81, 167);
    text-transform: uppercase;
}

.derecha p {
    margin: 0;
    font-size: 2.3rem;
}

.derecha p span {
    color: rgb(0, 81, 167);
    padding-right: 0.5rem;
}

@media only screen and (min-width: 768px) {
    .servicios {
        grid-template-rows: 1fr 1fr 1fr;
    }
    .servicios {
        margin: 3rem auto;
        padding: 3rem;
    }
    .servicio {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
        padding: 2rem 0;
    }
    .derecha {
        padding: 0 4rem;
    }
    .derecha p {
        font-size: 2.8rem;
    }
}


/* Clientes */

.clientes {
    background-image: url(../img/Manos.png);
    height: auto;
    text-align: center;
    padding: 8rem 0;
}

.logo-cliente img {
    width: 10rem;
    height: 10rem;
}

.logo-svg img {
    width: 18rem;
    height: 18rem;
}

.imagenes-clientes {
    padding: 3rem 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: center;
}

.logo-cliente {
    padding: 2rem 2rem;
    align-self: center;
}


/** Footer **/

footer {
    width: 100%;
    height: auto;
    background-color: rgb(76, 140, 188, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: space-around;
}

.footer-imagen {
    flex: 50%;
    text-align: center;
    padding-top: 2rem;
}

.footer-contacto {
    flex: 50%;
    height: auto;
    padding: 3rem 0;
    text-align: center;
}

.footer-imagen img {
    width: 25rem;
    height: 5rem;
}

@media only screen and (min-width: 768px) {
    footer {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
    }
    .footer-imagen {
        flex: 50%;
        text-align: center;
        padding-top: 0;
    }
    .footer-contacto {
        flex: 50%;
        height: auto;
        padding: 3rem 0;
        text-align: center;
    }
    .footer-imagen img {
        width: 50rem;
        height: 10rem;
    }
}

.footer-contacto h2 {
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    padding-bottom: 1rem;
}

.footer-contacto p {
    margin: 0;
    color: #000;
    font-size: 2rem;
}

.footer-contacto a {
    text-decoration: none;
    color: #fff;
}

.footer-contacto p a {
    margin: 0;
    color: #000;
    font-size: 2rem;
}

.contacto-footer {
    text-align: center;
    padding-bottom: 2rem;
}

.contacto-footer a {
    display: inline-block;
    padding: 0 1rem;
}

.contacto-footer a i {
    font-size: 3rem;
    color: #0051A7;
}

.direccion {
    font-size: 1rem;
}


/* Legal */

.contenedor-legal {
    display: flex;
    height: calc( 100% - 60px);
}

.contenedor-plataformas {
    min-height: 100vh;
    max-width: 300px;
    /*width: 300px;*/
    width: 40%;
    background-color: rgb(76, 140, 188, 0.4);
    padding-top: 1rem;
}

.panel {
    margin: 1rem 0rem;
}

.plataformas a {
    color: #89201B;
    font-weight: 700;
    display: block;
    border-radius: 1rem;
    text-decoration: none;
    font-size: 2rem;
    padding: 1rem 1rem;
    transition: background-color .5s ease-in-out;
}

.panel h2 {
    font-family: 'Montserrat Alternates', sans-serif;
    color: #0051A7;
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
    margin: 0;
}

.plataformas {
    margin-top: 1rem;
}

.plataformas:hover a {
    background-color: #0051A7;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .panel {
        padding: 1rem;
        margin: 1rem;
    }
    .plataformas a {
        font-size: 3rem;
    }
    .panel h2 {
        font-size: 3rem;
    }
    .plataformas {
        margin-top: 3rem;
    }
}

.contenido-documentos {
    /*flex: 1;*/
    width: 60%;
    padding: 1rem;
    overflow: scroll;
    border: 1px solid #0051A7;
    border-radius: 0.5rem;
    margin: 0 1rem;
}

.contenido-documentos h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-top: 2rem;
}

.listado-documentos {
    background-color: #F2F2F2;
    max-width: 800px;
    width: 90%;
    margin: 2rem auto 0 auto;
    padding: 2rem;
    border: 1px solid #999;
}

.listado-documentos ul {
    padding: 0;
    list-style: none;
}

.listado-documentos ul li {
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
    padding-bottom: 1rem;
}

.listado-documentos ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.documento {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
}

.documento p {
    flex: 1;
    color: #0051A7;
}

.documento a {
    flex: 1;
}

.documento a i {
    color: #89201b;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .documento {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
        font-size: 3rem;
    }
}


/* Nosostros */

.quienes-somos {
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.principio {
    width: calc(100% - 4rem);
    margin: 1rem 0;
    padding: 0 2rem;
    text-align: center;
    align-self: flex-start;
}

.principio h2 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    color: rgb(0, 81, 167);
    text-transform: uppercase;
}

.principio img {
    width: 15rem;
    height: 18rem;
    padding: 2rem 0;
}

.principio p {
    font-size: 2.5rem;
    text-align: justify;
    margin: 0;
}

.valores span {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .quienes-somos {
        margin: 3rem auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
    }
    .principio {
        width: calc(50% - 4rem);
        margin: 2rem 0;
        padding: 0 2rem;
    }
}


/* Soporte */

.contacto {
    background-image: url("../img/Manos.png");
    background-attachment: fixed;
    max-width: 80%;
    margin-bottom: 2rem;
}

.datos-contacto {
    margin: 3rem auto;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.datos-contacto p {
    margin: 0;
}

.datos-contacto i {
    font-size: 1.6rem;
    color: #0051A7;
}

.contacto-phone-eMail span {
    font-weight: 700;
    font-size: 1.6rem;
    color: #0051A7;
    text-decoration: none;
    padding-left: .5rem;
}

.contacto-phone-eMail span a {
    text-decoration: none;
    color: #0051A7;
}

@media (min-width: 768px) {
    .datos-contacto {
        justify-content: space-evenly;
    }
    .contacto-phone-eMail {
        display: flex;
    }
    .email {
        padding-left: 2rem;
        border-left: 5px solid #89201B;
    }
    .phone {
        padding-right: 2rem;
    }
    .datos-contacto i {
        font-size: 3rem;
    }
    .contacto-phone-eMail span {
        font-size: 3rem;
        padding-left: 1rem;
    }
}

form {
    margin-top: 1rem;
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
}

@media (min-width: 768px) {
    form {
        max-width: 80rem;
        margin: 3rem auto;
    }
    .contenedor-campos {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .campo {
        flex: 0 0 calc(50% - 1rem);
    }
}

.campo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.campo input {
    flex: 1;
    height: 4rem;
    padding: 0 1rem;
    border: 1px solid #999;
    border-radius: 1rem;
}

.campo textarea {
    flex: 1;
    height: 40rem;
    padding: 0.5rem 1rem;
    border: 1px solid #999;
    border-radius: 1rem;
    min-height: 9rem;
    max-height: 18rem;
}

.campo select {
    flex: 1;
    height: 4rem;
    padding: 1rem 1rem;
    border: 1px solid #999;
    border-radius: 1rem;
}

.w-100 {
    flex: 0 0 100%
}

.enviar {
    display: flex;
    justify-content: flex-end;
}

.errores {
    background-color: rgb(238, 148, 166);
    max-width: 30%;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 1rem;
}

.errores p {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.errores p:before {
    content: 'x';
    color: #0051A7;
    margin-right: 0.5rem;
    font-weight: bold;
}

.correcto {
    background-color: rgb(179, 241, 117);
    max-width: 30%;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 1rem;
}

.correcto p {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}


/* Productos */

.titulo-productos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    position: relative;
    height: auto;
    padding-top: 1rem;
}

.titulo-productos::before {
    background-image: url(../img/tbel-abuseridze-9OpS7JDaTBw-unsplash.jpg);
    content: ' ';
    z-index: -1;
}

.titulo-productos img {
    width: 40%;
    display: inline-block;
    text-align: center;
}

.titulo-productos div {
    font-size: 3rem;
    text-align: center;
    padding: 0 1rem;
    color: #fff;
}

@media (min-width: 768px) {
    .titulo-productos {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 1.5rem;
        align-items: center;
    }
    .titulo-productos img {
        width: 20%;
    }
    .titulo-productos div {
        width: 50%;
        padding: 0 3rem;
    }
}

.plistantito-integracion {
    margin: 3rem 0;
}

.plistantito-integracion div p {
    font-size: 3rem;
    text-align: center;
    padding: 0 3rem;
}

.plistatito-elementos {
    margin: 0;
    width: 100%;
    padding: 1.5rem;
    position: relative;
    height: auto;
    display: inline-block;
    text-align: center;
}

.plistatito-elementos::before {
    background-image: url(../img/restaurante1.png);
    content: ' ';
    z-index: -1;
}

.cover img {
    width: 50%;
    height: 50%;
}

.funciones {
    align-items: center;
    margin: 3rem auto;
}

.h2-plistantito {
    color: #89201B;
    font-size: 3.5rem;
    font-weight: 700;
}


/* Productos funciones */

.opciones {
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.opciones-usuario {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.opciones-usuario h2 {
    text-align: left;
    margin: 0;
    font-size: 2.5rem;
}

.opcion {
    width: calc(50% - 1rem);
    display: flex;
    flex-direction: column;
    padding: 1rem;
    align-items: center;
    border: 1px solid #0051A7;
    border-radius: 1rem;
    margin: 1rem 0.5rem;
    transition: box-shadow 0.5s ease-in-out;
}

.opcion:hover {
    -webkit-box-shadow: 0px 10px 26px 2px rgba(122, 122, 122, 1);
    -moz-box-shadow: 0px 10px 26px 2px rgba(122, 122, 122, 1);
    box-shadow: 0px 10px 26px 2px rgba(122, 122, 122, 1);
}

@media (min-width: 768px) {
    .opciones-usuario {
        margin: 4rem 0;
    }
    .opcion {
        width: calc(25% - 1rem);
    }
}

.icono-opcion {
    width: 10rem;
    height: 10rem;
    padding: 1rem;
    border-radius: 50%;
    background-color: #89201B;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 1rem;
    font-size: 3rem;
    color: #fff;
}

.icono-opcion img {
    width: 5rem;
    height: 5rem;
}

.opcion p {
    font-size: 1.8rem;
    text-align: center;
    color: #000;
}


/** Porque PlisTantito **/

.porque-contenedor {
    margin-top: 2rem;
    position: relative;
    height: auto;
}

.porque-contenedor::before {
    background-image: url(../img/iconos/backwhy.jpg);
    content: ' ';
    z-index: -1;
}

.porque-atributos {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    padding: 2rem 0;
}

.atributo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.atributo-info {
    margin-top: 2rem;
}

.atributo img {
    width: 60%;
    align-self: center;
    height: 22.5rem;
    border-radius: 1rem;
}

.atributo div {
    width: 80%;
}

.atributo p {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 2rem;
    color: #C2C2C2;
    margin: 0;
    padding: 1rem 2rem 0 2rem;
    text-align: justify;
}

@media (min-width: 768px) {
    .porque-atributos {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
    .atributo {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        margin: 1rem 0;
    }
    .atributo img {
        width: 40rem;
        height: 30rem;
    }
    .atributo div {
        width: 60%;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}


/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}