* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Noto Serif Georgian', serif;
    background-color: rgb(255, 255, 255);
}

.about {
    padding: 100px 0;
}

.header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 100vh;
    animation: banner 10s infinite linear alternate;
}

.headerTrabaja {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-image: url("trabajaconnosotros.jpg");
}

.headerasesoria {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-image: url("asesoria.jpg");
}

.headerbackofice {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-image: url("backofice.jpg");
}

.headeradministrador {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-image: url("ADMINISTRADOR.jpg");
}

.headerconserjes {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-image: url("conserje.jpg");
}

.headerlimpieza {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-image: url("limpieza.jpg");
}

.headergestion {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-image: url("gestion.jpg");
}

.overlay {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Color semitransparente */
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #002e5d;
    z-index: 9999;
    padding: 10px;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    display: inline-block;
    margin-right: 10px;
}

.menu ul li a {
    color: #FFF;
    text-decoration: none;
}

.container2 {
    max-width: 19080px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.logo {
    padding-left: 150px;
    height: 60px;
    background-position: center;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: white;
    display: block;
    font-weight: 600;
}

.menu .navbar ul li a:hover {
    color: #00ff40;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

@keyframes banner {
    0%,
    20% {
        background-image: url("edificio1.jpg");
    }
    25%,
    45% {
        background-image: url("edificio2.jpg");
    }
    50%,
    70% {
        background-image: url("edificio3.jpg");
    }
    75%,
    100% {
        background-image: url("edificio4.jpg");
    }
}

.header-txt {
    padding-top: 100px;
    z-index: 1;
    width: 100%;
    max-width: 500vh;
    text-align: center;
    font-family: 'Noto Serif Georgian';
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    font-size: 28px;
    color: #0f0f0f;
    text-transform: uppercases;
    margin-bottom: 35px;
}

.header-txt h1 {
    color: #ffffff;
    font-size: 150px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-shadow: 3px 3px 0px rgb(14, 14, 14), 5px 5px 0px rgb(0, 0, 0);
}

.header-txt p {
    color: #fffefe;
    line-height: 1.7;
    font-size: 35px;
    margin-bottom: 30px;
    text-shadow: 3px 3px 0px rgb(0, 0, 0);
}

.aboutmvb {
    padding: 100px 0;
    background-color: #002e5d;
}

.aboutmvb1 {
    padding: 100px 0;
    background-color: #ffffff;
}

.aboutfinal {
    padding-top: 35px;
    background-color: #002e5d;
}

.aboutcontactos {
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 10px;
    background-color: #ffffff;
}

.contenarriba {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Montserrat', sans-serif !important;
}

.container-card {
    width: 100%;
    display: flex;
    max-width: 1100px;
    margin: auto;
}

.title-cards {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    color: #7a7a7a;
}

.card {
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    transition: all 400ms ease-out;
    cursor: default;
}

.card:hover {
    box-shadow: 5px 5px 20px rgb(0, 0, 0);
    transform: translateY(-3%);
}

.card img {
    width: 100%;
    height: 210px;
}

.card .contenido-card {
    padding: 15px;
    text-align: center;
}

.card .contenido-card h3 {
    margin-bottom: 15px;
    color: #7a7a7a;
}

.card .contenido-card p {
    line-height: 1.8;
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 5px;
}

.card .contenido-card a {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #2fb4cc;
    border: 1px solid #2fb4cc;
    border-radius: 4px;
    transition: all 400ms ease;
    margin-bottom: 5px;
}

.card .contenido-card a:hover {
    background: #2fb4cc;
    color: #fff;
}

.texth3 {
    color: #000000!important;
}

.about-content {
    display: flex;
}

.about-content1 {
    padding-left: 10% !important;
    padding-top: 30px;
}

.about-3 {
    width: 100%;
}

.servis {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.letrat {
    font-size: 70px;
}

.letras {
    font-size: 25px;
    line-height: 1.5em;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.colorletr {
    color: #ffffff !important;
    text-shadow: 3px 3px 0px rgb(14, 14, 14), 5px 5px 0px rgb(0, 0, 0) !important;
}

.colorletr2 {
    color: #ffffff !important;
}

.card1 {
    width: 55%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 10px rgb(0, 0, 0);
    transition: all 400ms ease-out;
    cursor: default;
}

.card1:hover {
    box-shadow: 5px 5px 20px rgb(0, 0, 0);
    transform: translateY(-3%);
}

.conten-cc {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 18px;
    line-height: 1.5em;
}

.imagen-port {
    width: auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.imagen-port>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tituloser {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    color: #000000!important;
    letter-spacing: 1px;
    line-height: 1.8em;
    text-align: center;
}

.tituloser2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 29px;
    color: #000000!important;
    letter-spacing: 1px;
    line-height: 1.8em;
    text-align: center;
}

.textvalo {
    line-height: 26px;
    text-align: left;
    padding-left: 85px;
}

.conten-cc2 {
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.5em;
}

ul.dotted-list {
    list-style-type: none;
    padding-left: 20px;
}

ul.dotted-list li:before {
    content: "\2022";
    color: #ffffff;
    display: inline-block;
    width: 10px;
    margin-left: -20px;
}

.ico-fondo {
    width: 26px;
    height: 26px;
    object-fit: cover;
}

.centradopart {
    text-align: center;
}

.about1 {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.about2 {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
    line-height: 1.8em;
}

.about3 {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
    line-height: 1.8em;
}

.about4 {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
    line-height: 1.8em;
}

.container-card2 {
    width: 100%;
    display: flex;
    max-width: 550px;
    margin: auto;
}

.container-card3 {
    width: 100%;
    display: flex;
    max-width: 700px;
    margin: auto;
    margin-top: 5px;
}

.whatsapp-icon {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 50px;
    margin-left: 10px;
}

.whatsapp-icon i {
    font-size: 30px;
    margin-right: 10px;
}

.whatsapp-icon:hover {
    background-color: #128C7E;
}

.whatsapp-text {
    display: inline-block;
    vertical-align: middle;
}

.rectangulo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #002e5d;
    border-radius: 5px;
    padding-left: 100px;
    padding-right: 100px;
}

.texto {
    flex-grow: 1;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
}

.boton {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 50px;
}

.boton:hover {
    background-color: #ffffff;
    color: #000000;
}

.colorletraabajo {
    color: #ffffff;
}

.colorletraabajo:hover {
    color: #00ff40;
}

.coloredificio {
    color: #006eff;
    font-size: 25px;
}

.coloredificio:hover {
    color: #0059ff;
}

.tituloarriba {
    margin-bottom: 15px;
}

.numerocolorlet {
    font-size: 20px;
}

.correo {
    font-size: 15px;
    margin-left: 25px;
    color: white;
}

.correo:hover {
    color: #00ff40;
}

.correo2 {
    color: rgb(0, 0, 0);
}

.correo2:hover {
    color: #006eff;
}

.redesacomdar {
    margin-top: 100px;
}

.icon-container {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-left: 77px;
}

.icon-container img {
    margin-right: 5px;
}

.rectanguloarriba {
    display: flex;
    align-items: center;
    width: 20%;
    height: 50px;
    background-color: #002e5d;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.rectangulo2 {
    width: 200px;
    height: 70px;
    background-image: linear-gradient(to bottom, #0d3c66, #2e567c);
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    transition: all 400ms ease-out;
    cursor: default;
    border-radius: 40px;
}

.rectangulo2:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 20px rgb(0, 0, 0);
}

.contenedorletra2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: 32%;
    margin-top: 50px;
}

.contenedorletra {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.square {
    width: 800px;
    height: 500px;
    background-color: #ccc;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2%;
}

.content {
    text-align: center;
    padding: 20px;
}

.back-button {
    position: absolute;
    top: 15px;
    left: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    padding: 10px;
    border-radius: 5px;
}

.back-button:hover {
    color: black;
    background-color: white;
}

.trabajoletra {
    font-size: 50px;
    color: black;
    line-height: 1.5em;
}

.trabajoletra2 {
    font-family: "Arial", sans-serif;
    line-height: 1.5em;
    letter-spacing: 8px;
}

ul.dotted-list2 {
    list-style-type: none;
    padding-left: 20px;
}

ul.dotted-list2 li:before {
    content: "\2022";
    color: #000000;
    display: inline-block;
    width: 10px;
}

.texto-izquierda {
    text-align: left;
    line-height: 1.5em;
    font-size: 18px;
    margin-left: 15px;
    font-family: "Arial", sans-serif;
}

.texto-top2 {
    margin-top: 10px;
}

.trabajoletra3 {
    font-family: "Arial", sans-serif;
    line-height: 1.5em;
    letter-spacing: 10px;
}

.square2 {
    width: 850px;
    height: 600px;
    background-color: #ccc;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2%;
}

.contenedorletra3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: 28%;
    margin-top: 50px;
}

.trabajoletraabajo {
    font-family: "Arial", sans-serif;
    line-height: 1.5em;
    letter-spacing: 5px;
    margin-left: 15px;
}

.clock-container {
    display: flex;
    align-items: center;
}

.clock-icon {
    font-size: 45px;
    margin-left: 250px;
}

.clock-icon2 {
    font-size: 45px;
    margin-left: 260px;
}

.clock-icon3 {
    font-size: 45px;
    margin-left: 150px;
}

.clocl-cabeza {
    margin-top: 30px;
}

.square3 {
    width: 900px;
    height: 750px;
    background-color: #ccc;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2%;
}

.square4 {
    width: 1100px;
    height: 800px;
    background-color: #ccc;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2%;
}

.contenedorletra4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: 24%;
    margin-top: 50px;
}


/*retoques*/

.about-content2 {
    padding-top: 30px;
}

.moverimagen {
    height: 30vh;
}