
/*/////////////////////////////////*/
/*/////  Elementos absolutos  /////*/
/*/////////////////////////////////*/
.home-slick-carousel.slick-initialized.slick-slider.slick-dotted {
  height: 100%;
}

.aviso-container .contentText {
  color: #6f6464;
}

.home-carousel-slide {
  position: relative;
  padding: 30px;
}

.home-carousel-slide img.slide-background {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  right: 0;
  top: 0;
}
#form-container .script-form-container {
  overflow: hidden !important;
}

.blog-button {
  background-color: #eb6b00;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  position: absolute;
  font-size: 20px;
  padding: 15px 20px;
  z-index: 99;
  cursor: pointer;
  transition: 0.3s all;
  height: fit-content;
}

.blog-button.cercocentro {
  background-color: #0063e6;
  width: 200px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
}

.blog-button:hover {
  background-color: #fc8f3d;
  color: #FFF;
}

.blog-button.cercocentro:hover {
  background-color: #247cf0;
  color: #FFF;
}

.home-slick-carousel .slick-dots {
  position: absolute;
  width: 100%;
  height: fit-content;
  padding: 10px;
  bottom: 0px;
}

.home-slick-carousel .slick-dots li {
  background: #e3e3e3ad;
  z-index: 99;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 0px 8px;
}

.home-slick-carousel .slick-dots li.slick-active {
  background: #e66404;
}

.home-slick-carousel .slick-dots li button::before {
  display: none !important;
}

.slide-text-container {
  position: absolute;
  bottom: 100px;
  max-width: 55%;
}

.slide-text-container h2, .slide-text-container h1 {
  color: white;
  font-size: 36px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}

.slide-text-container p {
  font-size: 20px;
  color: #FFF;
  font-weight: 100;
}

.banner-shader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #06060647;
  top: 0;
  left: 0;
}

.slide-text-container p > span {
  font-weight: bold;
}

.slider-logo-cc {
  width: 240px;
  height: 50px;
  z-index: 99;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}
.slide-text-container p {
  font-size: 23px;
}
/*/////////////////////////////////*/
/*/////  Elementos absolutos  /////*/
/*/////////////////////////////////*/

.right-elm {
  position: absolute !important;
  right: 35px;
}

.left-elm {
  position: absolute !important;
  left: 35px;
}

.top-elm {
  position: absolute !important;
  top: 35px;
}

.bottom-elm {
  position: absolute !important;
  bottom: 35px;
}

.center-vertical-elm {
  position: absolute !important;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  width: fit-content;
}

.center-horizontal-elm {
  position: absolute !important;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: fit-content;
}

.center-elm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-deacero-star {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
}

/*/////////////////////////////////*/
/*/////  Cortes responsivos  /////*/
/*/////////////////////////////////*/

@media(max-width: 1024px) {

  .slide-text-container h2, .slide-text-container h1 {
    font-size: 30px;
  }
  .slide-text-container p {
    font-size: 17px;
  }
}

@media(max-width: 650px){

  .right-elm {
    right: 15px;
  }

  .left-elm {
    left: 15px;
  }

  .home-carousel-slide {
    padding: 15px;
  }

  .slide-text-container {
    bottom: 100px;
    max-width: 90%;
  }

  .slide-text-container h2, .slide-text-container h1 {
    font-size: 26px;
  }
  .slider-logo-cc {
    width: 190px;
    height: 40px;
  }
  /*/////////Banner responsivo/////////*/
  #inversion-deacero span {
    font-size: 28px;
  }
}

h3.medidas-title {
  font-weight: 700;
}
h3.medidas-subtitle {
  font-size: 25px;
}

/*/////////////////////////////////*/
/*/////  Custom style /////*/
/*/////////////////////////////////*/

.esr-blue-back {
  width: 50%;
  height: 100%;
  background: #1A3172;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  flex-flow: column;
}

.esr-container {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #FFF;
  margin-top: 30px;
}

.esr-container h2:before {
  position: absolute;
  content: '';
  display: flex;
  width: 40px;
  height: 40px;
  background-image: url(/Themes/DeaceroTheme/Content/images/deacero-star-icon.webp);
  right: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div#esr-container img {
  object-fit: contain;
  object-position: center;
  position: relative;
}

div#esr-container {
  background: #e66404;
  display: flex;
  width: 240px;
  height: 100px;
  z-index: 99;
  right: 0;
  border: none;
  padding: 10px;
}
.esr-container h3 {
  font-size: 38px;
}

.esr-container h2 {
  font-weight: 700;
  margin-top: 50px;
  font-size: 55px;
  position: relative;
}

.esr-container img#home-banner-deacero-logo {
  width: 350px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

img#home-slide-deacero-esr-txt {
  width: 400px;
  height: 310px;
  object-fit: contain;
}
img#home-slide-deacero-esr {
  display: flex;
  width: 50% !important;
  right: 0px !important;
  left: auto;
}

img#home-banner-deacero-logo {
  width: 300px;
  height: 150px;
  object-fit: contain;
  position: relative;
  margin-bottom: 10px;
}

#home-banner-title-big {
  font-size: 55px;
}

#special-banner-container {
    position:relative;
}
#special-banner-container:before {
  position: absolute;
  content: '';
  display: flex;
  width: 40px;
  height: 40px;
  background-image: url(/Themes/DeaceroTheme/Content/images/deacero-star-icon.webp);
  right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*//////Banner emisiones/////////*/
img#home-slide-deacero {
  top: 0;
  left: 0;
}
.emissiones-deacero-txt.center-vertical-elm.left-elm {
  color: #FFF;
  height: fit-content;
  max-width: 50%;
  display: flex;
  flex-flow: column;
  left: 10%;
}


.emisiones-deacero .blog-button {
  left: 10%;
}

.emission-shade {
  width: 100%;
  height: 100%;
  background: #0a1b4cba;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}

.emissiones-deacero-txt.center-vertical-elm.left-elm h2 {
  font-size: 100px;
  z-index: 99;
  font-weight: 800;
}

.emission-box-title {
  background: #FF6B00;
  font-size: 55px;
  padding: 0px 40px;
  width: fit-content;
  height: fit-content;
  margin-bottom: 0px;
  z-index: 99;
  font-weight: 600;
}

.emission-box-txt {
  background: #FFF;
  color: #013171;
  padding: 10px 20px;
  max-width: 550px;
  font-size: 22px;
  border-radius: 0px 0px 10px 10px;
  z-index: 99;
}

p.emission-box-txt span {
  font-weight: 600;
}

p.emission-box-tag {
  color: #e56404;
  background: #FFF;
  position: absolute;
  z-index: 99;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  font-size: 20px;
  right: -140px;
  transform: rotate(270deg);
  height: fit-content;
  font-weight: 600;
}

img#home-banner-deacero-logo.emission-logo {
  top: 0px;
  height: 50px;
  width: 190px;
  z-index: 99;
  left: 8%;
}

img#linkedin-special {
  position: absolute;
  z-index: 99;
  width: 750px;
  height: 250px;
  object-fit: contain;
  top: 250px;
}

p.emission-box-tag.center-vertical-elm.home-banner-emission-tag-css-en {
  right: -105px;
}

/*///////////////////////////*/
/*/////  Aviso fraudes /////*/
/*/////////////////////////*/

.aviso-fraudes {
  padding: 10px;
  background: #ec0000;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

  .aviso-fraudes p {
    color: #FFF;
    margin: 0px;
  }

  .aviso-fraudes strong {
    font-weight: 700;
    color: #FFF;
  }

header.header-fixed .header__content {
  margin-top: -10px;
}

div#fraudes-popup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.popup-content {
  max-width: 800px;
  margin: 20px auto;
  padding: 5px;
  background-color: #fff;
  height: 400px;
  position: relative;
}

div#fraudes-popup button {
  position: absolute;
  z-index: 99;
  color: #ffffffe8;
  top: 0px;
  margin: auto;
  right: 0px;
  width: 60px;
  height: 60px;
  font-size: 60px;
}

div#deacero-antifraudes {
  max-width: 50%;
}
#antifraudes-txt span, #inversion-deacero span {
  background: #e66404;
  display: flex;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 32px;
  width: fit-content;
}
h1#inversion-deacero {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0px;
}

div#deacero-invierte {
  max-width: 50%;

}

#inversion-deacero span:first-of-type {
  margin-top: 10px;
}

#inversion-deacero span {
  background: #e66404;
  display: flex;
  margin-bottom: 10px;
  padding: 0px 15px;
  font-size: 50px;
  width: fit-content;
  font-weight: 300;
}

img.deacero-antifraudes-logo {
  width: 250px !important;
  height: 70px !important;
  display: flex;
  object-fit: contain !important;
  position: relative !important;
}

div#deacero-antifraudes p {
  max-width: 100%;
  font-size: 20px;
  margin-top: 15px;
}

#deacero-invierte a {
  left: 0;
}

div#deacero-invierte {
  max-width: 50%;
  top: 70px;
}

#deacero-antifraudes .bottom-elm#antifraudes-btn {
  position: relative !important;
  bottom: auto !important;
  margin-top: 5px;
  display: block;
  width: fit-content;
  background: #FFF;
  color: #f78a40;
  left: 0;
}


/*//////////////////*/
/*////Banner sust////*/
/*//////////////////*/

#special-sustent {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
}

#special-sustent .main-sust-container {
  width: 100%;
  height: 100%;
}

span.light-title {
  font-weight: 400;
}

h2#home-banner-title-sustent {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 55px;
}

img#sust-logo-home {
  width: 285px;
  height: 150px;
  object-fit: contain;
  margin: auto;
  left: 0;
  right: 0;
  margin-bottom: 15px;
}

a#sustentabilidad-btn {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: fit-content;
  border-radius: 50px;
  padding: 15px 30px;
}


span.gradiant-sust-txt {
  background: linear-gradient(to right, #92eb36, #50cdd1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


@media(max-width:1360px) {
  img #home-slide-deacero-esr-txt {
    width: 350px;
    height: 270px;
    object-fit: contain;
  }

  .emissiones-deacero-txt.center-vertical-elm.left-elm {
    max-width: 60%;
  }


}

@media(max-width:1280px) {
  img#linkedin-special {
    width: 550px;
    height: 200px;
  }

  .esr-container img#home-banner-deacero-logo {
    width: 250px;
    height: 70px;
  }
  .esr-container h3 {
    font-size: 30px;
  }
  .esr-container h2 {
    font-weight: 700;
    margin-top: 40px;
    font-size: 45px;
  }
  div#esr-container {
    width: 200px;
    height: 80px;
  }

  div#deacero-antifraudes {
    max-width: 60%;
  }


}

@media(max-width:1200px) {
  #inversion-deacero span {
    font-size: 40px;
  }
  h2#antifraudes-txt span {
    font-size: 28px;
  }
}


@media(max-width:1080px) {
  img#home-slide-deacero-esr-txt {
    width: 300px;
    height: 230px;
    object-fit: contain;
  }

  img#home-banner-deacero-logo {
    width: 230px;
    height: 70px;
  }

  #home-banner-title-big {
    font-size: 50px;
  }
  #special-banner-container:before {
    right: 0px;

  }
  h1#inversion-deacero {
    font-size: 40px;
  }
  #deacero-invierte a {
    bottom: -40px;
  }

  h2#antifraudes-txt span {
    font-size: 25px;
    padding: 5px 15px;
  }
}

@media(max-width:991px) {
  img#linkedin-special {
    width: 500px;
    height: 190px;
    top: 180px;
  }

  img#home-slide-deacero {
    top: 0;
    left: 0;
    position: absolute;
  }

  img#home-banner-deacero-logo.emission-logo {
    width: 160px;
    height: 40px;
    top: -10px;
  }

  .emissiones-deacero-txt.center-vertical-elm.left-elm h2 {
    font-size: 70px;
  }
  .emission-box-title {
    font-size: 40px;
  }

  .emissiones-deacero-txt.center-vertical-elm.left-elm {
    max-width: 60%;
  }

  .emission-box-txt {
    font-size: 19px;
  }

  p.emission-box-tag {
    font-size: 18px;
    right: -125px;
  }
  p.emission-box-tag.center-vertical-elm.home-banner-emission-tag-css-en {
    right: -95px;
  }

  img.deacero-antifraudes-logo {
    width: 150px !important;
    height: 40px !important;
  }

  h1#antifraudes-txt span {
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 30px;
  }

  img#sust-logo-home {
    width: 200px;
    height: 90px;
    margin-bottom: 20px;
  }

  h2#home-banner-title-sustent {
    font-size: 40px;
    height: fit-content;
    text-align: center;
  }

}

@media(max-width:869px) {
  .emissiones-deacero-txt.center-vertical-elm.left-elm h2 {
    font-size: 65px;
  }
  .emission-box-title {
    font-size: 30px;
  }
  .emission-box-txt {
    font-size: 16px;
  }
  .emissiones-deacero-txt.center-vertical-elm.left-elm {
    max-width: 55%;
  }
}



@media(max-width:750px) {

  div#special-botom-slide {
    bottom: 20px;
  }
  h3.medidas-subtitle {
    font-size: 22px;
  }
  h3.medidas-title {
    margin-bottom: 5px;
    font-size: 25px;
  }

  div#fraudes-popup button {

    top: 40px;

  }


  div#deacero-antifraudes {
    max-width: 100%;
  }

  div#deacero-invierte {
    top: 30px;
  }


}


@media(max-width:560px) {

  div#fraudes-popup {
    height: 100%;
    padding: 0px;
    display: flex;
  }

  .emission-box-title {
    font-size: 30px;
    width: 100%;
  }

  p.emission-box-tag {
    padding: 9px;
    font-size: 16px;
    right: -115px;
  }

  .emisiones-deacero .blog-button {
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
  }
  .emission-box-txt {
    font-size: 13px;
    max-width: fit-content;
    padding: 10px 15px;
  }

  .emissiones-deacero-txt.center-vertical-elm.left-elm {
    max-width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  a.blog-button.left-elm.bottom-elm {
    padding: 10px 15px;
    font-size: 14px !important;
  }

  .emissiones-deacero-txt.center-vertical-elm.left-elm h2 {
    font-size: 80px;
  }

  img#linkedin-special {
    width: 90%;
    height: 150px;
  }

  #home-banner-title-big {
    font-size: 40px;
  }
  img#home-banner-deacero-logo {
    width: 200px;
    height: 60px;
  }
  #special-banner-container:before {
    right: 0px;
    width: 30px;
    height: 30px;
  }

  p.emission-box-tag {
    padding: 9px;
    font-size: 14px;
    top: -370px;
    transform: rotate(0deg);
    left: 0;
    right: 0 !important;
    margin: auto;
    border-radius: 0px 0px 10px 10px;
  }

  img#home-banner-deacero-logo.emission-logo {
    width: 100px;
    height: 30px;
    top: 35px;
    margin: auto;
    left: 0;
    right: 0;
  }

  .esr-blue-back {
    width: 60%;
  }

  div#esr-container {
    width: 150px;
    height: 60px;
  }

  .esr-container img#home-banner-deacero-logo {
    width: 185px;
    height: 50px;
  }
  .esr-container h3 {
    font-size: 25px;
  }

  .esr-container h2 {
    font-size: 35px;
  }

  .esr-container h2:before {
    width: 27px;
    height: 30px;
  }


  h1#antifraudes-txt span {
    margin-bottom: 5px;
    padding: 5px 5px;
    font-size: 22px;
  }
  h1#inversion-deacero {
    font-size: 30px;
  }

  div#deacero-invierte {
    width: 100%;
    max-width: 100%;
    align-items: center;
    display: flex;
    text-align: center;
  }
  #inversion-deacero span {
    font-size: 28px;
  }
  #deacero-invierte a {
    bottom: 0px;
  }

  h2#antifraudes-txt span {
    font-size: 20px;
    padding: 5px 10px;
  }

  div#deacero-antifraudes p {
    font-size: 18px;
  }
}

@media(max-width:400px) {
  div#esr-container {
    width: 110px;
    height: 50px;
    padding: 5px;
  }

  .esr-container img#home-banner-deacero-logo {
    width: 155px;
    height: 50px;
  }

  .esr-container h3 {
    font-size: 19px;
  }
  .esr-container h2 {
    font-size: 28px;
  }
} 


@media(max-width:375px) {

  .emission-box-title {
    font-size: 25px;
    padding: 5px 40px 1px 20px;
  }
  .emissiones-deacero-txt.center-vertical-elm.left-elm {
    max-width: 80%;
  }

  h2#home-banner-title-sustent {
    font-size: 35px;
  }

}


