body {
  font-family: "Roboto", sans-serif;
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  min-height: 80px;
}

.navbar .nav-item .nav-link {
  font-size: 12px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
  letter-spacing: .2px;
  color: #FFFFFF;
  transition: .4s;
}

.navbar .nav-item .nav-link.active {
  color: #FE74C2;
  transition: .4s;
}

.navbar .nav-item .nav-link.btn-socios {
  background-color: #49B7F3;
  border-radius: 4px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  color: white;
  transition: .4s;
}

.navbar .nav-item .nav-link.btn-socios:hover {
  background-color: white;
  color: #242424;
}

.navbar .nav-item {
  padding-left: 10px;
  margin: 0px;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  box-shadow: none;
  outline: 0;

}

.nav-scroll {
  background: #1E1E69 !important;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.13);
  padding: 15px;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}


.logo > img {
  width: 120px;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-home {
  background: linear-gradient(#1B1C66, #493E8E);
  padding-top: 16vh;
  padding-bottom: 16vh;
  transition: .4s;
}

.navbar-home {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  min-height: 0px;
  background-color: #1E1E69 !important;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.13);
  position: fixed;
}

.d-uni-header {
  text-align: right;
}

.d-uni-header img {
  transition: .7s;
}

.d-globo {
  background-image: url(../img/globo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
}

.d-globo .t1 {
  font-family: "Urbane Rounded bold";
  color: #151760;
  font-size: 40px;
  margin-bottom: 0px;
}

.d-globo .t2 {
  font-family: "Urbane Rounded light";
  color: #DD4093;
  font-size: 26px;
  text-align: right;
  padding-bottom: 20px;
}

/* CSS Sections */


.sec-info-services {
  background-image: url(../img/bordeAz1.svg);
  background-repeat: no-repeat;
  background-position: center -2px;
  padding-top: 60px;
  padding-bottom: 100px;

}

.d-title-services .t1 {
  color: #A70065;
  font-size: 36px;
  text-align: center;
  font-family: 'Urbane Rounded bold';
  margin-bottom: 0px;
}

.d-title-services .t2 {
  width: 100%;
  color: #DD4093;
  font-size: 20px;
  text-align: center;
  font-family: 'Urbane Rounded light';
  margin-bottom: 0px;
  padding-top: 5px;
}

.row-items-services {
  padding-top: 70px;
}

.d-item-services {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.d-item-services .t1 {
  font-size: 30px;
  color: #151760;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
  padding-top: 15px;
}

.d-item-services .t2 {
  font-size: 14px;
  color: #AFAFAF;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
  padding-top: 5px;
}

.sec-btn-footer {
  background: #FF76C3;
  background: -moz-linear-gradient(top, rgba(255, 118, 195, 100) 0%, rgba(221, 64, 147, 100) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221, 64, 147, 100)), color-stop(100%, rgba(60, 186, 239, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 118, 195, 100) 0%, rgba(221, 64, 147, 100) 100%);
  background: -o-linear-gradient(top, rgba(255, 118, 195, 100) 0%, rgba(221, 64, 147, 100) 100%);
  background: -ms-linear-gradient(top, rgba(255, 118, 195, 100) 0%, rgba(221, 64, 147, 100) 100%);
  background: linear-gradient(to bottom, rgba(255, 118, 195, 100) 0%, rgba(221, 64, 147, 100) 100%);
  padding-top: 0px;
}

.d-borde-rosa {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.d-borde-rosa > img {
  margin-top: -18px;

}

.d-btn-footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.d-btn-footer .t1 {
  font-size: 30px;
  color: #151760;
  text-align: center;
  font-family: 'Urbane Rounded bold';
  margin-bottom: 0px;
}

.btn-cotizar-ahora {
  color: #DD4093;
  font-size: 25px;
  font-family: "Roboto";
  background-color: white;
  border-radius: 8px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.btn-cotizar-ahora:hover {
  color: #151760;
}

.sec-footer-links {
  background-color: #A70065;
}

.sec-footer-links {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.sec-footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.sec-footer-links ul li {
  display: inline;
}

.sec-footer-links ul li a {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.sec-footer-links ul li.point {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

footer {
  background-color: #151760;
  padding-top: 30px;
  padding-bottom: 30px;
}

.t-footer {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
}

.d-form-header .t1 {
  font-size: 24px;
  color: #FF76C3;
  text-align: center;
  padding: 20px 0px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
}

.floating-label {
  font-size: 13px;
  color: #cccccc;
  position: absolute;
  pointer-events: none;
  top: 9px;
  left: 12px;
  transition: all 0.3s ease;
}

.floating-label-group {
  position: relative;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  top: -7px;
  left: 12px;
  font-size: 10px;
  opacity: 1;
  color: #352F7C;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.input-form {
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  font-size: 13px;
  background-color: transparent;
  color: white;
  font-family: "Roboto", sans-serif;
  text-align: center;
  height: 40px;
  position: relative;
}

.input-form:active,
.input-form:focus {
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  color: white;
  border: 1px solid #FFFFFF;
}


.toggle-password {
  float: right;
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, .5);
  right: 13px;
  top: -29px;
  margin-bottom: -25px;
  transition: .4s;
}

.toggle-password:hover {
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.d-form-header {
  padding-top: 20px;
}

.d-btn-form-login {
  text-align: center;
  padding-top: 20px;
}

.btn-ingresar {
  padding-left: 70px;
  padding-right: 70px;
  background: #DD4093;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}

.btn-ingresar:hover {
  background: #FF76C3;
  color: white;
}

.btn:active,
.btn:focus {
  box-shadow: none;
  outline: 0;
}

.inactivo {
  opacity: .4;
}

.d-link-form-login {
  text-align: center;
  padding-top: 15px;
}

.btn-link-login {
  color: white;
  font-size: 12px;
  text-decoration: underline;
}

.btn-link-login:hover {
  color: white;
  text-decoration: underline;
}

.btn-link-login:active,
.btn-link-login:focus {
  box-shadow: none;
  outline: 0;
}

.input-form-nav {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 13px;
  background-color: #151760;
  color: white;
  font-family: "Roboto", sans-serif;
  text-align: center;
  height: 33px;
  position: relative;
  width: 163px;
}

.input-form-nav:active,
.input-form-nav:focus {
  background-color: #151760;
  outline: 0;
  box-shadow: none;
  color: white;
  border: 1px solid #FFFFFF;
}

.btn-ingresar-nav {
  padding-left: 20px;
  padding-right: 20px;
  background: #DD4093;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  height: 33px;
}

.btn-ingresar-nav:hover {
  background: #FF76C3;
  color: white;
}

.btn-ingresar-nav:active,
.btn-ingresar-nav:focus {
  box-shadow: none;
  outline: 0;
}

.btn-ingresar-nav-top {
  padding-left: 20px;
  padding-right: 20px;
  background: #DD4093;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  height: 33px;
  display: none;
}

.btn-ingresar-nav-top:active,
.btn-ingresar-nav-top:focus {
  box-shadow: none;
  outline: 0;
}

.btn-ingresar-nav-top:hover {
  color: white;
}

.floating-label-group-nav .floating-label {
  font-size: 13px;
  color: #cccccc;
  position: absolute;
  pointer-events: none;
  top: 6px;
  left: 12px;
  transition: all 0.3s ease;
}

.floating-label-group-nav {
  position: relative;
}

input:focus ~ .floating-label-group-nav .floating-label,
input:not(:focus):valid ~ .floating-label-group-nav .floating-label {
  top: -7px;
  left: 12px;
  font-size: 11px;
  opacity: 1;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #151760;
}

.toggle-password-nav {
  float: right;
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, .5);
  right: 13px;
  top: -25px;
  margin-bottom: -25px;
  transition: .4s;
}

.toggle-password-nav:hover {
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

#pass {
  padding-right: 43px;
  padding-left: 43px;
}

#pass-nav {
  padding-right: 43px;
}

.d-form-footer {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  margin-top: 30px;
}

.title-form {
  font-size: 28px;
  color: #151760;
  text-align: center;
  font-family: 'Urbane Rounded bold';
  margin-bottom: 0px;
}

.d-info-form {
  padding-top: 30px;
  padding-bottom: 50px;
}

.d-btn-enviar {
  text-align: center;
}

.btn-enviar {
  padding-left: 70px;
  padding-right: 70px;
  background: #151760;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  transition: .4s;
}

.btn-enviar:hover {
  background: #FFFFFF;
  color: #151760;
}

.form-footer label {
  color: #FFFFFF;
  font-size: 12px;
  padding-left: 10px;
}

.input-footer {
  border: none;
  border-radius: 5px;
  color: #DD4093;
  font-size: 14px;
  height: 40px;
  font-weight: 500;
  padding-left: 12px;
  padding-right: 12px;

}

.input-footer:active,
.input-footer:focus {
  color: #DD4093;
}

.input-footer::placeholder {
  color: #DD4093;
  font-weight: 400;
}

.input-footer:-ms-input-placeholder {
  color: #DD4093;
  font-weight: 400;
}

.input-footer::-webkit-input-placeholder {
  color: #DD4093;
  font-weight: 400;
}

.form-footer textarea {
  padding-top: 10px;
}

.form-control:active,
.form-control:focus {
  box-shadow: none;
  outline: 0;
}

/*Styling Selectbox*/
.dropdown {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #DD4093;
  height: 40px;
  text-align: left;
  border: none;
  padding-left: 12px;
  padding-right: 12px;

}

.semi-bold {
  font-weight: 500;
}

.dropdown .select {
  cursor: pointer;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px
}

.dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
  background-color: #FFFFFF;
}

.dropdown:active,
.dropdown:focus {
  box-shadow: none;
  outline: 0;
}

.dropdown.active:hover,
.dropdown.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 5px;
  background-color: #FFFFFF;
}

.dropdown .select > i {
  color: #DD4093;
}

.dropdown.active .select > i {
  transform: rotate(180deg);
  color: #DD4093;
}

.dropdown .dropdown-menu {
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  left: 0;
  margin-top: 5px;
  box-shadow: 3px 2px 8px rgb(0, 0, 0, .1);
  border-radius: 5px;
  overflow: hidden;
  display: none;
  max-height: 130px;
  overflow-y: auto;
  z-index: 9;
  border: none;
}

.dropdown .dropdown-menu li {
  padding: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  color: #151760;
  font-weight: 500;
}

.dropdown .dropdown-menu {
  padding: 0;
  list-style: none
}

.dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2;
}

.dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}

/* width */
.select-pais .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.select-pais .dropdown-menu::-webkit-scrollbar-track {
  background: #E1E1E1;
  border-radius: 10px;
}

/* Handle */
.select-pais .dropdown-menu::-webkit-scrollbar-thumb {
  background: #AFAFAF;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 10px;
}

/* Handle on hover */
.select-pais .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tooltip > .tooltip-inner {
  background-color: #151760;
  font-size: 11px;
  padding-top: 3px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #151760;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #151760;
}


.d-gracias {
  height: 297px;
  display: table;
  width: 100%;
  text-align: center;
}

.d-center {
  display: table-cell;
  vertical-align: middle;
}

.d-gracias .t1 {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Urbane Rounded bold';
  margin-bottom: 0px;

}

.d-gracias .t2 {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Urbane Rounded light';
  margin-bottom: 0px;
}

.sec-nav {
  background-color: #151760;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 999;
}

.d-nav {
  text-align: right;
}

.d-nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.d-nav ul li {
  display: inline-block;
}

.btn-sec-nav {
  color: #FFFFFF;
  font-size: 14px;
  border: 1px solid #FFFFFF;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: .4s;
}

.btn-sec-nav:hover {
  color: #FFFFFF;
}

.btn-user-nav > img {
  width: 45px;
}

.btn-reporteria {
  margin-left: 10px;
}

.active-nav {
  color: #FF76C3;
  border: 1px solid #FF76C3;
}

.btn-user-nav {
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn-burger-nav {
  padding: 0px;

}

.logo-sec-nav {
  padding-top: 8px;
}

.d-left-dash .d-1 {
  background-color: #DD4093;
}

.d-left-dash .d-1 a {
  font-size: 12px;
  color: #FFFFFF;
  padding-top: 13px;
  padding-bottom: 8px;
  width: 100%;
  border-radius: 0px;
}

.personalizadas {
  border-bottom: 4px solid #A70065;
}

.d-left-dash .d-2 .t1 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
  color: #FFFFFF;
  padding-top: 5px;
}

.d-left-dash .d-2 {
  background-color: #7B7B7B;
}

/*Styling Selectbox*/
.dropdown-gray {
  width: 100%;
  display: inline-block;
  background-color: #AFAFAF;
  border-radius: 5px;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
  height: 30px;
  text-align: center;
  border: none;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;

}

.dropdown-gray .select {
  cursor: pointer;
  display: block;
}

.chevron-gray {
  font-size: 13px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  margin-top: 3px;
}

.dropdown-gray:active {
  background-color: #AFAFAF;
}

.dropdown-gray:active,
.dropdown-gray:focus {
  box-shadow: none;
  outline: 0;
}

.dropdown-gray.active:hover,
.dropdown-gray.active {
  border-radius: 5px;
  background-color: #AFAFAF;
}

.dropdown-gray .select > .chevron-gray {
  color: #FFFFFF;
}

.dropdown-gray.active .select > .chevron-gray {
  transform: rotate(180deg);
  color: #FFFFFF;
}

.dropdown-gray .dropdown-menu {
  position: absolute;
  background-color: #DFDFDF;
  width: 100%;
  left: 0;
  margin-top: 5px;
  box-shadow: 3px 2px 8px rgb(0, 0, 0, .1);
  border-radius: 5px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9;
  border: none;
}

.dropdown-gray .dropdown-menu li {
  padding: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 12px;
  color: rgba(0, 0, 0, .4);
  font-weight: 500;
}

.dropdown-gray .dropdown-menu {
  padding: 0;
  list-style: none
}

.dropdown-gray .dropdown-menu li:hover {
  background-color: #F6F6F6;
}

.dropdown-gray .dropdown-menu li:active {
  background-color: #e2e2e2;
}

.one-line {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.two-lines {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.d-item-links {
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  transition: .4s;
}

.d-item-links:hover {
  cursor: pointer;
  background-color: #F4F4F4;
}

.d-item-links.active {
  background-color: rgba(0, 0, 0, .07);
}

.d-item-links ul {
  padding: 0px;
  margin: 0px;
}

.d-item-links ul li {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
}

.d-item-links ul li > img {
  margin-right: 7px;
  margin-top: -3px;
}

.d-item-links ul li:nth-child(2) > img {
  margin-left: 10px;
}

.d-item-links .t1 {
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, .5);
}

.d-item-links .t2 {
  color: #151760;
  font-size: 14px;
}

.d-item-links .t2,
.d-item-links .t3,
.d-item-links .t4 {
  margin-bottom: 0px;
}

.d-item-links .t3 {
  color: #DA77AB;
  font-size: 14px;
}

.d-item-links .t4 {
  text-align: right;
  font-size: 14px;
  color: #DA77AB;
}

.d-item-links .t4 > img {
  margin-top: -4px;
  margin-left: 2px;
}

.d-items-links {
  margin-left: -15px;
  margin-right: -15px;
}

.d-items-links .d-3 {
  height: calc(100vh - 147px);
  overflow-y: overlay;
  overflow-x: hidden;
}

.h-0 {
  height: 0px !important;
}

.html-dash,
.body-dash {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* width */
.d-items-links .d-3::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.d-items-links .d-3::-webkit-scrollbar-track {
  background: #E1E1E1;
  border-radius: 10px;
}

/* Handle */
.d-items-links .d-3::-webkit-scrollbar-thumb {
  background: #C2C2C2;
  background-clip: padding-box;
  padding: 10px;
}

/* Handle on hover */
.d-items-links .d-3::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .3);
  transition: .4s;
}

.d-right-dash {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.d-right-dash .d-1 ul {
  padding: 0px;
  margin: 0px;
}

.d-right-dash .d-1 ul li {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
}

.d-right-dash .d-1 ul li > img {
  margin-right: 7px;
  margin-top: -3px;
}

.d-right-dash .d-1 ul li:nth-child(2) > img {
  margin-left: 10px;
}

.d-right-dash .d-1 .t1 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 0px;
}

.d-right-dash .d-1 .t2,
.d-right-dash .d-1 .t3 {
  margin-bottom: 0px;
}

.d-right-dash .d-1 .t2 a {
  font-size: 14px;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 0px;
}

.d-right-dash .d-1 .t3 a {
  color: #DA77AB;
  font-size: 14px;
}

.d-right-dash .d-1 .t3 a > img {
  margin-top: -4px;
  margin-left: 6px;
}

.btn-down-file {
  background-color: #DD4093;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: .4s;
}

.btn-down-file:hover {
  color: #FFFFFF;
  background-color: #151760;
}

.btn-down-file > img {
  margin-right: 6px;
}

.btn-down-file b {
  font-weight: 500;
}

.d-right-dash .d-2 .t1 {
  font-size: 14px;
  text-align: right;
  margin-bottom: 0px;
  padding-top: 6px;
  color: rgba(0, 0, 0, .5);
}


/*Styling Selectbox*/
.dropdown-rose {
  width: 100%;
  display: inline-block;
  background-color: #DD4093;
  border-radius: 5px;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
  height: 30px;
  text-align: center;
  border: none;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;

}

.dropdown-rose .select {
  cursor: pointer;
  display: block;
}

.chevron-rose {
  font-size: 13px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  margin-top: 3px;
}

.dropdown-rose:active {
  background-color: #DD4093;
}

.dropdown-rose:active,
.dropdown-rose:focus {
  box-shadow: none;
  outline: 0;
}

.dropdown-rose.active:hover,
.dropdown-rose.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #DD4093;
}

.dropdown-rose .select > .chevron-rose {
  color: #FFFFFF;
}

.dropdown-rose.active .select > .chevron-rose {
  transform: rotate(180deg);
  color: #FFFFFF;
}

.dropdown-rose .dropdown-menu {
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  left: 0;
  margin-top: 0px;
  box-shadow: 3px 2px 8px rgb(0, 0, 0, .1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9;
  border: 2px solid #DD4093;
}

.dropdown-rose .dropdown-menu li {
  padding: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  color: rgba(0, 0, 0, .4);
  font-weight: 500;
  text-align: center;
}

.dropdown-rose .dropdown-menu {
  padding: 0;
  list-style: none
}

.dropdown-rose .dropdown-menu li:hover {
  background-color: #F6F6F6;
}

.dropdown-rose .dropdown-menu li:active {
  background-color: #e2e2e2;
}

.d-right-dash .d-2 .row {
  margin-bottom: 15px;
}

.d-clics {
  width: 100%;
  text-align: center;
  border: 1px solid #DD4093;
  border-radius: 5px;
  height: 30px;
  font-size: 14px;
  padding-top: 5px;
  color: #DD4093;
}

.d-conversiones {
  width: 100%;
  text-align: center;
  border: 1px solid #151760;
  border-radius: 5px;
  height: 30px;
  font-size: 14px;
  padding-top: 5px;
  color: #151760;
}

.d-grafica-icons {
  text-align: right;
}

.d-grafica-icons ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.d-grafica-icons ul li {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, .9);
}

.d-grafica-icons ul li > img {
  margin-right: 6px;
  margin-top: -3px;
}

.d-grafica-icons ul li:nth-child(2) > img {
  margin-left: 10px;
}

.row-grafica-dash {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px;
}

#myChart {
  width: 100% !important;
}

.d-chart {
  height: 370px;
  width: 100% !important;
}

.d-left-dash .d-1 .row {
  background-color: #DD4093;
}

.d-left-dash .d-2 .row {
  background-color: #7B7B7B;
  padding-top: 8px;
  padding-bottom: 8px;
}

.logo-sec-nav-movil {
  display: none;
}

.d-right-dash .d-2 .t2 {
  display: none;
  font-size: 14px;
  text-align: right;
  margin-bottom: 0px;
  padding-top: 6px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
}


.d-close-promo {
  text-align: right;
  display: none;
}

.btn-close-promo {
  background-color: #151760;
  color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 0px;
}

.btn-close-promo:hover {
  color: #FFFFFF;
}

.d-recortar {
  height: 100vh;
}

.d-recortar .d-1 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;

}

.d-recortar .d-1 .t1 {
  font-size: 18px;
  margin-bottom: 8px;
}

/*Styling Selectbox*/
.dropdown-square {
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 5px;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #FF76C3;
  height: 33px;
  text-align: left;
  border: 2px solid #A70065;
  padding-left: 8px;
  font-weight: 500;
}

.dropdown-square .select {
  cursor: pointer;
  display: block;
}

.dropdown-square .select span {
  line-height: 30px;
}

.chevron-square {
  font-size: 13px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;

}

.dropdown-square:active {
  background-color: #DD4093;
}

.dropdown-square:active,
.dropdown-square:focus {
  box-shadow: none;
  outline: 0;
}

.dropdown-square.active:hover,
.dropdown-square.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #FFFFFF;
}

.dropdown-square .select > .d-chevron {
  color: #FFFFFF;
  height: 30px;
  width: 30px;
  padding-right: 11px;
  padding-top: 8px;
  float: right;
  background-color: #A70065;
}


.dropdown-square .select > .chevron-square {
  color: #FFFFFF;

}

.dropdown-square.active .select .d-chevron > .chevron-square {
  transform: rotate(180deg);
  color: #FFFFFF;
}

.dropdown-square .dropdown-menu {
  position: absolute;
  background-color: #FFFFFF;
  width: 101.5%;
  left: -2px;
  right: 10px;
  margin-top: 0px;
  box-shadow: 3px 2px 8px rgb(0, 0, 0, .1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9;
  border: 2px solid #A70065;
}

.dropdown-square .dropdown-menu li {
  padding: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  color: rgba(0, 0, 0, .4);
  font-weight: 500;
  text-align: left;
}

.dropdown-square .dropdown-menu {
  padding: 0;
  list-style: none
}

.dropdown-square .dropdown-menu li:hover {
  background-color: #F6F6F6;
}

.dropdown-square .dropdown-menu li:active {
  background-color: #e2e2e2;
}

.d-recortar .d-2 {
  background-color: #A70065;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

.d-b-rosa {
  text-align: center;
  padding: 0px;
}

.d-b-rosa > img {
  margin-top: -22px;
}

.floating-label-rose {
  font-size: 13px;
  color: #cccccc;
  position: absolute;
  pointer-events: none;
  top: 7px;
  left: 12px;
  transition: all 0.3s ease;
}

.floating-label-group {
  position: relative;
}

input:focus ~ .floating-label-rose,
input:not(:focus):valid ~ .floating-label-rose {
  top: -7px;
  left: 6px;
  font-size: 11px;
  opacity: 1;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #A70065;
}

.input-form-small {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 13px;
  background-color: transparent;
  color: white;
  font-family: "Roboto", sans-serif;
  text-align: left;
  height: 35px;
  position: relative;
}

.input-form-small:active,
.input-form-small:focus {
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  color: white;
  border: 1px solid #FFFFFF;
}

.toggle-password-small {
  float: right;
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, .5);
  right: 13px;
  top: -27px;
  margin-bottom: -25px;
  transition: .4s;
}

.toggle-password-small:hover {
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.d-recortar .d-2 .t1 {
  font-weight: 500;
}

.title-slide span {
  margin-left: 6px;
}

.btn-blue {
  width: 100%;
  background-color: #151760;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  border-radius: 5px;
  height: 35px;
  transition: .4s;
}

.btn-blue:hover {
  color: #FFFFFF;
}

.d-url {
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #A70065;
  text-align: center;
  height: 35px;
  padding-top: 6px;
}

.d-recortar .d-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.title-slide {
  font-size: 16px;
  margin-bottom: 8px;
}

.d-generacion {
  padding-left: 15px;
  padding-right: 15px;
}

.d-bar {
  background-color: white;
  border-radius: 5px;
}


#myBar {
  text-align: right;
  width: 32px;
  background-color: #151760;
  border-radius: 5px;
  color: white;
  font-family: "Roboto";
  height: 35px;
  padding-right: 5px;
  padding-top: 6px;
}

.d-exito-recortar .d-1 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}

.sub-title-slide {
  font-size: 12px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, .8);
}

.d-exito-recortar .d-2 {
  background-color: #A70065;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2px;
}

.d-exito-recortar .d-2 .d-b-rosa {
  margin-bottom: -15px;
}


.d-exito-recortar .d-3 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2px;
}

.d-exito-recortar .d-3 .d-b-rosa {
  margin-bottom: -15px;
}


.d-exito-recortar .d-4 {
  background-color: #A70065;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

.d-exito-recortar .d-4 .d-b-rosa {
  margin-bottom: -15px;
}

.d-exito-recortar .d-5 {
  padding-left: 15px;
  padding-right: 15px;
}

.active-btn-dash {
  color: #FF76C3 !important;
  border: 1px solid #FF76C3;
}

.d-usuario .d-1 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #DD4093;
}

.row-number-user {
  margin-top: 15px;
}

.d-usuario .d-1 .d-item .d-number-user {
  border: 1px solid #FF76C3;
  text-align: center;
  border-radius: 5px;
}

.d-usuario .d-1 .d-item .d-number-user .t1 {
  margin-bottom: 0px;
  font-size: 12px;
}

.d-usuario .d-1 .d-item .d-number-user .t1 b {
  margin-bottom: 0px;
  font-size: 16px;
}

.d-usuario .d-1 .d-item .t2 {
  margin-bottom: 0px;
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
}

.d-usuario .d-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.d-links-slide {
  margin-top: -10px;
}

.d-links-slide ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.d-links-slide ul li {
  margin-bottom: 10px;
  padding: 0px;
}

.btn-link-slide {
  padding: 0px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  transition: .4s;
  text-decoration: none;
}

.btn-link-slide:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.form-cambiar-pass .t1 {
  text-align: center;
  font-size: 11px;
}

.btn-cancelar {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  width: 100%;
  transition: .4s;
}

.btn-cancelar:hover {
  color: rgba(255, 255, 255, 1);
}

.btn-rose {
  width: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  background-color: #DD4093;
  border-radius: 5px;
  transition: .4s;
}

.btn-rose:hover {
  color: rgba(255, 255, 255, 1);
}

.d-exito-cp {
  text-align: center;
}

.d-exito-cp .t1 {
  font-size: 14px;
  margin-bottom: 0px;
}

.d-burger .d-1 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #DD4093;
}

.d-burger .d-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.sec-extras {
  padding-top: 100px;
  padding-bottom: 50px;
}

.title-extras {
  color: #A70065;
  font-size: 34px;
  font-family: 'Urbane Rounded Bold';
  text-align: center;
}

.d-info-extras {
  margin-bottom: 35px;
}

.d-info-extras .t1 {
  font-size: 26px;
  font-weight: 600;
  color: #493E8E;
  margin-bottom: 5px;
}

.d-info-extras .t2 {
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
  font-size: 14px;
}

.d-video-faq iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 35px;
}

.d-menu-reporteria .d-1 .row-title {
  padding-top: 20px;
}

.d-menu-reporteria .d-1 .row-domain {
  padding-top: 20px;
  padding-bottom: 20px;
}

.d-menu-reporteria .d-1 .t1 {
  color: #FFFFFF;
  margin-bottom: 0px;
  padding-top: 8px;
  font-size: 12px;
}

.input-menu-reporteria {
  height: 33px;
  font-size: 14px;
  color: #FF76C3;
  border: 2px solid #A70065;
  font-weight: 500;
  padding-left: 8px;
  padding-right: 8px;
  transition: .4s;
}

.input-menu-reporteria::placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, .4);
  font-weight: 600 !important;
}

.select-italic {
  color: rgba(0, 0, 0, .4);
  font-style: italic;
  font-weight: 600;
}

.input-menu-reporteria:active,
.input-menu-reporteria:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 2px solid #A70065;
  color: #FF76C3 !important;
}

.d-error {
  background-color: #FFFFFF;
  padding-top: 64px;
  padding-bottom: 11px;
  transition: .4s;
  position: fixed;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.13);
}

.d-error .t1 {
  text-align: center;
  margin-bottom: 0px;
  color: #FE74C2;
  font-weight: 500;
}

.d-datos {
  background-color: #FFFFFF;
  padding-top: 64px;
  padding-bottom: 11px;
  transition: .4s;
  position: fixed;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.13);
}

.d-datos .t1 {
  text-align: center;
  margin-bottom: 0px;
  color: #FE74C2;
  font-weight: 500;
}

.d-menu-reporteria {
  background-color: #151760;
  margin-left: -15px;
  margin-right: -15px;
  overflow-y: overlay;
  overflow-x: hidden;
  height: calc(100vh - 101px);
}

/* width */
.d-menu-reporteria::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.d-menu-reporteria::-webkit-scrollbar-track {
  background: #E1E1E1;
  border-radius: 10px;
}

/* Handle */
.d-menu-reporteria::-webkit-scrollbar-thumb {
  background: #C2C2C2;
  background-clip: padding-box;
  padding: 10px;
}

/* Handle on hover */
.d-menu-reporteria::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .3);
  transition: .4s;
}

.d-menu-reporteria .d-1 {
  padding-left: 15px;
  padding-right: 15px;
}

.d-menu-reporteria .d-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.radio-reporteria input {
  margin-top: 6px;
}

.radio-reporteria label {
  color: #FF76C3;
  font-size: 14px;
}

.row-calendar-reporteria {
  padding-top: 15px;
  padding-bottom: 15px;
}

.datepicker-here {
  font-size: 14px;
  height: 33px;
  border-radius: 5px;
  padding-left: 6px;
  padding-right: 12px;
  background-image: url(../img/icnDate.svg);
  background-repeat: no-repeat;
  background-position: right 4px center;
  color: #FF76C3;
  font-weight: 500;
}

.datepicker-here:active,
.datepicker-here:focus {
  border: 1px solid #FF76C3;
  color: #FF76C3;
}

.datepicker-here::placeholder {
  color: rgba(0, 0, 0, .4);
  font-style: italic;
}

.d-menu-reporteria .d-3 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

.d-menu-reporteria .d-3 .t1 {
  color: #FFFFFF;
  margin-bottom: 0px;
  padding-top: 8px;
  font-size: 12px;
}

.d-busqueda {
  text-align: center;
  margin-top: 20vh;
}

.d-busqueda .t1 {
  font-size: 22px;
  margin-bottom: 0px;
  color: #DD4093;
  margin-top: 20px;
  font-family: "Urbane Rounded light";

}

.d-busqueda .t2 {
  font-size: 22px;
  margin-bottom: 0px;
  color: #DD4093;
  font-family: "Urbane Rounded light";
  margin-top: -5px;
}

.d-tabla-diaria,
.d-tabla-semanal,
.d-tabla-mensual {
  padding-top: 10px;
}

.table-reporteria thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #151760;
}

.table-reporteria tbody td {
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.th-down,
.td-down {
  width: 20px;
}

.table-reporteria tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, .035);
}

.d-paginacion {
  text-align: center;
  padding-top: 5px;
}

.d-paginacion ul {
  padding: 0px;
  margin: 0px;
}

.d-paginacion ul li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}


.d-paginacion ul li a {
  font-size: 13px;
  color: rgba(0, 0, 0, .4);
  transition: .4s;
}

.d-paginacion ul li a:hover {
  color: rgba(0, 0, 0, .7);
}

.d-paginacion ul li a.active {
  color: #DD4093;
}

.row-footer-table {
  padding-bottom: 15px;
}

.d-mostrar ul li {
  font-size: 13px;
  color: rgba(0, 0, 0, .4);
  transition: .4s;
  display: inline-block;
}

.d-mostrar ul li a {
  font-size: 13px;
  color: rgba(0, 0, 0, .4);
  transition: .4s;
  display: inline-block;
}

.d-mostrar ul li a.active {
  color: #DD4093;
}

.d-mostrar ul {
  padding: 0px;
  margin: 0px;
}

.d-mostrar {
  padding-top: 5px;
  text-align: center;
}


.table-reporteria tbody {
  display: block;
  max-height: calc(100vh - 171px);
  overflow: auto;
}

.table-reporteria thead,
.table-reporteria tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-reporteria thead {
  width: calc(100%)
}

.th-down,
.td-down {
  width: 10px;
}

.th-titulo {
  width: 29.8%;
}

.td-titulo {
  width: 30%;
}

.th-dominio {
  width: 41.8%;
}

.td-dominio {
  width: 42%
}

.th-fecha {
  width: 16.9%;
}

.td-fecha {
  width: 17%;
}


/*

.table-reporteria tbody::-webkit-scrollbar {
  width: 5px;
}

.table-reporteria tbody::-webkit-scrollbar-track {
  background: #E1E1E1;
  border-radius: 10px;
}

.table-reporteria tbody::-webkit-scrollbar-thumb {
  background: #AFAFAF;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 10px;
}

*/

.d-btn-reporte .btn-rose {
  font-size: 12px;
}

.d-btn-reporte .btn-rose > img {
  width: 15px;
}

.d-btn-buscar-movil .btn-rose {
  border-radius: 0px;
}

.row-btn-buscar-movil {
  background-color: #DD4093;
}

.input-menu-reporteria:-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, .4) !important;
  font-weight: 500;
}

.input-menu-reporteria::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, .4);
  font-weight: 500;
}

.select-italic:-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, .4) !important;
  font-weight: 500 !important;
}

.select-italic::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, .4) !important;
  font-weight: 500 !important;
}

.col-right-dash {
  height: calc(100vh - 57px);
  overflow-y: overlay;
  overflow-x: hidden;
}


/* width */
.col-right-dash::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.col-right-dash::-webkit-scrollbar-track {
  background: #E1E1E1;
  border-radius: 10px;
}

/* Handle */
.col-right-dash::-webkit-scrollbar-thumb {
  background: #C2C2C2;
  background-clip: padding-box;
  padding: 10px;
}

/* Handle on hover */
.col-right-dash::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .3);
  transition: .4s;
}

.p-error {
  font-size: 12px;
}

.d-detalles .d-1 {
  background-color: #A70065;
}

.table-detalles thead tr th {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 2px solid #DD4093;
}

.table-detalles tbody tr td {
  color: #FFFFFF;
  font-size: 12px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.table-detalles tbody tr td:nth-child(1) {
  text-align: right;
}

.d-detalles .d-1 {
  padding-top: 0px;
  padding-bottom: 80px;
}

.d-detalles .d-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.d-btn-examinar {
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
}

.d-btn-examinar label {
  cursor: pointer;
}
