@font-face{
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.otf");
  font-display: swap;
}

@font-face{
  font-family: "Poppins2";
  src: url("../fonts/Poppins-Bold.otf");
  font-display: swap;
}

@font-face{
  font-family: "Poppins3";
  src: url("../fonts/Poppins-Medium.otf");
  font-display: swap;
}

@font-face{
  font-family: "Poppins4";
  src: url("../fonts/Poppins-Light.otf");
  font-display: swap;
}

h1{
  font-family: "Poppins2";
}

h2{
  font-family: "Poppins2";
}

body{
  font-family: "Poppins" !important;
}


.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
}

.pageContainer{
  padding: 0px !important;
}

.nav-link {
  color:#fff !important;
}

/* .nav-link:hover{
  background-image: url("../imgs/barraP.png") !important;

  /* text-decoration: underline !important;
  color:orange !important; */



.underH a{
    text-align: center;

}
.underH a:after{
    content: '';
    display: block;
    height: 1.5px;
    background: #ff4c00 !important;
    transform: scaleX(0);
    transition: transform .3s;
}
.underH a:hover:after{
    transform: scaleX(1)!important;
    transition: transform .3s !important;
}


.underH1 H1:hover{
    text-decoration-color:  orange !important;
    text-decoration: underline;
    transform: scaleX(1)!important;
    transition: transform .3s !important;
}

.row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.CTop{
  padding-top: 10em !important;
}

.CSeccion1{
  background-image: url("../imgs/barraNaranja.png");
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 7em;
}
.Seccion2 {
  background-image: url("../imgs/portada_2.png");
  height: 100vh;
  background-size: cover;
}

.Seccion3{
  background-image: url("../imgs/portada_3.png");
  background-size: cover;
}

.Seccion5 {
  background-image: url("../imgs/contactanos.png");
  background-size: cover;
}

.Seccion5 img{
  width: 100%;
}
.acercaP1{
  background-image: url("../imgs/acerca1.png");
  background-size: cover;
  background-position: bottom;
  text-align: center;
  padding: 5em;
}

.acercaP2{
  background-image: url("../imgs/acerca2.png");
  background-size: cover;
  background-position: top;
  text-align: center;
  color:#fff;
  padding: 5em;
}

.RedesSociales{
  background-image: url("../imgs/barraLateral3.png");
  background-repeat: no-repeat;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 150px;
  height: 100%;
}

.bgShow{
  background-image: url("../imgs/barraLateral4.png");
}

.bgShow1{
  display: block;
}

h2 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	/* text-transform: uppercase; */
	position: relative;
	margin: 30px 0 80px;
}
h2 b {
	color: #ffc000;
}
/* h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	right: 0;
	bottom: -20px;
} */
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .carousel-item {
	min-height: 330px;
	text-align: center;
	overflow: hidden;
}
.carousel .carousel-item .img-box {
	height: 230px;
	width: 100%;
	position: absolute;
}
.carousel .carousel-item img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.carousel .carousel-item h4 {
	font-size: 18px;
	margin: 10px 0;
}
.carousel .carousel-item .btn {
	color: #333;
	border-radius: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-top: 5px;
	line-height: 16px;
}
.carousel .carousel-item .btn:hover, .carousel .carousel-item .btn:focus {
	color: #fff;
	background: #000;
	border-color: #000;
	box-shadow: none;
}
.carousel .carousel-item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.carousel .thumb-wrapper {
	text-align: center;
}
.carousel .thumb-content {
	padding: 15px;
}
.carousel-control-prev, .carousel-control-next {
	height: 100px;
	width: 40px !important;
	background: none;
	margin: auto 0;

}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -16px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;

	text-shadow: none;
	font-weight: bold;
}
.carousel-control-prev i {
	margin-left: -3px;
}
.carousel-control-next i {
	margin-right: -3px;
}
.carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}
.carousel .item-price strike {
	color: #999;
	margin-right: 5px;
}
.carousel .item-price span {
	color: #86bd57;
	font-size: 110%;
}
.carousel .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators1 li, .carousel-indicators1 li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border-color: transparent;
	border: none;
}
.carousel-indicators1 li {
	background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators1 li.active {
	background: rgba(0, 0, 0, 0.6);
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}




.tableBorder th{
  border-top:0px !important;
}

.tableBorder td{
  border-top:0px !important;
}

.footerLine{
  display: none;
}

.rowHeight{
  height: 150vh
}

.btnColor{
  background-color:#ff4c00!important;
   color:#fff !important;
}
.btnColor:hover{
  background-color:#fff !important;
  color:#ff4c00 !important;
}

.imgPP{
  height: auto;

}


.carousel-inner{
  height:35vh;
}

.CSeccion1 h2{
  font-size: 1em;
}

@supports(object-fit: cover){
    .imgPP img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .footerLine{
    display: block;
  }

  .rowHeight{
    height: 0vh
  }

  .carousel-inner{
    height:55vh;
  }

  .Seccion5 img{
    width: 40%;
  }


 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .imgPP{
    height: auto;
  }
  .carousel-inner{
    height:80vh;
  }

  .CSeccion1 h2{
    font-size: 2rem !important;
  }



}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .zoom{
    transition: transform .2s; /* Animation */
  }
  .zoom:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
