/*
Theme Name: Sinfodigital Theme
*/
@charset "UTF-8";
/*!
* Start Bootstrap - SB Admin v7.0.4 (https://startbootstrap.com/template/sb-admin)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@font-face {
    font-family: 'Avenir Heavy';
    src: url('./assets/font/AvenirHeavy.ttf') format('truetype');
}

@font-face {
    font-family: FeelingPassionate;
    src: url('./assets/font/Feeling_Passionate.otf') format('opentype');
}

body {
    font-family: "Avenir Heavy" !important;
}

.links-gray {
    text-decoration: none;
    color: gray;
}

.radius-nav {
    border-radius: 20px;
    margin-top: 3px;
}

.sf-nav {
    background-color: #adeddf;
    font-size: 12px;
    font-weight: bolder;
    height: 30px !important;
}

.sf-icon-nav {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 1px !important;
    padding-right: 1px !important;
    font-size: 14px;
}

.sf-logo-user {
    cursor: pointer;
}

#sf-datos-nav {
    margin-left: 5%;
}

.sf-sidebar-box {
    background: url("http://192.168.7.18/sinfodigital_wp/wp-content/uploads/2022/02/banner-1024x684.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 580px;
}

.sf-sidebar {
    padding-left: 20px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 100px;
    width: 350px;
    float: left;
    min-height: 580px;
    /*background-color: #d7f6f0;*/
}

.sf-sidebar-box-db {
    width: 250px;
    height: 100%;
}

/*    
}*/
.sf-sidebar-box-db>.sf-sidebar {
    background-color: #2f2f2f;
    width: 250px;
    min-height: 1000px;
}

.sf-sidebar:hover {
    background-color: #d7f6f0;
}

.sf-sidebar:hover .nav-link a {
    color: black;
}

.sf-sidebar:hover .nav-link a span {
    color: #31d3ae;
}

.sf-sidebar:hover .nav-link a:hover {
    color: #5e5e5e;
}

.sf-sidebar:hover .nav-link a:hover span {
    color: #6fdfc6;
}

.sf-sidebar-block {
    margin-top: 30px;
}

.nav-link {
    margin-bottom: 1px;
    font-weight: bolder;
    font-size: 20px;
    /*font-family: "Avenir Heavy";*/
    padding: 0px !important;
}

.nav-link>a {
    text-decoration: none;
    color: white;
}

.sf-navbar {
    margin-right: 20px;
    font-size: 15px;
}

.menu {
    padding-left: 0px;
}

/*CSS LOGO MENU LATERAL*/
.sf-sidebar-block>figure {
    margin-bottom: 0px;
}

.sf-text-2 {
    color: white;
    /*color: #31d3ae;*/
}

.sf-text-2:hover {
    color: #6fdfc6;
}

.sub-menu {
    display: none;
}

.sf-lateral-selected {
    font-size: 25px;
	color: #6fdfc6 !important;
}

.nav-link:hover>.sub-menu {
    display: block;
}

.sf-main {
    margin-top: 50px;
    min-height: 100%;
}

.sf-main-dashboard {
    width: 100%;
}

.sf-clientes-h {
	width: 40% !important;
    color: #31d3ae;
    text-align: center;
}

.sf-col-cliente {
	width: 60% !important;
	padding: 40px !important;
	text-align: center;
	border-radius: 10px;
	margin: 10px;
}

.sf-col-cliente > h4 {
    color: #31d3ae;
}

.sf-dashboard {
    background-color: #d7f6f0;
    padding-left: 50px !important;
}

.sf-graficas {
    width: 20rem;
    border-radius: 1rem !important;
}

.sf-triangle {
    position: absolute;
    top: 46%;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 288px;
    border-color: transparent transparent transparent #d7f6f0;
}

.sf-triangle-content {
    display: flex;
    align-items: flex-end;
    font-weight: bolder;
    font-size: 25px;
    font-family: "Avenir Heavy";
    position: absolute;
    top: 80%;
    left: 20px;
    width: 180px;
    height: 60px;
}

.sf-productos-basic {
    height: 372px;
    background-color: #adeddf;
    font-size: 45px;
}

.circular-menu {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}

.circle {
    width: 250px;
    height: 250px;
    opacity: 0;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.open.circle {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.circle a {
    text-decoration: none;
    color: white;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;

}

.circle a:hover {
    color: #eef;
}

.menu-button {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    text-decoration: none;
    text-align: center;
    color: #444;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 10px;
    background: #dde;
}

.menu-button:hover {
    background-color: #eef;
}

/* Author stuff */
h1.author {
    text-align: center;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h1.author a {
    color: #348;
    text-decoration: none;
}

h1.author a:hover {
    color: #ddd;
}

img {
    max-width: 100%;
    max-height: 100%;
    background: rgba(0, 0, 0, 0);
}

.diaf {
    height: 800px;
    width: 800px;
}

.sf-font-passionate {
    font-family: 'Feeling Passionate', sans-serif;
    color: #31d3ae;
    font-size: 75px;
}

.sf-icons {
    height: 16px;
    margin-bottom: 5px;
}

.sf-text-decoration {
    /*text-decoration: underline #31d3ae;*/
    border-bottom: 3px solid #31d3ae;
}

.sf-footer-text {
    font-size: 20px;
    font-weight: bold;
}

.sf-text-especial-1 {
    font-size: 40px;
    font-weight: bold;
}

.sf-cuenta {
    background: linear-gradient(to bottom left, #d7f6f0 0%, #d7f6f0 50%, #ADEDDF 50%, #ADEDDF 100%);
}

/*
.sf-menu-espiral {
    height: 1200px;
    width: 1200px;
}
*/

.sf-menu-espiral {
    margin-left: auto;
    margin-right: auto;
    height: 78.5vh !important;
}
.sf-menu-espiral, svg{
    height: 50rem;
}
.sf-img-espiral {
    /* position: relative; */
    /* bottom: 300px; */
}

.sf-logo-sinfo {
    
    width: 400px; /*500*/
    position: absolute;
}

.sf-header-sinfogo {
    height: 275px;
}

.sf-form-menu-header {
    width: 220px !important;
    background-color: #adeddf;
    margin-right: 20px;
    margin-top: 10px;
    padding: 10px;
}

.sf-menu-header-btn {
    z-index: 25;
    position: absolute;
    text-decoration: none;
    margin-right: 30px;
    margin-top: 5px;
}

.sf-menu-header-btn>a>i {
    font-size: 50px;
}

.sf-registro-form {
    width: 100%;
}

.sf-form-menu-header>ul>li {
    padding: 5px;
}

.sf-form-menu-header>ul>li>a {
    font-size: 25px;
    transition: all 1s;
    transform-origin: 50% 50%;
}

.sf-form-menu-header>ul>li>a:hover {
    font-size: 30px;
}

.sf-collaps-menu {
    z-index: 20;
    position: absolute;
}

.sf-card-product {
    width: 30rem;
    height: 20rem;
}

.sf-card-productos:hover {
    transform: scale(1.05);
}

.sf-card-productos {
    transition: all 1s;
    transform-origin: 50% 50%;
    cursor: pointer;
}

.sf-product-content {
    color: white;
    background-color: #6fdfc6;
    padding: 10px;
    font-size: 25px;
    border-radius: 17px;
}

.sf-titulo-sinfogo {
    width: auto !important;
    position: absolute;
    bottom: 56%;
    left: 45%;
}

.sf-titulo {
    height: 200px;
}

.sf-form-menu {
    margin-left: 5% !important;
    margin-right: 40px;
    width: 250px !important;
    border-top: 2px solid #6fdfc6 !important;
}

.sf-form-menu>ul>li {
    border-bottom: 2px solid #6fdfc6 !important;
    padding: 10px;
}

.sf-dashboard-menu {
    margin-right: 40px;
    width: 250px !important;
    border-top: 2px solid #6fdfc6 !important;
}

.sf-dashboard-menu>ul>li {
    border-bottom: 2px solid #6fdfc6 !important;
    padding: 10px;
}

a.dropdown-item:active {
	background-color: #e9ecef;
}

.sf-form {
    margin-bottom: 90px;
    background-color: #d7f6f0;
    /*margin-right: 13% !important;*/
    padding: 20px !important;
}

.sf-card-form {
    margin: 5px;
    padding: 0px !important;
    cursor: pointer;
}

.sf-card-form>img {
    height: 13rem;
}

.sf-card-body {
    background-color: #6fdfc6;
    padding: 0px !important;
    color: white;
    font-size: 30px;
}

.sf-card-body>.card-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sf-card-pers-form {
    margin: 4px;
    z-index: 1;
}

.sf-collapse-pers {
    position: relative;
    left: 100%;
    top: -80%;
    z-index: 2;
}

.sf-lateral-pers {
    position: relative;
    left: 172px;
    top: -10rem;
    z-index: 2;
    display: none;
    background-color: #e6e6e6;
    width: 21rem;
}

.sf-btn-form {
    background-color: #6fdfc6 !important;
    color: white !important;
    border-radius: 20px !important;
}

.sf-btn-form-2 {
    background-color: #6fdfc6 !important;
    color: white !important;
    border-radius: 20px !important;
    height: 50px !important;
    align-items: center;
    text-align: center;
}

.sf-btn-registro {
    font-size: 18px !important;
}

.btn-check:checked+.sf-btn-form {
    background-color: #000000 !important;
}

.sf-icon-pers {
    width: 30px;
    background-color: #6fdfc6;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    color: white;
    font-size: 25px;
}

.sf-input-1 {
    margin-right: 25px !important;
}

.sf-input-2 {
    border-radius: 15px !important;
}

.sf-input-3 {
    border-radius: 20px !important;
    height: 50px;
}

.sf-input-4 {
    border-radius: 20px !important;
    height: 60px;
}

.sf-input-material {
    width: 200px !important;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
}

.sf-card-selected>.sf-card-body {
    background-color: black;
}

.dropdown-toggle::after {
    content: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e) !important;
    width: 15px !important;
    border-top: 0em solid !important;
    border-right: 0em solid transparent !important;
    border-bottom: 0;
    border-left: 0em solid transparent !important;
}

.sf-card-import {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 20%;
}

.sf-pointer {
    cursor: pointer;
}

.sf-animacion:hover {
    transform: scale(1.05);
}

.sf-animacion {
    transition: all 1s;
    transform-origin: 50% 50%;
    cursor: pointer;
}

.sf-compromiso {
    width: 670px !important;
    background-color: #d7f6f0;
    border-radius: 20px;
    padding: 40px !important;
    align-items: center;
    text-align: center;
    font-size: 22px;
    padding-right: 200px !important;
    padding-top: 50px !important;
}

.sf-center-text {
    text-align: center;
}

.sf-compromiso-l {
    width: 670px !important;
    background-color: #d7f6f0;
    border-radius: 20px;
    padding: 40px !important;
    align-items: center;
    text-align: center;
    font-size: 20px;
    padding-left: 200px !important;
}

.sf-compromiso>h4 {
    color: #31d3ae;
}

.sf-compromiso-l>h4 {
    color: #31d3ae;
}

/* PRODUCTO by Xavi */

#main_container-fluid {
    padding: 0px !important;
    margin: 0px !important;
}

#main_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#header_main_container {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
    margin-bottom: 50px;
}

#span_title_container {
    position: absolute;
    bottom: -40px;
    text-align: center;
    font-size: 40px;
    background-color: #31d3ae;
    color: #fff;
    padding: 20px 25px 15px 25px;
    border-radius: 32px;
}

#text_main_container {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#div_title_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-size: 25px;
    letter-spacing: 0.5px;
    margin: 30px 0px 40px 0px;
}

#div_link_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0px 50px;
    margin-bottom: 50px;
}

.link_container {
    flex: 1 0 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;

    color: #000;
    margin: 15px 5px;
    text-decoration: none;
    font-size: 23px;
}

.link_container:hover {
    color: #31d3ae;
}

.sf-link-search:hover {
	color: #31d3ae !important;
}

.text_link_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}

.redimension_img_div {
    flex: 1 1 100%;
    overflow: hidden;
}

.img_link {
    width: auto;
    height: auto;
    max-height: 400px;
}

.span_link_text {
    flex: 1 0 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sf_nav_button {
    width: 24;
}

/* 	------------------ 	*/
/* 		PAGINATION		*/
.pager {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 20px;
}
.pager>li {
  display: inline;
}
.pager>li>a {
    position: relative;
    float: left;
    padding: 10px 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: white;
    text-decoration: none;
    background-color: #d7f6f0;
    border: 0px solid #000;
}
.pager>li>a {
  cursor: pointer;
}
.pager>.active>a {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #6fdfc6;
}
.disabled {
  background-color: #B7B7B7 !important;
}
.disabled>a {
  cursor: default !important;
  color: #B7B7B7 !important;
}

/* ---------------- */

/* SUBIR IMAGENES ALBUM */

.sf-card-cart {
    position: relative;
}

.sf-model-centered {
    max-width: 1500px !important;
}

.sf-modal-body-images {
    width: 100% !important;
}

.preview-images-zone-2 {
    width: 100% !important;
    border: 1px solid #ddd;
    min-height: 350px !important;
    max-height: 500px !important;
    overflow: auto !important;
    background-color: #fff;
    padding: 5px 5px 0px 5px;
    position: relative;
    /* display: block; */
    text-align:center;
}

.images-zone-2{
    width: 100% !important;
}

.tr-imagen>th{
    width: 25% !important;
    border-bottom: none;
}

.tr-imagen-ped>th{
    width: 15% !important;
}

/*.preview-images-zone > .preview-image:first-child {
    height: 185px;
    width: 185px;
    position: relative;
    margin-right: 5px;
}*/
.preview-images-zone-2>.preview-image {
    height: 200px;
    width: 200px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}

.preview-images-zone-2>.preview-image>.image-zone {
    width: 100%;
    height: 100%;
}

.preview-images-zone-2>.preview-image>.image-zone>img {
    width: 100%;
    height: 100%;
}

.preview-images-zone-2>.preview-image>.tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.preview-images-zone-2>.preview-image>.image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow: auto;
}

/*.preview-images-zone > .preview-image:first-child {
    height: 185px;
    width: 185px;
    position: relative;
    margin-right: 5px;
}*/
.preview-images-zone>.preview-image {
    height: 250px;
    width: 250px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}

.preview-images-zone>.preview-image>.image-zone {
    width: 100%;
    height: 100%;
}

.preview-images-zone>.preview-image>.image-zone>img {
    width: 100%;
    height: 100%;
}

.preview-images-zone>.preview-image>.tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.preview-images-zone>.preview-image>.image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.preview-image:hover>.image-zone {
    cursor: move;
    opacity: .5;
}

.preview-image:hover>.tools-edit-image,
.preview-image:hover>.image-cancel {
    display: block;
}

.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

.container {
    padding-top: 50px;
}

.testing {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.testing div {
    list-style: none;
    flex: 0 0 25%;
}

.price {
    font-size: large;
    right: 25px;
    bottom: 57px;
    float: right;
    position: absolute;
}


/* ---------------- */


.sf-comp-img {

    border-radius: 75rem;
    margin-left: -10rem;
    width: 17.5rem;
    height: 17.5rem;
    background-color: white;
}

.sf-comp-img-r {

    border-radius: 75rem;
    margin-right: -10rem;
    width: 17.5rem;
    height: 17.5rem;
    background-color: white;
}

.sf-comp-img img {
    border-radius: 75rem;

    padding: 2rem;

    border: #31d3ae solid 5px;
    border-radius: 75rem;
    height: 17.5rem;
}

.sf-comp-img-r img {
    border-radius: 75rem;

    padding: 2rem;

    border: #31d3ae solid 5px;
    border-radius: 75rem;
    height: 17.5rem;
}

.sf-mr-compromis {
    margin-right: 20rem;
}

.sf-ml-compromis {
    margin-left: 20rem;
}

.sf-border-suscribe {
    border-radius: 5rem;
    border: #31d3ae solid 2px;
}

.sf-border-suscribe {
    color: #31d3ae;
}

.sf-border-suscribe h4 {
    color: #31d3ae !important;
}

.sf-border-suscribe h4 {
    color: #31d3ae !important;
}

.sf-border-sm {
    border-radius: 2rem !important;
}

@media only screen and (min-width: 600px) {

    .sf-comp-img {

        border-radius: 75rem;
        
        width: 17.5rem;
        height: 17.5rem;
        background-color: white;
    }

    .sf-comp-img-r {

        border-radius: 75rem;
        
        width: 17.5rem;
        height: 17.5rem;
        background-color: white;
    }

    .sf-comp-img img {
        border-radius: 75rem;

        padding: 2rem;

        border: #31d3ae solid 5px;
        border-radius: 75rem;
        height: 17.5rem;
    }

    .sf-comp-img-r img {
        border-radius: 75rem;

        padding: 2rem;

        border: #31d3ae solid 5px;
        border-radius: 75rem;
        height: 17.5rem;
    }

    .sf-mr-compromis {
    }

    .sf-ml-compromis {
    }

    .sf-border-suscribe {
        border-radius: 5rem;
        border: #31d3ae solid 2px;
    }

    .sf-border-suscribe {
        color: #31d3ae;
    }

    .sf-border-sm {
        border-radius: 2rem !important;
    }
}
.triangle {
    width: 90%;
    height: 75%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #d7f6f0 50%, #d7f6f0 100%);
}

.input-style{
    border: none;
    border-radius: 1rem;
}
/*
@media only screen and (max-width: 600px) {
    .triangle {
        width: 90%;
        height: 45%;
        background: linear-gradient(to top left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #d7f6f0 50%, #d7f6f0 100%);
    }
  }
*/

.sf-user-name{
    font-size: 30px;
    margin-right: 5rem;
    margin-top: auto;
    margin-bottom: auto;
}


.w60{
    width: 60%;
}
.w80{
    width: 80%;
}

.sf-blog-post{
    margin-top: 5px;
    border-collapse: separate;
    border-radius: 2rem !important;
}

.sf-productis-main-img img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.sf-productis-main-img{
    width: 100%;
}

@media only screen and (min-width: 525px) {
    .sf-blog-img{
        max-height:350px;
        min-height: 350px;
        border-collapse: separate;
        border-radius: 2.5rem;
    } 
    .sf-blog-card{
        border-color: white !important;
        max-height:550px ;
        min-height: 550px;
    }
}

@media only screen and (max-width: 524px) {
    .sf-blog-img{
        max-height:350px;
        border-collapse: separate;
        border-radius: 2.5rem;
    } 
    .sf-blog-card{
        border-color: white !important;
        max-height:550px ;
    }
    .sf-menu-espiral{
        margin-top: 50% !important;
        height: auto !important;
        width: auto !important;
    }
    .sf-menu-espiral, svg{
        height: 450px;
        width: 450px;
    }
  }

.sf-post-item-list-img-blok{
    
    display: flex;
    justify-content: center;
}

.wpcf7-response-output{
    display: none !important;
}

#contact-f div span input, textarea{
    width: 90%;
}
#contact-f div span {
    width: 60%;
}

div.cn {
    position: relative;
    background: gray;
    text-align: center;
}
.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);   
}

/*input{
    border: none !important;
}*/

a{
    color: black !important;
}

/*textarea{
    border: none!important;
}*/

.search-bar {
    border: 10px solid #b0efe0 !important;
    border-radius: 25px !important;
}

.no-outline-input:focus { 
    /* border: none !important;
    background-color: transparent !important;
    resize: none !important;
    outline: none !important; */
}

/* .no-outline-input {
    border: 10px !important;
    border-bottom-style: groove !important;
} */

@media only screen and (min-width: 2010px) {
    .sf-menu-espiral, svg{
        height: 60rem;
    }
    .carousel-caption, h3{
        font-size: 3rem !important;
    }
}

@media only screen and (max-width: 1280px) {
    .sf-menu-espiral, svg{
        height: 40rem;
    }
}
@media only screen and (min-width: 1280px) {
    .sf-menu-espiral, svg{
        height: 100%;
    }
}