:root {
    --naranja: #FF8500;
    --gris: #4b4b4b;
    --texto: #4b4b4d;
}

.h50 {
    width: 100%;
    height: 50px;
}

.h100 {
    width: 100%;
    height: 100px;
}

.h150 {
    width: 100%;
    height: 150px;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    /* transition: all 300ms ease-in-out; */
    /* border: solid 1px greenyellow; */
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

section {
    width: 100%;
    padding-top: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(233, 233, 233, 0.5) 100%);
    overflow: hidden;
}

article {
    position: relative;
    width: 80%;
    font-size: 16px;
    margin: auto;
    /* border: solid 1px greenyellow; */
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
p {
    text-align: center;
    color: white;
    margin: 15px;
}

h1 {
    text-align: center;
}

h2 {
    padding: 0;
}

h3 {
    font-size: 1.3rem;
}

i {
    color: var(--blanco);
}

.fila {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.columna {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header {
    width: 100%;
}

header .container {
    width: 100% !important;
    max-width: 100% !important;
    height: 100px;
    padding: 10px 0;
}

header .txt,
header .logo {
    width: 50%;
    height: 100%;
}

.head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1009;
    background-color: rgba(239, 239, 239, 0.7);
}

.logo img {
    height: 100%;
    transform: translateX(-50PX);
}

.txt img {
    height: 60%;
}

.head_sc img {
    transform: scale(0.8);
}

/* ??? */
.hero {
    background-image: url(img/hero2.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 0;
    justify-content: flex-end;
}

.hero article {
    width: 100%;
    height: calc(100vh - 100px);
    margin: 0;
}

.hero article .container {
    height: 60%;
    min-height: 350px;
    padding-top: 30px;
}

.contnav {
    align-items: flex-end;
    margin-right: 50px;
    height: 100%;
}

.navi {
    background-color: rgba(0, 0, 0, 0.5);
    width: 410px;
    height: 100%;
}

.navi ul {
    align-items: flex-start;
    padding: 0;
    margin: 0;
    height: 100%;
}

.navi ul li {
    width: 100%;
    height: 20%;
}

.navi ul li a {
    width: 100%;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 4fr;
    justify-content: center;
    align-items: center;
}

.navi ul li:has(a:hover) {
    background-color: var(--naranja);
}

.navi ul li a h2 {
    color: white;
    text-align: right;
    font-size: 1.6rem;
    margin: 5px;
}

.navi ul li a img {
    max-height: 40px;
    margin: auto;
    margin-right: 0;
}

/* news */
.news {
    background-image: url(img/news.webp);
    background-position: center;
    background-size: cover;
    min-height: 250px;
    color: white;
    position: relative;
    padding: 0;
}

.over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 15, 100, 0.4);
    mix-blend-mode: multiply;
}

.news_int p,
.news_int h2 {
    color: white;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
}

/* quienes somos */
.side {
    flex-wrap: wrap;
    width: 50%;
}

.side div:nth-child(1) {
    width: 50%;
    padding: 10px;
}

.side div:nth-child(2) {
    width: 50%;
    padding: 10px;
}

.side div:nth-child(3) {
    width: 60%;
    height: 100%;
    padding: 0px 7%;
    background-color: var(--naranja);
    border-radius: 3px;
}

.side div:nth-child(3) p {
    width: 50%;
    text-align: left;
    font-weight: 900;
    font-size: 1.5rem;
}

.side div:nth-child(4) {
    align-self: flex-start;
    width: 40%;
    padding: 10px;
}

.side>div img {
    width: 100%;
    border-radius: 3px;
}

.aside {
    width: 50%;
    position: relative;
}

.innerdiv-aside {
    position: relative;
}

.aside .wm {
    width: 50%;
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    z-index: 1;
}

.aside .wm img {
    width: 100%;
    opacity: 0.4;
    z-index: -1;
}

.aside p,
.aside h1 {
    color: var(--gris);
    z-index: 1;
}

.aside_p {
    padding: 15px;
    z-index: 2;
}

.aside p {
    text-align: justify;
}

button {
    background-color: var(--gris);
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    font-size: 1.3rem;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.mas {
    background-color: #1b2cde;
    margin-bottom: 50px;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease-in-out;
    z-index: 1001;
}

.mas:hover {
    background-color: #07128c;
}

.aside .check {
    position: absolute;
    bottom: 0;
    right: 0;
}

.check {
    width: 45px;
    height: 45px;
    background-color: var(--naranja);
}


.check img {
    width: 100%;
}

/* modal */
.modal-content {
    background-color: transparent;
    border: none;
    position: relative;
}

.modal-dialog {
    max-width: 90%;
}

.modal-body {
    height: 100%;
    border: solid 2px white;
    padding: 0;
    background-color: #0A0F45;
    position: relative;
}

.m-c {
    align-items: flex-start;
    position: relative;
}

.m-c-d {
    width: 100%;
    display: grid;
    grid-template: auto 60px / 1.5fr 3fr 2px 1.5fr 3fr;
    height: auto;
    position: relative;
}

.as1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.ast1 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.lines {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.as2 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.ast2 {
    grid-column: 5 / 6;
    grid-row: 1 / 2;
}

.pg1 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.pg2 {
    grid-column: 5 / 6;
    grid-row: 2 / 3;
}

.m-c-d-f {
    width: 100%;
    padding: 25px 15px 25px 15px;
}

.m-c-d-f img {
    width: 100%;
}

.m-c-d-t {
    padding: 30px 15px 15px 15px;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    position: relative;
}

.m-c-d-t h3,
.m-c-d-t p {
    text-align: left;
}

.m-c-d-t h3 {
    font-size: 1.2rem;
    margin: 3px 15px;
}

.pg {
    color: #9d9d9d;
    opacity: 0.7;
    text-align: left;
}

.m-c-d-t .wm {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m-c-d-t .wm img {
    width: 100%;
    opacity: 0.3;
    z-index: -1;
}

.cierre {
    width: 35px;
    padding: 7px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
}

.cierre img {
    width: 100%;
}

.lines {
    background-color: white;
    width: 2px;
    height: 100%;
}

/* servicios */

.grida {
    position: relative;
    display: grid;
    grid-template: 80px repeat(2, 110px) / 1fr 1fr 1fr;
}

.titulo {
    background-color: var(--naranja);
    grid-column: 1 / 2;
    align-items: center;
    z-index: 1001;
}

.titulo h1 {
    font-size: 2rem;
    text-align: center;
}

.logui_a {
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
}

.loguis {
    width: 115%;
    height: 50px;
    background-color: var(--gris);
    align-items: flex-end;
    justify-content: end;
    z-index: 1000;
    padding-right: 10px;
}

.loguis img {
    height: 80%;
}

.imagen {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.imagen img {
    width: 100%;
}

.texto {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
}

.texto p {
    margin-top: 30px;
    text-align: justify;
    color: var(--texto);
}

.grida .check {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* .extra {
    margin-top: 35px;
} */

/* clientes */

.clientes_a img {
    width: 75px;
}

.clientes_a h1 {
    color: var(--naranja);
    font-size: 2rem;
}

.clientes {
    width: 100%;
    flex-wrap: wrap;
    gap: 50px;
}

.cliente {
    width: 30%;
}

.cliente img {
    height: 130px;
}

.high img {
    height: 150px;
}

.menos img {
    height: auto;
    width: 80%;
}

/* contacto */
.contacto article>h1 {
    color: var(--texto);
    font-size: 2.2rem;
}

.contacto .container>div:nth-child(1),
.contacto .container>div:nth-child(3) {
    width: 25%;
}

.contacto .container>div:nth-child(2) {
    width: 50%;
}

.conta a {
    transition: all 0.3s ease-in-out;
}

.conta a.btn:hover {
    color: var(--naranja)
}

.info {
    background-color: var(--gris);
    padding: 20px;
    gap: 30px;
    position: relative;
    align-items: flex-start;
}

.info .card {
    align-items: flex-start;
    gap: 20px;
    background-color: transparent;
    border: none;
}

.info .card h3 {
    margin: 0;
}

.info .card p {
    text-align: left;
    margin: 0;
}

.info .tel p {
    font-size: 1.3rem;
}

.info .card img {
    width: 40px;
}

.mapa {
    height: 100%;
}

.mapa iframe {
    width: 100%;
    height: 400px;
    border: solid 1px #a9a8a8 !important;
}

/* formulario */

.formulario form {
    align-items: flex-start;
    gap: 20px;
    color: var(--blanco);
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 25px;
    /* font-size: 1rem; */
}

.formulario form h2 {
    color: var(--texto)
}

.formulario form>input:nth-child(2),
.formulario form>input:nth-child(3) {
    width: 48%;
}

input,
textarea {
    padding: 7px;
    font-size: 1rem;
    width: 100%;
    border: solid 1px #a9a8a8;
    border-radius: 5px;
}

.btn {
    background-color: var(--gris);
    border-radius: 5px;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 1.3rem;
    text-transform: uppercase;
    cursor: pointer;
}

.btn:hover {
    background-color: #646464;
}

.formulario form .btn {
    width: 100%;
}

/* inicio */
.check_ini {
    margin: auto;
    max-width: 1320px;
    align-items: flex-end;
}

.inicio a {
    display: none;
}

.inicio a p {
    padding: 5px;
    color: var(--naranja) !important;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
}

.inicio a:hover {
    color: #b05e06;

}

.ini {
    margin-bottom: 25px;
}

/* footer */
.s_fo {
    background-color: var(--gris) !important;
    background: linear-gradient(0deg, #4b4b4b 50%, #4b4b4b 100%);
    width: 100%;
    height: 80px;
}

.foo {
    padding: 0;
}

.footer {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.social {
    width: 100%;
}

.social .iconos {
    width: 60%;
    gap: 30px;
    justify-content: space-between;
}

.social .iconos img {
    transition: all 0.3s ease-in-out;
    height: 60px;
}

.social .iconos a:hover img {
    transform: scale(1.15);
}

.whatsapp {
    width: 30%;
}

.whatsapp a {
    width: 100%;
    height: 80px;
    background-color: #31D24E;
    transition: all 0.3s ease-in-out;
}

.whatsapp a:hover {
    width: 100%;
    background-color: #089E1D;
}

.whatsapp img {
    width: 50%;
}

.copy {
    font-size: 0.8rem;
    width: 100%;
    height: 30px;
    background-color: #101010;
}

.copy p {
    margin: 5px;
}