

   .a {text-decoration: none;}
    .a:hover {text-decoration: underline;}
    
    
 .img-banner {
  
top:50%;  
}

 .img-banner img{
  
top:50%;  
}



 .img-banner h1 {
 
color: #fff;
  top: 0;
    bottom: 0;
    margin: auto;
}


 .img-banner h3 {
  top: 0;
    bottom: 0;
    margin: auto;
color: #fff;
}


.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  
  
  
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}/*
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}*/
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
//carousel-end

.font-size-10 {
  font-size: 10px; }

.font-size-11 {
  font-size: 11px; }

.font-size-12 {
  font-size: 12px; }

.font-size-13 {
  font-size: 13px; }

.font-size-14 {
  font-size: 14px; }

.font-size-15 {
  font-size: 15px; }

.font-size-16 {
  font-size: 16px; }

.font-size-17 {
  font-size: 17px; }

.font-size-18 {
  font-size: 18px; }

.font-size-19 {
  font-size: 19px; }

.font-size-20 {
  font-size: 20px; }

.font-size-21 {
  font-size: 21px; }

.font-size-22 {
  font-size: 22px; }

.font-size-23 {
  font-size: 23px; }

.font-size-24 {
  font-size: 24px; }

.font-size-25 {
  font-size: 25px; }

.font-size-26 {
  font-size: 26px; }

.font-size-27 {
  font-size: 27px; }

.font-size-28 {
  font-size: 28px; }

.font-size-29 {
  font-size: 29px; }

.font-size-30 {
  font-size: 30px; }

.font-gray-1 {
  color: #f7f7f7; }

.font-gray-2 {
  color: #e9e9e9; }

.font-gray-3 {
  color: #d9d9d9; }

.font-gray-4 {
  color: #c9c9c9; }

.font-gray-5, .block-heading-1 span {
  color: #b8b8b8; }

.font-gray-6 {
  color: #a8a8a8; }

.font-gray-7, body {
  color: #939393; }

.font-gray-8 {
  color: #7b7b7b; }

.font-gray-9 {
  color: #636363 #4d4d4d; }

.font-gray-10 {
  color: #353535; }

.border-gray-1 {
  border-color: #f7f7f7; }

.border-gray-2 {
  border-color: #e9e9e9; }

.border-gray-3 {
  border-color: #d9d9d9; }

.border-gray-4 {
  border-color: #c9c9c9; }

.border-gray-5 {
  border-color: #b8b8b8; }

.border-gray-6 {
  border-color: #a8a8a8; }

.border-gray-7 {
  border-color: #939393; }

.border-gray-8 {
  border-color: #7b7b7b; }

.border-gray-9 {
  border-color: #636363 #4d4d4d; }

.border-gray-10 {
  border-color: #353535; }

.bg-gray-1 {
  border-color: #f7f7f7; }

.bg-gray-2 {
  border-color: #e9e9e9; }

.bg-gray-3 {
  border-color: #d9d9d9; }

.bg-gray-4 {
  border-color: #c9c9c9; }

.bg-gray-5 {
  border-color: #b8b8b8; }

.bg-gray-6 {
  border-color: #a8a8a8; }

.bg-gray-7 {
  border-color: #939393; }

.bg-gray-8 {
  border-color: #7b7b7b; }

.bg-gray-9 {
  border-color: #636363 #4d4d4d; }

.bg-gray-10 {
  border-color: #353535; }

.letter-spacing-1 {
  letter-spacing: 0.1em; }

.letter-spacing-2 {
  letter-spacing: 0.2em; }

.border-w-1 {
  border-width: 1px; }

.border-w-2 {
  border-width: 2px; }

.border-w-3 {
  border-width: 3px; }

.border-w-4 {
  border-width: 4px; }

.border-w-5 {
  border-width: 5px; }

.primary-black--hover {
  background: #E4002B;
  color: #fff; }
  .primary-black--hover:hover {
    background: #000;
    color: #fff; }

.primary-dark--hover {
  background: #E4002B;
  color: #fff; }
  .primary-dark--hover:hover {
    background: gray;
    color: #fff; }

.primary-primary-outline--hover {
  background: #E4002B;
  color: #fff; }
  .primary-primary-outline--hover:hover {
    border-color: #E4002B;
    background: transparent; }

.primary-outline-primary--hover {
  background: transparent;
  border-color: #E4002B; }
  .primary-outline-primary--hover:hover {
    color: #fff;
    background: #E4002B; }




.overlay { 
  color:#fff;
  position:absolute;
  z-index:12;
  left: 55%;
  width:100%;
  text-align:right;
  bottom: 32%;

}.overlay  h1 { 
  color:#fff;
  /*position:absolute;*/
  z-index:12;
  font-size: 4.5vw;
  font-weight: 600;
  top:30%;
  width:100%;
  text-align:right;
   margin-right: 10vw;


}


}.overlay  img { 
display: block;
    width: 10;
    position: fixed;
    right: 5%;
   top: 19%;
}


.overlay-mobil{ 
color: #fff;
    position: absolute;
    z-index: 12;
    left: 62%;
    width: 100%;
    text-align: right;
    bottom: 25%;

}.overlay  h1 { 
  color:#fff;
  /*position:absolute;*/
  z-index:12;
  font-size: 4.5vw;
  font-weight: 600;
  top:30%;
  width:100%;
  text-align:right;
   margin-right: 10vw;


}


}.overlay  img { 
display: block;
    width: 10;
    position: fixed;
    right: 5%;
   top: 19%;
}
.logos{ 
    /* color: #fff; */
    z-index: 12;
    /* font-size: 3vw; */
    /* font-weight: 600; */
    top: 27%;
    right: 30.1%;
    width: 11vw;
    /* text-align: right; */
    margin-right: 10vw;
    position: absolute;
}



.logos-b{ 
    color: #fff;
    z-index: 12;
    /* font-size: 3vw; */
    /* font-weight: 600; */
    top: 46%;
    /* right: 30.1%; */
    width: 11vw;    /* text-align: right; */
    margin-right: 10vw;
    position: absolute;
    left: 3vw;
}



  


.logos-c{ 
bottom: -8vw;
    /* right: -40%; */
    /* right: -5%; */
    /* color: #fff; */
    z-index: 12;
    /* font-size: 3vw; */
    /* font-weight: 600; */
    /* top: 46%; */
    /* right: 30.1%; */
    width: 12vw;
    /* text-align: right; */
    /* margin-right: 5vw; */
    position: absolute;
    left: 20vw;
    /* height: 8vw; */
    /* top: 10%; */
}



.logos-movil{ 
    /* color: #fff; */
    z-index: 12;
    /* font-size: 3vw; */
    /* font-weight: 600; */
    top: 40%;
    right: 33.1%;
    width: 14vw;
    /* text-align: right; */
    margin-right: 10vw;
    position: absolute;
}



.logos-b-movil{ 
   color: #fff;
    z-index: 12;
    /* font-size: 3vw; */
    /* font-weight: 600; */
    top: 56%;
    /* right: 30.1%; */
    width: 14vw;
    /* text-align: right; */
    margin-right: 10vw;
    position: absolute;
    left: 5vw;
}



.text-carrosel
h1 { 
  color:#fff;
  z-index:12;
    font-size: 3vw;
  font-weight: 600;
  top:30%;
  width:100%;
  text-align:right;
   margin-right: 10vw;
}


body {
  font-weight: 400;
  font-size: 1rem;
  margin:0;
   padding:0;
   height:100%;
  max-width: 100%;
  overflow-x: hidden;

    }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    color: #E4002B }


.caviar-hero-area {
    width: 100%;
    /* position: relative; */
    z-index: 1;
    background-position: center center;
    background-size: cover;
    overflow-x: hidden;
}

.single-hero-slides {
    position: relative;
    z-index: 1;
    height: 770px;
    width: 100%;
}




.single-hero-slides:after {
   position: absolute;
    float: right;
    content: '';
    right: 0;
    bottom: 0px;
    width: 50%;
    height: 100%;
    background-color: #E4002B;
    opacity: .9;
}
/*

.single-hero-slides:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}
*/


#carouselButtons {
    margin-left: 100px;
    position: absolute;
    bottom: 0px;
}
.carousel-caption {
    position: absolute;
    left: auto;
    right: auto;
    width: 50%;
    height: 100%;
    background-color: #428bca;
    opacity: 0.8
}




.hero-slider {
  height: 80vh;
}

.hero-slider .slider-item {
  height: 80vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-slider .slider-item:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  top: 0;
  height: 100%;
  width: 100%;
}

.hero-slider .content {
  position: relative;
  z-index: 2;
}

.hero-slider .content.style h2 {
  font-size: 60px;
}

@media (max-width: 767px) {
  .hero-slider .content.style h2 {
    font-size: 30px;
  }
}

.hero-slider .content.style .offer-text {
  letter-spacing: 7px;
  font-size: 15px;
  margin-bottom: 5px;
}

.hero-slider .content.style .tag-text {
  font-size: 20px;
  font-weight: normal;
}

.hero-slider .content.style .btn-main {
  border-radius: 3px;
  padding: 16px 50px;
  font-weight: 700;
}

.hero-slider .content h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.hero-slider .content p {
  font-size: 26px;
  color: #fff;
}

.hero-slider .content .btn-white {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #fff;
  transition: all .3s ease;
}

.hero-slider .content .btn-white:hover {
  background: #fff;
  color: #000;
}

.hero-slider .slick-dots {
  bottom: 20px;
}

.hero-slider .slick-dots li {
  margin: 0 3px;
}

.hero-slider .slick-dots li button:before {
  font-size: 15px;
}

.hero-slider .slick-dots li.slick-active button:before {
  color: #fff;
}

.hero-slider .slick-prev {
  left: 20px;
  z-index: 100;
}


.hero-content h2 {
    font-size: 52px;
    color: #fff;
    margin-bottom: 20px;
}

.hero-content p {
    color: #fff;
    margin-bottom: 70px;
}

.hero-slides-nav {
    width: 375px;
    height: 210px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.hero-slides-nav:after {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.caviar-hero-area .owl-next {
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    bottom: 188px;
    border-radius: 50%;
    right: 353px;
    z-index: 10;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    color: rgba(51, 51, 51, 0.8);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.caviar-hero-area .owl-next:hover {
    background-color: #ff0000;
    color: #fff;
}

.welcome-social-info {
    font-size: 16px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.welcome-social-info > a {
    margin-bottom: 30px;
    color: #fff;
}

.welcome-social-info > a:last-child {
    margin-bottom: 0;
}


  -------
.alineacion-i {
margin-left: 50px;  
padding-left: 20px;
 }



.border-2 {
  border-width: 4px; }

.btn.btn-white-outline {
  border-color: #fff;
  background: transparent;
  color: #fff; }
  .btn.btn-white-outline:hover {
    color: #000;
    background: #fff; }

.text-black {
  color: #000 !important; }

.text-black p {
  color: #999 !important; 
}

.text-black-comer p {
  color: #999 !important; 
  padding-right: 5%;
}
.text-black-comer h2 {
  color: #222224 !important; 
}


.text-mar {
  color: #000 !important; }

.text-mar p {
  color: #999 !important; 
      margin: 3px;
    padding-left: 5px;
}
.text-mar h2 {
      margin: 3px;
    padding-left: 5px;
        color: #222224 !important;
    font-weight: bold;
    font-size: 30px;
}


.text-red {
  color: #E4002B !important; } 

.text-black h2 {
  color: #000 !important; 
  font-weight: bold;
}

  .text-red h1 {
  font-weight: bold;
  font-size: 60px;
  color: #E4002B !important; }

.text-red h2 {
  font-weight: bold;
  color: #E4002B !important; }


  .text-red p {
    font-size: 16px;
  color: #999 !important; }



  .text-red-mobil-mobil {
  color: #E4002B !important; } 






.margin-servicios {
  margin-bottom: 10px;
}




.text-black h2 {
  color: #222224 !important; 
  font-weight: bold;
  font-size: 30px;
}

  .text-red-mobil h1 {
  font-weight: bold;
  color: #E4002B !important; 
  padding-left: 10px;
  }

 .text-red-mobil h2 {
  font-weight: bold;
  color: #000; !important; 
  padding-left: 10px;
  }


  .text-red-mobil p {
  font-size: 3vw;
  color: #999999 !important; 
    padding-left: 10px;
 }

  .text-red-mobil img {
    padding-left: 10px;
 }



.bggray {
  background: #fff !important; 
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 55px;
  background: #fff !important;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #E4002B; }

  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  /*margin-right: 10px; */
    /* padding: 5px 0; */
    margin-top: 50px;
    /* margin-bottom: 50px; */
    /* margin-left: 10px; */
    /* padding-right: 10px; */
    /* padding-left: 10px; */
}




.site-section  p {

}


.site-sectionb {
     margin-right: 10px;
    padding: 5px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    /* margin-left: 10px; */
    padding-right: 3vw;
    padding-left: 3vw;
}


  @media (min-width: 768px) {
    .site-section {
      /*padding: 1em 0;*/ } }
  .site-section.site-section-sm {
    padding: 1em 0; }

.site-footer {
  padding:  0px;
  bottom:0;
  width:100%;
 background: #222224;
     margin-top: 50px; 

}
  @media (min-width: 768px) {
    .site-footer {
      padding: 1px 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }

.site-footer .border-top-web {
    border-top: 0px solid rgba(255, 255, 255, 0.1) !important; }


  .site-footer p {
    color: #737373;
    padding: 5px;
    margin-top: 30px;
     }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; 
    padding-top: 10px;
    border-top: 20px;
  }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px;
    font-size:15px; }
  .site-footer .footer-heading {
    font-size: 15px;
    padding-left: 15px;
    font-weight: lighter;
    padding-bottom: 10px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(52, 58, 64, 0.4); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #E4002B; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

.top-bar {
  border-bottom: 1px solid #e9ecef !important; }

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; 
  background: #fff;}

  .site-navbar.transparent {
    background: #fff; }
  .site-navbar.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .site-navbar .site-logo {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -20px; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #E4002B; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      letter-spacing: .1em;
      font-size: 14px; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 0px;
        color: #939393;
        font-size: 100%;
            text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #E4002B; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 0px; }
        /*.site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }*/
          
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        font-style: bold;
        position: absolute;
        text-align: left;
        float: right;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #222224;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.plus{
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.plus:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.plus:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #222224;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #fff;

           }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #E4002B !important; 
          font-style: bold;
          font-color: #E4002B;
                 }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px;
          font-color: #E4002B; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
             color: #fff !important;
            padding: 9px 20px;
            display: block;

             }

             /*seleccion dentro de la barra de menu*/
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
             color: #E4002B !important;
             font-weight:bold;
 }

          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
          /*  content: "\e315";
            right: 20px; */}
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #222224;
            font-color: #E4002B; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #E4002B;
      font-color: #E4002B;
      }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; 
            font-color: #E4002B;
          }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1;
          font-color: #E4002B; }
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #E4002B;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    color: #fff;
    font-color: #fff;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; 
      border-color:#fff;
      border: 2px;
    }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a;
          height: 20px; }
        
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
         }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #fff; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #000; }
        .site-mobile-menu .site-nav-wrap a:before {
        color: #000; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #E4002B; }



    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
    right: 96px;
    top: 7px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;}
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
       /* background: #f8f9fa;*/ }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        /*content: "\f078";*/
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

      
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }
.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #E4002B; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #E4002B !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }


        .wrapper {
    text-align: center;
}

.button {
    position: absolute;
    right: 25%;}



/* Blocks */
.site-section-cover {
  position: relative; }
  .site-section-cover, .site-section-cover .container {
    position: relative;
    z-index: 2; 
/*    margin: 10px*/
  }
  .site-section-cover, .site-section-cover .container > .row {
        /* height: 100vh; */
    min-height: 700px; }
    @media (max-width: 991.98px) {
      .site-section-cover, .site-section-cover .container > .row {
        height: 70vh;
        min-height: 400px; } }
  .site-section-cover.overlay {
    position: relative; }
    .site-section-cover.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(52, 58, 64, 0.3);
      z-index: 1; }
  .site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 5px 0; }
  .site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat; }
  .site-section-cover h1 {
    top: 45%;
    font-size: 3.5vw;
    color: #fff;
    line-height: 1;
    right: -7%;
    position: fixed;}
    @media (max-width: 991.98px) {
      .site-section-cover h1 {
            font-size: 1.1rem;
    top: 50%;
    /* font-size: 3.5vw; */
    /* color: #fff; */
    /* line-height: 1; */
    right: 4%;
    position: fixed;} }
  .site-section-cover p {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.8); }

.site-section {
    /* padding: 5px 0; */
    /* margin-top: 40px; */
    /* margin-bottom: 40px; */
   }
  @media (max-width: 991.98px) {
    .site-section {
       /* padding: 5px 0; */
    /* padding: 15px; */
    /* padding-left: 15px; */
    /* padding-right: 10px; */ } }

      .hijo {
  position: relative;
  top: 50%;
  width: auto; 
  border:20px;
  padding: 20px;
}


  .marginl {
  
  padding-left: 10px;
  margin-left: 10px;
  }

  .margin-somos{
  
  margin-left: 10px;
  }

 .margin-industrias{
  
  margin-top: 10px;
  }

.container-back {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.container-back img {

        vertical-align:middle;
 }


  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 77%; } }

------->




  .logofit img{
  padding-left: 15px;
}


 .valores {
  background-color: #F2F2F2;
      padding-bottom: 50px;

}



  .valores h3 {
  align-content: center;
    color: #E4002B;
    float: none;
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: center;
    font-size: 30px;
    margin: 0px;
}



  .valoresc h3 {
  align-content: center;
    color: #E4002B;
    float: none;
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: center;
    font-size: 20px;
    margin: 0px;
}


  .valores p {
      align-content: center;
    color: #999999;
    float: none;
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: center;
    /* padding: 30px; */
    font-size: 16px;
padding-left: 10px;
    padding-right: 10px;

}

  .valoresc p {
      align-content: center;
    color: #999999;
    float: none;
    text-align: center;
     font-size: 13px;
padding-left: 10px;
    padding-right: 10px;

}




 .valorescenter {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px; 
  border-bottom: 1;
  border-top: 1;
}



.derechos p {
  padding-left: 0px;
  font-size: 16px;

}
.derechos a {
  padding-left: 0px;
  font-size: 16px;
  color: #737373;

}

.derechosm {

    text-align-last: center;

}
.derechosm p {
  padding-left: 0px;
  font-size: 9px;

}
.derechosm a {
  padding-left: 0px;
  font-size: 9px;
  color: #737373;

}

.centradomobil {
line-height: 0.8;
  

}

.centradomobil p {

  padding: 0px;
  font-size: 4vw;
  color: #fff;

}

.centradomobil a {
  padding-left: 0px;
  font-size: 2.5vw;

}


.centrado-web {
    line-height: 20px;
    border-bottom: 10px;

}

.centrado-web p {

  padding: 0px;
  font-size: 24px;
  color: #fff;

}

.centrado-web a {
  padding-left: 0px;
  font-size: 16px;

}






.derechosweb p {
  text-align: center;
  padding-left: 0px;
  font-size:2.5vw;

}



.valorescenter img {
   margin: 0 auto;
   display: flex;
  justify-content: center;
  align-items: center;

}

.valorescenter-m img {
/*   margin: 5px;*/
   display: flex;
  justify-content: center;
  align-items: center;

}


.gradient-bg-1, .block-feature-1 .icon {
  background: #51eaea;
  background: -moz-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #51eaea), color-stop(100%, #499bea));
  background: -webkit-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -o-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -ms-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#51eaea), to(#499bea));
  background: linear-gradient(to bottom, #51eaea 0%, #499bea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51eaea', endColorstr='#499bea', GradientType=0 ); }



.blockbanner{
  border-color: #fff;
  text-align: center;
  align-items: center;
}
.blockbanner-somos{
  border-color: #fff;
  text-align: center;
  align-items: center;
    width: 70%;
    margin: auto;
}

.blockbanner  h1 {

  font-size: 60px;
  color: #fff; 
padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 10px;
    padding-left: 0px;
}

.blockbanner  h3 {
     font-size: 1.4rem;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    /* padding-right: 20px; */
    padding-top: 80px;
    padding-bottom: 80px;
}


.plus-somos-movil{
 /* font-size: 30px;*/
  color: #fff; 
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  padding: 5px;
  border:2px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #E4002B;
  
}

       .plus-somos-movil h3 {

   color: #fff;
       font-size: 5vw;
   padding-left: 10px;
   font-style: bold;
   padding-bottom: 50px;
     }





.blockbanner-movil-movil{
  border-color: #fff;
  text-align: center;
  align-items: center;
}
.blockbanner-movil  h1 {

     padding-right: 24px;
   font-size: 40px;
    color: #fff;
    padding-top: 50px;
    padding-right: 12px;
    padding-right: 10px;
    padding-left: 18px;
}

.blockbanner-movil  h3 {
  font-size: 1rem;
  color: #fff; 
  text-align: left;
  padding-left: 10px;
  padding-right: 20px;
    padding-top: 50px;
  padding-bottom: 20px;
}


.stroke{

  padding-right: 10px;
  border-color: #fff;
  border-left: 2px solid;
}

.bannerred {
      margin-top: 50px;

  color: #fff;
  background-image: url("../images/fit-bg-1@2x.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1; 
  padding-top: 40px;
   padding-bottom: 40px;

}

  .bannerred:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1; }
  .bannerred h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 45px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .bannerred h2 {
        margin-bottom: 26px; } }
  .bannerred span {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 28px;
    display: block; }
    @media (max-width: 767px) {
      .bannerred span {
        font-size: 25px;
        margin-bottom: 0; } }
  .bannerred p {
    font-size: 14px; }



  .blockbannerc{
 float: none;
  margin-left: auto;
  margin-right: auto;

}
.blockbannerc  h1 {
  font-size: 3rem;
  color: #fff; 
  font-style: bold;
  text-align: center;
}

.blockbannerc  p {
  font-size: 16px;
  text-align: left;
  color: #fff; 
      padding: 10px;

 }

.blockbannerc  img {
  color: #fff; 
  border-color: #fff;
  align-items: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 21px;
    width: 56px;


}
.foto
 {
    /* width: 100%; */
    /* background-size: cover; */
    height: 100%;
    right: 0%;
    background-position: center;
    /* width: 100%; */
    /* background-size: cover; */
    /* height: 100%; */
    width: 100%;
    right: 0%;
    min-height: 400px;
    min-width: 300px;

}


.margin-srvicios {
    margin-bottom: 10px;
}

.lista  p {
  font-size: 16px;


 }

  .block-heading-1  {
    align-items: center;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 50px;

}

.block-heading-1 span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: bold; }

.block-heading-1 h2 {
  font-size: 3.5rem;
  text-align: center;
  color: #E4002B; 
  font-style: serif;
  font-weight: bold;
}

.block-heading-1 h3 {
  font-size: 2rem;
  text-align: center;
  color: #000; 
  font-style: serif;
  font-weight: bold;
}


.block-heading-1 h5 {
  font-size: 3rem;
  text-align: center;
  color: #E4002B; 
  font-style: serif;
  font-weight: bold;
}

.block-heading-1 p {
    font-size: 16px;
    color: #000;
    /* font-weight: bold; */
    text-align: left;

}
  .block-heading-2 span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: bold;
  border-right: 1px;
  border-color: #fff }

  .block-heading-2 h1 {
  font-size: 2.5rem;
  color: #E4002B; }

.block-feature-1-wrap {
  margin-bottom: 7rem; }
  .block-feature-1-wrap > .container > .row {
    margin-left: -18px;
    margin-right: -18px; }
    .block-feature-1-wrap > .container > .row > .col,
    .block-feature-1-wrap > .container > .row > [class*="col-"] {
      padding-right: 36px;
      padding-left: 36px; }

.block-feature-1 {
  background: #f2f2f2;
  padding: 30px 30px 30px 50px;
  position: relative; }
  .block-feature-1 h2 {
    font-size: 18px; }
  .block-feature-1 .icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 50%;
    border: 4px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .block-feature-1 .icon > span {
      font-size: 40px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.block-img-video-1-wrap .block-img-video-1 {
  position: relative;
  margin-top: -10rem; }

.block-img-video-1 > a {
  display: block;
  position: relative;
  cursor: pointer; }
  .block-img-video-1 > a .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff; }
    .block-img-video-1 > a .icon > span {
      position: absolute;
      top: 50%;
      font-size: .8rem;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #000; }

.block-counter-1 {
  text-align: center; }
  .block-counter-1 .number, .block-counter-1 .caption {
    display: block;
    line-height: 1; }
  .block-counter-1 .number {
    color: #E4002B;
    font-size: 4rem;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .block-counter-1 .number:after {
      position: absolute;
      content: "";
      width: 50px;
      height: 3px;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.3); }
  .block-counter-1 .caption {
    font-size: 14px;
    color: #000;
    letter-spacing: .05em; }

.block-team-member-2 {
  padding: 10;
  border: 3px solid #E4002B; }


.block-team-member-1 {
  padding: 30px;
  border: 1px solid #e9ecef; }
  .block-team-member-1 figure img {
    width: 130px; }

.block-social-1 > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative; }
  .block-social-1 > a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }


.block-red {
  border-color: #E4002B;
    stroke-width:2px;
    stroke-color:#E4002B;

     }
  .block-red h3 {
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #E4002B;
    border: 3px solid #E4002B;
     }

       .block-red h5 {
    background: #fff;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: bold;
    color: #E4002B;
    border: 2px solid #E4002B;
     }
 


       .foto1{
width: 500px;
height: 500px;
min-height: 500px;     }


.divider {
  background: #fff;
  content: "";
  position: relative;
  height: 60px;
  width: 3px;
  display: block;
  align-content: left;
  margin-top: 80px;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  -ms-border-radius: 4em;
  -o-border-radius: 4em;
  border-radius: 4em;
}

.divider-movil {
  background: #fff;
  content: "";
  position: relative;
  height: 70px;
  width: 3px;
  display: block;
  align-content: left;
  margin-top: 35px;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  -ms-border-radius: 4em;
  -o-border-radius: 4em;
  border-radius: 4em;
}


.dividerb {
  background: #E4002B;
  content: "";
  position: center;
  align:center;
  height: 10px;
  width: 210px;
  display: block;
  align-content: bottom;
}
.divider-slider {
  background: #fff;
  position: absolute;
  float: right;
  content: "";
  align:right;
  height: 30px;
  width: 14.5vw;
  display: block;
  align-content: bottom;
  margin-right: 60px;
  top:170%;

  right: 0;
  float:right;
  bottom: -285px;
  z-index: 15;
  right: -83px;

}




#myVideo {
position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /* width: 100%; */
    height: 100%;
}
#myVideo-movil {
    position: absolute;
    /* right: 0; */
    /* bottom: 0; */
    min-width: 100%;
    min-height: 100%;
    /* width: 100%; */
    height: 20%;
    /* right: 13%; */
    left: -55%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}


.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    /* position: absolute; */
    top: 0;
    left: -0.0px;
    /* width: 100%; */
}

.indicadores {
  size: 300%;
  position: absolute;
  float: right;
  content: "";
  align:right;
  display: block;
  align-content: bottom;
  right: 0px;
  margin-right: 60px;
  top:170%;

}

.txt-stroke {
  background: #E4002B;
  content: "";
  position: relative;
  height: 100%;
  width: 3px;
  display: block;
  align-content: bottom;
  margin-top: 10px;
  -webkit-border-radius: 4em;
  -moz-border-radius: 4em;
  -ms-border-radius: 4em;
  -o-border-radius: 4em;
  border-radius: 4em;
}

.strokeme {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}



.logofin {
  align-content:right;
  padding-right: 20px;
  position: absolute;
    bottom: 0;
    width: 100%;
     }
     /*
  .logofin h1 {
    text-align-last:
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #fff;
     }*/




.logofin {
  align-content:right;
     }
     /*
  .logofin h1 {
    text-align-last:
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #fff;
     }*/


.certificaciones {
    top: 0;
    bottom: 0;
    margin: auto;
}

.plus-somos {
  padding: 5px;
  border:2px;
  margin-left: 12px;
  margin-bottom: 12px;
    background-color: #E4002B;
    padding-left: 10px;
    padding-top: 15px;
     }
  .plus-somos h1 {
    text-align-last:
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #fff;
     }

     .plus-somos h2 {
    padding-top: 10px;

   color: #fff;
   padding-left: 10px;
     }
        .plus-somos h3 {

   color: #fff;
   padding-left: 10px;
   font-style: bold;
   padding-bottom: 100px;
     }
   
     .plus-somos h5 {

   color: #fff;
   text-align: center;
   font-style: bold;
     }

      .plus-somos img {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
  }

.plus-export-aereo {
  padding: 5px;
  border:2px;
  margin-left: 12px;
  margin-bottom: 12px;
    background-image: url("../images/fit-aereo-2@2x.png");
    padding-left: 10px;
    padding-top: 55px;
    padding-bottom: 30px;
     }

.plus-export-asesoria {
  padding: 5px;
  border:2px;
  margin-left: 12px;
  margin-bottom: 12px;
    background-image: url("../images/fit-asesoria-2@2x.png");
    padding-left: 10px;
    padding-top: 55px;
    padding-bottom: 30px;
     }

.plus-export-aereo {
  padding: 5px;
  border:2px;
  margin-left: 12px;
  margin-bottom: 12px;
    background-image: url("../images/fit-terrestre-2@2x.png");
    padding-left: 10px;
    padding-top: 55px;
    padding-bottom: 30px;
     }

.plus-export {
  padding: 5px;
  border:2px;
  margin-left: 12px;
  margin-bottom: 12px;
    background-image: url("../images/fit-maritimo-2@2x.png");
    padding-left: 10px;
    padding-top: 55px;
    padding-bottom: 30px;
     }


  .plus-export h1 {
    text-align-last:
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #fff;
     }

     .plus-export h2 {
    padding-top: 10px;

   color: #fff;
   padding-left: 10px;

     }
        .plus-export h3 {

   color: #fff;
   padding-left: 10px;
   font-style: bold;
   padding-bottom: 30px;
     }
   
     .plus-export p {

   color: #fff;
   font-size: 16px;
       margin-bottom: 10px;

     }

      .plus-export img {
     margin-right: 10px;
    /* margin-bottom: 10px; */
    /* padding: 5px; */
    /* top: 43%; */
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
  }



.plus {
  padding: 5px;
  border:2px;
  margin: 6px;

  margin-bottom: 10px;
    background-color: #E4002B;
      border: 3px solid #E4002B;


     }


  .plus h1 {
    text-align-last:
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #fff;
     }


     .plus h2 {
    padding-top: 10px;

   color: #fff;
   padding-left: 10px;
     }
        .plus h3 {

   color: #fff;
   padding-left: 10px;
   font-style: bold;
   padding-bottom: 100px;
     }
   
     .plus h5 {

   color: #fff;
   text-align: center;
   font-style: bold;
     }


  .plus:hover .plus h5 {

   color: #E4002B;
   text-align: center;
   font-style: bold;
     }



  .plus:hover .plus h6 {

   color: #E4002B;
   text-align: center;
   font-style: bold;
      font-size: 20px;
     }

   
     .plus h6 {

   color: #fff;
   text-align: center;
   font-style: bold;
   font-size: 3.5vw;
     }


.plus:hover {
    background: #fff;
    color: #E4002B;

}
.plus a {

    color: #fff;

}
.plus:hover a {

    color: #E4002B;

}
   

.block-red a {
 color: #E4002B;
}

.block-red:hover a {
 color: #fff;
}
.block-red:hover h5 {
  background-color: #E4002B;
  color: #fff;

}




.t-maritimo {
  content: url("../images/icn-servicios-01@2x.png");
   height: 150px;
   width: 150px;
}

.plus:hover .t-maritimo {
  content: url("../images/icn-servicios-01-hover@2x.png");
  height: 150px;
   width: 150px;
}

.t-terrestre {
  content: url("../images/icn-servicios-03@2x.png");
   height: 150px;
   width: 150px;
}

.plus:hover .t-terrestre {
  content: url("../images/icn-servicios-03-hover@2x.png");
  height: 150px;
   width: 150px;
}

.t-aereo {
  content: url("../images/icn-servicios-02@2x.png");
   height: 150px;
   width: 150px;
}

.plus:hover .t-aereo {
  content: url("../images/icn-servicios-02-hover@2x.png");
  height: 150px;
   width: 150px;
}

.t-asesoria {
  content: url("../images/icn-servicios-04@2x.png");
   height: 150px;
   width: 150px;
}

.plus:hover .t-asesoria{
  content: url("../images/icn-servicios-04-hover@2x.png");
  height: 150px;
   width: 150px;
}



/******** Estilos para servicios *****/




.plus {
  padding: 5px;
  border:2px;
  margin: 6px;

  margin-bottom: 10px;
    background-color: #E4002B;
      border: 3px solid #E4002B;


     }


      .cuadro-b {
    background: #fff;
  border: 5px solid #F2F2F2;
  height: 300px;

     }


    .cuadro-b p {
 color: #999;


     }

   .cuadro-b h1 {
 color: #E4002B;

     }
      .cuadro:hover {
    background-color: #E4002B;



     }
  .cuadro {
     background: #fff;
    border: 5px solid #F2F2F2;
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;

     }




  .cuadrosomos {
     background: #fff;
    border: 5px solid #F2F2F2;
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;

     }



.cuadro:hover p{
color: #fff;
     }


.cuadro a {

    color: #E4002B;

}
.cuadro:hover a {

    color: #fff;

}


.cuadroc a {

    color: #E4002B;
    font-size: 13px;
}
.cuadroc:hover a {

    color: #fff;
    font-size: 10px;

}


.s-maritimo {
  content: url("../images/icn-servicios-01-hover@2x.png");
   height: 100px;
   width: 100px;
}

.cuadro:hover .s-maritimo{
  content: url("../images/icn-servicios-01@2x.png");
  height: 100px;
   width: 100px;
}

.s-terrestre {
  content: url("../images/icn-servicios-03-hover@2x.png");
   height: 100px;
   width: 100px;
}

.cuadro:hover .s-terrestre{
  content: url("../images/icn-servicios-03@2x.png");
  height: 100px;
   width: 100px;
}

.s-aereo {
  content: url("../images/icn-servicios-02-hover@2x.png");
   height: 100px;
   width: 100px;
}

.cuadro:hover .s-aereo{
  content: url("../images/icn-servicios-02@2x.png");
  height: 100px;
   width: 100px;
}

.s-asesoria {
  content: url("../images/icn-servicios-04-hover@2x.png");
   height: 100px;
   width: 100px;
}

.cuadro:hover .s-asesoria{
  content: url("../images/icn-servicios-04@2x.png");
  height: 100px;
   width: 100px;
}


.s-almacen {
  content: url("../images/icn-servicios-05@2x.png");
   height: 100px;
   width: 100px;
}

.s-servicio {
  content: url("../images/icn-servicios-06@2x.png");
   height: 100px;
   width: 100px;
}




.solucones-red {
  margin-right: 10px;
  padding-bottom: 6px;
    background-color: #E4002B;
     }
  .solucones-red h1 {
    text-align-last:
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #fff;
     }

     .solucones-red h2 {
    padding-top: 10px;

   color: #fff;
   padding-left: 10px;
     }
        .solucones-red h3 {
  padding-top: 20px;
   color: #fff;
   padding-left: 20px;
   font-style: bold;
     }
   
     .solucones-red h5 {

   color: #fff;
   text-align: center;
   font-style: bold;
     }

      .solucones-red img {
        padding-right: 15px;
    padding-bottom: 10px;
  }




.solucones-red-movil {
  margin-right: 10px;
    background-color: #E4002B;
     }
  .solucones-red-movil h1 {
    text-align-last:
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #fff;
     }

     .solucones-red-movil h2 {
    padding-top: 10px;

   color: #fff;
   padding-left: 10px;
     }
        .solucones-red-movil h3 {
  padding-top: 10px;
   color: #fff;
   padding-left: 10px;
   font-style: bold;
   padding-bottom: 100px;
   font-size: 6vw;
     }
   
     .solucones-red-movil h5 {

   color: #fff;
   text-align: center;
   font-style: bold;
     }

      .solucones-red-movil img {

    padding-right: 10px;
  }





.iconarrow img {
  padding-right: 10px;
  margin-right: 5px;
  
     }


  .arrow {
vertical-align: center;
top: 50%;
  
     }


.icon-arrow-web img {
  max-width: 100%;
  min-width: 60px;
  
     }


.footimg img {
     padding-top: 40px;
    min-width: 120px;
    /* right: 66%; */
    padding-left: 12%;
  
     }
.plusind {
  padding: 5px;
  border-color: #E4002B;
  border:2px;
  margin-bottom: 10px;
    stroke-width:2px;
    stroke-color:#E4002B;
    background-color: #E4002B;
     }
  .plusind h1 {
    text-align-last:
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #fff;
     }

     .plusind h2 {
    padding-top: 10px;
   color: #fff;
   padding-left: 10px;
     }
        .plusind h3 {

   color: #fff;
   padding-left: 10px;
   text-align: center;
   font-style: bold;
     }
   
     .plusind h4 {

   color: #fff;
   padding-left: 10px;
   text-align: center;
   font-style: bold;
     }

      .plusind img {

    padding: 5px;
  }

    .text-foot li {
    font-size: 2vw;
    padding: 30px;
  }
    .text-foot a {
    font-size: 2vw;
    padding-right: 20px;
    padding-left: 20px;
    

  }

  .bannerb{
  border-right

  padding: 5px;
  border-color: #fff;
  border:2px;
  margin-bottom: 10px;
    stroke-width:2px;
    stroke-color:#fff;
 }
.plusred {
  padding: 0px;
  text-align: right;
  border-color: #000;
  border:0px;

    stroke-width:0px;
    stroke-color:#E4002B;
    background-color: #E4002B;
     }
    .plusred h3 {
      margin-left: 35px; 
      text-align: left;
      padding left: 10px;
      padding: 0px;
      font-style: bold;
      color: #fff;
       }

  .plusred h4 {
      margin-left: 20px; 
      padding-top: 30px;
      text-align: left;
      padding left: 10px;
      padding: 0px;
      padding-bottom: 17px;
      font-style: bold;
      color: #fff;
       }

         .plusred h6{
      margin-left: 20px; 
      padding-top: 30px;
      text-align: left;
      padding left: 10px;
      padding: 0px;
      font-style: bold;
      color: #fff;
       }


.textw p {
    font-size: 7;
    font-weight:lighter;
    color: #fff;
     }


    .plusred p {
    margin-left: 20px;
    padding: 0px;
    font-style: bold;
    color: #fff;
     }
  .plusred img {
    align-content: right;
    align:right;
    vertical-align: bottom;
    padding: 0px;
    margin-left: 0px;
    margin-top: 20px;
     }

.arrowimg img {
    vertical-align: bottom;
    text-align: right;
    align:right;
    margin-left: 0px;
    margin-top: 20px;
     }


.plusreda {
  padding: 0px;
  text-align: right;
  border-color: #000;
  border:0px;
  background-color: #000;
     }

.plusreda-movil {
  padding: 0px;
  text-align: right;
  border-color: #000;
  border:0px;
  background-color: #000;
  margin-left: 15px;
     }

.plusreda-movil h4 {
      margin-left: 35px; 
      padding-top: 30px;
      text-align: left;
      padding left: 10px;
      padding: 0px;
      font-style: bold;
      color: #fff;
       }

         .plusreda-movil h6{
      margin-left: 35px;
      padding-top: 30px;
      text-align: left;
      padding left: 10px;
      padding: 0px;
      font-style: bold;
      color: #fff;
       }

  .plusreda-movil img {
    align-content: right;
    align:right;
    vertical-align: bottom;
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
     }






.plusred-movil {
  padding: 0px;
  text-align: right;
  border-color: #000;
  border:0px;

    stroke-width:0px;
    stroke-color:#E4002B;
    background-color: #E4002B;
    margin-left: 15px;
     }

  .plusred-movil h3 {
      margin-left: 20px; 
      text-align: left;
      padding left: 10px;
      padding: 0px;
      font-style: bold;
      color: #fff;
       }

  .plusred-movil h4 {
      margin-left: 20px; 
      padding-top: 30px;
      text-align: left;
      padding left: 10px;
      padding: 0px;
      padding-bottom: 17px;
      font-style: bold;
      color: #fff;
       }

         .plusred-movil h6{
      margin-left: 20px; 
      padding-top: 30px;
      text-align: left;
      padding left: 10px;
      padding: 0px;
      font-style: bold;
      color: #fff;
       }


    .plusred-movil p {
    margin-left: 20px;
    padding: 0px;
    font-style: bold;
    color: #fff;
     }
  .plusred-movil img {
    align-content: right;
    align:right;
    vertical-align: bottom;
    padding: 0px;
    margin-left: 0px;
    margin-top: 20px;
     }






  .plusreda h4 {
      margin-left: 20px; 
      padding-top: 30px;
      text-align: left;
      padding left: 10px;
      padding: 0px;
      font-style: bold;
      color: #fff;
       }

         .plusreda h6{
      margin-left: 20px; 
      padding-top: 30px;
      text-align: left;
      padding left: 10px;
      padding: 0px;
      font-style: bold;
      color: #fff;
       }

  .plusreda img {
    align-content: right;
    align:right;
    vertical-align: bottom;
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
     }




.datosr {
  padding-top: 50px;
padding-bottom: 50px;
  text-align: left;
  border-color: #000;
  border:0px;
    stroke-width:0px;
    stroke-color:#E4002B;
    background-color: #E4002B;
     }
  .datosr h3 {
    font-size: 24px;
    margin-top: 5px;
    margin-left: 20px; 
    text-align: left;
    padding left: 10px;
    padding: 0px;
    font-style: bold;
    color: #fff;
     }

    .datosr p {
    margin-left: 15px;
    padding-right: 30px;
    color: #fff;
     }
  .datosr img {
    padding-right: -13%;
    float: right;
    font-size: 24px;
    margin: 0 auto;
    margin: 0 auto;
    display: flex;
    right: 10;
    padding-top: 15;
    justify-content: right;
    align-items: right;
    padding-top: 7%;

     }


   .telefono img {
  padding-top: 0px;
     }
     

.plusredy {
  padding: 10px;
  border-color: #000;
  border:0px;
  padding-top: 20px;
    stroke-width:0px;
    stroke-color:#E4002B;
    background-color: #E4002B;
     }
  .plusredy h1 {
    text-align: right;
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #fff;

     }

     .plusredy p {
    text-align: right;
    background: #fff;
    padding: 5px;
    font-style: bold;
    color: #fff;
    }

  .plusredy img {
    text-align-last:
    padding: 50px;
    align-items: center;
    align-content: center;
    font-style: bold;
    color: #fff;
     }

.pluswhite {
  padding: 10px;
  border-color: #000;
  border:0px;
    stroke-width:0px;
  align-items: center;
     }
  .pluswhite h1 {
    text-align-last:
    padding: 5px;
    font-size: 4.5;
    font-weight: bold;
    font-style: bold;
    color: #fff;
     }
  .pluswhite h2 {
    padding: 5px;
    font-weight: bold;
    font-size: 2.5;
    fontcolor:#000;
    font-style: bold;
    color: #222224;
     }

     .pluswhite p {
    padding: 5px;
    font-size: 1;
    color:#999;
    text-align: left;
     }

.plusblack {
  padding: 5px;
  padding-bottom: 8px;
  border-color: #000;
  border:0px;
    stroke-width:0px;
    stroke-color:#E4002B;
    background-color: #000;

     }
  .plusblack h4 {
    margin-left: 20px;
    padding-bottom: 3px;
    text-align-last:
    background: #fff;
    padding: 0px;
    font-style: bold;
    color: #fff;
    font-size: 3.5;
    padding left: 10px;

     }

     .plusblack h6 {
    margin-left: 20px;
    padding: 0px;
    margin-bottom: 0px;
    font-size: 1.5;
    font-style: bold;
    color: #fff;
    padding left: 10px;

     }

      .plusblack p {
    text-align-last:
    background: #fff;
    padding: 5px;
    font-style: bold;
    font-color: #fff;
     }

      .plusblack img {
    align:right;
    padding: 0px;
     }
     --------

.block-testimony-1 {
  padding: 20px; }
  .block-testimony-1 blockquote {
    background: #fff;
    padding: 30px;
    font-style: italic;
    font-size: 18px;
    color: #000;
    font-family: 'Georgia', Times, serif; }
  .block-testimony-1 figure {
    position: relative;
    padding-top: 20px; }
    .block-testimony-1 figure:before {
      position: absolute;
      content: "";
      width: 50px;
      left: 50%;
      display: none;
      top: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #E4002B;
      height: 2px; }
    .block-testimony-1 figure img {
      max-width: 60px; }
  .block-testimony-1 h3 {
    font-size: 18px; }

.block-13 .owl-nav {
  display: none; }

.block-13 .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px; }
    .block-13 .owl-dots .owl-dot span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #cccccc; }
    .block-13 .owl-dots .owl-dot.active span {
      background: #E4002B; }

.post-entry {
  background: #fff;
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .post-entry:hover {
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); }
  .post-entry h2 {
    font-size: 20px; }
  .post-entry *:last-child {
    margin-bottom: 0; }

.by {
  color: #000;
  border-bottom: 1px dotted #ccc; }
  .by:hover {
    border-bottom: 1px dotted #E4002B; }

.form-control {
/* margin-left: 20px;
     border: 1px solid; */
    color: #999999 -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important;
    /* box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important; */
     }
     /*
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important; }
*/
.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }


.accordion-toggle:hover {
      text-decoration: none;
    }



.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 10px; 
      background-color: #E4002B;
      background: #E4002B;
    }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.slide {

  background-size: cover; }

.btn-md {
  padding: 8px 20px; }

.border-w-2 {
  border-width: 2px !important; }

.block__73694 .block__73422 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .block__73694 .block__73422 {
      height: 400px; } }

.slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.4); }
  .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
    color: #fff; }

.slide-one-item .owl-nav .owl-prev {
  left: 20px; }

.slide-one-item .owl-nav .owl-next {
  right: 20px; }


