/*-------------------------------------------
----------- CSS ACERO PRODUCCIONES ----------
-------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Sintony&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');


  body {
	font-family: 'Poppins', sans-serif;
	color: #e5e5e5;
	font-size: 12px;
	background: #000;
	line-height: 1;
}
*, *:before, *:after {
    box-sizing: border-box;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}


/*======================= INICIO INDEX ================*/
/*--------Header---------*/
.rowHeader{
  padding: 10px 0;
  color:#fff;
  font-size:12px;
  font-weight: 400;
}
.contactoHeader{
  text-align: left;
  margin-left: 6.5%;
}

.divHeader{
  display: inline;
}

.redesHeader{
  text-align: right;
  margin-right: 6.4%;
}
.icon-phone{
  font-size: 20px;
  color: #fff;
  display: inline;
  margin:0 10px;
}
.divContactosHeader{
  display:block;
}
.divInline{
  display: inline-block;
  max-width: 55px;
}

.icon-redes a i{
  color: #fff;
  padding: 3px;
  font-size: 20px;
  line-height: 22px;
}

@media screen and (min-width: 320px) and (max-width: 640px){
  .divHeader{
    display: none!important;
  }

  .redesHeader{
    margin-right: 0%;
    text-align: center;
  }

  .divInline{
    margin-left: 5%;
  }
}

@media screen and (min-width: 641px) and (max-width: 1023px){
  .contactoHeader{
    margin-left: 0%;
  }

  .redesHeader{
    margin-right: 0%;
  }



}
/*-----------Manú-----------*/
.imgLogo {
  position: relative;
  width: 165px;
  margin: 0px;
  top: -30px;
  left: 44%;
}

@media screen and (max-width: 640px){
  .imgLogo {
    width: 106px;
    margin: 6px;
    left: 35%;
    top: 10px;
  }
}

/* adds some margin below the link sets  */

.navbar .dropdown {
  position:static;
}

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom:1rem;
  margin-top: 1rem;
}

.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  margin-top: .3rem;
  transition: visibility 0s, opacity 0.3s linear;
 }

.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
 }

.navbar .dropdown-menu {
 border:none;
 background-color: rgb(16, 15, 15)!important;
 width:100%;
  left:0;
  right:0;
 /*  height of nav-item  */
  top:39px;
}

.navbar .dropdown-menu :hover {
  color:#5e0606
}

.rowSubmenu{
  width: 100%;
}
.navLinkSubmenu{
  color:rgb(253, 252, 252)!important;
  font-size: 0.9em;
}
.nav-link{
  font-size: 12px;
}
.nav-link:hover{
  color:rgb(185, 51, 51)!important
}

.navLinkSubmenu:hover{
  color:rgb(185, 51, 51)!important
}

@media screen and (min-width: 1160px) {
  .nav-link{
    font-size: 14px;
  }

}

@media screen and (min-width: 922px) and (max-width: 1420px) {
  .navbar .nav-item{
    padding: 0;
    margin: 2px;
  }

  .navLinkSubmenu{
    font-size: 0.75em;
    margin-left:25px
  }
}


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 1420px) {

 
 /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
 padding-top:0px;
 padding-bottom:0px;
}


/* makes the dropdown full width  */
.navbar .dropdown {position:static;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
 }

.navbar .dropdown-menu {
 width:100%;
 left:0;
 right:0;
/*  height of nav-item  */
 top:39px!important;
 display:block;
 visibility: hidden;
 opacity: 0;
 transition: visibility 0s, opacity 0.3s linear;
}
 
 /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
 display:block;
 visibility: visible;
 opacity: 1;
 transition: visibility 0s, opacity 0.3s linear;
}
 
 .navbar .dropdown-menu {
   border: 1px solid rgba(0,0,0,.15);
   background-color: #fff;
 }

}

/*------------Breadscrumb--------*/

.EstiloBreadscrumb{
  background-color: #000;
  margin-left: 12px;
}

.Breadscrumbtext{
  font-size: 1.1em;
  color: #be0808;
}

a.Breadscrumbtext:hover {
  color: #5e0606;
}

/*-------------Slide---------*/

.carousel-acero{
  height: 190px;
}

.carousel-aceroProveedor{
  height: 420px;
  width: 60%;
  margin:0 auto;
}

.carousel-caption {
  height:100%;
  left:0 !important;
  top:30px;
  
}
.carousel-caption h3 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-left: 60px;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.85;
  text-shadow: 0.5px 0.5px 7px grey;
}

.carousel-caption p {
  margin-top:2%;
  font-size: 20px;
  text-align: left;
  margin-left:160px;
}

.imgslide{
  margin-bottom: 0px;
}

@media screen and (min-width: 319px){
  .carousel-aceroProveedor{
    height: 300px;
  }

  img.slideProveedores{
    width: 100%;
    margin-top:75px!important
  }
}

@media screen and (min-width: 400px){
  .carousel-acero{
    height: 190px;
  }
  .carousel-caption{
    top:30px;
  }
  .carousel-caption h3 {
    font-size: 20px;
    line-height: 40px;
    margin-left:50px;
  }

  .carousel-indicators {
    bottom: 3%;
  }

  .carousel-control-next, .carousel-control-prev {
    bottom: 1%;
  }

  img.slideProveedores{
    width: 100%;
    margin-top:50px!important
  }

}

@media screen and (min-width: 500px){

	.carousel-acero{
 	 height: 220px;
	}

	.carousel-caption{
    top:50px;
  }

	.carousel-caption h3 {
    font-size: 26px;
    line-height: 40px;
    margin-left:50px;
  }

  img.slideProveedores{
    width: 100%;
    margin-top:40px!important
  }

}

@media screen and (min-width: 641px){
  .carousel-acero{
  	height: 250px;
    margin-top: 5px;
  }

  .carousel-caption h3{
    font-size:30px;
    line-height:46px;
    margin-left: 55px;
  }

  img.slideProveedores{
    width: 100%;
    margin-top:5px!important
  }

}

@media screen and (min-width: 850px){

	.carousel-acero{
  	height: 300px;
    margin-top: 5px;
  }

   .carousel-caption h3{
    font-size:36px;
    line-height:60px;
    margin-left: 120px;
  }

  .carousel-aceroProveedor{
    height: 400px;
  }

  img.slideProveedores{
    width: 100%;
    margin-top:5px!important
  }

}

@media screen and (min-width: 1255px){

	.carousel-acero{
  	height: 400px;
    margin-top: 5px;
  }

	.carousel-caption h3{
    font-size:65px;
    line-height:110px;
    margin-left: 200px;
  }

  img.slideProveedores{
    margin-top:0px!important;
    width: 71%;
  }
}

@media screen and (min-width: 1700px){

	.carousel-acero{
  	height: 450px;
  }

	.carousel-caption h3{
    font-size:90px;
    line-height:160px;
  }

  img.slideProveedores{
    width: 53%;
  }
}

/*-------------Accesos directos------------*/
.divAccesosSection{
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.cardAccesos{
  height: 200px;
  width: 200px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.imgAccesos{
  max-height: 200px;
  width: 200px;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.imgsubcategorias{
    width: 145px;
    /* border-radius: 50%; */
    /* display: inline-block; */
    /* left: 29px; */
    -ms-transform: rotate(20deg);
    transform: rotate(-12deg);
}

.titleSeccion{
  font-size: 24px;
  color:#F8F9F9 ;
  position: relative;
  top: 25%;
  text-shadow: #1C2833 1px 0 10px;
}

.titlesubSeccion {
  font-size: 21px;
  color: #e0e0e0;
  position: absolute;
  top: 36%;
  text-transform: uppercase;
  left: 47%;
  font-weight: 800;
  text-shadow: 3px 2px 2px #000000db;
}

.estilofondocolor{
  max-width: 360px;
  margin: 10px;
  max-height: 130px;
}

.divcategorias{
  margin-right: 20px;
}


@media screen and (min-width: 1024px) {
  .titleSeccion{
    top:90px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1023px){
  .imgAccesos{
    left:52px
  }
  .titleSeccion{
    top:93px;
    left:51px;
  }


}
@media screen and (min-width: 1023px) and (max-width: 479px) {
  .cardAccesos {
    position: relative;
    left: 62%;
  }

  .imgAccesos{
    left: 62%;
  }

  .titleSeccion{
    top:45%;
    left: 62%
  }

}

@media screen and (min-width: 480px) and (max-width: 640px){
  .cardAccesos {
    height: 150px;
    width: 150px;
    text-align: center!important;
    position: relative;
    left: 25%;
  }

  .imgAccesos{
    max-height: 150px;
    width: 150px;
    position: absolute;
    left: 25%;
  }

  .titleSeccion{
    font-size: 17px;
    left: 38px;
    top:69px;
  }


}
@media screen and (min-width: 319px) and (max-width:600px) {
  .cardAccesos {
    position: relative;
    left: 10%;
    height: 140px;
    width: 140px;
  }

  .imgAccesos{
    height: 140px;
    width: 140px;
    position: absolute;
    left: 47%;
  }

  .titleSeccion{
    font-size: 15px;
    top: 67px;
    left: 65px;
  }

  .titlesubSeccion {
    font-size: 20px;
    text-shadow: 1px 1px 3px #000000db;
  }

  .imgsubcategorias{
    width: 120px;
  }
  

}

@media (max-width: 768px) {
  .estilofondocolor{
    margin-left: 23px;
  }

  .divcategorias{
  margin-right: -15px;
  }
}

/*----------Nosotros---------*/
.divNosotros{
  font-weight: bold;
  letter-spacing: 1pt;
  text-transform:uppercase;
  background-image: url('../img/concierto-fondo-nosotros-rojo-tp.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 430px;
  text-align: center;
  line-height: 2;
  padding: 2em 3em;
}

.textoPpalNosotros{
  font-size: 14px;
  max-width: 900px;
  margin: 0 auto;
}

.lineaNosotros{
  color:#e5e5e5;
  display: block;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.textosm{
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 12px;
  max-width: 760px;
}

@media screen and (min-width: 375px) {
  .divNosotros{
    height: 380px;
  }

}

@media screen and (min-width: 427px) {
  .divNosotros{
    height: 330px;
  }
}

@media screen and (min-width: 479px) {
  .divNosotros{
    height: 285px;
  }
}

@media screen and (min-width: 620px) {
  

}

@media screen and (min-width: 640px) {
  .divNosotros{
    height: 285px;
  }

}

@media screen and (min-width: 768px) {

	.divNosotros{
    height: 270px;
  }

}

@media screen and (min-width: 823px) {

	.divNosotros{
    height: 250px;
  }

  .textoPpalNosotros{
    font-size:17px;
  }

  .textosm{
    font-size: 14px;
    max-width: 555px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .textoPpalNosotros{
    font-size:22px;
  }

  .textosm{
    font-size: 18px;
    max-width: 555px;
    margin: 0 auto;
  }

}

/*----------Sponsors---------*/

.divSponsors{
  height: auto;
  text-align: center;
  color: #ddd;
  font-size: 14px;
  padding: 50px 30px;
  font-weight: 100;
}

/*-------- Whatsapp------*/
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25D366;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
  transition: all 0.5s ease 0s;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

a.whatsapp:link, a.whatsapp:visited, a.whatsapp:hover, a.whatsapp:active{
  color:#fff;
  box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 12px;
  transition: all 0.5s ease 0s;
}

/*---------Footer-----------*/
.footer{
  height: 200px;
  padding: 20px;
}

.footerTop{
  border-top: 1px solid #fff;
  padding: 60px 0 30px 0;
}

.instiFooter{
  height: 55px;
}

.instiFooter p{
  display: inline;
  font-size: 14px;
}

.footer i{
  margin-right: 10px;
}

.logoFooter{
  width: 45px;
  margin-right: 10px;
  vertical-align:middle !important;
  display: inline-block;
}

.datosFooter{
  margin-top: 30px;
  font-size: 12px;
}

.iconRedesFooter i{
  color: #fff!important;
  font-size: 16px;
  margin: 30px 0px;
}

.tituloFooter{
  font-size: 14px;
  margin-bottom: 20px;
}

.listLinks{
  margin:10px 0px;
  line-height: 16px;
}

@media screen and (max-width: 640px) and (min-width: 320px){
  .datosFooter{
    font-size: 11px;
  }
  .iconRedesFooter{
    margin: 5px 0px;
  }
  .tituloFooter{
    margin-bottom: -11px;
  }

  .listLinks{
    line-height: 19px;
  }

  .footerTop{
    padding: 15px 0 30px 0;
  }
}
/*===================== FIN INDEX =====================*/


/*==================== INICIO SECCION =====================*/
/*------- Categoría (Locaciones, Gastronomia, etc)-----*/

.categoria{
  position: relative;
  text-align: center;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 4em;
  color:#fff;
  font-weight: 700;
  padding-bottom: 60px;
}

.categoria::before {
  content: '';
  position: absolute;
  bottom: 46px;
  width: 100px;
  height: 4px;
  background: rgb(190, 8, 8);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  left:  calc(49% - 25px)
}

.icon {
  text-align: center;
  font-size: 4em;
  margin: 26px;
  color: #fff;
}

@media screen and (max-width: 640px) and (min-width: 320px){
  .categoria{
    font-size: 3em;
  }

  .categoria::before {
    left:  calc(45% - 25px)
  }

  .icon {
    font-size: 3em;
  }
}
/*------- fin categoría -----*/

/*----------Cards---------*/
/* Masonry grid */
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 30px;
  column-fill: initial;
}

/* Masonry item */
.masonry .item {
  margin-bottom: 30px;
  display: inline-block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
  background-color: #fff;
  padding-bottom: 10px;
  box-shadow: rgb(255 255 255 / 40%) 1px -1px 13px;
}

/* Masonry image effects */
.masonry .item img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden; /* Remove Image flickering on hover */
}

.masonry .item:hover img {
  opacity: .75;
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    column-count: 3;
  }
}


.btnMasInfo{
  color:rgb(185, 51, 51);
  font-size: 1.5em;
  font-weight: 400;
}

.title{
  color: #000;
  font-size: 1.8em;
}

.textBody{
  color:#000;
  font-size: 1em;
  line-height: 2em;
}
/*==================== FIN SECCION ===================*/


/*================= INICIO INTERIOR SUBSECCION ============*/

/*---------- Proveedores ---------*/

.informacion{
  background-color: #fff;
  padding: 40px;
  color: #000;
 }
 
 .vl {
   border-left: 1px solid #ddd;
   margin-left: auto;
   margin-right: auto;
 }

 .slideProveedores{
   margin: 0 auto!important;
 }

 .titleProveedores{
   font-size: 3em;
   margin-bottom: 15px;
   font-weight: 600;
 }
 .textBodyProveedores{
   font-size: 1.2em;
   line-height: 1.9em;
 }
 .caracteristicas{
   margin-bottom: 10px;
 }
 .caracteristicas i{
   font-size: 20px;
   line-height: 22px;
   margin-right: 10px;
 }
 .caracteristicas p{
   line-height: 1.3em;
 }

 @media screen and (max-width: 640px) and (min-width: 320px){
  .titleProveedores{
    font-size: 2em;
  }
  .textBodyProveedores{
    padding-bottom: 20px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 20px;
  }
}
 /*==================== FIN INTERIOR SUBSECCION ================*/

/*=================== INICIO CONTACTO =====================*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 25px);
}

.contact .info-box {
color: #fff;
text-align: center;
box-shadow: 0 0 20px rgba(214, 215, 216, 0.6);
padding: 38px 0 39px 0;
border-radius: 2px;
background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #e03a3c;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9c9c9c;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color:#e03a3c
}

.contact .php-email-form {
  box-shadow: 0 0 15px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 2px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form button[type="submit"] ´{
  background: #e03a3c;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
/*================= FIN CONTACTO =====================*/
/*================= INICIO SPINNER =====================*/
.overlay {
  height: 100%;
  left: 0;
  opacity: .5;
  top: 0;
  z-index: -1;
}
.spinner-div {
  position: absolute;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.spinner-border {
  position: absolute;
}
/*================= FIN SPINNER =====================*/

/*================= SEARCH BOX =====================*/
.search-sec{
  padding: 2rem;
}
.search-slt{
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius:0;
}
.wrn-btn{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(3rem + 2px) !important;
  border-radius:0;
}
@media (min-width: 992px){
  .search-sec{
      position: relative;
      top: 0px;
      background: rgb(31 39 45 / 51%);
  }
}

@media (max-width: 992px){
  .search-sec{
      background: #0c1319;
  }
}

/*================= FIN SEARCH BOX =====================*/