*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    right: 0;
    left: 0;
    box-sizing: inherit;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 1.7;
    color: #777;
    box-sizing: border-box;
}

.header-nav {
    height: 8rem;
    background-color: #1f1f1f67;
}

.main--computer {
    z-index: 2;
    position: relative;
    inline-size: auto;
}

.main--ipad {
    margin-left: 15%;
    z-index: 2;
    inline-size: fit-content;
}

.ipad {
    max-width: 100%;
    height: auto;
    z-index: 2;
    inline-size: fit-content;
}

.lap {
    max-width: 100%;
    height: auto;
    z-index: 2
}

.cell {
    max-width: 90%;
    height: auto;
    z-index: 2;
    inline-size: fit-content;
}

.container-1 {
    display: grid;
    /*fr*/
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(8, 1fr);
    height: 100vh;
    background-color: #d01e3f;
}

.container-av {
    display: grid;
    /*fr*/
    height: auto;
    background-color: #d01e3f;
}

.item-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.item-flex_bottom {
    display: flex;
    -webkit-display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -webkit-justify-content: center;
}

.computer {
    width: 100%;
    height: auto!important;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    z-index: 2;
    object-fit: fill;
    padding-bottom: 4%
}

.text_secct {
    margin-top: 16px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
}


/* DEPURARRRR */

.header {
    position: fixed;
    width: 100vw;
    height: 50px;
    z-index: 11;
}

.content-cell {
    width: 65%;
}

.header2 {
    position: absolute;
    width: 100vw;
    z-index: 10;
}

.header-socials {
    margin-right: 1.6rem;
    width: 72px;
    height: 186px;
    float: right;
    z-index: 10;
}

.items-socials {
    margin: 1.8rem 1.6rem 0 1.6rem;
    width: 3.8rem;
    height: 3.8rem;
}

.items-socials:last-child {
    margin: 1.8rem 1.6rem;
    width: 3.8rem;
    height: 3.8rem;
}

.logo-header {
    margin: 5.5px 2rem 5.5px 2rem;
    width: 3.8rem;
    height: 3.8rem;
    list-style-type: none;
    float: left;
}

.topnav {
    height: 5rem;
    background-color: #1f1f1fbd;
}

.item-header {
    list-style-type: none;
    overflow: hidden;
}

.header-socials ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.header__menu--opacity {
    opacity: 0;
}

.item-header {
    height: auto;
    margin: 1.55rem 1.4rem;
    float: left;
}

.item-menu {
    display: none;
}

.header2 ul li a,
.header ul li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: 1px;
}

.header2 ul li a:hover,
.header ul li a:hover {
    color: #ec1940;
}

.btn-social img:hover {
    transform: translateY(-3px);
    animation: pulse 1s infinite;
    animation-iteration-count: infinite;
}

.anim-pulso {
    animation: pulseLogo 5s 1;
    animation-iteration-count: 1;
}

.btn-social {
    animation: moveInBottom .5s ease-out .75s;
    animation-fill-mode: backwards;
}

.btn_form{
    width: 96px;
    height: 32px;
    background-color: #323232;
    border-radius: 2px;
    color: white;
    border-color: #323232;
}
.btn_form:hover{
    background-color: #564545;
    
    border-color: #564545;
}

.btn_form:focus{
   outline: none;
    
    border-color: #ffffff;
}


@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(3rem);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes pulseLogo {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.6, 1.6, 1.6);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.izqu1 {
    -webkit-backface-visibility: hidden;
    animation: shimmy2 1.5s 1 normal forwards;
    -webkit-animation: shimmy2 1.5s 1 normal forwards;
}

.popanim {
    -webkit-backface-visibility: hidden;
    animation: shimmy3 1.8s 1 normal;
    -webkit-animation: shimmy3 112s 1 normal;
}

.popanim2 {
    animation: shimmy4 2s 1 normal forwards;
    -webkit-animation: shimmy4 2s 1 normal forwards;
}

.popanim3 {
    animation: shimmy4 2.4s 1 normal forwards;
    -webkit-animation: shimmy4 2.4s 1 normal forwards;
}

.popanim4 {
    backface-visibility: hidden;
    animation: shimmy4 1.7s 1 normal forwards;
    -webkit-animation: shimmy4 1.7s 1 normal forwards;
}

@keyframes shimmy2 {
    0% {
        transform: translate(-100vw, 0);
        -webkit-transform: translate(-100vw, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes shimmy3 {
    0% {
        transform: translate(0, 300px);
        -webkit-transform: translate(0, 300px);
        opacity: 0;
    }
    35% {
        opacity: 0.5;
    }
    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes shimmy4 {
    0% {
        transform: translate(0, 300px);
        opacity: 0;
    }
    35% {
        opacity: 0.5;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes shimmy {
    0% {
        transform: translate(300px, 0);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}


/* TERMINA DEPURAR */

.item:nth-of-type(1) {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    padding: 0 4%;
}

.item:nth-of-type(2) {
    grid-column: 4 / 8;
    grid-row: 3 / 8;
}

.item:nth-of-type(3) {
    grid-column: 2 / 4;
    grid-row: 6 / 8;
}

.item:nth-of-type(4) {
    grid-column: 4 / 5;
    grid-row: 6 / 8;
}

.item:nth-of-type(5) {
    grid-column: 6 / 10;
    grid-row: 5 / 8;
}

.column-three {
    display: grid;
    grid-template-columns: 0.8fr 0.8fr 0.8fr;
    z-index: 8;
}

.contenidos {
    height: 651px;
    background-image: url('../img/Cel-blanco.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-social-img {
    width: 3.8rem;
    height: 3.8rem;
}

.padding-bottom-14 {
    padding-bottom: 14px;
}

.socials-squer {
    width: 128px;
    position: relative;
    height: 116px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12)
}

.socials-squer-2 {
    width: 128px;
    height: 116px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12)
}

.socials-squer-3 {
    width: 128px;
    height: 116px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12)
}

.socials-squer-4 {
    width: 128px;
    height: 116px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12)
}

.socials-squer-5 {
    width: 128px;
    height: 116px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12)
}

.grid-campa {
    display: grid;
    grid-template-columns: repeat(5, 128px);
    height: auto;
    margin: 10% 0;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.grid-clientes {
    display: grid;
    grid-template-columns: repeat(5, 120px);
    grid-template-rows: repeat(5, 64px);
    margin-top: 48px;
    grid-column-gap: 32px;
    grid-row-gap: 48px
}

.view-cell {
    height: auto
}

.cell_squ {
    height: auto;
    position: relative;
    background-color: #383838;
    display: flex;
    justify-content: center
}

.view-camp {
    height: 100vh;
    background-color: #e3e3e3;
    display: flex;
    justify-content: center;
}

.flag-red-one {
    background-color: #ec1940;
    z-index: 6;
    height: 100.1vh;
    position: absolute;
    clip-path: polygon(0 79%, 0 100%, 100% 100%);
    -webkit-clip-path: polygon(0 79%, 0 100%, 100% 100%);
}

.flag-red-two {
    background-color: #d01e3f;
    z-index: 5;
    height: 100.1vh;
    position: absolute;
    clip-path: polygon(100% 84%, 37% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 84%, 37% 100%, 100% 100%)
}

.flag-gray-one {
    background-color: #ffffff;
    z-index: 6;
    height: 100vh;
    position: absolute;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 70%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 70%);
}

.flag-black-cell {
    background-color: #252525;
    z-index: 6;
    height: 100vh;
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 30%, 100% 0, 0 0);
}

.flag-black-cell-2 {
    background-color: #e3e3e3;
    z-index: 6;
    height: 100vh;
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 30%, 100% 0, 0 0);
}

.flag-gray-cell {
    background-color: #e3e3e3;
    z-index: 6;
    height: 1041px;
    position: absolute;
    bottom: -1px;
    clip-path: polygon(0 75%, 0 100%, 100% 100%);
    -webkit-clip-path: polygon(0 75%, 0 100%, 100% 100%);
}

.main--flag {
    background-color: #ec1940;
    height: 100vh;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 0 135%);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 135%);
}

.second--flag_black {
    background-color: #252525;
    height: 100vh;
    position: absolute;
    -webkit-clip-path: polygon(0 60%, 100% 90%, 100% 100%, 0% 100%);
    clip-path: polygon(0 60%, 100% 90%, 100% 100%, 0% 100%);
}

.view-client {
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center
}

.view-contact {
    width: 100%;
    height: 400px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 48px;
    grid-column-gap: 32px;
}

.camp-title {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ec1940;
    width: 80%;
    text-align: center;
    margin: 0 10%;
}

.section-contact {
    height: 70vh;
    background-color: #ec1940;
    display: flex;
    justify-content: center;
}

.video-cont {
    margin-top: 22%;
    margin-left: 11%;
    width: 78%;
    height: auto;
}

.diamond {
    width: 55px;
    height: 43px;
    margin: 10px 16px;
    position: relative;
}

.diamond img {
    position: absolute;
    transition: opacity 1.5s ease-in-out;
}

.diamond img.top:hover {
    opacity: 0;
}

.topnav.responsive a {
    float: left;
    display: block;
    text-align: center;
    font-size: 14px;
}

.topnav.responsive a i {
    display: none;
}

.input_form{
    width: 100%;
    height: 26px;
    background-color: white !important;
    border-radius: 2px;
        font-family: "Lato", sans-serif;
        font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 2px 6px;
}
.input_form_cap{
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    width: 130px ;
    height: 26px;
    background-color: white !important;
    border-radius: 2px;
    font-family: "Lato", sans-serif;
        font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 2px 6px;
}

input[type=text], 
input[type=date],
input[type=datetime],
input[type=number],
input[type=search],
input[type=time],
input[type=url],
input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}
input[type=text]:focus, 
input[type=date]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=email]:focus,
textarea:focus, 
select:focus{
    -moz-box-shadow: 0 0 8px #fffcfc;
    -webkit-box-shadow: 0 0 8px #fffcfc;
    box-shadow: 0 0 8px #fffcfc;
    border: 1px solid #92767cad;
}

 







.box_form{
    width: 80%;
}
.textarea_form{
     width: 100%;
     background-color: white !important;
     font-family: "Lato", sans-serif;
        font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 2px 6px;
}

.text-form{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .flag-gray-cell,
    .flag-gray-one {
        display: none;
    }
}

@media screen and (max-width: 620px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav.responsive a i {
        display: initial;
    }
    .item-menu {
        margin: 1.7rem 2rem;
        list-style-type: none;
        overflow: hidden;
        float: right;
        display: block;
    }
    .topnav ul li.icon {
        float: right;
        display: block;
        background-color: aqua;
    }
    .container-1 {
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: 0.4fr 1fr 10px 10px 10px 10px 0fr 1fr;
    }
    .item:nth-of-type(1) {
        grid-column: 1 / 5;
        grid-row: 2 / 3;
    }
    .content-cell {
        width: 80%;
        margin: 0 10%;
    }
    .video-cont {
        margin-top: 15%;
        margin-left: 14%;
        margin-right: 15%;
        width: 70%;
        height: 100%;
    }
    .column-three {
        display: block;
        margin: 0px 8% 0 8%;
    }
    .contenidos {
        height: 100%;
        width: 100%;
        padding: 3% 12% 21% 13%;
        text-align: center;
        background-position: center;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .item-header {
        height: 21px;
        margin: 0.5rem 1.4rem;
        float: left;
    }
    .header-socials {
        margin-right: 0;
    }
    .topnav.responsive ul li .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive ul li {
        float: none;
        display: block;
        text-align: left;
    }
    .view-camp {
        height: auto;
    }
    .view-client {
        height: 100%;
    }
    .flag-red-one,
    .flag-red-two,
    .flag-gray-one,
    .flag-black-cell,
    .flag-gray-cell {
        display: none;
    }
    .grid-campa {
        display: grid;
        grid-template-columns: repeat(2, 128px);
        height: auto;
        margin-top: 80px;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
    .grid-clientes {
        display: grid;
        grid-template-columns: repeat(2, 120px);
        grid-template-rows: repeat(10, 64px);
        margin: 8% 0;
        grid-column-gap: 32px;
        grid-row-gap: 48px
    }
    .view-contact {
        display: block;
        margin: 16px;
        height: auto;
    }
    .sm-margin-16 {
        margin: 16px;
    }
    .section-contact {
        height: auto;
        background-color: #ec1940;
    }
    .text-form-contact {
        margin: 0 16px;
    }
    .view-cell {
        height: auto;
    }
    .logo-header {
        margin: 0 0rem 19px 1rem;
        width: 3.8rem;
        height: 3.8rem;
        list-style-type: none;
        float: left;
        padding: 8px 0 21px 0;
    }
    .cell_squ {
        height: auto;
        position: initial;
        background-color: #383838;
        display: flex;
        justify-content: center
    }
}

.icon {
    display: none;
}

@media screen and (max-width: 450px) {
    .video-cont {
        margin-top: 17%;
        margin-left: 14%;
        margin-right: 15%;
        width: 70%;
        height: 100%;
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #ec1940;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #ec1940;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px;
    display: inline-flex;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #ec1940;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #ec1940;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #ec1940
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #ec1940;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #ec1940
}

.contenedor {
    position: relative;
    width: 120px;
    height: 64px;
}

hr.style-two {
    display: none;
}

.contenedor img {
    position: absolute;
    transition: opacity .5s ease-in-out;
    width: 120px;
    height: 64px;
}

.contenedor img.top:hover {
    opacity: 0;
    width: 120px;
    height: 64px;
}

.socials-squer img {
    position: absolute;
    transition: opacity .5s ease-in-out;
    width: 128px;
    height: 116px;
}

.socials-squer img.top:hover {
    opacity: 0;
    width: 128px;
    height: 116px;
}

.clear {
    clear: both;
}

@media (max-width: 1024px) and (orientation: landscape) {
    .view-cell {
        height: auto;
    }
    .view-camp {
        height: auto;
    }
    .section-contact {
        padding: 2%;
        height: 140vh;
    }
    .container-1 {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: 1.5fr 1fr 1fr 1fr 1fr 1fr 1fr .5fr;
        height: 100vh;
        background-color: #d01e3f;
    }
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 900px) and (min-width: 600px) {
    .topnav a {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav a {
        float: left;
        display: block;
        color: white;
        text-align: center;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
        background-color: #1f1f1ff0;
    }
    .topnav.responsive .icon {
        position: absolute;
        left: 87.5vw;
        height: 24px;
        top: 15px;
    }
    .responsive.topnav {
        height: 18rem;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    hr.style-two {
        display: block;
        width: 50%;
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0))
    }
}

.items-socials {
    margin: 1.8rem 10px 0 0;
    float: right;
    width: 3.8rem;
    height: 3.8rem;
}

.items-socials:last-child {
    margin: 1.8rem 10px 1.8rem 0;
    float: right;
    width: 3.8rem;
    height: 3.8rem;
}

.fa-times {
    display: initial;
}

.responsive>a>.fa-times {
    display: initial;
}

.fa-bars {
    display: none;
}

.responsive>a>.fa-bars {
    display: none;
}

.aviso__p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.error,
.success {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 10px;
}