#section-planos button.btn-tipos { background: #fff; color: #000;}
#section-planos button.btn-global--active { background: #e62c2a !important; color: #fff;}


.carousel-cotizador button.btn-cotizacion { background-color: #fff; color: #000; }
.carousel-cotizador button.btn-cotizacion--active { background-color: #e62c2a !important; color: #fff; }
.lista-carruseles { padding: 0 30px;}

.owl-nav button {
	width: 25px !important;
    height: 40px;
	position: absolute;
	border-radius: 0 !important;
    top: 0;
	margin: 0 !important;
	display: block !important;
    border:0px solid black !important;
	background-color:rgba(0,0,0,0.2) !important;
	color:#FFFFFF;
}
.owl-prev {
    left: -30px !important;
}

.owl-next {
    right: -30px;
}
.owl-prev i, .owl-next i {transform : scale(1,1); color: #000;}


.owl-next:hover,
.owl-prev:hover {
	background: #e62c2a !important;
}
.owl-next:hover i,
.owl-prev:hover i
{
	color: #fff;
}

#section-planos {
	max-width: 100%;
	border-radius: 10px;
	margin: 0 auto 5px auto;
   }

   .global {
	 width: 100%;
	 margin-bottom: 16px;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 gap: 8px;
   }

   .btn-global {
	 border: none;
	 border-radius: 4px;
	 font-size: 16px;
	 font-weight: bold;
	 cursor: pointer;
	 flex: 1;
	 background-color: #fff;
	 color: #000;
	 border: 2px solid #000;
	 padding: 8px 32px;
	 font-weight: 500;
	 font-size: 18px;
	 letter-spacing: 0.8px;
	 font-family: 'Poppins';
   }

   .btn-global:hover {
	 background: #d5a846;
	 color: #fff;
   }

   .btn-global--active {
	   fill: #000;
	   color: #fff;
	   background-color: #000 !important;
	   border: 2px solid #000;
	   font-family: 'Poppins', sans-serif;
	   font-weight: 500;
	   font-size: 18px;
	   letter-spacing: 0.8px;
	   box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
   }

   #groupB {
	   width: 100%;
   }
   .btn-cotizacion {
	background-color: #fff;
	border: 2px solid #000 !important;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.8px;
	padding: 8px 16px;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
	margin: 0;
	transition: all .5s ease;
	box-sizing: border-box;
	text-wrap: nowrap;
   }

   .btn-cotizacion--active {
	 background: #000 !important;
	 color: #fff;
	 border: 2px solid #000 !important;
	 box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
   }

   .btn-cotizacion:hover {
	 background-color: #d5a846 !important;
	 transform: scale(1.05);
	 color: #fff;
   }

   .container-img {
	width: 100%;
	margin-top: 16px;
   }



