@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:wght@400;500;600;700;800;900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
    scroll-behavior: smooth;
}
::selection {
    background: #FD5954;
    color: #fafafa;
}
::-webkit-scrollbar {
    width: 4px;     /* Tamaño del scroll en vertical */
    height: 4px;    /* Tamaño del scroll en horizontal */
    /*display: none;*/
}
::-webkit-scrollbar-thumb {
    background: #FD5954;
    border-radius: 2px;
}
::-webkit-scrollbar-track {
    background: #E9EAEC;
}
.containerFull {
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
    position: relative;
}
@media screen and (max-width: 1540px){
    .container {
        max-width: 1200px;
    }
}
.redDegradado {
    -webkit-animation: textGradient 8s linear infinite;
    animation: textGradient 8s linear infinite;
    background: linear-gradient(260deg, #8F1A14 0%, #FF322C 33%, #FF6661 66%, #8F1A14 100%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
@keyframes textGradient {
    100% {
        background-position: 200% center;
    }
}
.redT {
    background-color: #FD5954;
    color: #F6F6F6;
}
.redWT {
    background-color: #fafafa;
    color: #FD5954;
}
.rosaT {
    background-color: #FFEAE9;
    color: #FD5954;
}
.grisT {
    background-color: #ABACBF;
    color: #FAFAFA;
}
.whiteT {
    background-color: #fff;
    color: #ABACBF;
}
.gOscuroFondo {
    background: linear-gradient(180deg, rgba(224,228,233,1) 0%, rgba(246,246,247,1) 100%);
    position: relative;
}
.grisFondo {
    background-color: #E9EAEC;
    position: relative;
}
.gClaroFondo {
    background-color: #F2F1F1;
    position: relative;
}
.whiteFondo {
    background-color: #F6F6F7;
    position: relative;
}
.fondoDegradado {
    width: 100%;
    height: 100vh;
    background: url(../img/degradado.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.fondoRojoDegradado {
    position: relative;
    background-size: cover;
    background: linear-gradient(60deg, rgba(0,0,0,1) 0%, rgba(26,0,4,1) 20%, rgba(127,0,20,1) 60%, rgba(0,0,0,1) 100%);
}
.redBtn {
    background-color: #FF322C;
    color: #FAFAFA;
}
.blackBtn {
    background-color: #282727;
    color: #FAFAFA;
}
.btnLine {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}
.whiteP {
    color: #FAFAFA;
}
.redP {
    color: #FF322C;
}
.rClaroP {
    color: #FD5954;
}
.blackP {
    color: #3F3F3F;
}
.grisP {
    color: #7E7F80;
}
.gClaroP {
    color: #E9EAEC;
}
.azulP {
    color: #2E4263;
}
.row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.column {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
.whiteBlur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .7);
}
.blackBlur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .3);
}
.smallT {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.7;
}
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    color: #3F3F3F;
    font-weight: 700;
}
h1 {
    -webkit-animation: textGradient 8s linear infinite;
    animation: textGradient 8s linear infinite;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
p span {
    font-weight: 700;
}
a, button {
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-decoration: none;
    font-weight: 700;
}
.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
header {
    width: 100%;
    position: fixed;
    z-index: 100;
}
ul {
    list-style-type: none;
}
.arrow-send {
    width: auto;
    height: 10px;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
    margin: 0 5px 0 15px;
}
.arrow-red {
    width: auto;
    height: 8px;
    transition: transform 200ms ease-in, opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    opacity: 0;
    fill:#ff322c;
}
.arrow-white {
    width: auto;
    height: 8px;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
    margin: 0 5px 0 15px;
    fill:#fafafa;
}
.redBtn:hover {
    background-color: #DF1D1D;
}
.btn:hover .arrow-white, .btn:hover .arrow-send  {
    transform: translateX(5px);
}
.iconos {
    position: absolute;
    width: 70px;
    height: 70px;
    border: 1px solid white;
    border-radius: 5px;
    z-index: 1;
}
button, input, textarea, select {
    outline: none;
    border: none;
    position: relative;
}


.logo {
    width: auto;
    height: 40px;
    margin-bottom: 40px;
}
.mantenimiento {
    gap: 30px;
    padding: 60px 30px;
}
.mantenimientoImg img {
    max-width: 340px;
    width: 100%;
}
.mantenimientoBox h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
.mantenimientoBox {
    max-width: 400px;
    width: 100%;
    align-items: flex-start;
}
/*----------------------Responsive 990----------------------*/
@media screen and (max-width: 990px) {
    .container {
        padding-right: 50px;
        padding-left: 50px;
    }
}
/*----------------------Responsive 768----------------------*/
@media screen and (max-width: 768px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
    }
/*----------------------Responsive 480----------------------*/
@media screen and (max-width: 480px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .mantenimientoBox h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .mantenimientoBox {
        align-items: center;
        text-align: center;
    }
}
/*----------------------Responsive 320----------------------*/
@media screen and (max-width: 320px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .mantenimientoBox h1 {
        font-size: 30px;
        line-height: 36px;
    }
}