:root {
	--pmcolor: #f5f5f5;
	--sdcolor: #b9b9b9;
	--ttcolor: #1a1a1a;
}

.text-center h3{
    text-align: center;
    padding: 20px;
}

.text-center p{
    font-size: 18px;
}


.text-center-sub h3{
    text-align: center;
    padding: 8px;
    color: red;
    font-weight: bold;
}

.text-center-sub p{
    font-size: 18px;
    text-align: center;
    margin-top: -5px;
}

.ventajas{
 text-align: center;
}

.top-div{
    margin-top: 30px;
}

.jumbotron{
    
  background-color: transparent !important;
}

.jumbo{
    
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(23,24,45,1) 35%, rgba(0,0,0,1) 100%);
    color: white;
    opacity: 0.95;
    text-align: center;
    
}
 .jumbo h3{
    color: white;
 }
 .jumbo p{
    color: white;
 }


 .ventajas img{
    width: 30%;
 }

.paddi{
    padding: 15px !important;
}

  p {
    margin-top: 15px !important;
    margin-bottom: 1rem;
}

.container{
    margin-top: 60px;
}




.slider{
    max-width: 1600px;
    display: flex;
  }
  .slider .card{
    flex: 1;
    margin: 0 10px;
    background: transparent;
    color: white;
  }
  .slider .card .img{
    height: auto;
    width: 100%;
    background-color: transparent;
  }
   
  .slider .card .content{
    padding: 10px 0px;
  }
  .card .content .title{
    font-size: 20px;
    font-weight: 500;
  }
  .card .content .sub-title{
    font-size: 20px;
    font-weight: 600;
    color: #e74c3c;
    line-height: 20px;
  }
  .card .content p{
    text-align: justify;
    margin: 10px 0;
  }
  .card .content .btn{
    display: block;
    text-align: left;
    margin: 10px 0;
  }
  .card .content .btn button{
    background: #e74c3c;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
  }
  .card .content .btn button:hover{
    transform: scale(0.9);
  }

.fondo{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(23,24,45,1) 35%, rgba(0,0,0,1) 100%);
    padding: 50px;
    margin-top: 80px;
}

.h2-fami{
    font-size: 40px;
    color: white;
}

.soli{
    background-color: transparent !important;
    border-color: white !important;
    border-radius: 20px !important;
    padding: 10px 30px !important;
    margin-top: 20px !important;
}

.soli:hover{
    background-color: white !important;
    color: black !important;
    transition: 0.8s;
}

.fondo-produ{
    max-width: 1600px !important;
}

.client{
  max-width: 1600px !important;
  height: auto;
}

.div-client{
  width: 200px;
}

 
.card-services{
  text-align: center;
  width: 220px !important;
  height: auto;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border: 20px solid transparent !important;

   
}

.client .owl-carousel{
  
  margin: 0px !important;
}

.card-services img{
  opacity: .3;
  filter: grayscale(1) brightness(0) contrast(0);
  -webkit-filter: grayscale(1) brightness(0) contrast(0);
  transition: 0.5s;
}

.card-services:hover img {
  opacity: 1;
  filter: grayscale(0) brightness(1) contrast(1);
  -webkit-filter: grayscale(0) brightness(1) contrast(1);
}

.soport img{
 width: 50%;
}

.jumbo-two{
    
  height: 100%;
  width: 100%;
  background: #6D8F3F !important;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(23,24,45,1) 35%, rgba(0,0,0,1) 100%);
  color: white;
  opacity: 0.95;
  
  
}
.jumbo-two h3{
  font-size: 26px;
}

.jumbo-two p{
  text-align: justify !important;
}

.cero-pading{
  margin-bottom: 0rem !important;
}

.redes img{
  width: 4%;
}

/* PLANES TABLE */

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 18px;
}

.pricing-plan:last-child {
 
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing-plan:last-child {
   
  }
}

.pricing-img {
  margin-bottom: 15px;
  max-width: 100%;
}

.pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
}

.pricing-features {
  color: #016FF9;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 30px 0 15px;
}

.h-5{

  margin-top: 30px !important;
  margin-bottom: 0px !important;
}

.wha{
  background-color: #25D366 !important;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 0;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #016FF9;
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 10px 0;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}


/* MENU */

li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

 

.nav {
	width: 90%;
	height: 4rem;
	font-size: 17px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-menu {
	display: inline-flex;
}

.nav-item {
	margin: 0 0.5rem;
}

.nav-item:last-child {
	border-left: 1px solid var(--sdcolor);
	padding-left: 0.75rem;
}

.nav-link {
	text-transform: capitalize;
	color: var(--sdcolor);
	padding: 0.5rem;
	transition: 0.3s ease;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
	color: black;
}

@media (max-width: 768px) {
	.nav-menu {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		width: 70vw;
		height: 100vh;
		padding: 2rem 0;
		background-color: white ;
		display: flex;
		flex-direction: column;
		align-items: left;
		justify-content: flex-start;
		transform: translateX(-100%);
		transition: transform 0.5s ease-in-out;
	}

	.nav-menu.open {
		transform: translateX(0);
	}

	.nav-item {
		padding: 0 1.25rem !important;
	}

	.nav-link {
		display: block;
		margin: 0.5rem 0;
	}

	.nav-item:last-child {
		border-left: 0;
		padding-left: 0;
	}

	.mobile-menu {
        top: 7px;
		position: relative;
		width: 32px;
		height: 32px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 999;
	}

	.mobile-menu--button {
		width: 30px;
		height: 2px;
		background-color: var(--pmcolor);
		border-radius: 0.25rem;
		transition: 0.3s ease-in-out;
	}

	.mobile-menu--button::before,
	.mobile-menu--button::after {
		content: "";
		position: absolute;
		width: 30px;
		height: 2px;
		background-color: var(--pmcolor);
		border-radius: 0.25rem;
		transition: 0.3s ease-in-out;
	}

	.mobile-menu--button::before {
		transform: translateY(-10px);
	}

	.mobile-menu--button::after {
		transform: translateY(10px);
	}

	.mobile-menu.open .mobile-menu--button {
		transform: translateX(-5px);
		background-color: transparent;
	}

	.mobile-menu.open .mobile-menu--button::before {
		transform: rotate(45deg) translate(5px, -5px);
	}

	.mobile-menu.open .mobile-menu--button::after {
		transform: rotate(-45deg) translate(5px, 5px);
	}
}


/* Adaptable */
@media (max-width: 600px) {
  .card-services img {
    width: 55% !important;
  }
}

@media (max-width: 600px) {
  .title {
    width: 100% !important;
    font-size: 16px !important;
    margin-top: -20px;
  }
  .owl-stage-outer{
    width: auto!important;
    
  }

  .card{
    width: 80px;
  }
 
}

.carousel-item .mobil{
  width: 100%;
  height: auto;
}

/* Adaptable slide */

@media (min-width: 600px) {
  .carousel-item .mobil{
    width: 100% !important;
    height: auto;
    display: none;
  }
}

@media (max-width: 600px) {
  .carousel-item .full{
    display: none;
  }
}


@media (max-width: 600px) {
  .container {
    margin-top: 30px;
  }
  
}

@media (max-width: 600px) {
  .redes img {
    width: 35px;
  }
  
}

/*  */
.nav-menu{
  margin-top: 10px;
}

.pricing-features{
  padding: 0;
}

.pricing-plan img{
  width: 30%;
}

.mobile-menu--button{
  background-color: black;
}

.mobile-menu--button::after{
  background-color: black;
}
.mobile-menu--button::before{
  background-color: black;
}

.nav-menu.open{
  margin: 0;
}

.nav-menu li a{
  color: black !important;
}

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 8px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

 
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 160px;
  right: 6px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "↑";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  /* font-family: 'Merriweather', serif; */
  font-size: 17px;
  color: white;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

/* CAMBIOS 8/2/2023 */
.text-center-sub p{
  margin-top: 0px !important;
}
.text-center-sub h3{
  margin-bottom: 0px !important;
}

.content{
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}

.paddi h3 img{
  width: 20% !important;
}

.paddi h3{
  font-size: 24px !important;
}





.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}



.canales .slide img {
  opacity: .3;
  filter: grayscale(1) brightness(0) contrast(0);
  -webkit-filter: grayscale(1) brightness(0) contrast(0);
  transition: 0.5s;
}

.canales .slide:hover img {
  opacity: 1;
  filter: grayscale(0) brightness(1) contrast(1);
  -webkit-filter: grayscale(0) brightness(1) contrast(1);
}


.subcontainer{
  width: 100%;
  margin: auto;
}

.slide-img{
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.slide-img:hover{
  box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.9) inset;
}

.slide-img a{
  opacity: 0;
  text-decoration: none;
  transform: scale(0);
  transition: 0.8s;
  font-size: 1.5rem;
  color: white;
}

.slide-img:hover a{
  opacity: 1;
  transform: scale(1);
}


@media(max-width:1600px){
  .container{
    width: 100%;
  }
}

.my-slider h3{
  color: white;
}

.fondo-produ{
  margin-top: 30px;
  margin-bottom: 30px;
}

.pregunta{
  font-weight: 500;
  font-size: 18px !important;
}

.text-center h3 {
    text-align: center;
    padding: 0px !important;
}





.pricing-features {
  margin-top: 10px;
}

.pad-0 img{
 width: 100% !important;
 min-height: 280px !important;
 
}

 
 
  
.pad-0{
  padding: 5px !important;
  margin-bottom: 5px;
}

.pad-0 img{
  transition: 1s ease;
  }
  
  .pad-0 img:hover{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: 1s ease;
  }

  .nav {

    margin-bottom: 10px !important;
 
}


@media(max-width:750px){
    .pad-0 img {
      min-height: 200px !important;
    }
  }

.pedido{
  padding: 20px;
  -webkit-box-shadow:0px 0px 50px 30px #e6e6e6 ;
-moz-box-shadow:0px 0px 50px 30px #e6e6e6 ;
box-shadow:0px 0px 50px 30px #e6e6e6 ;
border-radius:20px;
} 

@media(max-width:750px){
    .pedido{
         -webkit-box-shadow:none ;
-moz-box-shadow:none ;
box-shadow:none ;
border-radius:20px;
    }
  }
  
  
.pricing-features-item {
   
    padding: 5px 0 !important;
}  

.pricing-header {

    font-size: 23.5px!important;
    /*height: 60px;
    min-height: 60px;*/
}

 

@media(max-width:750px){
    .linea{
         display:none;
    }
    
    .border-div{

    border: 2px solid #58d68d;
    padding-top: 0px;
    padding-bottom: 0px;
    }
    
    .nav {
    margin-bottom: 30px !important;
    margin-left:0px ;
     
    }
    
    .logo-mobil{
    width:250px;
    
    }
    
    .pie {
        text-align: center;
    }
  }


.pricing-table {
     
    flex-direction: none;
}  

footer{
  background-color: black;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;

  
}

.ref{
  color: white;
  text-decoration: underline;
  font-size: 22px;
  font-weight: 600;
}

.ref:hover{
  color: white;
}
.redes img{
  width: 15%;
}

.fot{
  margin-top: 0px !important;
}

::placeholder{
  color: rgb(177, 177, 177) !important;
}

.tns-nav{
    opacity: 0 !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    opacity: 0 !important;
    position:absolute;
}


.div-fourimg img{
    height: 450px;
    margin-bottom: 10px;
    border-radius: 15px;
}

@media(max-width:767px){
    .rd{
        margin-left: 0% !important;
    
    }
    
    .w-cel{
        width: 50% !important;
    
    }
    
    .h2-fami{
        font-size: 35px !important;
    }
    .div-fourimg{
        margin-bottom: 35px !important;
    }
    .div-fourimg img{
    height: auto;
    margin-bottom: 0px;
    }
    .pricing-features-item {
  
    font-size: 12px;
  
    }
    .w-mv-100{
    width: 100%;
    }
    .col-resumen img{
    height: 450px;
    }
    
    .col-descripcion h1 {
        text-align:center;
    }
    
}

.btn-ver-planes{
    padding:10px !important;
    background-color: #f39c12 !important;
    color: white !important;
    border-radius:10px !important;
    font-weight: 600 !important;
}

.border-planes{
    border: 2px solid #58d68d;
    margin-top:15px;
    margin-bottom: 15px;
}

.col-lg-2 h5 {
    font-size: 1.06em;
}

.col-lg-2 h5  a{
    color:white;
}
.footer-two{
    
    background-color:#1c2833;
    color:white;
}

footer{
    padding-bottom:0px;
}

.bg-minif{
    background-color: #17202a;
    
}

 
.col-descripcion{
    padding:15px !important;
}

w-cel{
     display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
}



.texto p{
      display: -webkit-box;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
    text-overflow: ellipsis;  
}

.enlace-detalle-peli a{
    text-decoration: none !important;
    color: white;
}

 

.row-ultimos-ingresos {

    margin-right: -10px !important;
    margin-left: -10px !important;
}

.boton-a{
    padding:5px;
    background-color:white;
    color:black !important;
    text-decoration: none !important;
    border-radius: 5px;
}