@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --colorLetrasPrincipal: #202124;
    --colorLetrasSecundarias: #5f6368;
    --linkColorPrincipal: #1a73e8;
    --shadow:0 13px 30px 0 rgba(0,0,0,.08);
    --ancho:95%;
    --maxAncho:100%;
    --limiteAncho:1024px;
}
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}
.disponibilidad
    {
        display: none;
        margin-top: 20px;
    }
    header
    {
        height: 70vh;
        width: 100%;
        overflow: hidden;
        position: relative;

        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;

        padding: 0 50px;
    }

header .informacion
{
    position: relative;
    width: 49%;
    height: 70%;
    padding: 40px 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .informacion h2
{
    font-size: 25px;
    font-weight: 400;
    margin-bottom:-15px;
    color: var(--colorLetrasPrincipal);
    opacity: 0;
    z-index: 10;
    transition: 2s;
    transition-delay: 1.90s;
}
header .informacion.load h2
{
    opacity: 1;
}
header .informacion h3
{
    font-size: 35px;
    font-weight: 300;
    font-style: italic;
}
header .informacion h3 span
{
    color: #ff0000;
    font-weight: 500;
}
header .informacion .present
{
    text-transform: uppercase;
    font-size: 70px;
    margin-bottom: 10px;
    color: var(--colorLetrasSecundarias);
    position: relative;
}
header .informacion .present span
{
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s;
}
header .informacion .present.load span
{
    transform: translateY(0px);
    opacity: 1;
    transition-delay: calc(.2s * var(--u));
}
header .informacion .present.load span
{
    transform: translateY(0px);
    opacity: 1;
    transition-delay: calc(.2s * var(--u));
}
header .informacion .present.load.active span span
{
    animation: colores 1 .5s;
    animation-delay: calc(.05s * var(--l));
}
header .informacion .present.load.active1 span span
{
    animation: colores1 1 .5s;
    animation-delay: calc(.05s * var(--l));
}
@keyframes colores
{   
    0%,100%
    {
        color: var(--colorLetrasSecundarias);
    }
    50%
    {
        color: var(--linkColorPrincipal);
        transform: scale(1.1);
    }
}
@keyframes colores1
{   
    0%,100%
    {
        color: var(--colorLetrasSecundarias);
    }
    50%
    {
        color: gold;
        transform: scale(1.1);
    }
}
header .informacion .more
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
}
header .informacion .more a
{
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
    background-color: #fff;
    color: var(--linkColorPrincipal);
    text-decoration: none;
    border-radius: 3px;
    transform: translateY(-50px);
    opacity: 0;
    transition: .5s;
} 
header .informacion .present.load ~ .more a
{
    transform: translateY(0px);
    opacity: 1;
    transition-delay: calc(.2s * var(--u));
}
header .informacion .more a:hover
{
    text-decoration: underline;
}
header .informacion .more a:nth-child(1)
{
    color: #fff;
    background-color: var(--linkColorPrincipal);
}
header .informacion .more a:nth-child(1):hover
{
    transition-delay: 0s;
    background-color: #1560c4;
    text-decoration: none;
}
header .head
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: 2s ease-in-out;
}
header .head.load
{
    position: absolute;
    left: 25%;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(.5);
}
header .head .background
{
    height: 95%;
    width: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    transform-style: preserve-3d;
}
header .head .background.off
{
    opacity: 0;
}
header .head .background .imgBot
{
    width: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateZ(-100px) translateY(-150px);
    opacity: 0;

    background-image: url(../img/fondoAhriAtras.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0%;
    background-size: 80%;

    transition: 2s;
    transition-delay: 1.5s;
}
header .head .background.load .imgBot
{
    transform: translateZ(-100px) translateY(0px);
    opacity: 1;
}
header .head .background h1
{
    color: var(--colorLetrasPrincipal);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 200px;
    opacity: 0;
    transform: translateZ(0px) scale(0);

    transition: 1.5s;
}
header .head .background.load h1
{
    opacity: 1;
    transform: translateZ(0px) scale(1);
    transition-delay: 0s;
}

header .head .background .imgTop
{
    width: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
    transform: translateZ(100px) translateY(150px);
    opacity: 0;
    
    background-image: url(../img/fondoAhriFrente.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    
    transition: 1s;
    transition-delay: 1.5s;
}
header .head .background.load .imgTop
{
    transform: translateZ(100px) translateY(0px);
    opacity: 1;
}
header .head .falseFooter
{
    margin:0 auto;
    width: var(--ancho);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    border-bottom: solid 7px #707070;
}
header .head .falseFooter a
{
    font-size: 25px;
    color: #707070;
}

main .shortLetter
{
    width: var(--ancho);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
main .shortLetter img
{
    width: 110px;
}
main .shortLetter p
{
    font-size: 30px;
    width:var(--ancho);
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
}
main section
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 90%;
    margin: 50px auto;
    padding: 20px;
    position: relative;

    background-color: #F7FAFC;
}
main section p
{
    text-align: center;
    font-size: 75px;
    font-weight: 600;
    margin: 0;
    color: var(--colorLetrasPrincipal);
}
main section small
{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
    color: var(--colorLetrasSecundarias);
}
main section .morePage
{
    margin:20px auto;
    margin-top: 50px;
}
main section .special_page
{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px;
    background-color: #fff;
    height: 50%;
    width: var(--ancho);
    overflow-y: scroll;
}
main section .special_page .page
{   
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #DDDDDD;
    min-width: 400px;
    min-height: 400px;
    margin-right: 20px;
    overflow: hidden;
}
main section .special_page .page .load
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
    width: 70%;
    height: 65%;

    animation: rotar infinite 3s;
}
main section .special_page .page:hover .load,
main section .special_page .page:hover img
{
    top: 45%;
}
@keyframes rotar
{
    0%
    {
        transform: translate(-50%,-50%) rotate(0deg);
    }
    /* 100%{
        transform: translate(-50%,-50%) rotate(360deg);
    } */
    50%
    {
        transform: translate(-50%,-50%) rotate(180deg);
    }
    100%
    {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
main section .special_page .page .load .point  
{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #707070;
    border-radius: 50%;
    transform: translate(-50%, -50%);

    top: 50%;
    left: 25%;
    animation: load 2s infinite ease-in-out;
    animation-delay: calc(.7s * var(--p));
}

@keyframes load
{
   0%,100%
   {
       left: 25%;
       top: 50%;
   }
   25%
   {
    left: 50%;
    top: 25%;
    background-color: var(--linkColorPrincipal);
   }
   50%
   {
    left: 75%;
    top: 50%;
    background-color: yellow;
   }
   75%
   {
    top: 75%;
    left: 50%;
    background-color: pink;
   }
}
main section .special_page .page.mechs
{
    background-position: center;
    background-size: 230%;
    background-repeat: no-repeat;
    background-image: url(../img/VayneProyecto.jpg);
}
main section .special_page .page img
{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;

    width: 100px;
    margin: 0;
    border-radius: 50%;
    transition: 1.5s;
}
main section .special_page .page .informacion
{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    height: 50%;
    text-align: center;
    transition: 1s;

    opacity: 0;
} 
main section .special_page .page:hover .informacion
{
    top: 65%;
    height: 50px;
    opacity: 1;
}
main section .special_page .page .informacion h3,
main section .special_page .page .informacion small
{
    color: #fff;
    background-color: #DDDDDD70;
    padding: 0 10px;
}
main section .special_page .page:hover
{
    transform: scale(1.05);
}

main section .section 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
}


.desing
{
    padding:0;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;

    position: relative;
    overflow: hidden;
}

.desing #particles-js
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
}

.desing .content 
{
    width: auto;
    height: 90%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: end;

    margin-right: 20px;
    z-index: 1;
}
.desing .content h3
{
    font-size: 78px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: end;
}
.desing .content small
{
    margin-top: -15px;
    text-align: end;
}
.desing .content .links
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.desing .content .links a
{
    padding:20px 20px;
    margin-right: 15px;
    background-color: var(--linkColorPrincipal);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 19px;
}
.desing .content .links a:hover
{
    transform: scale(1.08);
    box-shadow: 0 0 15px #0005;
}
.desing .content .links a:active
{
    transform: scale(.8);
    box-shadow: 0 0 15px #0001;
}
.desing .content .links a.offline
{
    background-color: #fff;
    color: #ccc;
}
.desing .buttons
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    z-index: 10;
}
.desing .buttons .btn
{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 50px;
    height: 50px;

    background-color: var(--linkColorPrincipal);
    margin: 15px 0;
    transition: 2s;
    animation: rotate 10s infinite ease;

    cursor: pointer;
}
.desing .buttons .btn .circle
{
    background-color: #fff;
    width: 70%;
    height: 70%;
    margin: 0;
    animation: rotacion 5s infinite ease-in-out;
}
.desing .buttons .btn.active
{
    border-color: #fff;
    background-color: #fff;
}
.desing .buttons .btn.active .circle
{
    background-color: var(--linkColorPrincipal);
}
@keyframes rotate 
{
 0%,100%
 {
    transform: rotate(0deg);
 }
 50%
 {
    transform: rotate(360deg);
 }
}
@keyframes rotacion 
{
 0%,100%
 {
    transform: rotate(0deg);
 }
 50%
 {
    transform: rotate(-360deg);
 }
}

.desing .montainBg
{
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.desing .montainBg .tOne
{
    position: absolute;
    bottom: 0;
    left: -8%;
    width: 85%;
    height: 91%;
    background-color: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

    opacity: 0;
    transform: translate(-150px, 150px);
    transition: 2s;
}
.desing .montainBg.active .tOne
{
    opacity: 1;
    transform: translate(0, 0);
}
.desing .montainBg .tSecond
{
    position: absolute;
    bottom: 0;
    left: 17%;
    width: 65%;
    height: 71%;
    background-color: #F5EAEA;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    
    opacity: 0;
    transform: translate(-100px, 100px);
    z-index: 2;
    transition: 2s;
}
.desing .montainBg.active .tSecond
{
    opacity: 1;
    transform: translate(0, 0);
}

.desing .collages
{
    position: absolute;
    bottom: -21%;
    left: -27%;
    width: 1500px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    transform: rotate(45deg);
}
.desing .collages div
{
    width: 450px;
    height: 450px;
    margin: 20px;
    background-color: #ffffff53;
    background-blend-mode: color;
}
.desing .collages div.AhriBs
{
    background-size: 500%;
    background-position: 27% 20%;
    background-image: url(https://ttager.netlify.app/img/ahri%20bosqueviejo.jpg);
    
    transform: translateY(100px);
    opacity: 0;
    transition: 1.5s;
}
.desing .collages div.AhriOa
{
    background-size: 580%;
    background-position: 48% 1%;
    background-image: url(https://ttager.netlify.app/img/oaAhri4.jpg);
    
    transform: translateY(100px);
    opacity: 0;
    transition: 2s;
}
.desing .collages div.AhriFs1
{
    background-size: 500%;
    background-position: 64% 7%;
    background-image: url(https://ttager.netlify.app/img/fsAhri.jpg);

    transform: translateY(100px);
    opacity: 0;
    transition: 2.5s;
}
.desing .collages div.AhriFs2
{
    background-size: 312%;
    background-position: 19% 43%;
    background-image: url(https://ttager.netlify.app/img/ahriFsFondo.png);

    transform: translateY(100px);
    opacity: 0;
    transition: 3s;
}
.desing .collages.active div.AhriBs,
.desing .collages.active div.AhriOa,
.desing .collages.active div.AhriFs1,
.desing .collages.active div.AhriFs2
{
    opacity: 1;
    transform: translateY(0);
}
.desing .ahriBx
{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}
.desing .ahriBx .background
{
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background-color: #DBF5F5;
    opacity: 0;

    transition: 2s;
}
.desing .ahriBx.active .background
{
    opacity: 1;
    left: 0;
}
.desing .ahriBx .AhriOa
{
    position: relative;
    width: 85%;
    height: 85%;
    background-image: url(https://ttager.netlify.app/img/oaAhri4.jpg);
    background-size: cover;
    background-position: center;

    transform: translateY(250px);
    opacity: 0;
    transition: 2s;
}
.desing .ahriBx.active .AhriOa
{
    transform: translateY(0);
    opacity: 1;
}
.desing .ahriBx .AhriOa .tP
{
    position: absolute;
    left: 100%;
    top: 0%;
    transform: translate(-50%,-50%);
    transition: 3s;
}
.desing .ahriBx.active .AhriOa .tP
{
    top: calc(50% + 30px);
}
.desing .ahriBx .AhriOa .tP .triangle
{
    width: 170px;
    height: 170px;
    background-color: #fff;
    opacity: 0;
    margin-top: -30px;
}
.desing .ahriBx .AhriOa .tP .triangle:nth-child(1)
{
    transform: rotate(45deg) translate(100px, 100px);
    opacity: 0;
    transition: 2s;
    transition-delay: 2s;
}
.desing .ahriBx .AhriOa .tP .triangle:nth-child(2)
{
    transform: rotate(45deg) translate(100px, 100px);
    opacity: 0;
    transition: 2.5s;
    transition-delay: 2s;
}
.desing .ahriBx .AhriOa .tP .triangle:nth-child(3)
{
    transform: rotate(45deg) translate(100px, 100px);
    opacity: 0;
    transition: 3s;
    transition-delay: 2s;
}
.desing .ahriBx.active .AhriOa .tP .triangle:nth-child(1)
{
    transform: rotate(45deg) translate(0, 0);
    opacity: 1;
}
.desing .ahriBx.active .AhriOa .tP .triangle:nth-child(2)
{
    transform: rotate(45deg) translate(0, 0);
    opacity: 1;
}
.desing .ahriBx.active .AhriOa .tP .triangle:nth-child(3)
{
    transform: rotate(45deg) translate(0, 0);
    opacity: 1;
}

.categorias
{
    width: 100%;
}
.categorias .cards
{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 300px;
    grid-gap: 15px;

    margin-bottom: 25px;
}
.categorias .cards div{
    background-color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
}
.categorias .cards .contac
{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;

    
    overflow: hidden;
}
.categorias .cards .contac .fondo
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border: solid 3px rgb(109, 204, 248); */
    background-image: url(https://ttager.netlify.app/img/oaAhri4.jpg);
    background-size: 500%;
    background-position-x: calc(50% + 150px);
    background-position-y: 1%;
}
.categorias .cards .contac:hover .fondo
{
    background-size: 550%;
    background-position-x: calc(50% + 100px);
    background-position-y: 5%;
}
.categorias .cards .contac h3
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;

    font-size: 40px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 2px #000;

    transition: 1s;
}
.categorias .cards .contac:hover h3
{
    transform: translate(0%,0%);
    top: 2%;
    left: 3%;
    color: #000;
    -webkit-text-stroke: 0px #000;
}
.categorias .cards .contac .socialNetworks
{
    display: flex;
    justify-content: space-around;
    
    width: 50%;
    padding: 10px;
    border-radius: 30px;
    background-color: #fff;
    text-decoration: none;

    transition: .3s;
    transform: translateY(70px);
}
.categorias .cards .contac:hover .socialNetworks
{
    transform: translateY(0px);
}
.categorias .cards .contac .socialNetworks span
{
    font-size: 15px;
    transform: translateY(70px);
    color: #3b5998;
    opacity: 0;
}
.categorias .cards .contac:hover .socialNetworks span
{
    transform: translateY(0px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.categorias .cards .contac .socialNetworks .textBx
{

    transition: .75s;
}
.categorias .cards .contac .socialNetworks .mmsBx
{
    width: 20px;
    height: 20px;
    background-image: url(https://static.xx.fbcdn.net/rsrc.php/ym/r/YQbyhl59TWY.ico);
    background-size: cover;
    transition: 1s;
    transform: translateY(70px);
    opacity: 0;
}
.categorias .cards .contac:hover .socialNetworks .mmsBx
{
    transform: translateY(0px);   
    opacity: 1;
}

/* .categorias .cards .velocidad
{
    position: relative;;
    background-image: url(https://images4.alphacoders.com/883/thumb-1920-883503.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
} */
.categorias .cards .velocidad h3
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-shadow: 0 0 15px #000000;

    transition: 1.5s;
}
.categorias .cards .velocidad:hover h3
{
    top: 2%;
    left: 2%;
    transform: translate(0%, 0%);
}
.categorias .cards .velocidad img
{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;

    transition: 1s;
}
.categorias .cards .velocidad:hover img
{
    opacity: 1;
}
.categorias .cards .velocidad .textBx
{
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: transparent;
    z-index: 2;

    display: flex;
    justify-content: space-between; 
    align-items: center;
    flex-direction: column;

    width: 90%;
    height: 300px;

    padding: 0;
    margin: 0;

    transition: 2s;
}
.categorias .cards .velocidad:hover .textBx
{
    top: 50%;
    left: 50%;
    height: 100px;
}
.categorias .cards .velocidad .textBx span
{
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 15px #000000;
}
.categorias .cards .velocidad .textBx p
{
    color: #fff;
    font-size: 15px;
    text-shadow: 0 0 15px #000000;
}
.categorias .cards .ux
{
    position: relative;
    background-color: #444;
    overflow: hidden;
    max-height: 300px;
}
.categorias .cards .ux h3
{
    position: absolute;
    color: #fff;
    font-size:  25px;
    display: block;
    z-index: 1;
}
.categorias .cards .ux .miniBx
{
    background-color: transparent;
    margin: 0;
    margin-left: -275px;
    margin-top: -100px;
    padding: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
    width:960px;
    flex-wrap: wrap;
    
    transform: rotate(25deg);
    z-index: -1;
}
.categorias .cards .ux .mini
{
    background-color: #333;
    margin: 10px;
    height: 250px;
    min-width: 300px;
    border-radius: 10px;
}
.categorias .cards .ux .mini div
{
    height: 20px;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #777;
}
.categorias .cards .ux .mini div:nth-child(1)
{
    height: 25px;
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #555;
    margin-bottom: 10px;
}
.categorias .cards .ux .mini.up div:nth-child(2)
{
    height: 90px;
    width: 100px;
    margin:0 auto;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
}
.categorias .cards .ux .mini.up.animate
{
    animation: move 5s infinite; 
}
@keyframes move
{
    0%,100%
    {
        transform: translate(-5px, -10px);
    }
    50%
    {
        transform: translate(0px, 0px);
    }
}

.categorias .cards .i
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.categorias .cards .i h3
{
    font-size: 35px;
    color: #fff;
    z-index: 3;
}
.categorias .cards .i:hover h3 span
{
    animation: oro 2s linear 1;
    animation-delay: calc(0.1s * var(--i));
}
.categorias .cards .i img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@keyframes oro 
{
    0%,100%
    {
        color: #fff;
        font-size:35px;
    }
    50%{
        color: gold;
        font-size:38px;
    }
}

@media(max-width: 1600px)
{
    .desing .montainBg .tOne 
    {
        left: -20%;
    }
}
@media(max-width: 1400px)
{
    .desing .collages
    {
        width: 1100px;
        bottom: -23%;
        left: -36%;
    }
    .desing .collages div 
    {
        width: 300px;
        height: 300px;
    }
    header .informacion .present 
    {
        font-size: 50px;
    }
    main section .section .cartas .cards .carta 
    {
        margin: -160px -62px;
    }
}
@media(max-width: 1220px)
{
    /* header .informacion .present 
    {
        font-size: 45px;
    } */
    header .head .background h1 
    {
        font-size: 180px;
    }
}
@media(max-width: 1100px)
{
    header .head .background h1 
    {
        text-align:center;
        font-size: 160px;
    }
    header 
    {
        padding-left: 30px;
    }
    header .head .background .imgBot 
    {
        background-position-y: 30%;
    }
    main .shortLetter p 
    {
        font-size: 20px;
    }
    .desing .ahriBx .AhriOa .tP .triangle 
    {
        width: 120px;
        height: 120px;
    }
}
@media(max-width: 1020px)
{
    .categorias .cards .velocidad img {
        width: 120%;
    }
    header .head .background 
    {
        height: 100%;
    }
    .desing .content h3 
    {
        font-size: 50px;
    }
}
@media(max-width: 900px)
{
    header
    {
        height: 100vh;
        background-color: #F7FAFC;
    }
    header .head .background h1 
    {
        font-size: 150px;
        font-weight: 500;
    }
    header .informacion .present 
    {
        font-size: 43px;
    }
    main .shortLetter img {
        width: 80px;
    }
    main section p {
        font-size: 65px;
    }
    main section .special_page .page img 
    {
        width: 75px;
    }
    main section .section .ofert_card 
    {
        width: 50%;
    }
    main section .section .cartas 
    {
        width: 50%;
    }
    header .informacion h2 
    {
        font-size: 15px;
        margin-bottom: -10px;
    }
    main section p {
        font-size: 55px;
        font-weight: 400;
    }
    main .shortLetter p 
    {
        font-size: 20px;
        font-weight: 300;
    }
    main section small 
    {
        font-size: 17px;
        font-weight: 300;
    }
    main section .section .cartas .cards .carta 
    {
        margin: -163px -35px;
    }
    main section
    {
        width: 100%;
        margin:20px 0;
    } 
}
@media(max-width: 800px)
{
    main section .special_page .page:nth-child(2)
    {
        background-size: 350%;
    }
    main section .section {
        flex-direction: column;
    }
    main section .section .ofert_card
    {
        width: 100%;
    }
    main section .section .cartas
    {
        width: 100%;
    }
    main section .section .cartas .cards .carta 
    {
        margin: -163px -10px;
    }
    header .informacion .present 
    {
        font-size: 35px;
    }


    .desing .collages 
    {
        bottom: -12%;
        left: -44%;
    }
    .desing .collages div 
    {
        width: 250px;
        height: 250px;
    }
}
@media(max-width: 750px)
{

    main section .special_page .page
    {
        min-width: calc(70% - 20px);
        min-height: 300px;
    }
    main section .section .ofert_card .background_card 
    {
        display: none;
    }
    main section .section .ofert_card .sell_card 
    {
        margin-left: 0;
    }
    .disponibilidad
    {
        display: inline;
    }
    main section .section .cartas
    {
        display: none;
    }
    header
    {
        padding: 0;
        height: 100vh;
    }
    header .head .background h1 {
        font-size: 110px;
        font-weight: 500;
    }
    header .head.load
    {
        height: 40%;
        left: 0;
        transform: scale(1);
    }
    header .informacion
    {
        height: 60%;
    }
    header .informacion
    {
        width: 100%;
        height: 60%;
        position: absolute;
        top: 40%;
    }
    header .head .falseFooter 
    {
        border-bottom: solid 3px #707070;
    }
    header .head .falseFooter a {
        font-size: 15px;
    }


    main section {
        padding: 0 5px; 
    }

    main section .special_page 
    {
        width: 100%;
    }
}
@media(max-width: 670px)
{
    header .head .background h1 
    {
        font-size: 95px;
        font-weight: 500;
    }
    main section p {
        font-size: 40px;
        font-weight: 400;
    }
    main section small {
        font-size: 15px;
        font-weight: 300;
    }
    .shortLetter
    {
        display: none !important;
    }
    .categorias .cards 
    {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows:repeat(2, 300px);
        grid-gap: 15px;
        margin-bottom: 25px;
    }
    .categorias .cards .contac 
    {
        background-size: 450%;
        background-position-x: calc(50% + 150px);
        background-position-y: 5%;
    }
    .categorias .cards .contac:hover 
    {
        background-size: 470%;
        background-position-x: calc(50% + 100px);
    }
    .categorias .cards .i img 
    {
        width: 120%;
    }

    main section .special_page .page.page.page_up
    {
        display: flex;
        width: 100%;
    } 

    .desing .collages 
    {
        bottom: -5%;
        left: -46%;
        width: 900px;
    }
    .desing .collages div 
    {
        width: 200px;
        height: 200px;
    }
    .desing .content
    {
        margin-right: 5px;
    }
   
    .desing .content small
    {
        margin: 0;
        font-size: 17px;
        font-weight: 400;
        color: #000;
    }
    .desing .collages div.AhriFs2 
    {
        background-size: 400%;
        background-position: 20% 50%;
    }
    .desing .content  .links a
    {
        font-size: 15px;
    }
}
@media(max-width: 572px)
{
    header
    {
        padding:20px 0;
        overflow: hidden;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    header .head
    {
        height: 100%;
        position: relative;
    }
    header .head.load
    {
        position: relative;
        top: 0;
        left: 0;
        height: 40%;
    }
    header .head .background h1 
    {
        font-size: 85px;
    } 
    header .informacion 
    {
        position: relative;
        height: 0%;
        overflow: hidden;
        top:0;
        margin-top: 30px;
    }
    header .informacion.load
    {
        height: 50%;
    }
    .categorias .cards {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 250px);
        grid-gap: 15px;
        margin-bottom: 25px;
    }
    .categorias .cards .i {
        text-align: center;
    }
    .categorias .cards .i img
    {
        width: 150%;
    }
    main section .section .ofert_card .sell_card .descuento 
    {
        left: 96%;
    }
    
    .desing .collages 
    {
        bottom: 36%;
        left: -53%;
        width: 763px;
        transform: rotate(82deg);
    }
    .desing .collages div 
    {
        width: 150px;
        height: 150px;
    }
    .desing .content 
    {
        width: 98.5%;
        margin: 0 auto;
    }
    .desing .content .title
    {
        width: 100%;
    }
    .desing .content .title h3 
    {
        font-size: 40px;
        margin: 0;
        text-align: center;
    }
    .desing .content .title small
    {
        text-align: center;
    }
    .desing .content  .links
    {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-self: center;
    }
}
@media(max-width: 400px)
{
    header .head .background h1 
    {
        font-size: 50px;
    }
    header .head .background .imgBot
    {
        background-size: 100%;
        width: 100%;
    }
    header .head .background .imgTop
    {
        background-size: 100%;
        width: 100%;
    }
    header .informacion 
    {
        width: 100%;
        padding: 0 10px;
    }
    header .informacion .present
    {
        font-size: 35px;
    }

    .desing .ahriBx .AhriOa .tP .triangle 
    {
        width: 80px;
        height: 80px;
    }
    .desing .montainBg .tOne 
    {
        width: 100%;
        height: 68%;
    }
    .desing .montainBg .tSecond 
    {
        width: 90%;
        height: 49%;
    }

    .desing .collages 
    {
        bottom: 48%;
        left: -80%;
        width: 900px;
        justify-content: end;
    }
    .desing .content .title h3
    {
        font-size: 40px;
        text-align: end;
    }
    .desing .content .title small
    {
        text-align: end;
    }
}

@media (max-width: 365px)
{
    .desing .collages 
    {
        left: -106%;
        transform: rotate(75deg);
        width: 754px;
        bottom: 33%;
    }
}