/* Generic */

h1 {
  font-size: 3rem !important;
}

h2 {
  font-size: 2rem !important;
}

h3 {
  font-size: 1.75rem !important;
}

h4 {
  font-size: 1.5rem !important;
}

h5 {
  font-size: 1.2rem !important;
}

.size-md {
  font-size: 1.2rem;
}

.size-sm {
  font-size: 0.8rem;
}

.container-reviews .size-sm {
  font-size: 1rem;
}

.size-sm, .size-md {
  font-weight: 300;
}

.size-sm b, .size-md b {
  font-weight: 400;
}

.size-md small {
  font-size: 0.8rem;
  font-weight: 300;
}

.size-md th {
  font-weight: 400;
}

@media (max-width: 767.99px) {
  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.6rem !important;
  }

  h3 {
    font-size: 1.3rem !important;
  }

  h4 {
    font-size: 1.2rem !important;
  }

  h5 {
    font-size: 1.1rem !important;
  }

  .size-md {
    font-size: 1rem;
  }
}

.index h1 {
  font-size: 4rem !important;
}

.index h2 {
  font-size: 2.875rem !important;
}

.index h3 {
  font-size: 1.875rem !important;
}

.index .size-md {
  font-size: 1.2rem;
}

* {
  outline: none;
  font-feature-settings: "liga" off;
}

a {
  cursor: pointer;
}

.text-liip, .slick-prev:before, .slick-next:before, .slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: rgb(00, 167, 182);
}

.text-hidden, .hidden {
  display: none;
}

.text-shadow {
  text-shadow: 1px 1px 1px #666;
}

.highlight {
  background: rgba(36,89,102,0.5);
  padding: 3px;
  color: #fff;
  font-weight: 400;
  border-radius: 3px;
  display: inline-block;
}

.no-list{
  list-style-type: none;
  margin:0;
}

.bg-liip-light {
  background: rgba(36,89,102,0.1);
}

.btn {
  cursor: pointer;
}

.selector span {
  display: none;
}

.selector {
  width: 100% !important;
}

select {
  cursor: pointer;
}

.btn {
  text-shadow: none !important;
}

/*Reviews*/
.g-reviews{
  max-width: 200px;
  box-shadow: 1px 1px 4px 0px #666;
  opacity: 0.8;
  display: none;
}

.g-reviews p{
  font-size: 0.9rem;
  color: #8A8A8D;
}

/*Details*/
.btn-detail{
  background-color: rgba(29, 89, 103, 0.4);
  border-color: rgba(29, 89, 103, 0.4);
  font-weight: 400!important;
}

.btn-detail:hover{
  background-color: rgba(29, 89, 103, 0.7);
  border-color: rgba(29, 89, 103, 0.7);
}

.detail-link{
  opacity: 0.5;
  top: 0;
  right: 0;
}

.detail-link-rotate{
  transform: rotate(180deg);
}
.detail-sub{
  text-decoration: underline;
}

/*.g-reviews .oi{
  position: absolute;
  top: 10px;
  right: 10px;
  color: gray;
}*/

@media (max-width: 800px) {
  .g-reviews{
    visibility: collapse;
  }
  .index h1 {
    font-size: 2.3rem !important;
  }
}

@media (min-width: 2000px) {
  .big-size {
    height: 900px;
    object-fit: cover !important;
  }
}

a.nolink {
  text-decoration: none !important;
}

.block-terms {
  line-height: initial;
}

/* Custom thumbnail */

.img-thumbnail {
  cursor: pointer;
}

.img-thumbnail img {
  max-width: 100%;
  height: auto;
}

/* product */
.no-zoom:after{
  content: none!important;
}
.img-spec{
  max-width:40px;
}
.p-spec{
  padding-left:40px;
}
/* Custom control */

.custom-control-indicator {
  top: 0.15rem;
}

.custom-control {
  font-size: 0.8rem;
}
/* Modal Night */

.videomodal .modal-content {
  background-color: #000;
  color: #fff;
}

.videomodal .close {
  color: #fff;
  text-shadow: inherit;
  opacity: 1;
}

@media (max-width: 767px) {
  .modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    min-height: calc(100vh - 20px);
  }
}

/* Spinner */

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(00, 167, 182);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* Go Up */

.go-top-button {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 1;
  bottom: -60px;
  right: 20px;
  box-shadow: 1px 1px 4px 0px #666;
  transition: 0.3s;
  cursor: pointer;
}

.go-top-button .oi {
  font-size: initial !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/*Medios*/

.slider-media img {
    height: 80px;
    margin: auto;
}

.slider-media .slick-prev:before, .slider-media .slick-next:before, .slider-media .slick-dots li button:before, .slider-media .slick-dots li.slick-active button:before {
    color: #245966;
}

@media (min-width: 768px) {
  .slider-media .slick-slide:hover {
      background: rgba(36,89,102,1);
      border-radius: 5px;
      cursor: pointer;
  }
}
@media (max-width: 767.99px) {
  .medio-desktop{
    display: none;
  }
  .slider-media img {
    height: 60px;
  }
  .slider-media {
    margin-bottom: 15px !important;
  }
  .slider-media .slick-dots {
    bottom: -15px !important;
  }
}

/* Discover */

.container-discover {
    background: rgba(36,89,102,0.1);
}

@media (max-width:330px){
  .nav-link-sm{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* Security */

.security-details img {
  width: 100px;
}

/*Details*/

.container-details {
  padding-bottom: 2px;
}

.container-details a>div:hover, .detail:hover>div {
  background-color: rgba(0,0,0,0.1);
}
.container-details a>div:hover>div, .detail:hover>div>div {
    background-color: rgba(0,0,0,0.05);
}

.container-details a>div:hover .detail-link, .detail:hover>div .detail-link{
  opacity: 1;
}

.container-details a {
  text-decoration: none;
}

.detail{
  background-position: right;
  background-size: cover;
  height: 350px;
  border: 2px solid #fff;
  cursor: pointer;
}

.detail-1 {
  background: url(../img/new-img/temperatura-periferica-distal.jpg) no-repeat center;
  background-size: cover;
}

.detail-2{
  background: url(../img/new-img/bateria_carga_rapida.jpg) no-repeat center;
  background-size: cover;
}

.detail-3{
  background: url(../img/new-img/seguro-uso-infantil.png) no-repeat center;
  background-size: cover;
}

.detail-4{
  background: url(../img/new-img/liipadaptnil.png) no-repeat center;
  background-size: cover;
}

.detail-5{
  background: url(../img/new-img/liip-crece-con-tu-bebe.jpg) no-repeat center;
  background-size: cover;
}

.detail-6{
  background: url(../img/new-img/cuantos-moviles-vincularse-liip-smart-monitor.png) no-repeat center;
  background-size: cover;
}

@media (max-width:576px){
  .detail-6{
    background: url(../img/new-img/cuantos-moviles-vincularse-liip-smart-monitor-mobile.png) no-repeat center;
    background-size: cover;
  }
}

.callus{
  display:none!important;
}

.container-details div {
    text-shadow: 1px 1px 0px #666;
}

.detail-hidden {
  display: none;
  background: rgba(36, 89, 102, 0.8) !important;
}

/* Support */

.container-support .btn {
    width: 130px;
}

.container-support .card-img-overlay {
    background-color: rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .container-support .card-img-overlay {
      background: rgba(0,0,0,0.2);
  }
  .container-support .btn {
      width: 158px;
      padding-left: 0;
      padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width:991.99px) {
  .banner{
    margin-top: 23px;
  }
}

@media (min-width: 768px) and (max-width:991.99px) {
  .banner{
    margin-top: 23px;
  }
}

.callus{
  display:none!important;
}

@media (max-width: 330px){
  .btn-callyou{
    width: 120px!important;
  }
}

/* Custom cards */

.card .text-white {
    text-shadow: 1px 1px #555;
}

.index .card {
  margin-bottom: 5px;
}

.slick-track {
  zoom: 1.0000001;
}

.slider-family .card-body {
  cursor: pointer;
}

h4.card-title {
  margin-bottom: 0;
}

.card-mh {
  min-height: 210px;
}

.pre-text{
  height:75px;
  overflow:hidden;
}

@media (max-width: 768px){
  .pre-text{
    height:145px;
  }
}

/* Discover */

.discover-app-icons img {
  height: 40px;
}

/* Custom buttons */
.btn {
  font-weight: 300;
}

/* Custom tabs */

.nav-pills .nav-link {
  border-bottom: 2px solid;
  border-bottom-color: #c5c5c5;
  color: #c5c5c5;
}

.nav-link.active {
  color: rgb(00, 167, 182) !important;
  background-color: inherit !important;
  border-bottom-color: rgb(00, 167, 182);
}

.nav-link img {
  height: 50px;
}

@media (min-width: 768px) {
  .nav-link img {
      height: 80px;
  }
}

/* Custom Slick */

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -25px;
}

div#cookieNotice {
    background-color: rgba(241,241,241,1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    z-index: 99999999999;
}

div#cookieNotice a{
  text-decoration: underline;
  color: inherit;
}

div#cookieNotice .btn{
  text-decoration: none;
}

@media (max-width: 767px) {
  .slick-prev {
    left: -30px;
  }

  .slick-next {
    right: -15px;
  }

  div#cookieNotice {
      line-height: 15px;
  }

  div#cookieNotice .btn{
    color: #00A7B6!important;
    background-color: transparent;
    border: 0;
    padding: 0!important;
  }
}

.slick-prev:before, .slick-next:before {
  font-size: 35px;
}

.slick-dots {
  bottom: -35px;
}

/*
@media (max-width: 1200px) {
  .detail-6 {
    background: url(../img/new-img/cuantos-moviles-vincularse-liip-smart-monitor.png) no-repeat center;
  }
}

@media (max-width: 992px) {
  .detail-1 {
    background: url(../img/new-img/temperatura-periferica-distal-992.jpg) no-repeat center;
    background-size: cover;
  }
  .detail-5{
    background: url(../img/new-img/liip-crece-con-tu-bebe-992.jpg) no-repeat center;
  }

}

@media (max-width: 768px) {
  .detail-1 {
    background: url(../img/new-img/temperatura-periferica-distal-768.jpg) no-repeat center;
    background-size: cover;
  }
  .detail-4{
    background: url(../img/new-img/liipadaptnil-768.png) no-repeat center;
  }
  .detail-5{
    background: url(../img/new-img/liip-crece-con-tu-bebe-768.jpg) no-repeat center;
  }

}

@media (max-width: 576px) {
  .detail-5{
    background: url(../img/new-img/liip-crece-con-tu-bebe-576.jpg) no-repeat center;
  }
}

@media (max-width: 360px) {

  .detail-2{
    background: url(../img/new-img/bateria_carga_rapida-360.jpg) no-repeat center;
  }

  .detail-3{
    background: url(../img/new-img/seguro-uso-infantil-360.png) no-repeat center;
  }

  .detail-5{
    background: url(../img/new-img/liip-crece-con-tu-bebe-360.jpg) no-repeat center;
  }
}
*/


/* Product */

#image-block:hover:after {
  color: #777;
}

#image-block {
  position: relative;
}

#image-block:after {
  content: '\e0dd';
  font-family: icons;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  color: #ddd;
}

.zoomContainer {
  display: none;
}

#thumbs_list_frame {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100% !important;
}

#thumbs_list_frame li {
  list-style: none;
  display: inline-block;
  width: 23%;
}


.apps_table img {
  height: 50px !important;
  width: auto;
  margin: 5px 10px !important;
}

@media (max-width: 400px) {
  .product h1 {
    text-align: center;
  }

  .apps_table img {
    height: 35px !important;
  }
}

.product h3 {
  font-weight: 300 !important;
}

.payment_methods>img {
  margin: 3px;
  max-width: 46%;
  height: auto;
}

.our_price_display td {
  font-size: 1rem;
  text-align: center !important;
  line-height: 1rem !important;
  padding: 10px;
}

.our_price_display .price {
  font-weight: lighter;
  font-size: 1.9rem;
  line-height: 2rem;
  color: #777;
}

.our_price_display table {
  width: 100%;
}

.our_price_display tr:first-child {
  border-bottom: 1px solid;
}

.our_price_display table * {
  border-color: #ccc !important;
}

.our_price_display tr:first-child>td:first-child {
  border-right: 1px solid;
}

.our_price_display table tr:last-child>td {
  padding: 0;
}

.icon-details {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .product #image-block {
    width: 70%;
    margin: auto;
  }
}

#thumbs_list .active>div {
  background-color: #ddd;
}

.order-opc h2 {
  font-weight: 300;
}

.order-opc h3 {
  font-weight: 300;
}


img.order_carrier_logo {
  height: 60px;
}

.delivery_options td {
  vertical-align: middle;
}

.card-body .custom-control {
  font-size: 1rem;
}

.payment_module a {
  text-decoration: none !important;
  color: #777 !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px 10px;
  cursor: pointer;
  display: block;
}

.payment_module img {
  height: 50px;
  margin: 5px;
}

.payment_module:hover {
  background-color: #f6f6f6;
}

#fakepayments .payment_module:hover {
  background-color: transparent;
  cursor: not-allowed;
}
#fakepayments a {
  cursor: not-allowed;
}

/* My Account */

.myaccount-link-list li:hover a {
  color: #fff;
}

.myaccount-link-list li:hover {
  background: rgba(36,89,102,1);
  color: #fff !important;
}

.myaccount-link-list a {
  text-decoration: none !important;
  color: #777;
}

.myaccount-link-list li {
  padding: 15px 10px;
  margin: 5px 0;
  border-radius: 5px;
  cursor: pointer;
  background: #e9ecef;
}

.myaccount-link-list .oi {
  margin-right: 15px;
  font-size: 15px;
}

.btn .oi {
  font-size: 12px;
  margin-right: 2px;
  margin-left: 2px;
}

/* History */

.history_state span, .box-detail {
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  vertical-align: initial;
  font-weight: 400;
  display: inline-block;
}

/* Cart */

.cart_avail div {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}

.cart_quantity_button a {
  border: 1px solid;
  margin-top: 10px;
}

.checkbox input{
  transform: scale(1.3,1.3);
}

@media (max-width: 769px) {
  .custom_checkbox_on::before{
    top:-4px;
  }
}

@media (max-width: 360px) {
  .custom_checkbox_on::before{
    top:-5px;
  }
}

/* CMS */

.cms h1 {
  color: rgb(00, 167, 182);
  font-weight: 300;
}

/* Contact */

.jumbotrons .card:hover {
  background: #f6f6f6;
}

/* Header */

body {
  padding-top: 59.29px;
}

.navbar-primary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
}

.shopping_cart {
  display: none !important;
}

/*Contacto*/

@media (max-width: 400px) {
  .g-recaptcha {
    margin-left: -30px;
  }
}
@media (max-width: 355px) {
  .g-recaptcha {
    margin-left: -50px;
  }
}

.contact .card a, .faq-have .card a, .faq-more-info .card a, .faq-collaborate .card a {
  color: #777 !important;
  text-decoration: none !important;
}

.g-recaptcha>div {
  margin: auto;
}

.faq-collaborate .card-body a {
  color: rgb(00, 167, 182) !important;
}

.jumbotrons a {
  text-decoration: none !important;
  color: inherit !important;
}

@media (max-width: 767.99px) {
  .navbar-brand {
    margin-right: 0 !important;
  }
}


/* Sticky footer */

@media (min-width: 768px) {
  body {
    min-height: 100vh;
    padding-bottom: 361.42px;
  }
}

@media (min-width: 992px) {
  body {
    padding-bottom: 361.42px;
  }
}

/* Call Us */

.callus {
  font-size: 1rem !important;
  transition: 0.3s;
}

@media (max-width: 1199.99px) {
  .callus {
    bottom: -53px;
    padding: 10px 20px;
    background-color: #00A7B6;
    color: #fff !important;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 767.99px) {
  .callus {
    bottom: -47px;
    right: -16px;
    left: -16px;
    border-radius: 0;
    font-size: 0.8rem !important;
    text-align: center;
  }

  .callus a{
    text-decoration: underline;
  }
}

/* Product */

.cart_delete, .cart_discount_delete {
  display: none;
}

.slider-technical a{
  text-decoration:underline;
}


@media (max-width: 767.99px) {
  .cart_description {
    display: none;
  }
  .cart_avail {
    display: none;
  }

  .price_discount_del, .cart_discount_price:last-child {
    display: none;
  }

  #cart_voucher {
    display: none;
  }
  #cart_summary * {
    font-size: 1rem !important;
  }
  .cart_unit {
    display: none;
  }
  .cart_quantity_down, .cart_quantity_up {
    padding: 5px 5px;
  }
}

.checkbox label {
    display: inline;
}

.termsAccept {
  display: inline;
  vertical-align: inherit;
}

.block-terms label, .block-terms a {
  font-size: 0.8rem !important;
  vertical-align: inherit;
}

/* Block terms */
.checker {
  display: inline-block;
  vertical-align: middle;
}


/* Ficha producto */

.apps_table p {
  font-size: 0.8rem;
}

.apps_table td {
  width: 50%;
}

.bg-accent {
  background-color: rgba(36,89,102,0.1);
}

.appstores {
  width: 150px;
}

.star-active {
  color: #f8b704
}

.read-more-content {
  display: none;
}

.payment-logos {
  width: 150px;
}

.slider-reviews .card {
  min-height: 180px;
}

.slider-technical .slick-dots {
  bottom: -15px;
}

.slider-technical .slick-prev:before, .slider-technical .slick-next:before, .slider-technical .slick-dots li button:before,
.slider-technical .slick-dots li.slick-active button:before {
  color: white;
}

.slider-dealers .slick-prev:before, .slider-dealers .slick-next:before, .slider-dealers .slick-dots li button:before,
.slider-dealers .slick-dots li.slick-active button:before {
  color: #00616a;
}

.slider-technical .slick-dots li button:before {
  font-size: 12px;
}

@media (min-width:992px) {
  .payIn7Card {
    font-size: 1rem;
  }
}

/* WeCallU */

#weCallU .modal-dialog {
  overflow-y: initial !important;
}

#weCallU .modal-body {
  overflow-y: auto;
  height: 90vh;
}
