@font-face {
    font-family: 'saiyans';
    src: url('../font/saiyans/Saiyan-Sans.ttf');
}

@font-face {
    font-family: 'poppins';
    src: url('../font/poppins/Poppins-BoldItalic.ttf');
}

@font-face {
    font-family: 'oswald';
    src: url('../font/oswald/Oswald-VariableFont_wght.ttf');
}


/* Scroll desplazamiento diferentes secciones */

html {
    scroll-behavior: smooth;
}

/* Scroll Personalizado */

body::-webkit-scrollbar {
    width: 15px;
    background: #f5f4f4;
}

body::-webkit-scrollbar-thumb {
    background: rgba(214, 90, 17, 0.801);
    border-radius: 10px;
    border-right: 2px solid #ffffff;
}

/* cada section haya un margin ya que la cabecera hay un fixed */

section[id] {
    scroll-margin-top: 100px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 4rem;
}

* {
    text-decoration: none;
    list-style-type: none;
    vertical-align: baseline;

}



body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: white;
    font-size: 12px;
    font-family: sans-serif;
    background: url('/images/web/fondo.jpg');
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: cubic-bezier(.17, .67, .83, .67);
    -o-transition: cubic-bezier(.17, .67, .83, .67);
    transition: cubic-bezier(.17, .67, .83, .67);
    max-width: 100vw;
    max-height: 100vh;
}

#header {
    position: fixed;
    top: 0;
    margin-top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: url('/images/web/fondo.jpg');
    z-index: 100;
    -webkit-box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
            box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
}

.header-cabecera {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

.cabecera {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.logotipo {
    width: auto;
    height: 90px;
}

/* menu login */

.lista-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    line-height: 0;
    position: absolute;
    top: 30px;
    right: 30px;
}


.register {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
}

.register:hover {
    zoom: 120%;
}

.register a {
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: 2px 4px 0px 1px #000000;
            box-shadow: 2px 4px 0px 1px #000000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.register img {
    width: 100%;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: top;
    line-height: 0;
}

.login {
    /* width: 152.5px;
    height: 30px;
    text-align: center;
    overflow: hidden; */
    visibility: inherit;
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
}

.login:hover {
    zoom: 120%;
}

.img_login {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.login a {
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: 2px 4px 0px 1px #000000;
            box-shadow: 2px 4px 0px 1px #000000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.login img {
    width: 100%;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: top;
    line-height: 0;
}

.registrado {
    position: relative;
    font-family: 'poppins';
    color: black;
    font-size: larger;
    left: 0;
    right: 0;
    top: -30px;
    bottom: 0;
    /* line-height: 2.3; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
            box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.img_registrado {
    position: absolute;
    left: -32px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -3;
    width: 250px;
    height: auto;
}

.registrado:hover {
    zoom: 105%;
}




/* menu principal */

.menu_principal {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.open-menu {
    display: none;
}

.menu {
    width: 100%;
    background-color: #000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    font-family: 'poppins';
    line-height: 50px;
    height: 100%;
    font-size: x-large;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
}


.open-menu,
.close-menu {
    display: none;
}


.home,
.about,
.blog,
.portfolio,
.contact {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0;
    cursor: pointer;

}

.home a,
.about a,
.blog a,
.portfolio a,
.contact a {
    padding: 0.5em 0;
    color: rgb(255, 255, 255);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;

}


.home a:before,
.about a:before,
.blog a:before,
.portfolio a:before,
.contact a:before {
    bottom: 0;
    display: block;
    height: 6px;
    width: 0%;
    content: "";
    background-color: whitesmoke;
    position: absolute;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    right: 2px;
}

.home a:after,
.about a:after,
.blog a:after,
.portfolio a:after,
.contact a:after {

    bottom: 0;
    top: 0;
    left: 0;
    line-height: 2.4;
    content: attr(data-hover);
    color: rgb(246, 164, 10);
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/* current con el cuál vamos a ir jugando para que se quedé tras hacer click con js */
.home a:hover:before,
.about a:hover:before,
.blog a:hover:before,
.portfolio a:hover:before,
.contact a:hover:before,
.menu .current a:before {
    opacity: 1;
    width: 100%;
}

.home a:hover:after,
.about a:hover:after,
.blog a:hover:after,
.portfolio a:hover:after,
.contact a:hover:after,
.menu .current a:after {
    max-width: 100%;

}


.slider-imagenes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.6fr 0px 1.8fr 0px 0.6fr;
    grid-template-columns: 0.6fr 1.8fr 0.6fr;
    -ms-grid-rows: 1fr 0px 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
        grid-template-areas:
        "izq container-all der"
        "izq container-all der"
        "izq container-all der";
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
}

.izq {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    grid-area: izq;
}

.der {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: der;
}

.container-all {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    grid-area: container-all;
}

.slider-imagenes {
    margin-top: 130px;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: white;


}

.izq {
    width: 100%;
    height: 428px;
    background: url("/images/carrousel/fondo_carrousel.png") 0px -14px;
    opacity: 0.2;
}

.der {
    width: 100%;
    height: 428px;
    background: url("/images/carrousel/fondo_carrousel2.jpg") 0px 0px;
    opacity: 0.2;

}

/* CARROUSEL */


.carrousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    margin-top: 160px;
}

.img {
    max-width: 100%;
}

.img-show {
    max-width: 100%;
}

.img-show2 {
    max-width: 100%;
    height: 85%;
}




.container-all {
    position: relative;
    /* width: 100%; */
    max-width: 800px;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 29px 0px #000000;
            box-shadow: 0px 2px 29px 0px #000000;
    border: 10px double black;

}

.slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
    -webkit-animation-name: autoplay;
    animation-name: autoplay;
    -webkit-animation-duration: 6.5s;
    animation-duration: 6.5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.item-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 100%;
}

.pagination {
    position: absolute;
    top: 20px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.pagination-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid orange;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(238, 178, 68, 0.5);
    margin: 0 10px;
    text-align: center;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.pagination-item:hover {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
}

.pagination-item img {
    display: inline-block;
    max-width: none;
    height: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.pagination-item:hover img {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


input[id="1"]:checked~.slide {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

input[id="1"]:checked~.pagination .pagination-item[for="1"] {
    background: #fff;
}

input[id="2"]:checked~.slide {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translate3d(calc(-100% * 1), 0, 0);
            transform: translate3d(calc(-100% * 1), 0, 0);
}

input[id="2"]:checked~.pagination .pagination-item[for="2"] {
    background: #fff;
}


input[id="3"]:checked~.slide {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translate3d(calc(-100% * 2), 0, 0);
            transform: translate3d(calc(-100% * 2), 0, 0);
}

input[id="3"]:checked~.pagination .pagination-item[for="3"] {
    background: #fff;
}


@-webkit-keyframes autoplay {
    33% {
        -webkit-transform: translate3d(calc(-100% * 0), 0, 0);
                transform: translate3d(calc(-100% * 0), 0, 0);
    }

    66% {
        -webkit-transform: translate3d(calc(-100% * 1), 0, 0);
                transform: translate3d(calc(-100% * 1), 0, 0);
    }

    100% {
        -webkit-transform: translate3d(calc(-100% * 2), 0, 0);
                transform: translate3d(calc(-100% * 2), 0, 0);
    }
}


@keyframes autoplay {
    33% {
        -webkit-transform: translate3d(calc(-100% * 0), 0, 0);
                transform: translate3d(calc(-100% * 0), 0, 0);
    }

    66% {
        -webkit-transform: translate3d(calc(-100% * 1), 0, 0);
                transform: translate3d(calc(-100% * 1), 0, 0);
    }

    100% {
        -webkit-transform: translate3d(calc(-100% * 2), 0, 0);
                transform: translate3d(calc(-100% * 2), 0, 0);
    }
}

/* BORDE  */

.borde {
    position: relative;
    background: black;
}

.borde:before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + 150px);
    background: #000;
    -webkit-transform: skewY(2.2deg);
        -ms-transform: skewY(2.2deg);
            transform: skewY(2.2deg);
    z-index: -100;
    overflow: hidden;
    color: #000;
}

.borde h2 {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -507px;
    width: 126px;
    height: 114px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(/images/web/tit_rising.png) no-repeat 0 0;
    background-size: 126px auto;
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
    z-index: 2;
}

.borde-contenido {
    position: relative;
    width: 919px;
    height: 163px;
    margin: 15px auto 0;
    padding: 10px 44px 30px 0;
    background: url("/images/web/borde.png") no-repeat 0 0;
    background-size: 913px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    color: #000;
    font-family: 'Times New Roman', Times, serif;
    -ms-flex-direction: row;
        flex-direction: row;
}



/* zona de registrarse/login */

.wrap {
    margin-top: -160px;
    padding-top: 160px;
    overflow: hidden;
}

.wrap:before {
    content: "";
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    height: 50%;
    background: url('/images/web/fondo.jpg') 0px -120px;
    z-index: -1;
}

.regist-area {
    position: relative;
    width: 100%;
    margin: 160px auto 0;
    min-height: calc(100vh - 356px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.regist-area:after {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 15px;
    width: 307px;
    height: 315px;
    background: url('/images/registro/abajo.png') no-repeat 0px 5px;
    background-size: 299px auto;
    z-index: 2;
}



.regist-contents {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

.regist-contents::before .regist-area {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    background-image: url('images/web/diagonal.png');
}


.titulo-registrate {
    position: relative;
    height: 250px;
    padding-top: 45px;
    overflow: hidden;
}

.titulo-registrate h2 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 3;
    font-family: 'poppins';
    font-weight: 700;
    font-size: 144px;
    font-size: 144px;
    font-size: 9rem;
    letter-spacing: -.02em;
}

.titulo-registrate::before {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url('/images/web/diagonal.png');
}

.charactor {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 290px;
    height: 180px;
    margin-left: 344px;
    background: url('/images/web/h2_charactor.png') no-repeat 0 0;
    background-size: 262px auto;
    z-index: 1;
}

.charactor2 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 290px;
    height: 228px;
    margin-left: 344px;
    background: url('/images/web/h2_charactor2.png') no-repeat 0 0;
    background-size: 262px auto;
    z-index: 1;
}

.titulo-registrate::after {
    content: "";
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #f2f2f2;
    -webkit-transform: skewY(2.5deg);
        -ms-transform: skewY(2.5deg);
            transform: skewY(2.5deg);
    z-index: 1;
}

.regist-contents::after .regist-area {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #f2f2f2;
    -webkit-transform: skewY(2.5deg);
        -ms-transform: skewY(2.5deg);
            transform: skewY(2.5deg);
    z-index: 1;
}

.regist-contents-inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 220px;
    background-color: #f2f2f2;
    position: relative;
}

/* contenido index */



.contenido {
    width: auto;
    height: 100vh;
    font-family: 'poppins';
    margin-top: 70px;
}

.contenido h1 {
    font-size: 6vw;
    text-align: center;
    color: black;
    text-transform: uppercase;
    /* border: 4px double black; */
    /* border-radius: 11px; */
    font-family: 'poppins';
}

/* CARTAS */
.fondo-cartas {
    background: url('/images/web/fondo_cartas.jpg') no-repeat;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    -webkit-box-shadow: 15px 15px 24px #b2b8c9, -15px -15px 24px #f0f8ff;
            box-shadow: 15px 15px 24px #b2b8c9, -15px -15px 24px #f0f8ff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
}

.contenido-cartas {
    width: auto;
    height: 100vh;
    font-family: 'poppins';
    margin-top: 70px;
    position: relative;

}

/* PROYECTO */
.fondo-proyecto {
    background: url('/images/web/fondo-proyecto.jpg') no-repeat;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    -webkit-box-shadow: 15px 15px 24px #b2b8c9, -15px -15px 24px #f0f8ff;
            box-shadow: 15px 15px 24px #b2b8c9, -15px -15px 24px #f0f8ff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
}


.contenido-proyecto {

    width: auto;
    height: 100vh;
    font-family: 'poppins';
    margin-top: 70px;
    position: relative;
    margin-bottom: 10px;

}

.contenido-proyecto h1 {
    font-size: 6vw;
    text-align: center;
    color: white;
    text-transform: uppercase;
    /* border: 4px double black; */
    /* border-radius: 11px; */
    font-family: 'poppins';
}

.contenido_proyecto {
    width: auto;
    /* height: 100vh; */
    font-family: 'poppins';
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.row>* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.row>.col-4 {
    width: 33.33333%;
}

.box {
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 2em;
}

.box.style1 {
    padding: 3em 2em 3.5em 2em;
    -webkit-box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
            box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.box.style1 h3 {
    margin-bottom: 0.5em;
}

.box.style2 h3 {
    margin-bottom: 0.25em;
}

.box.style2 .image {
    position: relative;
    left: 2em;
    top: 2em;
    margin: -4em 0 4em -4em;
    width: auto;
}

.icon {
    text-decoration: none;
    text-decoration: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon:before {
    font-size: 1.25em;
}

.icon>.label {
    display: none;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

.icon.featured {
    color: #b6191a;
    display: block;
    margin: 0 0 1.5em 0;
    cursor: default;
}

.icon.featured:before {
    font-size: 6em;
}


.img-thumbnai {
    padding: 0.25rem;
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 30%;
    height: auto;
    vertical-align: middle;
}

.card-proyecto {
    /* position: relative; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    /* width: 50%; */
    /* left: 25%; */
    margin: 0px 100px 0px 100px;
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

/* Scroll Personalizado */

.contenido_cartas::-webkit-scrollbar {
    width: 15px;
    background: #f5f4f4;
}

.contenido_cartas::-webkit-scrollbar-thumb {
    background: rgba(238, 25, 25, 0.801);
    border-radius: 10px;
    border-right: 2px solid #ffffff;
}

.row::-webkit-scrollbar {
    width: 15px;
    background: #f5f4f4;
}

.row::-webkit-scrollbar-thumb {
    background: rgba(238, 25, 25, 0.801);
    border-radius: 10px;
    border-right: 2px solid #ffffff;
}



.contenido_cartas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 80vh;
}

.contenido_cartas img {
    margin: 10px;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    max-width: 42vw;
}


/* CONTACTO */
.fondo-contacto {
    background: url('/images/web/contacto.png') no-repeat;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    -webkit-box-shadow: 15px 15px 24px #b2b8c9, -15px -15px 24px #f0f8ff;
            box-shadow: 15px 15px 24px #b2b8c9, -15px -15px 24px #f0f8ff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
}

.contenido-contacto {
    width: auto;
    height: 100vh;
    font-family: 'poppins';
    margin-top: 70px;
    position: relative;
    scroll-margin-top: 100px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 4rem;
    margin-top: 170px;

}

/* ICONO DE PERFIL DEL USUARIO */
.usuario {
    width: 80px;
    height: 80px;
}



/* media screen */

@media screen and (max-width: 1030px) {


    .regist-area {
        position: relative;
        width: 100%;
        margin: 90px auto 0;
        min-height: calc(100vh - 356px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: 140px;
        background: url('/images/web/fondo.jpg');
        z-index: 100;
        -webkit-box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
                box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .cabecera {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /* LOGIN  */
    .lista-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 270px;
        height: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        line-height: 1;
        position: relative;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        top: 8px;
        right: -120px;
    }



    .menu_principal {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: -16px;
    }

    .wrap {
        margin-top: -40px;
        padding-top: 0px;
        overflow: hidden;
        width: 100%;
    }

    /* Menu */
    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: black;
        height: 100%;
        overflow-y: auto;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .registrado {
        position: relative;
        font-family: 'poppins';
        color: black;
        font-size: larger;
        left: 60px;
        right: 0px;
        top: -20px;
        bottom: 0;
        /* line-height: 2.3; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 92px;
        height: 46px;
        /* box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */
    }

    .usuario {
        width: 57px;
        height: 50px;
    }

    .menu li {
        padding: 0;
    }

    .menu a {
        color: white;
        line-height: 70px;
        font-size: 25px;
    }

    .open-menu,
    .close-menu {
        display: block;
        border: none;
        background: none;
        cursor: pointer;
    }

    .close-menu {
        -ms-flex-item-align: end;
            align-self: flex-end;
        padding: 20px 15px;
    }

    .menu_opened {
        opacity: 1;
        pointer-events: all;
    }

    .open-menu:focus:not(:focus-visible),
    .close-menu:focus:not(:focus-visible) {
        outline: none;
    }

    .menu a::after {
        content: none;
    }

    .menu a:hover,
    .menu a.selected {
        color: #F7C331;
    }

    /* CONTACTO */
    .fondo-contacto {
        background: url('/images/web/contacto.png') no-repeat;
        -webkit-filter: blur(15px);
        filter: blur(15px);
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50px;
        -webkit-box-shadow: 15px 15px 24px #b2b8c9, -15px -15px 24px #f0f8ff;
                box-shadow: 15px 15px 24px #b2b8c9, -15px -15px 24px #f0f8ff;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -100;
    }

    .contenido-contacto {
        width: auto;
        height: 100vh;
        font-family: 'poppins';
        margin-top: 70px;
        position: relative;
        scroll-margin-top: 100px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
                box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        border-radius: 4rem;
        margin-top: 160px;

    }


    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: 140px;
        background: url('/images/web/fondo.jpg');
        z-index: 100;
        -webkit-box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
                box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .cabecera {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /* LOGIN  */
    .lista-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 270px;
        height: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        line-height: 1;
        position: relative;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        top: 8px;
        right: -57px;
    }



    .menu_principal {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: -16px;
    }

    .btn_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 120.9px;
        height: 22.31px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: block;
        border-radius: 50px;
        -webkit-box-shadow: 2px 4px 0px 1px #000000;
                box-shadow: 2px 4px 0px 1px #000000;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        margin-right: 230px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }

    #inicio {
        margin-top: -10px;
    }

    .titulo-registrate {
        position: relative;
        height: 250px;
        padding-top: 90px;
        overflow: hidden;
    }

    .titulo-registrate h2 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        z-index: 3;
        font-family: 'poppins';
        font-weight: 700;
        font-size: 144px;
        font-size: 144px;
        font-size: 7rem;
        letter-spacing: -.02em;
    }

    .titulo-registrate::before {
        content: "";
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        height: 150px;
        background-image: url('/images/web/diagonal.png');
    }

    .charactor {
        position: absolute;
        left: 25%;
        bottom: 10px;
        width: 290px;
        height: 180px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .charactor2 {
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 290px;
        height: 228px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor2.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .titulo-registrate::after {
        content: "";
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        height: 150px;
        background-color: #f2f2f2;
        -webkit-transform: skewY(2.5deg);
            -ms-transform: skewY(2.5deg);
                transform: skewY(2.5deg);
        z-index: 1;
    }

    .registrado {
        position: relative;
        font-family: 'poppins';
        color: black;
        font-size: larger;
        left: 60px;
        right: 0px;
        top: -20px;
        bottom: 0;
        /* line-height: 2.3; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 92px;
        height: 46px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .usuario {
        width: 57px;
        height: 50px;
    }

}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .logotipo {
        width: auto;
        height: 60px;
    }

    .der {
        width: 0;
    }

    .izq {
        width: 0;
    }

    .regist-area {
        position: relative;
        width: 100%;
        margin: 90px auto 0;
        min-height: calc(100vh - 356px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .regist-area:after {
        content: "";
        position: absolute;
        bottom: -160px;
        left: 15px;
        width: 307px;
        height: 315px;
        background: url('/images/registro/abajo.png') no-repeat 0px 5px;
        background-size: 299px auto;
        z-index: -4;
    }



    .borde-contenido {
        position: relative;
        width: 100%;
        height: 163px;
        margin: 15px auto 0;
        padding: 3.259vw 0 5.215vw;
        background: url("/images/web/borde.png") no-repeat 0 0;
        background-size: 100% auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 1;
        color: #000;
        font-family: 'Times New Roman', Times, serif;
        -ms-flex-direction: row;
            flex-direction: row;
    }

    .borde h2 {
        position: absolute;
        top: -10px;
        left: 55%;
        margin-left: -507px;
        width: 126px;
        height: 114px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: url(/images/web/tit_rising.png) no-repeat 0 0;
        background-size: 126px auto;
        -webkit-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
                transform: rotate(-15deg);
        z-index: 2;
    }

    .contenido {
        width: auto;
        font-family: 'poppins';
        margin-top: 70px;
        height: 40rem;
    }

    .container-all {
        position: relative;
        width: 500%;
        max-width: 824px;
        height: auto;
        border-radius: 6px;
        overflow: hidden;
        -webkit-box-shadow: 0px 2px 29px 0px #000000;
                box-shadow: 0px 2px 29px 0px #000000;
        border: 10px double black;
    }

    .contenido_cartas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: 100vh;
        overflow-y: scroll;
    }

    .contenido-cartas {
        width: auto;
        height: 90vh;
        font-family: 'poppins';
        margin-top: 70px;
        position: relative;
    }

    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: 140px;
        background: url('/images/web/fondo.jpg');
        z-index: 100;
        -webkit-box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
                box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .cabecera {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /* LOGIN  */
    .lista-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 270px;
        height: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        line-height: 1;
        position: relative;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        top: 8px;
        right: -57px;
    }



    .menu_principal {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: -16px;
    }

    .btn_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 120.9px;
        height: 22.31px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: block;
        border-radius: 50px;
        -webkit-box-shadow: 2px 4px 0px 1px #000000;
                box-shadow: 2px 4px 0px 1px #000000;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        margin-right: 230px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }

    #inicio {
        margin-top: -10px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }

    #inicio {
        margin-top: -10px;
    }

    .titulo-registrate {
        position: relative;
        height: 250px;
        padding-top: 90px;
        overflow: hidden;
    }

    .titulo-registrate h2 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        z-index: 3;
        font-family: 'poppins';
        font-weight: 700;
        font-size: 144px;
        font-size: 144px;
        font-size: 7rem;
        letter-spacing: -.02em;
    }

    .titulo-registrate::before {
        content: "";
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        height: 150px;
        background-image: url('/images/web/diagonal.png');
    }

    .charactor {
        position: absolute;
        left: 25%;
        bottom: 10px;
        width: 290px;
        height: 180px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .charactor2 {
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 290px;
        height: 228px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor2.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .titulo-registrate::after {
        content: "";
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        height: 150px;
        background-color: #f2f2f2;
        -webkit-transform: skewY(2.5deg);
            -ms-transform: skewY(2.5deg);
                transform: skewY(2.5deg);
        z-index: 1;
    }


    .registrado {
        position: relative;
        font-family: 'poppins';
        color: black;
        font-size: larger;
        left: 60px;
        right: 0px;
        top: -20px;
        bottom: 0;
        /* line-height: 2.3; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 92px;
        height: 46px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .usuario {
        width: 57px;
        height: 50px;
    }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    section,
    article {
        clear: both;
    }


    .box {
        padding: 30px 20px 30px 20px;
        margin: 0 0 20px 0 !important;
    }

    .box h3 {
        margin-bottom: 0.25em;
    }

    .box .image.centered {
        margin-bottom: 1em;
    }

    .box .image.featured {
        position: relative;
        left: 20px;
        top: 20px;
        margin: -50px 0 50px -40px;
        width: auto;
    }

    .box.style1 {
        max-width: 32em;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .box.style2 {
        max-width: 32em;
        margin-left: auto !important;
        margin-right: auto !important;
    }



    .logotipo {
        width: auto;
        height: 60px;
    }

    .der {
        width: 0;
    }

    .izq {
        width: 0;
    }

    .regist-area {
        position: relative;
        width: 100%;
        margin: 90px auto 0;
        min-height: calc(100vh - 356px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .regist-area:after {
        content: "";
        position: absolute;
        bottom: -160px;
        left: 15px;
        width: 307px;
        height: 315px;
        background: url('/images/registro/abajo.png') no-repeat 0px 5px;
        background-size: 299px auto;
        z-index: -4;
    }

    .borde h2 {
        position: absolute;
        top: -10px;
        left: 70%;
        margin-left: -507px;
        width: 126px;
        height: 114px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: url(/images/web/tit_rising.png) no-repeat 0 0;
        background-size: 126px auto;
        -webkit-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
                transform: rotate(-15deg);
        z-index: 2;
    }

    .borde-contenido {
        position: relative;
        width: 100%;
        height: 29.462vw;
        margin: 0;
        padding: 3.259vw 0 5.215vw;
        background: url("/images/web/borde.png") no-repeat 0 0;
        background-size: 180% auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 1;
        color: #000;
        font-family: 'Times New Roman', Times, serif;
        -ms-flex-direction: row;
            flex-direction: row;
    }

    .contenido {
        width: auto;
        font-family: 'poppins';
        margin-top: 70px;
        height: 38rem;
    }

    .contenido h1 {
        font-size: 8vw;
        text-align: center;
        color: black;
        text-transform: uppercase;
        /* border: 4px double black; */
        /* border-radius: 11px; */
        font-family: 'poppins';
        margin-bottom: 30px;
    }

    .container-all {
        position: relative;
        width: 700vw;
        max-width: 824px;
        height: auto;
        border-radius: 6px;
        overflow: hidden;
        -webkit-box-shadow: 0px 2px 29px 0px #000000;
                box-shadow: 0px 2px 29px 0px #000000;
        border: 10px double black;
    }

    .contenido_cartas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-height: 75vh;
        overflow-y: scroll;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .contenido-cartas {
        width: auto;
        height: 90vh;
        font-family: 'poppins';
        margin-top: 70px;
        position: relative;
    }

    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: 140px;
        background: url('/images/web/fondo.jpg');
        z-index: 100;
        -webkit-box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
                box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .cabecera {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /* LOGIN  */
    .lista-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 270px;
        height: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        line-height: 1;
        position: relative;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        top: 8px;
        right: -57px;
    }



    .menu_principal {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: -16px;
    }

    .btn_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 120.9px;
        height: 22.31px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: block;
        border-radius: 50px;
        -webkit-box-shadow: 2px 4px 0px 1px #000000;
                box-shadow: 2px 4px 0px 1px #000000;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        margin-right: 230px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }

    #inicio {
        margin-top: -10px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }

    #inicio {
        margin-top: -10px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }



    .titulo-registrate {
        position: relative;
        height: 250px;
        padding-top: 90px;
        overflow: hidden;
    }

    .titulo-registrate h2 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        z-index: 3;
        font-family: 'poppins';
        font-weight: 700;
        font-size: 144px;
        font-size: 144px;
        font-size: 6rem;
        letter-spacing: -.02em;
    }

    .titulo-registrate::before {
        content: "";
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        height: 150px;
        background-image: url('/images/web/diagonal.png');
    }

    .charactor {
        position: absolute;
        left: 13%;
        bottom: 10px;
        width: 290px;
        height: 180px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .charactor2 {
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 290px;
        height: 228px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor2.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .titulo-registrate::after {
        content: "";
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        height: 150px;
        background-color: #f2f2f2;
        -webkit-transform: skewY(2.5deg);
            -ms-transform: skewY(2.5deg);
                transform: skewY(2.5deg);
        z-index: 1;
    }

    .titulo-registrate {
        position: relative;
        height: 250px;
        padding-top: 90px;
        overflow: hidden;
    }

    .titulo-registrate h2 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        z-index: 3;
        font-family: 'poppins';
        font-weight: 700;
        font-size: 144px;
        font-size: 144px;
        font-size: 5rem;
        letter-spacing: -.02em;
    }

    .titulo-registrate::before {
        content: "";
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        height: 150px;
        background-image: url('/images/web/diagonal.png');
    }

    .charactor {
        position: absolute;
        left: 5%;
        bottom: 10px;
        width: 290px;
        height: 180px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .charactor2 {
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 290px;
        height: 228px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor2.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .titulo-registrate::after {
        content: "";
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        height: 150px;
        background-color: #f2f2f2;
        -webkit-transform: skewY(2.5deg);
            -ms-transform: skewY(2.5deg);
                transform: skewY(2.5deg);
        z-index: 1;
    }

    .logo-register {
        width: 100%;
        height: 75px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 4rem;
        -webkit-box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
                box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    }

    .registrado {
        position: relative;
        font-family: 'poppins';
        color: black;
        font-size: larger;
        left: 60px;
        right: 0px;
        top: -20px;
        bottom: 0;
        /* line-height: 2.3; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 92px;
        height: 46px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .usuario {
        width: 57px;
        height: 50px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .descripcion-proyecto {
        text-align: center;
        color: white;
        font-size: 3.5vw;
        overflow-wrap: break-word;
        overflow-y: hidden;
        margin-left: 20px;
        background: -o-linear-gradient(45deg, black, #00000087);
        background: linear-gradient(45deg, black, #00000087);
        margin-right: 20px;
        border-radius: 1rem;
        margin-top: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* flex-direction: row; */
    }

    .logotipo {
        width: auto;
        height: 60px;
    }

    .der {
        width: 0;
    }

    .izq {
        width: 0;
    }


    .regist-area {
        position: relative;
        width: 100%;
        margin: 90px auto 0;
        min-height: calc(100vh - 356px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .regist-area:after {
        content: "";
        position: absolute;
        bottom: -160px;
        left: 15px;
        width: 307px;
        height: 315px;
        background: url('/images/registro/abajo.png') no-repeat 0px 5px;
        background-size: 299px auto;
        z-index: -4;
    }

    .borde h2 {
        position: absolute;
        top: -10px;
        left: 70%;
        margin-left: -507px;
        width: 126px;
        height: 114px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: url(/images/web/tit_rising.png) no-repeat 0 0;
        background-size: 126px auto;
        -webkit-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
                transform: rotate(-15deg);
        z-index: 2;
    }

    .borde-contenido {
        position: relative;
        width: 100%;
        height: 30.462vw;
        margin: 0;
        padding: 3.259vw 0 5.215vw;
        background: url("/images/web/borde.png") no-repeat 0 0;
        background-size: 180% auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 1;
        color: #000;
        font-family: 'Times New Roman', Times, serif;
        -ms-flex-direction: row;
            flex-direction: row;
    }

    .contenido {
        width: auto;
        font-family: 'poppins';
        margin-top: 0px;
        height: 38rem;
    }

    .contenido h1 {
        font-size: 8vw;
        text-align: center;
        color: black;
        text-transform: uppercase;
        /* border: 4px double black; */
        /* border-radius: 11px; */
        font-family: 'poppins';
        margin-bottom: 30px;
    }

    .container-all {
        position: relative;
        width: 700vw;
        max-width: 824px;
        height: auto;
        border-radius: 6px;
        overflow: hidden;
        -webkit-box-shadow: 0px 2px 29px 0px #000000;
                box-shadow: 0px 2px 29px 0px #000000;
        border: 10px double black;
    }

    .contenido_cartas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-height: 70vh;
        overflow-y: scroll;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

    .contenido-cartas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 95%;
        max-width: 100%;
        margin: 0 auto;
        /* flex-wrap: wrap; */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 50rem;
    }

    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: 140px;
        background: url('/images/web/fondo.jpg');
        z-index: 100;
        -webkit-box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
                box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .cabecera {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /* LOGIN  */
    .lista-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 270px;
        height: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        line-height: 1;
        position: relative;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        top: 8px;
        right: -57px;
    }



    .menu_principal {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 20px;
    }

    .btn_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 120.9px;
        height: 20.31px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: block;
        border-radius: 50px;
        -webkit-box-shadow: 2px 4px 0px 1px #000000;
                box-shadow: 2px 4px 0px 1px #000000;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        margin-right: 0px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }

    #inicio {
        margin-top: -10px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }


    .btn_menu:hover {
        zoom: 105%;
    }


    .titulo-registrate {
        position: relative;
        height: 250px;
        padding-top: 90px;
        overflow: hidden;
    }

    .titulo-registrate h2 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        z-index: 3;
        font-family: 'poppins';
        font-weight: 700;
        font-size: 144px;
        font-size: 144px;
        font-size: 6rem;
        letter-spacing: -.02em;
    }

    .titulo-registrate::before {
        content: "";
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        height: 150px;
        background-image: url('/images/web/diagonal.png');
    }

    .charactor {
        position: absolute;
        left: 13%;
        bottom: 10px;
        width: 290px;
        height: 180px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .charactor2 {
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 290px;
        height: 228px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor2.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .titulo-registrate::after {
        content: "";
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        height: 150px;
        background-color: #f2f2f2;
        -webkit-transform: skewY(2.5deg);
            -ms-transform: skewY(2.5deg);
                transform: skewY(2.5deg);
        z-index: 1;
    }

    .titulo-registrate {
        position: relative;
        height: 250px;
        padding-top: 90px;
        overflow: hidden;
    }

    .titulo-registrate h2 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        z-index: 3;
        font-family: 'poppins';
        font-weight: 700;
        font-size: 144px;
        font-size: 144px;
        font-size: 4rem;
        letter-spacing: -.02em;
    }

    .titulo-registrate::before {
        content: "";
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        height: 150px;
        background-image: url('/images/web/diagonal.png');
    }

    .charactor {
        position: absolute;
        left: -15%;
        bottom: 10px;
        width: 290px;
        height: 180px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .charactor2 {
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 290px;
        height: 228px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor2.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .titulo-registrate::after {
        content: "";
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        height: 150px;
        background-color: #f2f2f2;
        -webkit-transform: skewY(2.5deg);
            -ms-transform: skewY(2.5deg);
                transform: skewY(2.5deg);
        z-index: 1;
    }

    .logo-register {
        width: 100%;
        height: 75px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 4rem;
        -webkit-box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
                box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    }

    .logo-register img {
        width: 111%;
        height: 89px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
                box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    }

    .registrado {
        position: relative;
        font-family: 'poppins';
        color: black;
        font-size: larger;
        left: 60px;
        right: 0px;
        top: -20px;
        bottom: 0;
        /* line-height: 2.3; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 92px;
        height: 46px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .usuario {
        width: 57px;
        height: 50px;
    }

    .contenido-proyecto h1 {
        font-size: 8vw;
        text-align: center;
        color: white;
        text-transform: uppercase;
        /* border: 4px double black; */
        /* border-radius: 11px; */
        font-family: 'poppins';
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 220px) and (max-device-width : 479px) {

    .slider-imagenes {
        margin-top: -42px;
        background-size: contain;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        background: white;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .contenido-proyecto h1 {
        font-size: 8vw;
        text-align: center;
        color: white;
        text-transform: uppercase;
        /* border: 4px double black; */
        /* border-radius: 11px; */
        font-family: 'poppins';
    }

    .contenido_cartas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-height: 90vh;
        overflow-y: scroll;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .logotipo {
        width: auto;
        height: 60px;
    }

    .der {
        width: 0;
    }

    .izq {
        width: 0;
    }

    h3 {
        font-size: calc(1.0825rem + 0.39vw);
    }

    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: 140px;
        background: url('/images/web/fondo.jpg');
        z-index: 100;
        -webkit-box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
                box-shadow: 0 4px 5px rgba(168, 166, 166, 0.39);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .cabecera {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /* LOGIN  */
    .lista-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 300px;
        height: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        line-height: 1;
        position: relative;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        top: 8px;
        right: 0px;
    }



    .menu_principal {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 20px;
    }

    .btn_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 120.9px;
        height: 20.31px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: block;
        border-radius: 50px;
        -webkit-box-shadow: 2px 4px 0px 1px #000000;
                box-shadow: 2px 4px 0px 1px #000000;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        margin-right: 0px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }

    #inicio {
        margin-top: -10px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }

    #inicio {
        margin-top: -10px;
    }

    .btn_menu:hover {
        zoom: 105%;
    }




    .titulo-registrate {
        position: relative;
        height: 250px;
        padding-top: 90px;
        overflow: hidden;
    }

    .titulo-registrate h2 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        z-index: 3;
        font-family: 'poppins';
        font-weight: 700;
        font-size: 144px;
        font-size: 144px;
        font-size: 6rem;
        letter-spacing: -.02em;
    }

    .titulo-registrate::before {
        content: "";
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        height: 150px;
        background-image: url('/images/web/diagonal.png');
    }

    .charactor {
        position: absolute;
        left: 13%;
        bottom: 10px;
        width: 290px;
        height: 180px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .charactor2 {
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 290px;
        height: 228px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor2.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .titulo-registrate::after {
        content: "";
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        height: 150px;
        background-color: #f2f2f2;
        -webkit-transform: skewY(2.5deg);
            -ms-transform: skewY(2.5deg);
                transform: skewY(2.5deg);
        z-index: 1;
    }

    .titulo-registrate {
        position: relative;
        height: 250px;
        padding-top: 90px;
        overflow: hidden;
    }

    .titulo-registrate h2 {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        z-index: 3;
        font-family: 'poppins';
        font-weight: 700;
        font-size: 144px;
        font-size: 144px;
        font-size: 4rem;
        letter-spacing: -.02em;
    }

    .titulo-registrate::before {
        content: "";
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        height: 150px;
        background-image: url('/images/web/diagonal.png');
    }

    .charactor {
        position: absolute;
        left: -15%;
        bottom: 10px;
        width: 290px;
        height: 180px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .charactor2 {
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 290px;
        height: 228px;
        margin-left: 344px;
        background: url('/images/web/h2_charactor2.png') no-repeat 0 0;
        background-size: 262px auto;
        z-index: 1;
    }

    .titulo-registrate::after {
        content: "";
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        height: 150px;
        background-color: #f2f2f2;
        -webkit-transform: skewY(2.5deg);
            -ms-transform: skewY(2.5deg);
                transform: skewY(2.5deg);
        z-index: 1;
    }

    .logo-register {
        width: 100%;
        height: 75px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 4rem;
        -webkit-box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
                box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    }

    .logo-register img {
        width: 111%;
        height: 89px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
                box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    }

    .registrado {
        position: relative;
        font-family: 'poppins';
        color: black;
        font-size: larger;
        left: 60px;
        right: 0px;
        top: -20px;
        bottom: 0;
        /* line-height: 2.3; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 92px;
        height: 46px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .usuario {
        width: 40px;
        height: 40px;
    }


}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 361px) {
    .borde-contenido {
        position: relative;
        width: 100%;
        height: 52.462vw;
        margin: 0;
        padding: 0.259vw 0 -0.785vw;
        background: url("/images/web/borde.png") no-repeat 0 0;
        background-size: 327% auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 1;
        color: #000;
        font-family: 'Times New Roman', Times, serif;
        -ms-flex-direction: row;
            flex-direction: row;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {}

/* iPhone 4 and high pixel ratio devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.row>* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.row.aln-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.row>.col-4 {
    width: 33.33333%;
}

.row>.off-4 {
    margin-left: 33.33333%;
}



.row>.col-6 {
    width: 50%;
}

.row>.off-6 {
    margin-left: 50%;
}



.row>.col-12 {
    width: 100%;
}

.row>.off-12 {
    margin-left: 100%;
}

.row {
    margin-top: -25px;
    margin-left: -25px;
}

.row>* {
    padding: 25px 0 0 25px;
}



@media screen and (max-width: 1680px) {

    .row {
        margin-right: 0;
        /* overflow: hidden; */
        /* position: absolute; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-height: 100vh;
        /* overflow-y: scroll; */
        margin-bottom: 66px;
    }

    .row>* {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }


    .row.aln-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
                height: 70vh;
                overflow-y: scroll;
    }

    .row>.col-4-xlarge {
        width: 33.33333%;
    }

    .row>.off-4-xlarge {
        margin-left: 33.33333%;
    }


    .row>.col-6-xlarge {
        width: 50%;
    }

    .row>.off-6-xlarge {
        margin-left: 50%;
    }



    .row>.col-12-xlarge {
        width: 100%;
    }

    .row>.off-12-xlarge {
        margin-left: 100%;
    }



    .row {
        margin-top: -25px;
        margin-left: -25px;
    }

    .row>* {
        padding: 25px 0 0 25px;
    }



}

@media screen and (max-width: 1280px) {

    .row {
        margin-right: 0;
        /* overflow: hidden; */
        /* position: absolute; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-height: 80vh;
        overflow-y: scroll;
        margin-bottom: 66px;
    }

    .row>* {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }


    .row.aln-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }


    .row>.col-4-large {
        width: 33.33333%;
    }

    .row>.off-4-large {
        margin-left: 33.33333%;
    }



    .row>.col-6-large {
        width: 50%;
    }

    .row>.off-6-large {
        margin-left: 50%;
    }



    .row>.col-12-large {
        width: 100%;
    }

    .row>.off-12-large {
        margin-left: 100%;
    }


    .row {
        margin-top: -25px;
        margin-left: -25px;
    }

    .row>* {
        padding: 25px 0 0 25px;
    }



}

@media screen and (max-width: 980px) {

    .row {
        margin-right: 0;
        /* overflow: hidden; */
        /* position: absolute; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-height: 80vh;
        overflow-y: scroll;
        margin-bottom: 66px;
    }

    .row>* {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }


    .row.aln-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }


    .row>.col-4-medium {
        width: 33.33333%;
    }

    .row>.off-4-medium {
        margin-left: 33.33333%;
    }



    .row>.col-6-medium {
        width: 50%;
    }

    .row>.off-6-medium {
        margin-left: 50%;
    }





    .row>.col-12-medium {
        width: 100%;
    }

    .row>.off-12-medium {
        margin-left: 100%;
    }



    .row {
        margin-top: -25px;
        margin-left: -25px;
    }


}

@media screen and (max-width: 736px) {

    .row {
        margin-right: 0;
        /* overflow: hidden; */
        /* position: absolute; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-height: 80vh;
        overflow-y: scroll;
        margin-bottom: 66px;
    }

    .row>* {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }


    .row.aln-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }



    .row>.col-4-small {
        width: 33.33333%;
    }

    .row>.off-4-small {
        margin-left: 33.33333%;
    }


    .row>.col-6-small {
        width: 50%;
    }

    .row>.off-6-small {
        margin-left: 50%;
    }



    .row>.col-12-small {
        width: 100%;
    }

    .row>.off-12-small {
        margin-left: 100%;
    }


    .row {
        margin-top: -15px;
        margin-left: -15px;
    }

    .row>* {
        padding: 15px 0 0 15px;
    }


}

@media screen and (max-width: 436px) {

    .row {
        margin-right: 0;
        /* overflow: hidden; */
        /* position: absolute; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-height: 80vh;
        overflow-y: scroll;
        margin-bottom: 66px;
    }

    .row>* {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }


    .row.aln-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }



    .row>.col-4-small {
        width: 33.33333%;
    }

    .row>.off-4-small {
        margin-left: 33.33333%;
    }


    .row>.col-6-small {
        width: 50%;
    }

    .row>.off-6-small {
        margin-left: 50%;
    }



    .row>.col-12-small {
        width: 65%;
    }

    .row>.off-12-small {
        margin-left: 65%;
    }


    .row {
        margin-top: -15px;
        margin-left: -15px;
    }

    .row>* {
        padding: 15px 0 0 15px;
    }


}