﻿body {
  font-family: 'Roboto';
  font-weight: 400;
}

strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #logoSamsung {
    margin-top: 20px !important;
    margin-bottom: 0 !important 
  }
}

@media (min-width: 992px) {

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }


}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (min-width: 992px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

@media (min-width: 768px) {

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-pill {
  border-radius: 30px;
}

.btn-gradient-yellow {
  color: #fff;
  padding: 10px 25px;
  border-color: #ed840e;
  background-image: -webkit-gradient(linear, left top, right top, from(#f7b520), to(#ed840e));
  background-image: -webkit-linear-gradient(left, #f7b520 0%, #ed840e 100%);
  background-image: -o-linear-gradient(left, #f7b520 0%, #ed840e 100%);
  background-image: linear-gradient(to right, #f7b520 0%, #ed840e 100%);
}

.btn-gradient-yellow:hover {
  color: #ed840e;
  background: #fff;
}

.btn-gradient-blue {
  color: #fff;
  padding: 10px 25px;
  border-color: #0c79a4;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f97c6), to(#0c79a4));
  background-image: -webkit-linear-gradient(left, #1f97c6 0%, #0c79a4 100%);
  background-image: -o-linear-gradient(left, #1f97c6 0%, #0c79a4 100%);
  background-image: linear-gradient(to right, #1f97c6 0%, #0c79a4 100%);
}

.btn-gradient-blue:hover {
  color: #0c79a4;
  background: #fff;
}

.btn-icon {
  color: #00A5C2;
  text-decoration: none;
}

.btn-icon:hover {
  text-decoration: none;
}

.btn-icon i {
  border: 1px solid currentColor;
  padding: 5px;
  border-radius: 50%;
  width: 28px;
  margin-right: 5px;
  text-align: center;
}

.intro {
  background-color: #012169;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: -webkit-linear-gradient(45deg, #012169 0%, #00c1d5 100%);
  background-image: -o-linear-gradient(45deg, #012169 0%, #00c1d5 100%);
  background-image: linear-gradient(45deg, #012169 0%, #00c1d5 100%);
  color: #fff;
  height: 520px;
}

.intro h1,
.intro h2 {
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  color: white !important;
}

@media (min-width: 992px) {

  .intro h1,
  .intro h2 {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {

  .intro h1,
  .intro h2 {
    font-size: 24px;
  }
}

.intro p {
  line-height: 1.2;
  font-size: 18px;
  font-family: roboto;
  margin-top: 10px !important;
}

@media (max-width: 767px) {
  .intro p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .intro .transfix {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
}

.intro h2 {
  margin-top: 5px;
}

.GLight {
  font-family: roboto !important;
}

.degradado-sombra {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(229, 229, 229, 0) 100%) !important;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(229, 229, 229, 0) 100%) !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(229, 229, 229, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00e5e5e5', GradientType=1) !important;
}

#logoSamsung {
  margin-top: 20px !important;
  margin-bottom: -46px 
}

#products-content .form-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  padding: 0 15px;
  margin: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  font-family: roboto;
  border-bottom: 1px #d1c7c7 solid;
}

#products-content .form-group:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #0b1b47 transparent transparent transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#products-content .form-group label {
  margin: 0 10px 0 0;
  color: #000000;
}

#products-content .form-group select {
  border: none;
  color: black;
  background-color: #ffffff;
  outline: none;
  height: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  cursor: pointer;
}

#products-content .products-container {
  position: relative;
  margin-top: 30px;
}

#products-content .products-list {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding: 0;
  min-height: 675px;
}

#products-content .products-list:before,
#products-content .products-list:after {
  content: " ";
  display: table;
}

#products-content .products-list:after {
  clear: both;
}

#products-content .products-list li {
  margin-bottom: 40px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #products-content .products-list li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  #products-content .products-list li {
    float: left;
    width: 33.33333%;
  }
}

#products-content .products-list li .item {
  text-decoration: none;
}

#products-content .products-list li .item .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 275px;
  padding: 30px;
  background-color: #fff;
  border: 3px solid #f5f5f5;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  #products-content .products-list li .item .thumb {
    margin-bottom: 20px;
  }
}

#products-content .products-list li .item .thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

#products-content .products-list li .item .thumb:after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-color: #fff;
  border-bottom: 5px solid #00A5C2;
  border-right: 5px solid #00A5C2;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg) translate(-100%, -100%);
  -ms-transform: scale(0) rotate(45deg) translate(-100%, -100%);
  transform: scale(0) rotate(45deg) translate(-100%, -100%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 100%;
}

#products-content .products-list li .item .info h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'roboto';
  color: #000000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (min-width: 768px) {
  #products-content .products-list li .item .info h4 {
    height: 45px;
  }
}

@media (max-width: 767px) {
  #products-content .products-list li .item .info h4 {
    font-size: 18px;
  }
}

#products-content .products-list li .item .info>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#products-content .products-list li .item .info p.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 1;
}

#products-content .products-list li .item .info p.price span {
  color: #00A5C2;
  font-size: 24px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #products-content .products-list li .item .info p.price span {
    font-size: 18px;
  }
}

#products-content .products-list li .item .info p.price small {
  color: #9b9b9b;
}

#products-content .products-list li .item .info p.code {
  margin: 0;
  color: #9b9b9b;
  line-height: 1;
  padding-left: 10px;
  border-left: 2px solid rgba(155, 155, 155, 0.51);
}

@media (max-width: 767px) {
  #products-content .products-list li .item .info p.code {
    font-size: 12px;
  }
}

#products-content .products-list li .item:hover .thumb {
  border: 5px solid #00A5C2;
}

#products-content .products-list li .item:hover .thumb:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg) translate(-27%, -27%);
  -ms-transform: scale(1) rotate(45deg) translate(-27%, -27%);
  transform: scale(1) rotate(45deg) translate(-27%, -27%);
}

#products-content .products-list li .item:hover .info h4 {
  color: #00A5C2;
}

#products-content .products-modal {
  position: fixed;
  background-color: #f5f5f5;
  display: none;
  overflow: auto;
  left: 50%;
  top: 2.5%;
  padding: 50px 15px 15px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 92%;
  max-height: 95%;
  max-width: 900px;
  z-index: 1000;
}

@media (min-width: 1200px) {
  #products-content .products-modal {
    padding: 50px 70px;
    height: 600px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#products-content .products-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none;
}

@media (min-width: 1200px) {
  #products-content .products-modal .close {
    top: 30px;
    right: 30px;
  }
}

#products-content .products-modal .img-fluid,
#products-content .products-modal .img-responsive {
  max-height: 400px;
}

@media (max-width: 767px) {

  #products-content .products-modal .img-fluid,
  #products-content .products-modal .img-responsive {
    max-height: 210px;
  }
}

#products-content .products-modal .name {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #products-content .products-modal .name {
    font-size: 20px;
  }
}

#products-content .products-modal h4 {
  color: #012169;
}

#products-content .products-modal .ref {
  color: #012169;
  font-weight: 700;
}

#products-content .products-modal .ref span {
  color: #00A5C2;
  text-transform: uppercase;
  margin-left: 10px;
}

#products-content .products-modal .desc {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'Myriad Pro';
}

#products-content .products-modal .desc p {
  margin-bottom: 8px;
}

#products-content .products-modal .price {
  font-weight: 700;
  color: #00A5C2;
}

.blueframe {
  background-color: #012169;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: -webkit-linear-gradient(45deg, #012169 0%, #00c1d5 100%);
  background-image: -o-linear-gradient(45deg, #012169 0%, #00c1d5 100%);
  background-image: linear-gradient(45deg, #012169 0%, #00c1d5 100%);
  color: #fff;
  padding: 50px 0;
}

@media (min-width: 1200px) {
  .blueframe {
    padding: 100px 0;
  }
}

.blueframe h2 {
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  font-family: 'roboto';
  color: white !important
}

@media (min-width: 992px) {
  .blueframe h2 {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .blueframe h2 {
    font-size: 24px;
  }
}

.blueframe p {
  font-weight: 400;
  margin: 0;
  font-family: roboto
}

.howtobuy {
  color: #012169;
  font-weight: 700;
  font-size: 30px;
}

@media (max-width: 767px) {
  .howtobuy {
    font-size: 18px;
    text-align: center;
  }
}

.howtobuy small {
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .howtobuy small {
    font-size: 16px;
    margin-bottom: 0;
  }
}

#tituloVideo h2 {
  font-family: roboto;
}


#products-content h2, #tituloVideo h2 {
  color:  #012169;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     #products-content .products-list li .item .thumb:after{
		 display: none;
	 }
	 
	 #products-content .form-group:after {
		display: none;
	 }
}