@font-face {
  font-family: "Quicksand";
  src: url("css/font/Quicksand/Quicksand-VariableFont_wght.ttf");
}
/* @font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    src: url("font/Quicksand/static/Quicksand-Regular.ttf");
}
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: bold;
    src: url("font/Quicksand/static/Quicksand-Bold.ttf");
}
@font-face {
    font-family: "Quicksand";
    font-style:normal;
    font-weight: 600;
    src: url("font/Quicksand/static/Quicksand-Light.ttf");
} */
.q-header {
  background: rgb(0, 0, 0, 0) !important;
  border-bottom: rgb(250, 252, 242) !important;
  font-family: 'Quicksand' !important;
  /* right: 40px; */
}
body {
  overflow-y: hidden !important;
}
header{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
footer {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.header-top {
  display: none;
}
.footer-color {
  background-color: #ffffff;
  opacity: 0.6;
}
.bg-grey-8 {
  background: none !important;
}
.q-layout__shadow:after {
  box-shadow: none;
}
.q-btn-media {
  box-shadow: none;
  padding: none;
}
div.q-page-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}

.nav-item {
  padding: 0px 10px;
}
svg {
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.slider {
  background: rgb(255, 253, 242);
}
.slick-dots {
  width: 1300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  bottom: 70px !important;
}
/* .box-image {
  left: 50px;
  right: -120px;
} */
.box {
  background: rgb(147, 182, 170);
  height: 200px;
  width: 300px;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 97px;
  border-radius: 5px;
  position: absolute;
  z-index: -100;
  opacity: .7;
}
.box2 {
  background: rgb(147, 182, 170);
  height: 350px;
  width: 530px;
  border-radius: 5px;
  z-index: -100;
  opacity: .7;
}
.box3 {
  background: rgb(255, 255, 255);
  height: 270px;
  width: 130px;
  z-index: 100;
  position: absolute;
  margin-top: -300px;
  margin-left: 30px;
  box-shadow: 5px 10px 18px #888888;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
/* .slick-dots li button:before {
    font-family: 'Quicksand';
} */
.btn-text {
  font-family: 'Quicksand';
  font-weight: 600;
  color: black;
}
.slick-dots li button:before {
  content: "\f140";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
}
/* .slick-dots {
  bottom: 30px !important;
  text-align: left !important;
  left: 50px;
  z-index: 2;
} */
.fixed-bottom {
  z-index: 1 !important;
}
/* .q-tab {
  padding: 0 0px !important;
} */
/* .btn-max {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: 'Quicksand';
  min-height: 1.5em !important;
  padding: 0 10px;
} */
.q-tab__label {
  font-weight: 600 !important;
}
@media screen and (max-width: 360px) {
  .center-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .q-header {
    background-color: #fefdf2 !important;
  }
  .margin-left-content {
    /* margin-left: 5%; */
  }
  .login-style {
    font-weight: bold;
  }
  .logo-yuhu {
    width: 50%;
  }
  .q-btn {
    padding: 4px 6px !important;
    font-size: 12px !important;
    line-height: 0em !important;
    min-height: 2em !important;
  }
  .pad-footer {
    padding-right: 2.5rem;
  }
  .navbar {
    padding: 0px 0px !important;
  }
  .height-col {
    height: 90px !important;
  }
  .box-image {
    left: 0%;
  }
  .alt-row {
    height: 70px !important;
  }
  .margin-row {
    margin-top: 130px !important;
  }
  .margin-sin {
    margin-top:50px !important;
  }
  .margin-bene {
    margin-top: 50px;
  }
  .margin-test {
    margin-left: 0px;
  }
  .margin-btntestigo {
    margin-top: -20px;
  }
  .top-testigo {
    margin-top: 100px;
  }
  .q-tab__label {
    font-size: 10px !important;
  }
  .btn-max {
    font-weight: 600;
    /* letter-spacing: 1px; */
    font-size: 12px;
    font-family: 'Quicksand';
    min-height: 1.5em !important;
    padding: 0 10px;
  }
  .margin-costo {
    margin-left:1.9rem;
  }
  .margin-admin {
    margin-left:.8rem;
  }
  .margin-riesgo {
    margin-left:1rem;
  }
  .text-slide1 {
    margin-left: 0px;
    margin-top: 40px;
  }
  .video-custom {
    height: 180px;
    margin-top: -30px;
    width: 200px;
  }
  .q-tab {
    padding: 0 5px !important;
  }
  .slick-prev {
    left: 1px !important;
    z-index: 1;
  }
  .slick-next {
    right: 1px !important;
    z-index: 1;
  }
  .slick-prev:before {
    content: '' !important;
  }
  .slick-next:before {
    content: '' !important;
  }
  .fa {
    color: #767676;
    font-size: 16px !important;
  }
  .content-sin {
    /* position: absolute; */
    /* z-index: 1; */
    /* margin-left: 15%; */
  }
  .content {
    /* position: absolute; */
    z-index: 1;
    /* margin-left: 50px; */
  }
  .letter-maxi {
    /* margin-left: 25px; */
    padding-top: 50px;
  }
  .letter-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    /* padding-top: 90px; */
    font-family: 'Quicksand';
    text-align: center;
  }
  .letter-text-sin {
    font-size: .9rem;
    /* line-height: 1.5rem; */
    font-family: 'Quicksand';
    font-weight: 600;
    /* margin-top:-50px; */
    text-align: center;
  }
  .text-footer {
    font-size: 0.5rem;
    font-family: 'Quicksand';
    color: black;
    font-weight: 600 !important;
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .letter-sin {
    font-size: 3.5rem;
  }
  .image-sin {
    height: 45px;
    display: inline-block !important;
    vertical-align: baseline;
  }
  .change-toggler {
    padding: 0px 0px !important;
    font-size: .8rem !important;
    line-height: 0 !important;
    background-color: #17cd7b !important;
    border: none !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }
  .change-brand {
    margin-right: 0rem !important;
  }
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .avatar-footer {
    font-size: 12px !important;
    margin: 0px 2px;
    margin-bottom: 3px;
  }
  .letter-text2 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 0.75rem !important; 
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .letter-text3 {
    font-size: .8rem;
    font-weight: 600;
    /* line-height: 3.75rem; */
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .main-page {
    padding: 0px 0px !important;
  }
  .testigo-margin {
    line-height: 1 !important;
    margin-bottom: 25px;
  }
  .testigo-text {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 0 !important;
    font-family: 'Quicksand';
  }
  .testigo-number {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Quicksand';
    margin-bottom: -5px;
  }
  .box {
    background: rgb(147, 182, 170);
    height: 150px;
    width: 170px;
    margin-top: -2px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 65px;
    border-radius: 5px;
    position: absolute;
    z-index: -100;
    opacity: .7;
  }
  .image-empresa {
    margin-left: 20px;
    height: 120px;
  }
  .image-colabora {
    margin-left: 20px;
    height: 120px;
  }
}
@media screen and (max-width: 670px) and (min-width: 360px) {
  .center-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .q-header {
    background-color: #fefdf2 !important;
  }
  .margin-left-content {
    /* margin-left: 5%; */
  }
  .login-style {
    font-weight: bold;
    margin-right: -55px;
  }
  .logo-yuhu {
    width: 50%;
  }
  .q-btn {
    padding: 4px 6px !important;
    font-size: .8rem !important;
    line-height: 0em !important;
    min-height: 2em !important;
  }
  .pad-footer {
    padding-right: 2.5rem;
  }
  .navbar {
    padding: 0px 0px !important;
  }
  .height-col {
    height: 120px !important;
  }
  .box-image {
    left: 0%;
  }
  .alt-row {
    height: 70px !important;
  }
  .margin-row {
    margin-top: 130px !important;
  }
  .margin-sin {
    margin-top:50px !important;
  }
  .margin-bene {
    margin-top: 0px;
  }
  .margin-test {
    margin-left: 0px;
  }
  .top-testigo {
    margin-top: 100px;
  }
  .q-tab__label {
    font-size: 10px !important;
  }
  .btn-max {
    font-weight: 600;
    /* letter-spacing: 1px; */
    font-size: 12px;
    font-family: 'Quicksand';
    min-height: 1.5em !important;
    padding: 0 10px;
  }
  .margin-costo {
    margin-left:2.8rem;
  }
  .margin-admin {
    margin-left:1.3rem;
  }
  .margin-riesgo {
    margin-left:1.6rem;
  }
  .text-slide1 {
    margin-left: 0px;
    margin-top: 40px;
  }
  .video-custom {
    height: 200px;
    margin-top: -30px;
    width: 250px;
  }
  .q-tab {
    padding: 0 5px !important;
  }
  .slick-prev {
    left: 1px !important;
    z-index: 1;
  }
  .slick-next {
    right: 1px !important;
    z-index: 1;
  }
  .slick-prev:before {
    content: '' !important;
  }
  .slick-next:before {
    content: '' !important;
  }
  .fa {
    color: #767676;
    font-size: 16px !important;
  }
  .content-sin {
    /* position: absolute; */
    /* z-index: 1; */
    /* margin-left: 10%; */
  }
  .content {
    /* position: absolute; */
    z-index: 1;
    /* margin-left: 50px; */
  }
  .letter-maxi {
    /* margin-left: 25px; */
    padding-top: 50px;
  }
  .letter-text {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    /* padding-top: 90px; */
    font-family: 'Quicksand';
    text-align: center;
  }
  .letter-text-sin {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-family: 'Quicksand';
    font-weight: 600;
    /* margin-top:-50px; */
    text-align: center;
  }
  .text-footer {
    font-size: 0.5rem;
    font-family: 'Quicksand';
    color: black;
    font-weight: 600 !important;
    margin-right: 20px;
    padding-bottom: 20px;
  }
  .letter-sin {
    font-size: 3.5rem;
  }
  .image-sin {
    height: 50%;
    display: inline-block !important;
    vertical-align: baseline;
  }
  .change-toggler {
    padding: 0px 0px !important;
    font-size: .8rem !important;
    line-height: 0 !important;
    background-color: #17cd7b !important;
    border: none !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }
  .change-brand {
    margin-right: 0rem !important;
  }
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .avatar-footer {
    font-size: 12px !important;
    margin: 0px 2px;
    margin-bottom: 3px;
  }
  .letter-text2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 0.75rem !important; 
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .letter-text3 {
    font-size: 1rem;
    font-weight: 600;
    /* line-height: 3.75rem; */
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .main-page {
    padding: 0px 0px !important;
  }
  .testigo-margin {
    line-height: 1 !important;
    margin-bottom: 25px;
  }
  .testigo-text {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 0 !important;
    font-family: 'Quicksand';
  }
  .testigo-number {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Quicksand';
    margin-bottom: -5px;
  }
  .box {
    background: rgb(147, 182, 170);
    height: 190px;
    width: 230px;
    margin-top: -2px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 65px;
    border-radius: 5px;
    position: absolute;
    z-index: -100;
    opacity: .7;
  }
  .image-empresa {
    margin-left: 20px;
    height: 150px;
  }
  .image-colabora {
    margin-left: 20px;
    height: 150px;
  }
}
@media screen and (max-width: 800px) and (min-width: 670px) {
  .center-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .q-header {
    background-color: #fefdf2 !important;
  }
  .margin-left-max {
    /* margin-left: 12%; */
  }
  .slick-dots {
    bottom: 80px !important;
    text-align: left !important;
    left: 50px;
    z-index: 2;
  }
  .login-style {
    font-weight: bold;
  }
  .logo-yuhu {
    width: 70%;
  }
  .box-image {
    left: 20%;
  }
  .margin-row {
    margin-top: 30px;
  }
  .margin-sin {
    margin-top:30px !important;
  }
  .margin-bene {
    margin-top: 30px;
  }
  .margin-test {
    margin-left: -50px;
  }
  .top-testigo {
    margin-top: 30px;
  }
  .btn-max {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Quicksand';
    min-height: 1.5em !important;
    padding: 0 10px;
  }
  .height-col {
    height: 170px !important;
  }
  .margin-costo {
    margin-left:4rem;
  }
  .margin-admin {
    margin-left:2rem;
  }
  .margin-riesgo {
    margin-left:3rem;
  }
  .text-slide1 {
    /* margin-left: 40px; */
    margin-top: 60px;
  }
  .video-custom {
    height: 300px;
    /* margin-top: -20px; */
    width: 500px;
  }
  .content {
    /* position: absolute; */
    z-index: 1;
  }
  .content-sin {
    /* position: absolute; */
    /* z-index: 1; */
    /* margin-left: 25%; */
  }
  .letter-text {
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: 'Quicksand';
    font-weight: 600;
    text-align: center;
  }
  .letter-text-sin {
    font-size: 2rem;
    /* line-height: 1.5rem; */
    font-family: 'Quicksand';
    font-weight: 600;
    /* margin-top:-50px; */
    text-align: center;
  }
  .letter-text2 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .text-footer {
    font-size: 1rem;
    font-family: 'Quicksand';
    color: black;
    padding-bottom: 30px;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    margin-right: 50px;
  }
  .letter-sin {
    font-size: 8rem;
    font-weight: 600;
  }
  .image-sin {
    height: 50%;
    display: inline-block !important;
    vertical-align: baseline;
  }
  .change-toggler {
    padding: 0px 0px !important;
    font-size: 1rem !important;
    line-height: 0 !important;
    background-color: #17cd7b !important;
    border: none !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
  }
  .change-brand {
    margin-right: 18rem !important;
  }
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .avatar-footer {
    font-size: 16px !important;
    margin: 0px 5px;
    margin-bottom: 5px;
  }
  .letter-text3 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .testigo-text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    font-family: 'Quicksand';
  }
  .testigo-number {
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Quicksand';
  }
  .box {
    background: rgb(147, 182, 170);
    height: 250px;
    width: 330px;
    margin-top: -5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 97px;
    border-radius: 5px;
    position: absolute;
    z-index: -100;
    opacity: .7;
  }
  .image-empresa {
    margin-left: 45px;
    height: 170px;
  }
  .image-colabora {
    margin-left: 33px;
    height: 170px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 800px) {
  .slick-dots {
    bottom: 70px !important;
    text-align: left !important;
    left: 50px;
    z-index: 2;
  }
  .login-style {
    font-weight: bold;
  }
  .logo-yuhu {
    width: 70%;
  }
  .box-image {
    left: 20%;
  }
  .margin-row {
    margin-top: 30px;
  }
  .margin-sin {
    margin-top:30px !important;
  }
  .margin-bene {
    margin-top: 30px;
  }
  .margin-test {
    margin-left: -50px;
  }
  .top-testigo {
    margin-top: 30px;
  }
  .btn-max {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Quicksand';
    min-height: 1.5em !important;
    padding: 0 10px;
  }
  .margin-costo {
    margin-left:1rem;
  }
  .margin-admin {
    margin-left:0rem;
  }
  .margin-riesgo {
    margin-left:0rem;
  }
  .text-slide1 {
    margin-left: 40px;
    margin-top: 0px;
  }
  .video-custom {
    height: 200px;
    margin-top: -20px;
  }
  .content {
    /* position: absolute; */
    z-index: 1;
  }
  .content-sin {
    /* position: absolute; */
    /* z-index: 1; */
    margin-left: 25%;
  }
  .letter-text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-family: 'Quicksand';
    font-weight: 600;
    text-align: left;
  }
  .letter-text-sin {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-family: 'Quicksand';
    font-weight: 600;
    /* margin-top:-50px; */
  }
  .letter-text2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .text-footer {
    font-size: 1rem;
    font-family: 'Quicksand';
    color: black;
    padding-bottom: 30px;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    margin-right: 50px;
  }
  .letter-sin {
    font-size: 7rem;
    font-weight: 600;
  }
  .image-sin {
    height: 50%;
    display: inline-block !important;
    vertical-align: baseline;
  }
  .change-toggler {
    padding: 0px 0px !important;
    font-size: 1rem !important;
    line-height: 0 !important;
    background-color: #17cd7b !important;
    border: none !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
  }
  .change-brand {
    margin-right: 18rem !important;
  }
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .avatar-footer {
    font-size: 16px !important;
    margin: 0px 5px;
    margin-bottom: 5px;
  }
  .letter-text3 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .testigo-text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    font-family: 'Quicksand';
  }
  .testigo-number {
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Quicksand';
  }
  .box {
    background: rgb(147, 182, 170);
    height: 220px;
    width: 310px;
    margin-top: -5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 97px;
    border-radius: 5px;
    position: absolute;
    z-index: -100;
    opacity: .7;
  }
  .image-empresa {
    margin-left: 45px;
    height: 150px;
  }
  .image-colabora {
    margin-left: 33px;
    height: 150px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px){
  .slick-dots {
    /* bottom: 30px !important; */
    text-align: left !important;
    left: 50px;
    z-index: 2;
  }
  .login-style {
    font-weight: bold;
  }
  .logo-yuhu {
    width: 70%;
  }
  .box-image {
    left: 2%;
  }
  .margin-row {
    margin-top: 30px;
  }
  .margin-sin {
    margin-top:30px !important;
  }
  .margin-bene {
    margin-top: 30px;
  }
  .margin-test {
    margin-left: -50px;
  }
  .top-testigo {
    margin-top: 30px;
  }
  .btn-max {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Quicksand';
    min-height: 1.5em !important;
    padding: 0 10px;
  }
  .margin-costo {
    margin-left:2.5rem;
  }
  .margin-admin {
    margin-left:1.5rem;
  }
  .margin-riesgo {
    margin-left:2rem;
  }
  .text-slide1 {
    margin-left: 20px;
    margin-top: 0px;
  }
  .video-custom {
    height: 300px;
    margin-top: -20px;
  }
  .content {
    /* position: absolute; */
    z-index: 1;
  }
  .content-sin {
    /* position: absolute; */
    /* z-index: 1; */
    margin-left: 0%;
  }
  .letter-text {
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: 'Quicksand';
    font-weight: 600;
    text-align: left;
  }
  .letter-text-sin {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-family: 'Quicksand';
    font-weight: 600;
    /* margin-top:-50px; */
  }
  .letter-text2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .text-footer {
    font-size: 1rem;
    font-family: 'Quicksand';
    color: black;
    padding-bottom: 30px;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    margin-right: 50px;
  }
  .letter-sin {
    font-size: 6rem;
    font-weight: 600;
  }
  .image-sin {
    height: 40%;
    display: inline-block !important;
    vertical-align: baseline;
  }
  .change-toggler {
    padding: 0px 0px !important;
    font-size: 1rem !important;
    line-height: 0 !important;
    background-color: #17cd7b !important;
    border: none !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
  }
  .change-brand {
    margin-right: 1rem !important;
  }
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .avatar-footer {
    font-size: 16px !important;
    margin: 0px 5px;
    margin-bottom: 5px;
  }
  .letter-text3 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .testigo-text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    font-family: 'Quicksand';
  }
  .testigo-number {
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Quicksand';
  }
  .box {
    background: rgb(147, 182, 170);
    height: 220px;
    width: 310px;
    margin-top: -5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 97px;
    border-radius: 5px;
    position: absolute;
    z-index: -100;
    opacity: .7;
  }
  .image-empresa {
    margin-left: 45px;
    height: 150px;
  }
  .image-colabora {
    margin-left: 33px;
    height: 150px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-family: 'Quicksand';
    font-weight: 600;
  }
}
@media screen and (min-width: 1280px){
  .slick-dots {
    /* bottom: 30px !important; */
    text-align: left !important;
    left: 50px;
    z-index: 2;
  }
  .login-style {
    font-weight: bold;
  }
  .logo-yuhu {
    width: 70%;
  }
  .box-image {
    left: 2%;
  }
  .margin-row {
    margin-top: 30px;
  }
  .margin-sin {
    margin-top:30px !important;
  }
  .margin-bene {
    margin-top: 30px;
  }
  .margin-test {
    margin-left: -50px;
  }
  .top-testigo {
    margin-top: 30px;
  }
  .btn-max {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Quicksand';
    min-height: 1.5em !important;
    padding: 0 10px;
  }
  .margin-costo {
    margin-left:3.5rem;
  }
  .margin-admin {
    margin-left:1.5rem;
  }
  .margin-riesgo {
    margin-left:2rem;
  }
  .text-slide1 {
    margin-left: 20px;
    margin-top: 0px;
  }
  .video-custom {
    height: 300px;
    margin-top: -20px;
  }
  .content {
    /* position: absolute; */
    z-index: 1;
  }
  .letter-text {
    font-size: 2.3rem;
    line-height: 2.5rem;
    font-family: 'Quicksand';
    font-weight: 600;
    text-align: left;
  }
  .letter-text-sin {
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: 'Quicksand';
    font-weight: 600;
    /* margin-top:-50px; */
  }
  .letter-text2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .text-footer {
    font-size: 1rem;
    font-family: 'Quicksand';
    color: black;
    padding-bottom: 30px;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    margin-right: 50px;
  }
  .letter-sin {
    font-size: 8rem;
    font-weight: 600;
  }
  .image-sin {
    height: 50%;
    display: inline-block !important;
    vertical-align: baseline;
  }
  .change-toggler {
    padding: 0px 0px !important;
    font-size: 1rem !important;
    line-height: 0 !important;
    background-color: #17cd7b !important;
    border: none !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
  }
  .change-brand {
    margin-right: 1rem !important;
  }
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .avatar-footer {
    font-size: 16px !important;
    margin: 0px 5px;
    margin-bottom: 5px;
  }
  .letter-text3 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.00833em;
    font-family: 'Quicksand';
  }
  .testigo-text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    font-family: 'Quicksand';
  }
  .testigo-number {
    font-size: 5rem;
    font-weight: 600;
    font-family: 'Quicksand';
  }
  .box {
    background: rgb(147, 182, 170);
    height: 220px;
    width: 310px;
    margin-top: -5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 97px;
    border-radius: 5px;
    position: absolute;
    z-index: -100;
    opacity: .7;
  }
  .image-empresa {
    margin-left: 45px;
    height: 150px;
  }
  .image-colabora {
    margin-left: 33px;
    height: 150px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-family: 'Quicksand';
    font-weight: 600;
  }
}
/* #navbarNav {
  margin-top: 30px;
} */
@media screen and (max-width: 1199px) and (min-width: 1197px) {
  .navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: 'Quicksand';
    padding-left: 10px;
    padding-right: 10px;
  }
  .mr-auto {
    margin-right: 0px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1197px) and (min-width: 1170px) {
  .navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: 'Quicksand';
    padding-left: 8px;
    padding-right: 8px;
  }
  .mr-auto {
    margin-right: 0px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 1140px) {
  .navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: 'Quicksand';
    padding-left: 6px;
    padding-right: 6px;
  }
  .mr-auto {
    margin-right: 0px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1140px) and (min-width: 1059px) {
  .navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: 'Quicksand';
    padding-left: 0px;
    padding-right: 0px;
  }
  .mr-auto {
    margin-right: 0px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1059px) and (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: 'Quicksand';
    padding-left: 0px;
    padding-right: 0px;
  }
  .mr-auto {
    margin-right: 0px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
}
/* @media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
} */

