/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.owl-item {
  margin: 1em 0;
  text-align: center;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    z-index: 9999;
    background: url("../images/loader.gif") 50% 50% no-repeat rgb(249,249,249);
    opacity: 1;
}

a:hover {
    color: #009ee3 !important;
}

img.carouselCustom  {
    /*max-height: 100px;*/
    /*min-height: 110px;*/
    max-width:300px;
    min-width: 300px;

}

img.carouselCustom{
  object-fit: contain;
  
}

#content{
  padding-top: 0;}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.ownWrapper{
	height: 500px;
	display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.fatherGallery{
  z-index: -100;
  min-height: 100%;
  min-width: 100%;
}

.contact-item {
  position: relative;
  padding-left: 44px;
  color: #444;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.ci-icon::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #009ee3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ci-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  left: 3px;
  color: #fff;
  text-align: center;
  line-height: 23px;
}
.hs-line-11 {
  margin-top: 0;
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  line-height: 1.8;
  opacity: .9;
}
.contact-item a{
    color: #444;
    text-decoration: none;    
}

.contact-item a:hover{
    color: #000;
    text-decoration: none;
}
.ci-icon i,
.ci-icon span{
    position: relative;
}
.ci-title{
    margin-bottom: 1px;
    color: #777;    
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.ci-text{
    font-size: 15px;
    font-weight: 300;
}/*
.bg-scroll {
  background-attachment: scroll !important;
}
.page-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0;
}*/
.textDiv{
    position: relative;
    text-align: right !important;
    margin-right: 3rem;
    padding-top: 0rem;
}
.textContacto{

    position: relative;
    text-align: center; !important;


}
h1 > span:not(.nocolor):not(.badge){
  color: #009ee3;
}

/*#empresaImg{
  max-width: 100% !important;
  width: 100%;
  background-size:100% auto;
  height: auto;
  min-height: 50vh;

}*/
#home{
  min-width: 100% !important;
}
.home_white{
  color: #F9F9F9 !important;
}
.footer-widgets-wrap{
  padding: 1rem !important;
}
.owl-item{
justify-content: center;
display: flex;
}

.videoText{
  color: #F9F9F9 !important;
  font-weight: 600;
  font-family: "Poppins";
  font-size: 35px;
   text-align: center;

}
#gotoTop:hover{
  background-color: #009ee3 !important;
}

#empresaImg3{
        max-width: 100% !important;
        width: 100%;
        min-height: 1250px !important;
      }
@media (max-width: 1200px) {
       #empresaImg2{
        max-width: 100% !important;
        width: 100%;
        background-size:100% auto;
        height: 100%;
        min-height: 300px;
      }
        .textDiv{
      position: relative;
      text-align: right !important;
      margin-right: 3rem;
      padding-top: 0rem;
  }
}

@media (max-width: 800px) {
      body{
        overflow-x: hidden;
      }
      .bg-scroll {
        background-attachment: scroll !important;
      }
      .page-section {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 0;
      }
      #empresaImg{
        max-width: 100% !important;
        width: 100%;
        background-size:100% auto;
        height: auto;
        min-height: 180px;

      }.textDiv2{
      position: relative;
      text-align: right !important;
      margin-right: 3rem;
      padding-top: 12rem;
  }

}
@media (min-width: 800px) {
      body{
        overflow-x: hidden;
      }
      .bg-scroll {
        background-attachment: scroll !important;
      }
      .page-section {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 0;
      }
      #empresaImg{
        max-width: 100% !important;
        width: 100%;
        background-size:100% auto;
        height: auto;
        min-height: 50vh;

      }.textDiv2{
      position: relative;
      text-align: right !important;
      margin-right: 3rem;
      padding-top: 10rem;
  }
    }
#footer{
  margin-top: 0 !important;
}