body{
  background-color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
}
.video{
  width: 100% !important;
  height: auto !important;
}

.contentinfo {
    position: relative;
    background-color: #fff;
    height: 65vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  @media (max-width: 1000px){
    .contentinfo {
  
      height: 45vh !important;
      min-height: 15rem !important;
      
    }
  }
  .c1{
    z-index: 0 !important;
    top: 50%;
  }
  .contentinfo .c1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .f1 .mb-4{
    height: 208px;
  }
  .f1 .mb-4 img{
    z-index: 2;
  }

/* .f1 .d-flex:after, .f1 .d-flex:before{
  content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
    box-shadow: 0px 20px 10px rgb(0 0 0 / 60%);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}
.f1 .d-flex:after, .f1 .d-flex:after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
} */

.contentinfo .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.CardOne {
  position: relative;
  display: inline-block;
}

.texto {  
  bottom: 60px;
  left: 20%;
  font-size: 20px;
  color: aqua;
 
}
/*  servi */
.ftco-no-pt{
  background: #fff !important;
}
.content_frase{
  visibility: visible;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}
.container .stock-text h2 {
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  text-transform: uppercase; 
  color: #fff;
  text-align: center; 
  padding: 5rem 0;
}
.container .stock-text h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 1px rgb(7, 138, 109);
  -webkit-text-fill-color: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #25a4b2 !important;
  
}
.service .nav-item{
  box-shadow: 5px 0px 6px 0px rgb(23 101 92 / 10%);
}
.service .nav-link:hover{
  color: #fff !important;
  background-color: #25a4b2;
  
}
.tab-pane h3{
  text-align: center;
  font: 700 45px 'Nexa';
    color: #25a4b2;
    margin: 5px 0;
    text-transform: uppercase;
    padding: 15px 0 22px 0;
}
.tab-pane p{
  text-align: center;
    font: 5 30px 'Nexa';
    color: #383838;
    margin: 5px 0;
    padding-bottom: 15px;
}
.frase{
  color:  #2282b0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.tab-pane{
  visibility: visible;
  animation-duration: 4s;
/*   
  animation-iteration-count: 1; */
}
.tab-pane div h4{
  /* background: linear-gradient(50deg, rgba(14,117,160,1) 0%, rgba(14,117,160,0.7861519607843137) 23%, rgba(30,210,156,0.9290091036414566) 26%, rgba(30,210,156,1) 100%); */
  /* background: rgb(14,117,160); */
  padding: 10px 5px;
  border-radius: 3px;
  width: auto;
  display: block;
  font: 700 1.5rem 'Nexa';
  color:  #2282b0;
  transition: all 0.6s ease-out 0s;
  
  text-align: start;
  
}
section{
  margin: 10px 0;
}

.tab-pane .servi_info{
  padding-bottom: 1rem;
  font-size: 1.5rem;
  text-align: justify;
padding-right: 34px;
  
}
.tab-pane .servi_info h6{
  font: 400 1.2rem 'Nexa';  
  text-align: justify;
  
}
.tab-pane .ftco-section .f1{
 
  height: 290px;
  overflow: hidden;
}

@media (max-width: 776px){
.order-sm-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
}
.order-sm-1 {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
}
@media (min-width: 776px){
.order-sm-1 {    
    order: 2 !important;
}}