/** WP-IMG **/
.wp-caption {
  max-width: 100%;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .wp-caption-text,
.wp-caption .wp-caption-text {
  font-size: 0.5em;
}
a {
  color: inherit;
  transition: 0.1s color ease-in;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a[href*="mailto:"] {
  line-break: anywhere;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/** END WP-IMG **/
/* General properties */
:root {
  font-size: 24px;
}
body {
  font-family: 'Work Sans', 'sans-serif';
}
.btn {
  border-radius: 2em;
  border-width: 2px;
}
.btn.btn-primary,
.btn.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn.btn-primary:focus,
.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn.btn-secondary,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn.btn-lng {
  width: 270px;
  max-width: 100%;
}
.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  margin: 15px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2em + 0.85rem + 2px);
  margin-top: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1140px) {
  .select2-container--default .select2-selection--single,
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px);
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 13px;
}
.select2-results__options .select2-results__option {
  text-transform: uppercase;
}
.go-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .go-back {
    font-size: 0.6rem;
  }
}
.go-back:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1rem;
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  font-size: 3rem;
  transform: translateY(-50%);
  line-height: 0.5;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  color: #000;
  background-color: transparent;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:focus,
.owl-carousel.owl-theme .owl-nav .owl-next:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  border: 2px solid #000;
  width: 15px;
  height: 15px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #000;
}
header {
  border-bottom: 1px solid #000;
}
header .navbar-brand {
  font-family: 'Playfair Display', 'serif';
  font-weight: 700;
}
@media only screen and (max-width: 1139.98px) {
  header .navbar-brand {
    font-size: 1rem;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  header .navbar-brand {
    font-size: 0.8rem;
  }
}
header .navbar-brand img {
  max-width: 100%;
  height: auto;
}
header .navbar-brand:hover {
  color: inherit;
}
header .navbar-toggler {
  border-width: 0;
}
header .navbar-toggler[aria-expanded="true"] > i:before {
  content: "\f00d";
}
header .navbar-toggler:focus {
  outline: none;
}
header .navbar {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  header .navbar {
    overflow: hidden;
  }
}
@media only screen and (max-width: 991.98px) {
  header .navbar {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  header .navbar #main-menu {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .navbar #main-menu {
    position: fixed;
    justify-content: center !important;
    top: 87px;
    right: 0;
    background-color: #fff;
    width: 100vw;
    height: calc(100vh - 87px);
    z-index: 10;
    border-top: 1px solid #000;
    transition: 0.5s height linear;
  }
  header .navbar #main-menu .navbar-nav {
    text-align: center;
  }
  header .navbar #main-menu.show {
    display: flex;
  }
}
header .navbar #main-menu .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 991.98px) {
  header .navbar #main-menu .navbar-nav .nav-link {
    font-size: 0.85rem;
  }
}
header .navbar #main-menu .navbar-nav .active .nav-link {
  font-weight: 600;
}
header .navbar .my-account {
  border-left: 2px solid #000;
}
header .navbar .my-account .user-icon {
  display: block;
  width: 87px;
  height: 87px;
  background-image: url(../img/user.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-header {
  background-color: #000;
}
.page-header h1 {
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 5px 0;
  text-align: center;
  font-weight: 600;
}
form.obituary-search,
form.mortuary-search {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
@media only screen and (max-width: 991.98px) {
  form.obituary-search,
  form.mortuary-search {
    flex-wrap: wrap;
  }
}
form.obituary-search input[type="text"],
form.mortuary-search input[type="text"] {
  margin: 15px;
  text-transform: uppercase;
}
form.obituary-search select,
form.mortuary-search select {
  margin: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1139.98px) {
  form.obituary-search input[type="text"],
  form.mortuary-search input[type="text"],
  form.obituary-search select,
  form.mortuary-search select {
    height: 2.3rem;
  }
  form.obituary-search input[type="text"],
  form.mortuary-search input[type="text"],
  form.obituary-search select,
  form.mortuary-search select,
  form.obituary-search .select2.select2-container,
  form.mortuary-search .select2.select2-container {
    font-size: 0.7rem;
  }
}
form.obituary-search .btn,
form.mortuary-search .btn {
  width: 14%;
  margin-left: 2%;
}
@media only screen and (max-width: 1139.98px) {
  form.obituary-search .btn,
  form.mortuary-search .btn {
    font-size: 0.7rem;
    height: 2.3rem;
  }
}
form.obituary-search input[type="text"]:not(#datepicker):not(#todatepicker) {
  width: 30%;
  padding-left: calc((0.75rem * 2) + 20px);
  background-image: url(../img/cross-xl.svg);
  background-position: 0.25rem 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
}
@media only screen and (max-width: 991.98px) {
  form.obituary-search input[type="text"]:not(#datepicker):not(#todatepicker) {
    width: calc(60% - 30px);
  }
}
@media only screen and (max-width: 767.98px) {
  form.obituary-search input[type="text"]:not(#datepicker):not(#todatepicker) {
    width: calc(100% - 30px);
  }
}
form.obituary-search #datepicker,
form.obituary-search #todatepicker {
  cursor: pointer;
}
@media only screen and (max-width: 1600px) {
  form.obituary-search #datepicker,
  form.obituary-search #todatepicker {
    font-size: 0.6rem;
    height: 2.3rem;
  }
}
@media (min-width: 992px) and only screen and (max-width: 1139.98px) {
  form.obituary-search #datepicker,
  form.obituary-search #todatepicker {
    font-size: 0.4rem;
  }
}
form.obituary-search #datepicker[readonly],
form.obituary-search #todatepicker[readonly] {
  background-color: transparent;
}
form.obituary-search #datepicker,
form.obituary-search #todatepicker {
  width: 10%;
}
@media only screen and (max-width: 991.98px) {
  form.obituary-search #datepicker,
  form.obituary-search #todatepicker {
    width: calc(20% - 30px);
  }
}
@media only screen and (max-width: 767.98px) {
  form.obituary-search #datepicker,
  form.obituary-search #todatepicker {
    width: calc(50% - 30px);
  }
}
form.obituary-search select,
form.obituary-search .select2.select2-container {
  width: 20%;
}
@media only screen and (max-width: 991.98px) {
  form.obituary-search select,
  form.obituary-search .select2.select2-container {
    width: calc(35% - 30px);
  }
}
@media only screen and (max-width: 767.98px) {
  form.obituary-search select:first-of-type,
  form.obituary-search .select2.select2-container:first-of-type {
    width: calc(55% - 30px);
  }
  form.obituary-search select:last-of-type,
  form.obituary-search .select2.select2-container:last-of-type {
    width: calc(45% - 30px);
  }
}
form.obituary-search .btn {
  width: 9%;
  margin-left: 1%;
}
@media only screen and (max-width: 991.98px) {
  form.obituary-search .btn {
    width: 29%;
  }
}
@media only screen and (max-width: 767.98px) {
  form.obituary-search .btn {
    width: 99%;
  }
}
form.mortuary-search input[type="text"] {
  width: 40%;
}
@media only screen and (max-width: 991.98px) {
  form.mortuary-search input[type="text"] {
    width: calc(100% - 30px);
  }
}
form.mortuary-search select {
  width: 40%;
}
@media only screen and (max-width: 991.98px) {
  form.mortuary-search select {
    width: calc(60% - 30px);
  }
}
@media only screen and (max-width: 767.98px) {
  form.mortuary-search select {
    width: calc(100% - 30px);
  }
}
form.mortuary-search .btn {
  margin-right: 2%;
}
@media only screen and (max-width: 991.98px) {
  form.mortuary-search .btn {
    width: 36%;
  }
}
@media only screen and (max-width: 767.98px) {
  form.mortuary-search .btn {
    width: 96%;
  }
}
#obituaries .item,
#mortuaries .item {
  border: 2px solid #000;
  border-radius: 1em;
  padding: 30px;
  position: relative;
}
#obituaries .item .datetime,
#mortuaries .item .datetime,
#obituaries .item .name:before,
#mortuaries .item .name:before {
  color: #838383;
  font-size: 20px;
  margin: 20px 0;
}
#obituaries .item .thumbnail,
#mortuaries .item .thumbnail {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
}
#obituaries .item .thumbnail img,
#mortuaries .item .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#obituaries .item .thumbnail:before,
#mortuaries .item .thumbnail:before {
  content: attr(first-letter);
  font-family: 'Playfair Display', 'serif';
  font-weight: 700;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  #obituaries .item .thumbnail,
  #mortuaries .item .thumbnail {
    width: 175px;
    height: 175px;
    font-size: 60px;
    margin: 60px auto;
  }
}
#obituaries .item .name,
#mortuaries .item .name {
  font-weight: 500;
  font-size: 35px;
  text-transform: uppercase;
  /*.last-name {
                display: block;
                font-weight: 300;
                font-size: 20px;
                text-transform: none;
                margin-top: 20px;
                @media @min-sm {
                    font-size: 35px;
                }
            }*/
}
@media only screen and (min-width: 768px) {
  #obituaries .item .name,
  #mortuaries .item .name {
    font-size: 60px;
  }
}
#obituaries .item .location,
#mortuaries .item .location,
#obituaries .item .province,
#mortuaries .item .province {
  font-size: 22px;
  text-transform: uppercase;
  margin: 20px auto 100px;
}
#obituaries .item .bottom-link,
#mortuaries .item .bottom-link {
  color: #838383;
  text-transform: uppercase;
}
#obituaries .item .bottom-link:after,
#mortuaries .item .bottom-link:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#obituaries .item .name {
  font-family: 'Playfair Display', 'serif';
  font-weight: 700;
}
#obituaries .item:before {
  content: "";
  display: block;
  width: 47px;
  height: 66px;
  margin: 0 auto;
}
#obituaries .item:not(.widthout-cross):before {
  background-image: url(../img/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#mortuaries .item .name {
  font-weight: 600;
}
#mortuaries .item .name:before {
  content: "Funeraria";
  display: block;
  font-weight: 500;
}
#mortuaries .item .province {
  margin: 10px 0 20px;
}
#mortuaries .item .images img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.date-selector {
  background-color: #000;
  margin-bottom: 50px;
}
.date-selector p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 15px 0;
}
.date-selector input {
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-width: 0;
  width: 10em;
  max-width: 100%;
}
.date-selector input:focus {
  box-shadow: none;
  background-color: #000;
}
.date-recent {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.date-recent a {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  padding: 0.2rem 2rem;
  margin: 0 0.2rem;
  color: #838383;
}
@media only screen and (min-width: 768px) {
  .date-recent a {
    font-size: 35px;
  }
}
.date-recent a.current {
  border-bottom: 2px solid #000;
  color: black;
  font-weight: 600;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto {
  background-color: #000;
  z-index: 11;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto p {
  color: #fff;
  font-family: 'Work Sans', 'sans-serif';
  text-align: center;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto .cdp-cookies-boton-cerrar {
  border-radius: 4px;
  margin-top: 5px;
  color: #fff !important;
  border: 1px solid #fff !important;
  transition: 0.5s background-color, color linear;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto .cdp-cookies-boton-cerrar:hover {
  background-color: #fff;
  color: #000 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited {
  color: #fff !important;
}
.home #main-content.is-yesterday {
  background-color: #838383;
}
.home #main-content.is-yesterday form.obituary-search input[type="text"],
.home #main-content.is-yesterday form.obituary-search select {
  border-bottom: 2px solid #fff;
  color: #fff;
  background-color: #838383;
}
.home #main-content.is-yesterday form.obituary-search input[type="text"]:not(#datepicker):not(#todatepicker) {
  background-image: url(../img/cross-white-xl.svg);
}
.home #main-content.is-yesterday form.obituary-search input[type="text"]:not(#datepicker):not(#todatepicker)::placeholder {
  color: #fff;
}
.home #main-content.is-yesterday form.obituary-search .select2-container--default .select2-selection--single {
  border-bottom-color: #fff;
}
.home #main-content.is-yesterday form.obituary-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.home #main-content.is-yesterday .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.home #main-content.is-yesterday .btn-secondary {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.home #main-content.is-yesterday .date-recent a {
  color: #dddddd;
}
.home #main-content.is-yesterday .date-recent a.current {
  color: #fff;
  border-color: #fff;
}
.home #main-content.is-yesterday #obituaries .item:not(.widthout-cross):before {
  background-image: url(../img/cross-white.svg);
}
.home #main-content.is-yesterday .name,
.home #main-content.is-yesterday .location,
.home #main-content.is-yesterday .bottom-link,
.home #main-content.is-yesterday .prename {
  color: #fff;
}
.page-template-contacto #main-content {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-image: url('../img/deepblueskies.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-contacto #main-content > .row {
  width: 100%;
}
.page-template-contacto #main-content .intro-title {
  font-family: 'Playfair Display', 'serif';
  font-weight: 700;
  font-size: 2.3rem;
  text-transform: uppercase;
  color: black;
}
.page-template-contacto #main-content .location {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 100;
}
.single-esquela .cross {
  text-align: center;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .single-esquela .cross {
    padding-top: 90px;
  }
}
.single-esquela .cross svg {
  width: 70px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .single-esquela .cross svg {
    width: 110px;
  }
}
.single-esquela article .thumbnail {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #dddddd;
}
.single-esquela article .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-esquela article .thumbnail:before {
  content: attr(first-letter);
  font-family: 'Playfair Display', 'serif';
  font-weight: 700;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .single-esquela article .thumbnail {
    width: 175px;
    height: 175px;
    font-size: 60px;
    margin: 60px auto;
  }
}
@media only screen and (min-width: 768px) {
  .single-esquela article .thumbnail {
    width: 400px;
    height: 400px;
    font-size: 150px;
  }
}
.single-esquela article .name {
  font-family: 'Playfair Display', 'serif';
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .single-esquela article .name {
    font-size: 60px;
  }
}
.single-esquela article .name .last-name {
  display: block;
  font-weight: 300;
  font-size: 20px;
  text-transform: none;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .single-esquela article .name .last-name {
    font-size: 35px;
  }
}
.single-esquela article .location {
  font-size: 22px;
  text-transform: uppercase;
  margin: 20px auto 50px;
}
.single-esquela article .lifetime,
.single-esquela article .position {
  color: #838383;
  font-size: 22px;
  width: 500px;
  max-width: 90%;
  margin: 50px auto;
  display: block;
}
.single-esquela article .position {
  text-transform: uppercase;
  line-height: 1.2;
}
.single-esquela article .lifetime {
  margin-bottom: 90px;
}
.single-esquela article .lifetime time:first-child:after {
  content: "";
  display: inline-block;
  width: 5em;
  height: 2px;
  background-color: #838383;
  margin: 0 1.3em 0.25em 1.3em;
}
.single-esquela article .qepd {
  font-size: 35px;
  font-family: 'Playfair Display', 'serif';
  font-weight: 700;
  margin: 50px 0;
}
@media only screen and (min-width: 768px) {
  .single-esquela article .qepd {
    font-size: 60px;
  }
}
.single-esquela article .qepd:after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #000;
  margin: 1em auto;
}
.single-esquela article .content {
  font-weight: 300;
  line-height: 1.2;
  width: 845px;
  max-width: 95%;
  margin: 0 auto;
  color: #000;
}
.single-esquela aside {
  background: #f2f2f2;
  padding: 90px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-esquela aside article {
  margin-bottom: 80px;
}
.single-esquela aside .title {
  font-family: 'Playfair Display', 'serif';
  font-weight: 600;
}
.single-esquela aside .title:after {
  content: "";
  display: block;
  width: 6em;
  height: 1px;
  background-color: #000;
  margin: 0.5em auto;
}
.single-esquela aside img {
  max-width: 100%;
  height: auto;
}
.single-esquela aside .btn-secondary {
  background-color: transparent;
}
.single-esquela .wpusb {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.author .go-back {
  margin-top: 50px;
  z-index: 1;
  position: relative;
}
.author .name {
  font-weight: 600;
  text-transform: uppercase;
}
.author .name:before {
  content: "Funeraria";
  display: block;
  font-weight: 500;
  color: #838383;
  font-size: 20px;
}
.author .province {
  font-size: 22px;
  text-transform: uppercase;
  margin: 10px auto 40px;
}
.author .title {
  font-size: 35px;
  text-transform: uppercase;
  margin: 4em 0 1em;
}
.author .products-img {
  width: 100%;
  height: auto;
}
.author .products-img + .btn {
  margin: 100px 0;
}
.bg-default {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.letter-thumbnail {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  margin: 30px auto;
  position: relative;
}
.letter-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.letter-thumbnail:before {
  content: attr(first-letter);
  font-family: 'Playfair Display', 'serif';
  font-weight: 700;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .letter-thumbnail {
    width: 175px;
    height: 175px;
    font-size: 60px;
    margin: 60px auto;
  }
}
.switcher {
  position: relative;
  display: inline-block;
  margin-bottom: -6px;
  margin-right: 15px;
  width: 66px;
  height: 28px;
}
.switcher .switcher-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid grey;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.switcher .switcher-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 1px;
  bottom: 0;
  background-color: grey;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.switcher.checked .switcher-slider {
  background-color: transparent;
}
.switcher.checked .switcher-slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}
.do-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .do-container {
    max-width: 540px;
  }
}
@media (min-width: 540px) {
  .do-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .do-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .do-container {
    max-width: 1140px;
  }
}
