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

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


 

.registration-form{
	padding: 50px 0;
}

.registration-form form{
    background-color: #fff;
    max-width: 600px;
    margin: auto;
    padding: 50px 70px;
    border-radius: 2rem;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .form-icon{
	text-align: center;
    background-color: #5891ff;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 100px;
}

.registration-form .item{
	border-radius: 20px;
    margin-bottom: 25px;
    padding: 10px 20px;
}

.registration-form .create-account{
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #5791ff;
    border: none;
    color: white;
    margin-top: 20px;
}

.registration-form .social-media{
    max-width: 600px;
    background-color: #fff;
    margin: auto;
    padding: 35px 0;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #9fadca;
    border-top: 1px solid #dee9ff;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .social-icons{
    margin-top: 30px;
    margin-bottom: 16px;
}

.registration-form .social-icons a{
    font-size: 23px;
    margin: 0 3px;
    color: #5691ff;
    border: 1px solid;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    height: 45px;
    text-align: center;
    background-color: #fff;
    line-height: 45px;
}

.registration-form .social-icons a:hover{
    text-decoration: none;
    opacity: 0.6;
}

@media (max-width: 576px) {
    .registration-form form{
        padding: 50px 20px;
    }

    .registration-form .form-icon{
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}

.background-login
{
    background: url('/images/registro/fondo-login.jpg');
}



.wrapper {
    max-width: 350px;
    min-height: 500px;
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    -webkit-box-shadow: 1px 0px 20px 19px #000000, -13px -13px 20px #fff;
            box-shadow: 1px 0px 20px 19px #000000, -13px -13px 20px #fff;
}

.logo-login {
    width: 80px;
    margin: auto
}

.logo-login img {
    width: 100%;
    height: 80px;
    -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
}

.logo-register img {
    width: 100%;
    height: 100px;
    -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
}

.wrapper .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555
}

.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px
}

.wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
            box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff
}

.wrapper .form-field .fas {
    color: #555
}

.wrapper .btn {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
            box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
    letter-spacing: 1.3px
}

.wrapper .btn:hover {
    background-color: #039BE5
}

.wrapper a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4
}

.wrapper a:hover {
    color: #039BE5
}

@media(max-width: 380px) {
    .wrapper {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px
    }
}

/* avatar */

[type=radio] { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* IMAGE STYLES */
  [type=radio] + img {
    cursor: pointer;
    width: 100px;
    height: 90px;
    border-radius: 2rem;
  }
  
  /* CHECKED STYLES */
  [type=radio]:checked + img {
    outline: 2px solid black;
  }

  .avatar
  {
    font-family: 'poppins';
    font-size: 1.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }


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

    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: auto;
        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;
    }

    .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: 0;
        right: 0px;
        top: -16px;
        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: 120px;
        height: 97px;
        -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;
    }

    .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: 250px;

}

    }






/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) 
{ 
    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: auto;
        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: 35%;
        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;
    }

 }

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

    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: auto;
        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: 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: 15%;
        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;
    }
 }

/* Landscape phones and down */
@media (max-width: 480px) 
{
    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: auto;
        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: 0%;
        bottom: 10px;
        width: 119px;
        height: 223px;
        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;
    }

 }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) 
{
    #header {
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        height: auto;
        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: 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;
    }


 }

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

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) { }

/* 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) { }