/*-----Inicio estilos generales-----*/

.intro{
  background-color: #fff;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:100;
  transition: 1s;
}

.intro .BombaUno{
  width: 35%;
}

.Bomba{
  width: 50%;
}

.fondoConta{
    background: url("../img/BgBlanco.jpg");
    background-size: cover;
}

.sinrojo{
  border-radius: 0;
  color: #fff;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera*/
body::-webkit-scrollbar {
  -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
  width: 5px;
}

body::-webkit-scrollbar-button:increment,
body::-webkit-scrollbar-button {
  display: none;
}

body::-webkit-scrollbar-thumb {
  background-color: #e61e45;
  border-radius: 20px;
  border: 2px solid #e61e45;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
}

* {
  font-family: "montserrat Regular";
  box-sizing: border-box;
}

body {
  color: none;
  overflow-x: hidden;
}

h2 {
  font-family: "Bebas";
  margin: 0;
  padding: 0;
}

.header h2 {
  font-family: "Bebas";
  color: #fff;
  margin: 0;
  padding: 0;
}

span {
  margin: 0px;
  padding: 0px;
}

.SecTitulo {
  display: block;
  font-family: "Bebas";
  color: #bdbbbb;
  border-bottom: solid 1px #bdbbbb;
}

.SecTituloTow {
  display: block;
  font-family: "Bebas";
  color: #303030;
  border-bottom: solid 1px #303030;
}

.SecTituloTres{
  display: block;
  text-decoration: none;
  font-family: "Bebas";
  color: #303030;
  text-align: center;
  margin: 0;
  padding: 0;
}

a.SecTituloTres:hover{
  color: #303030;
}

.red{
  font-family: "Bebas";
  color: #fff;
  margin: 0px;
  border-radius: 12px;
  padding: 0px 0.22em 0px 0.22em;
  background-color: #e61e45;
}

.NuestrosClientes{
  background-image: url("../img/LineaEnlaces.png");
  background-repeat: no-repeat;
  background-size:100%;
  background-position: center bottom;
}

.header {
  background:url("../img/BgNegro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: all .5s ease;
}

#myCarousel{
  transition: all .5s ease;
}

.texBanner {
  margin: 0px;
  padding: 0px;
  font-family: "montserrat Regular";
  font-size: 1em;
  text-align: left;
  margin-top: 1em;
  color: white;
  line-height: 2em;
}

.rectangulo {
  font-family: "Bebas";
  text-align: left;

  margin: 0px;
  border-radius: 12px;
  padding: 0px 0.22em 0px 0.22em;
  background-color: #e61e45;
}

/*-----Final estilos generales-----*/

/*-- inicio barra nav---*/

.Minav{
  transition: all .5s ease;
  z-index: 50;
}

#barraLg a {
  font-family: "montserrat Medium";
  font-size: 0.75em;
  color: white;
}

#barraLg a:hover {
  color: none;
  opacity: 100%;
}

#barraLg li{
  margin-left: 2em;
  transition: all .5s ease;
}

#barraLg li.efectoHover:hover{
  border-bottom:#e61e45 2px solid;
}

.botonUno {
  padding-left: 2em;
  padding-right: 2em;
  background-color: #e61e45;
  border-radius: 1em;
}

#barra a {
  text-align: center;
  font-family: "montserrat Medium";
  font-size: 0, 87em;
  color: white;
}

#barra li {
  margin-bottom: 4em;
}

.botonDos {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #e61e45;
  border-radius: 1em;
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
background:url("../img/BgNegro.jpg");
background-size: cover;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-width: 80%;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 0px;
  --bs-offcanvas-border-color: None;
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.btn-close {
  background: url("../img/Cerrar.png") center/1em auto no-repeat;
    padding: none;
    border: 0;
    border-radius: None;
    border-radius: none;
}

.navbar-toggler-icon {
  background-image: url("../img/menu.png");
  background-size:75%;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg:none;
  --bs-navbar-toggler-border-color: none;
  --bs-navbar-toggler-border-radius: none;
  --bs-navbar-toggler-focus-width:none;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
 
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.dropdown-menu {
  --bs-dropdown-bg: #211f20;
  --bs-dropdown-link-hover-bg: #e61e45;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #e61e45;
  --bs-dropdown-link-disabled-color: #adb5bd;
}

#barraLg li.submenu{
margin-left: 0px;

}

/*-- Final barra nav---*/

/*-----inicio carrusel-----*/

.carousel-caption {
  bottom: 3em;
  z-index: 10;
}

.carousel-indicators [data-bs-target] {
  width: 0.62em;
  height: 0.62em;
  margin-left: 2em;
  background: none;
  border-radius: 50%;
  border: 0.12em solid #ffffff;
}

.carousel-indicators .active {
  opacity: 100;
  border: 0.12em solid #e61e45;
  background-color: #e61e45;
}

.carousel-indicators {
  justify-content: end;
  margin: auto;
  padding: 2rem 10%;
}

#myCarousel img{
  width: 80%;
}

/*----- Final carrusel----- */

video.VideoHome {
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.18);
}

/*------Inicio Tabs-----*/

.main {
  background-image: url("../img/BgBlanco.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main p {
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 14%;
  margin: 0;
}

.nav-pills .nav-link > img {
  margin-bottom: 0.38rem;
}

.main h2 {
  color: #e61e45;
}

.rectanguloList {
  font-family: "montserrat Medium";
  background-color: #e61e45;
  padding: 0.5em;
  border-radius: 0.4em;
  color: #ffffff;
}

.nav-pills .nav-link {
  padding: 5px 0px;
  /*width: 7em;*/
  font-family: "montserrat Bold";
  color: #343232;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #e61e45;
}

.nav-link.active > img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(228deg)
    brightness(1000%) contrast(100%);
}

.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: none;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: none;
  --bs-accordion-active-bg: none;
}

.accordion-button {
  padding-left: 0;
}

.accordion-button:focus {
  padding-left: 0;
}

.accordion-button::after {
  flex-shrink: 0;
  width: /*var(--bs-accordion-btn-icon-width)*/ 0px;
  height: /*var(--bs-accordion-btn-icon-width)*/0px;
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

/*------Final tabs-----*/

/*---Inicio Clientes---*/

.mainTwo {
  background:url("../img/BgNegro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.slick-slide {
  margin: 0 20px;
}
.slick-slide img {
  width: 80%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
  opacity: 15%;
  margin-right: 0px;
}
.slick-slide img:hover {
  opacity: 45%;
}
.slick-initialized .slick-slide {
  display: block;
}

/*---Final Clientes---*/

/*-------Tarjetas_portafolio-----*/

#secPorta{
  background-image: url("../img/LineaEnlaces.png");
  background-repeat: no-repeat;
  background-size:100%;
  background-position: center top;
}

.tarjeta{
  width: 150px;
  height: 150px;
  padding: 25px 10px;
  border-radius: 10px;
  transition: all .4s ease-in-out;
  background: #212020;
  text-align: center;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}

.tarjeta:hover{
  height: 280px;
  border-radius: 20px;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  background: #8C002B;
}

.tarEncabezado img{
border-radius: 50%;
display: block;
height: 100px;
width: 100px;
margin:auto;
object-fit: cover;
}

.desplazar{
  opacity: 0;
  transition: all .5s ease;
  transform: translateY(-45px);
}

.tarjeta:hover .desplazar{
opacity: 1;
transform: translateY(0px);

}

.tarInformacion p{
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.btnTar a{
  text-decoration: none;
  padding: 5px 30px;
  background-color: #e61e45;
  border: none;
  font-family: "Bebas";
  font-size: 20px;
  border-radius: 16px;
  color: #fff;
  transition: all .2s ease;

}

#Textar p{
  font-family:"montserrat Medium";
  color: #585757;
}



/*----- Inicio EquipoTrabajo---*/
.list-group-item-action {
  width: 3rem;
  height: 3rem;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group {
  --bs-list-group-color: none;
  --bs-list-group-bg: none;
  --bs-list-group-border-color: none;
  --bs-list-group-border-width: 0px;
  --bs-list-group-border-radius: 0em;
  --bs-list-group-item-padding-x: 1em;
  --bs-list-group-item-padding-y: 0.5em;
  --bs-list-group-action-color: none;
  --bs-list-group-action-hover-color: none;
  --bs-list-group-action-hover-bg: none;
  --bs-list-group-action-active-color: none;
  --bs-list-group-action-active-bg: none;
  --bs-list-group-disabled-color: none;
  --bs-list-group-disabled-bg: none;
  --bs-list-group-active-color: none;
  --bs-list-group-active-bg: none;
  --bs-list-group-active-border-color: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

a.list-group-item {
  background-image: url("../img/botonTrabajo.png");
  background-size:cover;
  margin-bottom: 1rem;
}

.list-group-item.active {
  border-bottom: #e61e45 6px solid;
}

.nombres {
  color: white;
}

.fade {
  transition: opacity .4s ease;
}
/*----- Final EquipoTrabajo---*/

/*----- Inicio Footer---*/

.footer {
  background-image: url("../img/BgBlanco.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.marcaRegistrada {
  font-family: "Bebas";
  color: #8e8e8e;
  font-size: 0.65em;
  letter-spacing: 3px;
}

.publicidad{
  height: 100%;
}

.publicidad img{
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
}

.botonFormulario{
  background-color: #e61e45;
  color: white;
  font-family: "montserrat Regular";
}

.btn:hover {
  color:white;
  background-color:#8C002B;
  border-color:none;
}

.btnCerrarFormulario{
  background-color: #211f20;
  color: white;
  font-family: "montserrat Regular";
}
