@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "BRAVEEightyone";
    src: url(../fonts/BRAVEEightyone-Regular.woff);
}
.lemen-copy {
    color: #ffe500;
    font-family: "BRAVEEightyone";
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: #38393a;
    box-shadow: inset 0 0 6px #38393a;
}
body::-webkit-scrollbar-thumb {
    background-color: #ffe500;
}
body { 
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 16px; 
    line-height: 32px; 
    color: #828286;
    overflow-x: hidden;
}
a:hover{
    text-decoration: none ;
}
a, input, button { 
    -webkit-transition: all 0.5s ease-out 0s; 
    -moz-transition: all 0.5s ease-out 0s; 
    -ms-transition: all 0.5s ease-out 0s; 
    -o-transition: all 0.5s ease-out 0s; 
    transition: all 0.5s ease-out 0s; 
    outline: none !important; 
}
a:focus { 
    text-decoration: none !important; 
}
h1, h2, h3, h4, h5, h6 { 
    margin-top: 0px; 
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px; color: #222222; 
}
section { 
    padding: 80px 0; 
}
.fixed_social {
    width: 50px;
    height: 100px;
    position: fixed;
    background-color: #050718;
    left: 0;
    top: 40%;
    z-index: 6;
}
.fixed_social a{
    list-style: none;
    text-decoration: none;
}
.fixed_social i{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    transition: .3s;
    cursor: pointer;
}
.fixed_social i:hover{
    width: 100px;
}
.face{
    background-color: #3c5a99;
    color: #FFF;
}
.ins_ta {
    background: #5851DB;
    color: #FFF;
}
.insta{
    background-color: #ff0000;
    color: #FFF;
}
.whatsaap {
    background: #25D366;
    color: #FFF;
}
.telegram {
    background: #2AABEE;
    color: #FFF;
}
.tiktok {
    background: #000;
    color: #FFF;
}
header { 
    width: 100%;
    background: #000;
    z-index: 99; 
    -webkit-transition: all 0.3s ease-out 0s; 
    -moz-transition: all 0.3s ease-out 0s; 
    -ms-transition: all 0.3s ease-out 0s; 
    -o-transition: all 0.3s ease-out 0s; 
    transition: all 0.3s ease-out 0s; 
}
header .container-fluid { 
    padding: 0 150px !important; 
    -webkit-transition: all 0.3s ease-out 0s; 
    -moz-transition: all 0.3s ease-out 0s; 
    -ms-transition: all 0.3s ease-out 0s; 
    -o-transition: all 0.3s ease-out 0s; 
    transition: all 0.3s ease-out 0s; 
}
header .header-bottom .navbar .navbar-brand { 
    padding: 0;
}
header .header-bottom .navbar .navbar-brand img { 
    height: 75px; 
}
header .header-bottom .navbar.navbar-light .navbar-nav li { 
    margin-left: 30px; 
}
header .header-bottom .navbar.navbar-light .navbar-nav li a { 
    font-size: 16px; 
    padding: 0; 
    color: #fff; 
    font-weight: 500; 
    font-family: "Montserrat", sans-serif;
}
header .header-bottom .navbar.navbar-light .navbar-nav li.active a, header .header-bottom .navbar.navbar-light .navbar-nav li a:hover, header 
.header-bottom .navbar.navbar-light .navbar-nav li a:focus { 
    color: #ffe500; 
}
header .header-bottom .navbar.navbar-light .nav li { 
    padding: 0 8px; 
}
header .header-bottom .navbar.navbar-light .nav li a { 
    font-size: 22px; 
    line-height: 13px; 
    padding: 0; 
    color: #000; 
}
header .header-bottom .navbar.navbar-light .nav li.active a, header .header-bottom .navbar.navbar-light .nav li a:hover, header .header-bottom .navbar.navbar-light .nav li a:focus { 
    color: #00c0ff; 
}
header.menu-sticky { 
    position: fixed; 
    top: 0; 
    left: 0; 
    display: inline-block;
     width: 100%; 
     z-index: 99999999; 
     -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); 
     -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); 
     box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); 
}
header.menu-sticky .header-top { 
    display: none;
}
header.menu-sticky .header-bottom { 
    padding: 6px 0; 
    background: #000000; 
}
header.menu-sticky .header-bottom .navbar .navbar-brand img { 
    height: 50; 
}

#section_fixex-video {
    width: 100%;
    height: 550px;
    object-fit: cover;
    position: relative;
}

.contenedor_opacidad {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
    position: absolute;
    top: 0;
    z-index: 999999;
}
#header_principal {
    width: 100%;
    height: 100%;
    display: table;
}
.padded-paises {
    padding-top: 90px;
    padding-bottom: 90px;
}
.contenedor_paises {
    width: 100%;
    height: 900px;
    background: url(../img/index_ilumapower.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: table;
}
.opacity_index {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
}
.logo {
    width: 50%;
    height: 150px;
    display: table;
    margin: auto;
    margin-top: 140px;
    margin-bottom: 70px;
}
.logo img {
    max-width: 320px;
    display: table;
    position: relative;
    margin: auto;
}
.box_sec_paises {
    width: 100%;
    height: 200px;
    display: table;
}
.box_paises_grid {
    width: 24%;
    height: 100px;
    padding: 25px 20px;
    margin: 5px;
    display: inline-block;
}
.box_paises_grid img {
    width: 50px;
    margin: 0px 20px;
}
.box_paises_grid p {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}
.contenedor_footer {
    width: 100%;
    height: 60px;
    background: #212121;
    display: table;
}
.right-copy {
    width: 100%;
    height: 60px;
    padding-top: 15px;
    display: table;
}
.right-copy p {
    color: #FFF;
    text-align: center;
    line-height: 60px;
}
.black_ {
    background: #000;
}
.banner { 
    position: relative; 
    overflow: hidden; 
    background: #000; 
}
.video {
    width: 100%;
    height: 100%;
}
.video iframe {
    width: 100%;
    height: 100%;
    margin: 0;
}

video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: bottom;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    z-index: 1;
}
.contenedor_slider {
    max-width: 1350px;
    min-width: 350px;
    position: relative;
    margin: auto;
}
.banner-text { 
    width: 100%;
    height: 700px;
    background: #000;
}
.left-slide {
    width: 60%;
    height: 500px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.left-slide h1 {
    font-size: 37px;
    font-weight: 800;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0;
}
.left-slide h3 {
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    margin: 0;
}
.left-slide img {
    width: 60px;
}
.right-slide {
    width: 40%;
    height: 500px;
    float: right;
}
.slide {
    position: relative;
    z-index: 9; 
    -webkit-animation: slide 1.8s infinite  alternate; 
    animation: slide 1.8s infinite  alternate; 
}
@-webkit-keyframes slide {
    0% { 
      transform: translateY(0);
   }
    100% { 
      transform: translateY(-20px); 
  }
  }
  @keyframes slide {
    0% { 
      transform: translateY(0); 
      }
    100% { 
      transform: translateY(-20px); 
      }
  }
.banner .chevron-box { 
    bottom: 32%; 
}
.banner .chevron-box .chevron:before, .banner .chevron-box .chevron:after { 
    background: #ffffff; 
}
.chevron-box { 
    position: absolute; 
    width: 32px; 
    height: 65px; 
    bottom: 0; 
    left: 50%; 
    margin-left: -16px; 
    z-index: 9; 
}
.chevron-box .chevron { 
    position: absolute; 
    width: 28px; 
    height: 8px; 
    opacity: 0; 
    transform: scale3d(0.5, 0.5, 0.5); 
    animation: move 3s ease-out infinite;
}
.chevron-box .chevron:first-child { 
    animation: move 3s ease-out 1s infinite;
}
.chevron-box .chevron:nth-child(2) { 
    animation: move 3s ease-out 2s infinite; 
}
.chevron-box .chevron:before, .chevron-box .chevron:after { 
    content: ' '; 
    position: absolute; 
    top: 0; 
    height: 100%; 
    width: 51%; 
    background: #000000;
}
.chevron-box .chevron:before { 
    left: 0; 
    transform: skew(0deg, 30deg); 
}
.chevron-box .chevron:after { 
    right: 0; 
    width: 50%; 
    transform: skew(0deg, -30deg); 
}
@keyframes move {
  25% { 
    opacity: 1; 
   }
  33% { 
    opacity: 1; 
    transform: translateY(30px);
  }
  67% { 
    opacity: 1; 
    transform: translateY(40px); 
   }
  100% { 
    opacity: 0; 
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5); 
   }
}
.chevron-box .text { 
    display: block; 
    margin-top: 75px; 
    margin-left: -30px; 
    font-size: 12px; color: #000000; 
    text-transform: uppercase; 
    white-space: nowrap; opacity: .25; 
    animation: pulse 2s linear alternate infinite; 
}
@keyframes pulse {
    to { opacity: 1; }
}

.slider .owl-carousel .owl-controls .owl-dot { 
    margin-top: 20px; 
    display: inline-block; 
}
.slider .owl-carousel .owl-dots { 
    position: relative; 
    width: 100%; 
    display: inline-block; 
    text-indent: inherit; 
    text-align: center; 
    cursor: pointer; 
}
.slider .owl-carousel.owl-theme .owl-dots .owl-dot span { 
    background: #ffffff; 
    display: inline-block; 
    margin: 0px 3px; 
    height: 4px; 
    width: 30px; 
    transition: all 0.5s ease-in-out; 
    -webkit-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; 
    -ms-transition: all 0.5s ease-in-out; 
    cursor: pointer; 
}
.slider .owl-carousel.owl-theme .owl-dots .owl-dot:hover span, .slider .owl-carousel.owl-theme .owl-dots .owl-dot.active span { 
    background: #ffe500; 
    width: 50px; 
}
.grid_carrousel {
    width: 100%;
    min-height: 500px;
    background: #FFF;
    display: table;
}
.carrousel_head {
    width: 100%;
    min-height: 250px;
    display: table;
}
.carrousel_footer {
    width: 100%;
    min-height: 250px;
    padding: 30px 20px;
    background: #f2f2f2;
    display: table;
}
.carrousel_footer h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #38393a;
    text-align: left;
}
.carrousel_footer p {
    color: #38393a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

.d_none {
    display: none;
}

.phone-intro { 
    position: relative; 
}
.menu ul{
    display: inline-flex;
    list-style: none;
    float: right;
}
.menu ul ul{
    display: none;
}
.menu a{
    display: block;
    padding: 17px 30px;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
}
.menu ul li img {
    width: 35px;
    padding-right: 10px;
}
.menu a:hover{
    color: #ffe500;
}
.menu a span{
	margin-left: 14px;
}
.menu ul li:hover ul{
    display: block;
    position: absolute;
    padding: none;
}
.menu ul li ul li{
    width: 250px;
    background-color: #38393a;
    border-left: none;
    margin: 0px;
}
.menu ul li ul li a:hover {
    color: #ffe500;
}
/*
.phone-intro:before { 
    position: absolute; 
    left: 0; 
    top: -300px; 
    height: 300px; 
    width: 100%; 
    content: "";
    background: url(../img/light-bg.png); 
    background-repeat: repeat-x;
    z-index: 9999;
}
*/
.phone-intro .phone-box { 
    position: relative; 
    z-index: 9; 
    margin-bottom: 100px; 
}
.phone-intro .phone-box .phone-1 { 
    position: relative; 
    margin-left: 10px; 
    z-index: 9; 
    -webkit-animation: action 1.8s infinite  alternate; 
    animation: action 1.8s infinite  alternate; 
}
.phone-intro .phone-box .phone-2 { 
    position: relative; 
    margin-left: -80px; 
    margin-top: -100px; 
    -webkit-animation: action 2.5s infinite  alternate; 
    animation: action 2.5s infinite  alternate; 
}
@-webkit-keyframes action {
  0% { 
    transform: translateY(0);
 }
  100% { 
    transform: translateY(-20px); 
}
}
@keyframes action {
  0% { 
    transform: translateY(0); 
    }
  100% { 
    transform: translateY(-20px); 
    }
}
.phone-intro .feature-box { 
    border-right: 1px solid #dddddd; 
}
.phone-intro .feature-box.last { 
    border-right: none; 
}
.phone-intro .feature-box .title { 
    font-weight: 600; 
}
.phone-intro .feature-box .sub-title { 
    color: #828286; 
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px; 
}

.about-phone { 
    position: relative; 
    overflow: hidden; 
    padding: 250px 0;
 }
.about-phone .heading-box { 
    padding: 0 100px; 
}
.about-phone .heading-box .title { 
    font-size: 60px; 
    font-weight: 600; 
}
.about-phone .button { 
    margin-top: 10px; 
}
.video-box { 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
}
.video-box .video-btn { 
    background: #00befd; 
    display: inline-block; 
    width: 60px; 
    height: 60px; 
    line-height: 40px; 
    text-align: center; 
    font-size: 16px; 
    color: #ffffff; 
    float: left; 
    border-radius: 100%;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.video-box .video-btn i { 
    margin-left: 5px; 
    font-family: FontAwesome; 
    margin-top: 22px; 
}
.video-box .video-btn:hover { 
    color: #ffffff;
}
.video-box .iq-waves { 
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 2;
    float: right; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
}
.video-box .iq-waves .waves { 
    position: absolute; 
    width: 200px; 
    height: 200px; 
    background: rgba(0, 190, 253, 0.2); 
    opacity: 0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    border-radius: 320px; 
    background-clip: padding-box; 
    -webkit-animation: waves 3s ease-in-out infinite; 
    animation: waves 3s ease-in-out infinite; 
}
.video-box .iq-waves .wave-1 { 
    -webkit-animation-delay: 0s; 
    animation-delay: 0s; 
}
.video-box .iq-waves .wave-2 { 
    -webkit-animation-delay: 1s; 
    animation-delay: 1s; 
}
.video-box .iq-waves .wave-3 { 
    -webkit-animation-delay: 2s; 
    animation-delay: 2s; 
}
@-webkit-keyframes waves {
  0% { 
    -webkit-transform: scale(0.2, 0.2); 
    transform: scale(0.2, 0.2); 
    opacity: 0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
  }
  50% { 
    opacity: 0.9; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
  }
  100% { 
    -webkit-transform: scale(0.9, 0.9); 
    transform: scale(0.9, 0.9); 
    opacity: 0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
  }
}
@keyframes waves {
  0% { 
    -webkit-transform: scale(0.2, 0.2); 
    transform: scale(0.2, 0.2); 
    opacity: 0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
}
  50% { 
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
}
  100% { 
    -webkit-transform: scale(0.9, 0.9); 
    transform: scale(0.9, 0.9); 
    opacity: 0; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
}
}
.button { 
    border: 1px solid #222222; 
    color: #222222; padding: 0 0 0 20px; 
    font-size: 14px; 
    display: inline-block; 
}
.button:hover { 
    text-decoration: inherit; 
    color: #222222; 
}
.button i { 
    font-family: FontAwesome; 
    margin-left: 10px; 
    border-left: 1px solid #222222; 
    padding: 10px 10px 10px 15px; 
    -webkit-transition: all 0.5s ease-out 0s; 
    -moz-transition: all 0.5s ease-out 0s; 
    -ms-transition: all 0.5s ease-out 0s; 
    -o-transition: all 0.5s ease-out 0s; 
    transition: all 0.5s ease-out 0s; 
}
.button:hover i { 
    text-decoration: inherit; 
    background: #222222; 
    color: #ffffff; 
}
.padd_distribuidor {
    padding-top: 60px;
    padding-bottom: 60px;
}
#dual, #powerful, #productos { 
    padding: 80px 0; 
}
#Productos {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}
#about {
    background: #dddddd;
    padding-top: 80px;
    padding-bottom: 150px;
}
#Donde_Comprar {
    padding-top: 140px;
    padding-bottom: 80px;
}
#Tutoriales {
    overflow-x: hidden;
    background: #333333;
    padding-top: 60px;
    padding-bottom: 80px;
}
#Distribuidor {
    padding-top: 140px;
    padding-bottom: 80px;
}
#Contacto {
    padding-top: 140px;
    padding-bottom: 80px;
}
#categorias {
    padding-top: 90px;
    padding-bottom: 80px;
}
.features { 
    position: relative; 
}
.features .features-box { 
    padding: 0; 
    margin: 0; 
    margin-top: 100px; 
}
.features .features-box li { 
    list-style-type: none; 
    text-align: center; 
    width: 20%; 
    display: inline-block; 
    float: left; 
    font-size: 18px; 
    color: #222222; 
}
.features .features-box li img { 
    width: 60px; 
    margin-bottom: 10px; 
}
.features .features-img {
    margin-top: 150px; 
    margin-bottom: -250px; 
}
.features-btn { 
    color: #222222; 
}
.read-more { 
    margin-top: 20px; 
}
.read-more button { 
    font-size: 24px; 
    background: none; 
    color: #222222; 
    border: 1px solid #222222; 
    height: 36px; 
    width: 36px; 
    line-height: 34px; 
    position: relative; 
    cursor: pointer; 
    margin-top: -1px; 
    margin-left: -6px; 
}
.read-more:hover button { 
    background: #222222; 
    color: #ffffff; 
}
.read-more span { 
    position: relative; 
    top: -4px; 
    border: 1px solid #222222; 
    padding: 5px 15px 6px 15px; 
}
.read-more .text { 
    font-size: 16px !important;
}

.title-box { 
    margin-top: 20px; 
}
.title-box .title { 
    font-size: 50px; 
    line-height: 60px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 6px; 
    color: #fff; 
    position: relative; 
    z-index: 9; 
    display: inline-block; 
}
.title-box .sub-title { 
    position: relative; 
    z-index: 9; 
    margin-top: 20px; 
    font-size: 16px; 
    padding: 0 100px; 
}
.title-box .light-title { 
    font-size: 130px; 
    font-family: "Montserrat", sans-serif;
    color: #e5e5e5; 
    font-weight: 600; 
    line-height: 80px; 
    margin: 15px 0; 
    position: absolute; 
    display: inline-block; 
    left: 50%; 
    top: -30px; 
    transform: translate(-50%, 0); 
    -webkit-transform: translate(-50%, 0); 
}
.title-box.left { padding: 0 40px 0 0; }
.title-box.left .sub-title { padding: 0; }
.title-box.left .light-title { left: 0; transform: inherit; -webkit-transform: inherit; }
.title-box.left:before { left: 70px; }
.sub-title { width: 100%;}
.face-lock { position: relative; padding-top: 80px; }
.face-lock .title-box .title { color: #ffffff; }
.face-lock .title-box .light-title { color: #ffffff; opacity: 0.1; }
.face-lock .title-box:before { background: #ffffff; opacity: 0.1; }
.face-lock img { padding-top: 120px; }

.face-lock .chevron-box .chevron:before, .face-lock .chevron-box .chevron:after { background: #ffffff; }
.about-phone .chevron-box .chevron:before, .about-phone .chevron-box .chevron:after { background: #ffffff; }

.dual-camera { position: relative; }
.dual-camera .camera-box { position: relative; margin-top: 60px; }
.dual-camera .camera-box .filter-phone { position: absolute; z-index: 99; }
.dual-camera p { margin-top: 30px; }
.dual-camera .image { transition: -webkit-filter .2s; }
.dual-camera button { border: 0; background: none; outline: none !important; cursor: pointer; border-radius: 100%; overflow: hidden; width: 20%; margin-top: 10px; }
.dual-camera button img { border-radius: 100%; height: 50px; width: 50px; }
.dual-camera .camera-box p { font-size: 13px; text-align: right; }
.dual-camera .options { margin-top: 30px; width: 100%; }
.dual-camera .image[data-filter=mono] { -webkit-filter: grayscale(1); }
.dual-camera .image[data-filter=tonal] { -webkit-filter: brightness(1) grayscale(1) opacity(0.85); }
.dual-camera .image[data-filter=noir] { -webkit-filter: contrast(1.3) grayscale(1); }
.dual-camera .image[data-filter=fade] { -webkit-filter: hue-rotate(345deg) sepia(0.2) contrast(1.1); }
.dual-camera .image[data-filter=chrome] { -webkit-filter: saturate(1.4) brightness(1.2) contrast(1.2) sepia(0.1); }
.dual-camera .image[data-filter=process] { -webkit-filter: sepia(0.5) hue-rotate(-30deg) saturate(1.2); }
.dual-camera .image[data-filter=transfer] { -webkit-filter: sepia(0.4) saturate(1.3); }
.dual-camera .image[data-filter=instant] { -webkit-filter: sepia(0.2) hue-rotate(-10deg) opacity(0.75) contrast(1.8) saturate(0.7); }

.container_tutoriales {
    max-width: 1300px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.container-index {
    max-width: 1350px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.Tutoriales {
    position: relative; 
}
.Tutoriales .features-img { 
    margin-top: 80px; 
}
.Tutoriales .features-img { 
    -webkit-animation: action 1.8s infinite  alternate; 
    animation: action 1.8s infinite  alternate; 
}
.cont_caracteristica { width: 100%; height: 400px; display: table; }
.contene_video { width: 100%; height: 350px; padding-top: 20px; display: table;} 
.grid_video { width: 250px; height: 200px; background-color: darkgoldenrod; }
.grid_video img { width: 100%; }
#color { overflow: hidden;}
.color .features-img { margin-top: 80px; }
.container_medium {
    max-width: 1450px;
    min-width: 350px;
    position: relative;
    margin: auto;
}
.about {
    width: 100%;
    position: relative;
    display: table;
}
.left_about {
    width: 50%;
    height: 430px;
    padding: 50px 40px;
    float: left;
    display: table;
}
.left_about h3 {
    color: #38393a;
}
.left_about p {
    color: #38393a;
}
.right_about {
    width: 50%;
    height: 430px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid_image {
    width: 45%;
    height: 300px;
    margin: 0px 10px;
    float: left;
}
.grid_image img {
    width: 320px;
}
.container-fluid { 
    padding: 0 30px; 
}

.learn #wave canvas { width: 100% !important; }
.tabs-block .nav-tabs { border: none; }
.tabs-block .nav-tabs li { margin: 0 15px; width: 18%; }
.tabs-block .nav-tabs li a { padding: 75px 15px; background: #f2f2f2; color: #38393a; text-align: center; border-radius: 0; border: none; font-size: 24px; font-weight: 500; }
.tabs-block .nav-tabs li a i { display: block; font-size: 30px; margin-bottom: 5px; }
.tabs-block .nav-tabs .nav-item { margin-bottom: 0; }
.tabs-block .nav-tabs .nav-item.show .nav-link, .tabs-block .nav-tabs .nav-link.active { 
    border: none; 
    background: #ffe500; 
    color: #fff; 
}
.tab-content.smart-tabs { top: 50%; position: absolute; right: 49px; margin-top: -119px; width: 243px; }
.watch-features .tab-content.smart-tabs { position: absolute; right: 54px; margin-top: -120px; width: 240px; }
.watchs-face .tab-content.smart-tabs { position: absolute; right: 46px; margin-top: -116px; width: 243px; }
.stay-connected .tab-content.smart-tabs { position: absolute; right: 59px; margin-top: -119px; width: 220px; }
.nav-tabs.smart-tabs .nav-item { margin: 0 5px; }
.nav-tabs.smart-tabs .nav-item a { border: none; border-radius: 900px; height: 65px; width: 65px; padding: 12px; line-height: 65px; }
.nav-tabs.smart-tabs .nav-item a img { vertical-align: initial; }
.nav-tabs.smart-tabs .nav-item .nav-link.active { background: #222222; }
.chat-banner { position: absolute; margin: 150px auto 0; width: 40%; display: inline-block; top: 0; left: 0; bottom: 0; right: 0; }

/* Animation delays */
.chat-banner .carousel-inner .chat.ct3 { animation-delay: 1s; }
.chat-banner .carousel-inner .chat.ct4 { animation-delay: 2s; }
.how-it-works .how-it-chat { padding: 20% 0 20%; }
.how-it-works .how-it-chat .chat { margin: 0 0 50px; }
.alexa-chat { position: absolute; width: 100%; top: 25%; }
.alexa-title { position: absolute; width: 100%; top: 50%; padding: 0 60px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.chat { width: 60%; margin: 50px auto; background: #fff; padding: 10px 10px; text-align: center; position: relative; border-radius: 5px; -webkit-box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1); -moz-box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1); box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1); }
.chat.ct2, .chat.ct4 { background: #00c9ff; color: #fff; }
.ct1:before { content: ""; width: 0px; height: 0px; position: absolute; border-left: 10px solid #fff; border-right: 10px solid transparent; border-top: 10px solid #fff; border-bottom: 10px solid transparent; right: -19px; top: 6px; }
.ct2:before { content: ""; width: 0px; height: 0px; position: absolute; border-left: 10px solid transparent; border-right: 10px solid #00c9ff; border-top: 10px solid #00c9ff; border-bottom: 10px solid transparent; left: -19px; top: 6px; }
.ct3:before { content: ""; width: 0px; height: 0px; position: absolute; border-left: 10px solid #fff; border-right: 10px solid transparent; border-top: 10px solid #fff; border-bottom: 10px solid transparent; left: 19px; bottom: -19px; }
.ct4:before { content: ""; width: 0px; height: 0px; position: absolute; border-left: 10px solid transparent; border-right: 10px solid #00c9ff; border-top: 10px solid #00c9ff; border-bottom: 10px solid transparent; right: 19px; bottom: -19px; }
.your-room { position: relative; display: inline-block; width: 100%; float: left; }
.your-room:before { background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.your-room.room-light:before { background: rgba(0, 0, 0, 0); }
.your-room .room-info, .your-room .room-alexa { z-index: 9; position: relative; }
.your-room .room-info .chat { margin: 50px 0; }
.your-room .room-alexa { height: 93vh; text-align: right; }
.your-room .room-alexa img { position: absolute; bottom: -11%; right: 0; }
.music-block { position: relative; padding: 100px 10% 200px; -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15); }
.music-block .music-img { position: absolute; right: 0; bottom: 0; }





.tv-banner { position: absolute; display: inline-block; top: 0; left: 0; bottom: 0; right: 0; }
.tv-banner .chat { width: 20%; }
.tv-banner .chat.ct3 { animation-delay: 1s; position: absolute; bottom: 80px; left: 20%; }
.tv-banner .chat.ct4 { animation-delay: 2s; position: absolute; bottom: 80px; right: 20%; }
#carouselExampleControlss span { font-size: 36px; color: #828286; }
.footer { 
    padding: 60px 0 30px 0; 
    background: #f2f2f2;
}
.footer .title {
    color: #38393a;
}
.footer .logo { 
    width: 180px; margin-bottom: 20px; 
}
.footer .footer-intro { 
    padding: 0 30px 0 0; 
}
.footer .footer-intro img {
    width: 150px;
    height: auto;
    display: table;
    margin: 0;
    margin-bottom: 20px;
}
/*Social Media*/
.footer .media-box { 
    margin: 0; 
    padding: 0; 
    margin-top: 25px; 
}
.footer .media-box li { 
    display: inline-block; 
    list-style: none; 
    padding: 0; 
    margin: 0 15px 0 0; 
}
.footer .media-box li a { 
    display: block; 
    font-size: 16px; 
    color: #38393a; 
    background: transparent; 
}
.footer .media-box li a i { 
    font-family: FontAwesome;
}
.footer .media-box li a:hover { 
    color: #ffe500; 
}

/*Link*/
.footer .footer-link { 
    padding: 0; 
    margin: 20px 0 0 0; 
}
.footer .footer-link li { 
    list-style-type: none;
    margin-bottom: 6px; 
}
.footer .footer-link li a { 
    color: #38393a; 
    text-decoration: none; 
    font-size: 14px; 
}
.footer .footer-link li a:hover { 
    color: #ffe500; 
}
.footer  .title { 
    font-weight: 600;  
}
.footer  p { 
    font-size: 13px; 
    line-height: 24px; 
}

/*Newsletter*/
.footer .newsletter { width: 100%; margin: 20px 0 20px 0; }
.footer .newsletter .input-group { border-bottom: 1px solid #38393a; }
.footer .newsletter .form-control { background: #f2f2f2; height: 55px; display: inline-block; padding-left: 0; box-shadow: none; float: left; width: 60%; border: none; }
.footer .newsletter .button { background: inherit; color: #000000; padding: 10px 0; text-decoration: none; border: navajowhite; }
.footer .newsletter .button:hover { color: #18c6ff; }
.footer p { color: #38393a; }

/*Copyright*/
.footer .footer-copyright { 
    color: #38393a; 
    text-decoration: none; 
    font-size: 14px; 
    margin-top: 40px; 
    text-align: right; 
}
.footer .footer-copyright a {
    font-weight: 700;
    color: #ffe500; 
    text-decoration: none; 
}
.footer .footer-copyright a:hover { 
    color: #ffe500; 
}

/*Popular Posts*/
.footer .iq-post { 
    padding: 0; 
    margin: 0;
    margin-top: 20px; 
}
.footer .iq-post li { 
    width: 100%; 
    float: left;
    margin-bottom: 15px; 
    border-bottom: 1px solid rgba(4, 4, 4, 0.2); 
    display: inline-block; 
}
.footer .post-blog { 
    display: table-cell; 
}
.footer .post-blog a { 
    vertical-align: top; 
    font-size: 14px; 
    color: #38393a; 
    text-decoration: none; 
}
.footer .post-blog a:hover { 
    color: #ffe500; 
}
.footer .post-blog .lead { 
    font-size: 16px; 
    font-weight: 600; 
    color: #38393a; 
}
.footer .post-img { 
    display: table; 
    float: left; 
    margin-right: 15px; 
}
.footer .post-img img { 
    vertical-align: top; 
    vertical-align: top; 
    height: 64px; 
    width: 64px;
}
.footer .owl-prev, .footer .owl-next { 
    float: left; 
    margin-right: 15px; 
}
.footer .owl-prev i, .footer .owl-next i { 
    color: #222222; 
    font-size: 14px; 
    font-family: "Montserrat", sans-serif;
    font-weight: 400; 
}
.footer .owl-prev:hover i, .footer .owl-next:hover i { 
    color: #00befd;
 }
.footer .owl-prev .fa-angle-left:before { 
    content: "Preview"; 
    float: left; 
}
.footer .owl-next .fa-angle-right:before { 
    content: "Next"; 
    float: left; 
    margin-left: 10px; 
}
.contendor_info-video {
    width: 50%;
    height: 250px;
    padding: 60px 20px;
    border-left: 4px solid #ffe603;
    margin-top: 70px;
}
.contendor_info-video h2 {
    color: #FFF;
}
.contendor_info-video h4 {
    color: #FFF;
}
.contendor_info-video p {
    color: #FFF;
}
.categorias {
    text-align: center;
    position: relative;
}
.cont_categorias {
    width: 100%;
    height: 600px;
    text-align: center;
    display: table;
}
.box_categorias {
    width: 28%;
    height: 280px;
    margin: 10px;
    background: #f2f2f2;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.left_categoria_box {
    width: 45%;
    height: 280px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_categoria_box h2 {
    font-size: 18px;
}
.right-categoria_box {
    width: 55%;
    height: 280px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.right-categoria_box img {
    width: 250px;
}
.box_categorias h2 {
    color: #38393a;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.img_bx_01 {
    width: 350px;
    right: -50px;
    margin-top: 0px;
}
.img_bx_02 {
    width: 250px;
    right: 20px;
    margin-top: 15px;
}
.img_bx_03 {
    width: 350px;
    right: -50px;
    margin-top: 0px;
}
.img_bx_04 {
    width: 400px;
    right: -80px;
    margin-top: -60px;
}
.img_bx_05 {
    width: 250px;
    right: 10px;
    margin-top: 20px;
}
.img_bx_06 {
    width: 280px;
    right: -20px;
    margin-top: 30px;
}
.img_bx_07 {
    width: 290px;
    right: 0px;
    margin-top: 20px;
}
.img_bx_08 {
    width: 280px;
    right: 10px;
    margin-top: 0px;
}
.img_bx_09 {
    width: 340px;
    right: -40px;
    margin-top: 10px;
}
.img_bx_10 {
    width: 280px;
    right: -20px;
    margin-top: 0px;
}
.img_bx_11 {
    width: 300px;
    right: -30px;
    margin-top: 0px;
}
.ver_mas {
    width: 180px;
    height: 45px;
    border-radius: 25px;
    color: #FFF;
    background-color: #38393a;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    transition: all 0.3s linear;
    display: table;
    margin: auto;
}
.ver_mas:hover {
    color: #000;
    background-color: #ffe500;
}
.categoria_1 p {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin: 0;
}
.button_1 {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
.cont_tenedor {
    width: 100%;
    height: 400px;
    background: darkgoldenrod;
}
  

.categoria_2 p {
    color: #000000;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin: 0;
}
.categoria_3 p {
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin: 0;
}


#back-to-top .top { 
    z-index: 9999; 
    position: fixed; 
    margin: 0px; 
    color: #ffffff; 
    background: #38393a; 
    position: fixed; 
    bottom: 30px; 
    right: 25px; 
    z-index: 999; 
    font-size: 20px; 
    width: 50px; 
    height: 50px; 
    text-align: center; 
    line-height: 50px; 
    -webkit-border-radius: 90px; 
    -moz-border-radius: 90px; 
    border-radius: 90px; 
    -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; 
    transition: all .3s ease-in-out; 
}
#back-to-top .top:hover { 
    background: #ffe500; 
    color: #38393a; 
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); 
}
#back-to-top i { 
    font-family: FontAwesome; 
}
.left_productos_ {
    width: 50%;
    min-height: 450px;
    float: left;
    margin-top: -70px;
    position: relative;
    display: table;
}
.right_productos_ {
    width: 50%;
    min-height: 450px;
    float: right;
    padding: 60px 50px;
    display: table
}
.productos {
    position: relative;
}
.section_productos {
    width: 100%;
    min-height: 450px;
    background: url(../img/new-products-bg.jpg);
    background-size: cover;
    position: relative;
}
.left_productos {
    width: 40%;
    height: 200px;
    padding-top: 0px;
    float: left;
    display: table;
    margin-bottom: 0px;
}
.right_productos {
    width: 60%;
    min-height: 200px;
    float: right;
    display: table;
    padding: 40px 30px;
    margin-bottom: 0px;
}
.box_title_productos {
    width: 80%;
    height: 280px;
    padding: 60px 20px;
    display: table;
    margin: auto;
    border-left: 5px solid #ffe500;
}
.title_productos {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.sub_info {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.Button_ver {
    color: #FFF;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    text-align: center;
    border: solid 1px #FFF;
    display: block;
    margin-top: 30px;
}
.Button_ver:hover {
    color: #38393a;
    background: #ffe500;
}
.contenedor_productos {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    display: table;
}
.container-pro {
    max-width: 1300px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.padded {
    padding-top: 0px;
    padding-bottom: 40px;
}
.padded-compatible {
    padding-top: 30px;
    padding-bottom: 0px;
}
.contenedor_productos h1 {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.simplefilter li{
    color: #000000;
    cursor: pointer;
    background-color: #F7F7F7;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    transition: all .3s ease;
}
.simplefilter li.active{
    background-color: #00befd;
    color: #FFF;
}
.simplefilter li:hover{
    background-color: #00befd;
    color: #FFF;
}




.menu-vertical li{
    color: #000000;
    cursor: pointer;
    background-color: #F7F7F7;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    transition: all .3s ease;
}
.menu-vertical li a {
    display: block;
}
.menu-vertical li.active{
    background-color: #00befd;
    color: #FFF;
}
.menu-vertical li:hover{
    background-color: #00befd;
    color: #FFF;
}
.container_productos {
    max-width: 1350px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.left_productos__ {
    width: 30%;
    min-height: 600px;
    float: left;
    position: relative;
    display: table;
}
.right_productos__ {
    width: 70%;
    min-height: 600px;
    padding-bottom: 40px;
    float: right;
    position: relative;
    display: table;
}
.gr_productos {
    width: 100%;
    min-height: 600px;
    padding: 0px;
    text-align: center;
    position: relative;
    display: table;
}
.box_productos {
    width: 32%;
    height: 350px;
    margin: 0px 0px;
    padding: 10px 10px;
    position: relative;
    float: left;
    display: table;
}
.grid_producto {
    width: 100%;
    height: 375px;
    margin: 10px;
    padding: 20px 20px;
    position: relative;
    background-color: #f7f7f7;
}
.grid_producto h4 {
    text-align: left;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 5px;
}
.grid_producto p {
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    color: #999;
    margin-bottom: 20px;
    z-index: 999;
    display: table;
}
.grid_producto img {
    width: 190px;
    display: table;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}
.shop_productos {
    display: block;
    float: right;
    width: 150px;
    height: 40px;
    color: #FFF;
    font-weight: 400;
    border-radius: 30px;
    color: #000;
    background: #f1f1f1;
    line-height: 40px;
    text-align: center;
    transition: 0.5s;
}
.shop_productos:hover {
    color: #fff;
    background: #38393a;
}
.img_producto_slide {
    width: 80%; 
    display: table; 
    margin: auto;
}
.container_flu {
    max-width: 1300px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.info_producto {
    position: relative;
}
.cont_acordeon {
    width: 100%;
    min-height: 100px;
    display: table;
}
.acordeon input {
	display: none;
}
.acordeon__titulo {
	display: block;
	padding: 15px;
	background: #f1f1f1;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	border-bottom: 1px solid #fff;
    transition: all .3s ease-in-out;
}
.acordeon__titulo:hover {	
    color: #000;
}
.acordeon__contenido {
	height: 0;
	overflow: hidden;
    background-color: #fff;
	margin: 0;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 24px;
	transition: all 0.5s;
}
.acordeon input:checked ~ .acordeon__contenido{
	height: auto;
	margin: 15px 0;
}
.video_tutorial {
    width: 100%;
    height: 300px;
}
.bx_productos {
    width: 31.5%;
    height: 150px;
    float: left;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 5px;
}
.bx_productos img {
    width: 55px;
    display: table;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.bx_productos:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.bx_productos p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    display: table;
    margin: auto;
    text-align: center;
}
.producto_image {
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.producto_image:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 1px;
    background-color: #d2d2d7;
}
.contenedor_compatibles {
    width: 100%;
    height: 200px;
    text-align: center;
    display: table;
}
.contenedor_compatibles h4 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
}
.con_gu_img {
    width: 100%;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con_gu_img img {
    width: 300px;
}
.contenedor_slide {
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 0px;
}
.big {
    width: 100%;
}
.compatible_img {
    width: 200px;
    height: 210px;
    margin: 5px;
    display: inline-block;
}
.compatible_img img {
    width: 150px;
    margin-top: 25px;
}
.medium {
    width: 100%;
    display: none;
}
.movil {
    width: 100%;
    display: none;
}
.contenedor-whatsaap { 
	width: 330px; 
	height: 50px;
    padding: 10px 20px;
	background-color: #42e960;
	border-radius: 30px;
	position: fixed; 
	z-index: 99999; 
	bottom: 10px; 
	left: 10px;
    text-align: center;
	color: #fff; 
	font-size: 14px; 
	font-family: "Montserrat", sans-serif;
}
.contenedor-whatsaap i { 
	width: 40px;
    font-size: 30px;
    line-height: 30px;
    float: left;
}
.contenedor-whatsaap p {
    float: left;
    text-align: left;
}
.contenedor-whatsaap:hover {
    color: #FFF;
}
.contenedor_tutoriales {
    width: 100%;
    height: 600px;
    background: darkcyan;
    margin-top: 10px;
    margin-bottom: 20px;
    display: table;
}
.grid-tutoriales {
    width: 32%;
    height: auto;
    margin: 5px;
    display: inline-block;
}
.grid-tutoriales img {
    width: 100%;
    height: auto;
}
#section_gracias {
    width: 100%;
    height: 800px;
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#section_gracias i {
    font-size: 90px;
    text-align: center;
    display: table;
    margin: auto;
    margin-bottom: 40px;
}
#section_gracias p {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}
.grid_form {
    width: 32.9%;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.grid_form input {
    width: 100%;
    height: 70px;
    margin: 2px;
    position: relative;
    padding: 10px 20px;
    border: solid 1px #ccc;
}
.grid_form select {
    width: 100%;
    height: 70px;
    margin: 2px;
    position: relative;
    padding: 10px 20px;
    border: solid 1px #ccc;
}
.form__ {
    width: 100%;
    height: 500px;
    position: relative;
    display: table;
}
.___per_:after {
    content:"";
    background-image: url(../img/down.png);
    background-position: center;
    background-repeat: no-repeat;
	display:table-cell;
	padding-top:7px;
	text-align:center;
	width:40px;
	height:25px;
	background-color:#fff;
	position:absolute;
	top:25px;
	right:0px;	
	pointer-events: none;
}
.grid_text {
    width: 99.5%;
    height: 150px;
    padding: 10px 20px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}
.grid_submit {
    cursor: pointer;
    width: 250px;
    height: 70px;
    color: #FFF;
    background-color: #00befd;
    font-size: 24px;
    border: none;
    text-align: center;
    transition: all .4s ease-in-out;
}

.grid_submit:hover {
    background-color: #ccc;
    color: #000;
}
ul.social_media {
    width: 100%;
    height: 80px;
    margin-top: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
ul.social_media li {
    list-style: none;
}
ul.social_media li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #363636;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    transition: all .4s ease-in-out;
}
ul.social_media li a:hover {
   color: #00befd;
}

.table-fill {
    background: white;
    border-radius:3px;
    border-collapse: collapse;
    height: 100%;
    margin: auto;
    padding:5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}
th {
    color:#FFF;
    background:#38393a;
    border-bottom:4px solid #9ea7af;
    border-right: 1px solid #38393a;
    font-size:23px;
    font-weight: 500;
    padding:24px;
    text-align:left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align:middle;
  }

  th:first-child {
    border-top-left-radius:3px;
  }
  th:last-child {
    border-top-right-radius:3px;
    border-right:none;
  }
  tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color:#666B85;
    font-size:16px;
    font-weight:normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
  }
  tr:hover td {
    background:#38393a;
    color:#FFFFFF;
    border-top: 1px solid #22262e;
  }
  tr:first-child {
    border-top:none;
  }
  tr:last-child {
    border-bottom:none;
  }
  tr:nth-child(odd) td {
    background:#EBEBEB;
  }
  tr:nth-child(odd):hover td {
    background:#38393a;
  }
  tr:last-child td:first-child {
    border-bottom-left-radius:3px;
  }
  tr:last-child td:last-child {
    border-bottom-right-radius:3px;
  }
  td {
    background:#FFFFFF;
    padding:20px;
    text-align:left;
    vertical-align:middle;
    font-weight:300;
    font-size:18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
  }
  td:last-child {
    border-right: 0px;
  }
  th.text-left {
    text-align: left;
  }
  th.text-center {
    text-align: center;
  }
  th.text-right {
    text-align: right;
  }
  td.text-left {
    text-align: left;
  }
  td.text-center {
    text-align: center;
  }
  td.text-right {
    text-align: right;
  }


  .grid_donde_comprar {
    width: 48%;
    height: 340px;
    margin: 5px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .grid_donde_comprar img {
    width: 70%;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 600px) {
    .grid_donde_comprar {
        width: 100%;
        height: 280px;
        padding-top: 20px;
        float: none;
        margin-bottom: 20px;
    }
  }

.contenedor_formulario{ 
    width: 100%;
    min-height: 600px;
    display: table;
}
.contenedor_formulario h2 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.contenedor_formulario h4 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.data_reclamaciones {
    width: 100%;
    height: 80px;
    display: table;
}
.data_reclamaciones p {
    font-size: 14px;
    line-height: 5px;
    text-align: center;
}
.padded-form {
    padding-top: 90px;
    padding-bottom: 90px;
}
.input_x {
    width: 48%;
    height: 50px;
    margin: 5px;
    padding: 10px 20px;
    border: solid 1px #c2c2c2;
}
.input_x::placeholder {
    color: #868686;
}
select {
    color: #868686;
}
.Textarea_x {
    width: 97.5%;
    margin: 5px;
    padding: 10px 20px;
    border: solid 1px #c2c2c2;
}
.input_y {
    width: 97.5%;
    margin: 5px;
    height: 50px;
    padding: 10px 20px;
    border: solid 1px #c2c2c2;
}
.Textarea_y {
    width: 97.5%;
    margin: 5px;
    padding: 10px 20px;
    border: solid 1px #c2c2c2;
}
.Textarea_x::placeholder,
.Textarea_y::placeholder,
.Textarea_y::placeholder {
    color: #868686;
}
.Submit_value {
    cursor: pointer;
    width: 200px;
    height: 50px;
    margin: 5px;
    border-radius: 20px;
    background: #000;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
}