/*-------------ESTILOS DEL FOOTER-------------*/

#sbi_images{
  max-width: 940px;
  margin-left: auto !important;
  float: right !important;
  padding-bottom: 0 !important;
  margin-right: 40px;
}
#sb_instagram{
  padding: 0 !important;
  text-align: right;
  justify-content: flex-end;
}
.footerContainer__first__instagramBadge p br{
  margin-bottom: 6px;
}
.footerContainer__first__instagramBadge  #Instagram{
  width: 50px;
  height: 50px;
}
.elementor-location-footer{
  padding-top: 80px;
    background-color: #fff;
}
.sbi_photo {
  height: 300px !important;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.footerContainer__last__left{
  background-color: #030237;
  overflow: hidden;
  border-radius: 0 90px 0 0;
  padding: 30px 0;
  margin-right: -20px;
  position: relative;
  z-index: 3;
}
.footerContainer__last__left__logo{
  justify-content: center;
  display: flex;
  align-items: center;
  column-gap: 23px;
  align-content: center;
  margin-right: 100px;
}
.footerContainer__last__left__logo a{
  color: #cacedc;
}
.footerContainer__last__left__logo svg{
  max-width: 185px;
  margin-right: 25px;
}
.footerContainer__last__left__logo svg path,.footerContainer__last__left__logo polygon{
  fill: #fff;
}
.footerContainer__last__left__logo span{
  color: #cacedc;
}
.footerContainer__first__instagramBadge svg{
  margin-right: 10px;
}
.footerContainer__first__instagramBadge svg path{
  fill: #030237;
}
.footerContainer__first__instagramBadge>a {
  background-color: #fff;
  border:solid 1px #ceced8;
  padding: 20px 20px !important;
  width: max-content;
  display: flex;
  align-items: center;
  padding: 0 50px;
  border-radius: 50px;
}
.footerContainer__first__instagramBadge a{
 box-shadow: 0 30px 60px #00000040; 
}
.footerContainer__first__instagramBadge {
  max-width: 730px;
}
.footerContainer__first__instagramBadge p{
  color: #030237;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.footerContainer__first {
  min-height: 300px;
}
.footerContainer__first__instagramBadge{
  display: flex;
  justify-content: left;
  align-items: center;
}
.footerContainer__last__right{
  background-image: url(https://cablesca.com/wp-content/uploads/2024/01/cablesca-cables-pie.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-position-y: 30px;
  max-width: 660px;
  
  animation: translateAnimation 27s infinite ease-in-out;
  transition-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.elementor-element-f399b9c,.elementor-element-ec5d306{
    animation: translateAnimation 27s infinite ease-in-out;
}

@keyframes translateAnimation{
  0%{
    background-position-x: 0;
  }
  100%{
    background-position-x: -200%;
  }
}

@media screen and (max-width:1731px){
  .footerContainer__first__instagramBadge{
   max-width: 630px; 
  }
  #sbi_18024569080931434{
    display: none !important;
  }
  #sbi_images>div{
    width: 25% !important;
  }
  .footerContainer__first {
    margin: 0 30px;
  }
  #sbi_images>div:nth-of-type(2){
    display: none !important;
  }
}

@media screen and (max-width:1370px){
  .footerContainer__last__right {
    max-width: 30%;
  }
  .footerContainer__first__instagramBadge {
    max-width: 370px;
  }
}
@media screen and (max-width:1135px){
  .footerContainer__last__right {
    max-width: 20%;
  }
  .footerContainer__first__instagramBadge{
    max-width: 280px;
  }
}

@media screen and (max-width:1024px){
  .footerContainer__first {
    flex-flow: column-reverse;
  }
  .footerContainer__first>div{
    flex: 1;
  }
  .footerContainer__first__instagramBadge {
    margin-bottom: 27px;
  }
  .footerContainer__first__instagramBadge{
    max-width: 100%;
    justify-content: center;
  }
  .footerContainer__last__left {
    border-radius: 0;
  }
  .footerContainer__last__right {
    display: none;
    border-radius: 0 !important;
  }
  #sbi_images,.footerContainer__last__left__logo,.footerContainer__last__left__logo svg{
    margin: 0 !important;
  }
}

@media screen and (max-width:913px){
  .footerContainer__last__right {
    display: none;
  }
  .footerContainer__last__left {
    border-radius:0;
  }
}
@media screen and (max-width:753px){
  .footerContainer__last__left__logo{
    flex-flow: column;
  }
  .footerContainer__last__left {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
  }
  .footerContainer__last__left__logo>span{
    margin-top: 20px;
  }
  .footerContainer>div{
    margin: 0 !important;
  }
}

@media screen and (max-width:655px){
  .elementor-location-footer{
    margin-top:0px !important;
    padding-top: 20px;
  }
  #sbi_images{
    padding: 4px !important;
  }
  .footerContainer__first__instagramFeed{
    padding: 0 !important;
  }
  #sbi_images{
    display: grid;
    grid-template: "a a";
  }
  #sbi_images>div{
    width: 100% !important;
  }
  .sbi_photo {
	 border-radius: 8px;
  }
}

@media screen and (max-width:373px){
  .footerContainer__first__instagramBadge  p{
    font-size: 15px;
    line-height: 14px;
  }
  .footerContainer__first__instagramBadge #Instagram{
    width: 30px;
    height: 30px;
  }
}