/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #c2c2c2;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: #ed3237;
}

a:hover {
  color: #ed3237;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

h3, h3 {
  font-size: 1.9rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .6rem;
  font-weight: 600;
  line-height: 1.4;
  
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #3aaa35;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #e1444d;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
  z-index: 997;
  padding: 0px 0px 0px;
  border-bottom: 0px solid #ccc;

}

#header.header-scr {
  animation: fadeInr 1.5s ease;
  
}

@keyframes fadeInr {
  0% {
    opacity: 0;
    margin-top: -50px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

#header.header-scrolled {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #333;
  padding: 0px 0 0px;
  animation: fadeIn 1s ease;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3)
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: -50px;
  }
  30% {
    opacity: 0;
    margin-top: -50px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}


#header .top-head {
  background: #64904b;
  color: #fff;
  transition: 0.3s;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 13px;
  letter-spacing: .5px;
}

#header.header-scrolled .top-head {
  display: none;
}

#header .top-head .office-top {
  float:left;
}

#header .top-head .social-top {
  float:right;
  padding: 0px 0px 0px 10px;
  border-right: 1px solid #fff;
}

#header .top-head .adress-top {
  float:right;
  padding: 0px 20px 0px 0px;
  border-right: 0px solid #fff;
}

#header .top-head .adress-topm {
  text-align: left;
  padding: 0px 20px 0px 0px;
  border-right: 0px solid #fff;
}

#header .top-head .phone-top {
  float:right;
  padding: 0px 20px;
  border-right: 1px solid #fff;
}

#header .top-head .mail-top {
  float:right;
  padding: 0px 20px;
  border-right: 1px solid #fff;
}

#header.header-inner-pages {
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

#header .bottom-bar {
background: transparent;
border-bottom: 0px solid #eeeeee;
padding:15px 0px;
min-height:100px;
}

#header.header-scrolled .bottom-bar {
  display: none;
}

#header .box_mail1 {
padding:10px 0px 0px 0px!important;
}

#header .box_mail {
min-height: 50px;
display: inline;
padding: 0px;
display: inline;
float:right;
}

#header .box_mail_u {
padding: 0px;
margin: 0px 0px 0px 10px;
float: right;
display: inline;
width: 340px;
border-right: 0px solid #ccc;
}

#header .box_mail_c {
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px 0px;
float: right;
display: inline;
width: 400px;
border-left: 0px solid #fff;
}

#header .box_mail_u p,
#header .box_mail_c p {
font-family: 'Titillium Web', arial;
font-weight: 400;
color: #333;
font-size: 14px;
margin: 10px 0px 0px 5px !important;
padding: 0px;
line-height: 14px;
letter-spacing: .5px;
}

#header .box_mail-icon {
padding: 0px;
width: 60px;
height: 60px;
text-align: center;
display: inline;
float: left;
margin: 0px 10px 0px 0px;
background-color:#fff;
}

#header .box_mail-icon i {
font-size: 38px!important;
color:#71905c;
}

#header .box_social-icon {
padding: 10px;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
border: 1px solid #fff;
display: inline;
float: right;
margin: 0px 10px 0px 0px;
}

#header .box_social-icon i {
color:#fff;
}


#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
}

#header .logo a {
  color: #556270;
}

#header .logo img {
  max-height: 60px;
  transition: 0.3s;
  margin: 0px;
}

@media (max-width: 576px) {
  #header .logo img {
      max-height: 40px;
      transition: 0.3s;
  }
}

#header.header-scrolled img {
  max-height: 45px;
  transition: 0.3s;
  margin-top:5px;
}

@media (max-width: 992px) {
  #header {
    padding: 0px 0;
  }
  #header.header-scrolled img {
    max-height: 35px;
    transition: 0.3s;
    margin-top: 3px;
    margin-bottom: 5px;
  }
}


#header .logo_bard {
  display: none;
  float: left;
}

#header.header-scrolled .logo_bard {
  display: revert;
}

.social-link-h {
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 999;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

#header .nav-menu {
  margin: 0px 10px 0px 0px;
  transition: 0.3s;
}

#header.header-scrolled .nav-menu {
  margin: 0px 10px 0px 0px;
  transition: 0.3s;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  justify-content: center
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 15px 15px 15px 15px;
}

.nav-menu > ul > li:hover {
  background: transparent;

}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffffff;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: -5px; /* Ajusta la distancia vertical del subrayado */
  left: 0; /* Empieza en el centro */
  width: 0; /* Ancho inicial de 0 */
  height: 2px; /* Grosor del subrayado */
  background-color: #ed3237; /* Color del subrayado */
  transition: all 0.5s ease-out; /* Transición suave */
  transform-origin: center; /* Origen de la escala en el centro */
}

.nav-menu a:hover::after {
  width: 100%; /* Expande al ancho completo */
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  transition: all .5s linear;;

}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #000;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
  border-radius: 5px;
  border: 5px solid #000;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #aaa;
}

.nav-menu .drop-down ul a::after {
  content: '';
  position: absolute;
  bottom: -1px; /* Ajusta la distancia vertical del subrayado */
  left: 0; /* Empieza en el centro */
  width: 0; /* Ancho inicial de 0 */
  height: 2px; /* Grosor del subrayado */
  background-color: #ed3237; /* Color del subrayado */
  transition: all 0.5s ease-out; /* Transición suave */
  transform-origin: center; /* Origen de la escala en el centro */
}

.nav-menu .drop-down ul a:hover::after {
  width: 100%; /* Expande al ancho completo */
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
}

/*

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
  font-weight: 400;
}

*/

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  background: #3aaa35;
  color: #fff;
  border-radius: 4px;
  padding: 8px 30px 9px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #e1444d;
  color: #fff;
}

@media (max-width: 991px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 7px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  /*bottom: 15px;*/
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #000;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ed3237;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(63, 73, 83, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
  margin-top: 0px;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(30, 35, 40, 0.4);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
  margin-top: 200px;
}

@media (min-width: 992px) {
  #hero .hero-text {
    width: 100%;
  }
}


#hero .mascara {

}


#hero h5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  color: #6dbf07;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Open Sans';
  text-transform: uppercase;
  letter-spacing: .5px;
}

#hero h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Open Sans';
  text-transform: uppercase;
}

#hero h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 600;
  font-family: 'Raleway';
  letter-spacing: 1px;
}

#hero p {

  margin: 0 auto 15px auto;
  color: #fff;
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: 500;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 1.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);

}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 15px 15px;
  transition: 0.5s;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #bbb;
}

@media only screen and (max-width: 992px) {

  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    font-size: 16px;
    padding: 5px;
  }
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.carousel-indicators {
  z-index: 9;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 25px;
  height: 5px;
  border-radius: 0px;
  opacity: .6;
  transition: 0.3s;
}


#hero .carousel-indicators li.active {
  opacity: 1;
  background: #fff;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 15px 25px;
  transition: 0.1s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #fff;
  margin: 0px 0px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

#hero .btn-get-started:hover {
background: #fff;
border: 2px solid #fff;
color: #000;
}

#hero .btn-get-started-2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 17px 25px;
  transition: 0.1s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: linear-gradient(287.85deg, #FF0766 0%, #FF7E5D 95.32%);
  border-radius: 5px;
  border: 0px solid #313842;
  margin: 0px 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

#hero .btn-get-started-2:hover {
color: #333;
border: 0px solid #5eaa00;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 7%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Titulos general General
--------------------------------------------------------------*/
.section-homeini {
  padding-bottom: 60px;
  position: relative;
  background: #202020;

}

.home-title {
    padding-bottom: 40px;
    position: relative;
}

.home-title h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
  position: relative;
  font-family: 'Oswald';
}

.home-title h2:before {
    position: absolute;
    content: '';
    border-radius: 100px;
    transform: translatey(-50%);
    top: 50%;
    left: 0;
    border: 2px solid #ed3237;
    width: 10px;
    height: 10px;
}

.home-title p {
  color: #fff;
  margin: 5px 0px 0px 0px;
  font-size: 36px;
  font-weight: 500;
  font-family: 'Raleway';
  letter-spacing: .5px;
}

@media only screen and (max-width: 992px) {

  .home-title h2 {

    font-size: 20px;

  }

}


.home-title2 {
    padding-bottom: 80px;
    position: relative;
}

.home-title2 h2 {
  color: #fff;
  margin: 0px 0px 0px 0px;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Raleway';
  letter-spacing: .5px;
  text-align: center;
}



.home-title2 h2:before {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #ed3237;
    margin: 10px 30px;
}

.home-title2 h2:after {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #ed3237;
    margin: 10px 30px;
}

@media only screen and (max-width: 992px) {

  .home-title2 h2 {

    font-size: 20px;

  }

  .home-title2 h2:before {

      width: 10px;
      margin: 10px 10px;

  }

  .home-title2 h2:after {

      width: 10px;
      margin: 10px 10px;

  }

}

.home-title2 p {
  font-size: 16px;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 0;
  letter-spacing: 1.5px;
  color: #999;
  position: relative;
  font-family: 'Poppins';
  text-align: center;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0 60px;
  border-top: 1px solid #333;
}

@media (max-width: 576px) {
  section {
    padding: 30px 20px 40px;
  }
}

.section-black {
  background-color: #1a191d;
  padding: 40px 0 40px!important;
}

.section-black h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: calc(.55rem + .5vw);
  line-height: 28px;
}

.section-black p {
  color: #fff;
}

.section-black .badge_img {
  float: left;
  margin:-15px 10px 0px 0px;
  padding: 0px;
  width: 90px;
  height: 150px;
}

.section-bgo {
  background-color: #f9f9f9;
}

.section-bg, .services .icon-box {
  background-color: #f0f0f0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.section-bg h3 {
  text-transform: uppercase;
}

.section-title-i {
padding-bottom: 30px;
margin: 30px 0px 0px;
}

.section-title-i h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  line-height: 1px;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #313842;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 500px) {

  .section-title-i h2 {
    font-size: 16px;
    display: inline;
  }

}

.section-title {
  padding-bottom: 25px;
}

.section-title h2 {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #313842;
  font-family: "Montserrat", sans-serif;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #333;
}

.section-title small {
  margin: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  color: #444;
  line-height: 1.6!important;
  display: block;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 18px 0;
  background: #111112;
  min-height: 40px;
  margin-top: 0px;
  border-bottom: 0px solid #ddd;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 16px;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
  position: relative;
  font-family: 'Oswald';
}

.breadcrumbs h2:before {
    position: absolute;
    content: '';
    border-radius: 100px;
    transform: translatey(-50%);
    top: 50%;
    left: 0;
    border: 2px solid #ed3237;
    width: 10px;
    height: 10px;
}





.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  color: #888;
}

.breadcrumbs a {
  color:#fff;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ed3237;
  content: "->";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 0px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs 2
--------------------------------------------------------------*/
.breadcrumbs2 {
  padding: 30px 0px 0px 0px;
  min-height: 70px;
  margin-top: 0px;
}

@media (max-width: 992px) {
  .breadcrumbs2 {
    margin-top: 58px;
  }
}

.breadcrumbs2 .bar-options {
  float: right;
  margin: 0px;
  padding: 0px;
  width: 650px;
  height: 40px;
  border: 0px solid #333;
}

.breadcrumbs2 .item-lista {
  float:right;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 40px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 22px;
  color:#bbb;
  border: 0px solid red;
  text-align: center;
}

.breadcrumbs2 .item-galleria {
  float:right;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 40px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 22px;
  color:#bbb;
  border: 0px solid red;
  text-align: center;
}

.breadcrumbs2 .item-lista a,
.breadcrumbs2 .item-galleria a {
  text-decoration: none;
  color:#ccc;
}

.breadcrumbs2 .item-selector-m {
  float:right;
  margin: 0px 20px 0px 0px;
  padding: 0px;
  height: 40px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color:#555;
  border: 0px solid red;
  text-align: right;
}

.breadcrumbs2 .item-selector-v {
  float:right;
  margin: 0px;
  padding: 0px;
  height: 40px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color:#555;
  border: 0px solid red;
  text-align: right;
}

.breadcrumbs2 select {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color:#555;
  border-radius: 0px; 
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color:#556270;
}

.about .content h3 {
  font-weight: 600;
  line-height: 30px;
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.about .content ul {
  
  padding: 0;
}

.about .content ul li {
padding: 10px 0 0 0px;
position: relative;
margin-left: 15px;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #3aaa35;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 30px 0;
  text-align: center;
}



/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

.services .icon-box-log {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #92ca00;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: right;
}

.services .icon-box-log .icon {
  margin: 0 auto 0px auto;
  padding-top: 2px;
  display: inline-block;
  text-align: left;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease-in-out;
  float: left;
  padding: 3px 0px 0px 0px;
}
.services .icon-box-log .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .icon-box-log .title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 22px;
  color:#fff;
  text-align: left;
}

.services .icon-box-log .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0;
  color:#fff;
  text-align: left;
}

.services .btn-log-mat {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .5px;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: transparent;
  border: 2px solid #fff;
  margin: 15px 0px 0px 0px;
  display: inline-block;
}

.services .btn-log-mat:hover {
  background: #fff;
  color: #92ca00;
}


.services .icon-box {
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  background: #1a191d;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  z-index: 1;
  border: 0px solid #dedede;
  text-align: left;
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 450px;
}

.services .icon-box:hover {
  
}

.services .icon-box .div-img {
  opacity: 0.8;
  position: absolute;
  left: -7%;
  top: 0;
  width: 114%;
  height: 450px;
  background-size: 100% 450px;
  background-position: center;
  z-index: 990;
}

.services .icon-box:hover .div-img {
  opacity: 0;
}

.services .icon-box .div-lav-t {
  position: absolute;
  padding: 0px 20px;
  margin:0px;
  width: 100%;
  height: 180px;
  bottom: 0px;
  left: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Mulish';
  line-height: 32px;
  color: #fff;
  z-index: 998;
  background: linear-gradient(0deg, rgba(26,25,29,1) 0%, rgba(0,212,255,0) 100%);
}

.services .icon-box:hover .div-lav-t {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.services .icon-box-space {
  background: #1a191d;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 999;

}

.services .icon-box:hover .icon-box-space {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}

.services .stitle {
  font-weight: 400;
  margin: 10px 0px 0px;
  font-size: 16px;
  font-family: 'Mulish';
  line-height: 32px;
  color: #aaa;
}

.services .title {
  font-weight: 700;
  margin: 5px 0px 10px;
  font-size: 22px;
  font-family: 'Mulish';
  line-height: 32px;
  color: #fff;
}

.services .description {
  font-size: 16px;
  line-height: 26px;
  margin: 0px 0px;
  letter-spacing: 0;
  color:#aaa;
}

@media only screen and (max-width: 500px) {

  .services .icon-box {
    min-height: 170px;
  }

  .services .title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.services .bar-white {
  width: 60px;
  height: 2px;
  background: #fff;
  padding: 0px;
  margin: 15px 0px;
}

.services .bar-red {
  width: 60px;
  height: 3px;
  background: #cd0001;
  padding: 0px;
  margin: 80px 0px 10px;
}

.services .theme-btn-arrow {
 display:inline-block;
 -webkit-transition:all .3s ease;
 -moz-transition:all .3s ease;
 -ms-transition:all .3s ease;
 -o-transition:all .3s ease;
 transition:all .3s ease;
 z-index: 9999;
}

.services .theme-btn-arrow i {
 position:relative;
 display:inline-block;
 font-size:26px;
}

.services .btn-style-arrow {
 position:relative;
 display:inline-block;
 font-size:26px;
 line-height:30px;
 color:#fff;
 font-weight:600;
 text-transform:uppercase;
 font-family:'Open Sans';
 border-radius:0;
 overflow:hidden
}

.services .btn-style-arrow:hover {
 color:#cd0001
}

.services .btn-style-arrow .btn-title {
 position:relative;
 display:block;
 z-index:1;
 padding:10px 15px 10px 15px;
 letter-spacing:.06em;
 border-radius:0;
 transition:all .3s ease;
 -moz-transition:all .3s ease;
 -webkit-transition:all .3s ease;
 -ms-transition:all .3s ease;
 -o-transition:all .3s ease;
 background: #cd0001;
 border-radius: 0px;
}

.services .btn-style-arrow:hover .btn-title {
 color:#000;
}

.services .btn-style-arrow .btn-title .btn-icon {
 position:absolute;
 right:0;
 top:0;
 width:50px;
 height:100%;
 font-size:26px;
 padding:15px 10px;
 text-align:center;
}

.services .btn-style-arrow .btn-title .btn-icon i {
  color:#fff;
  font-size: 26px;
}

.services .btn-style-arrow .btn-title .btn-icon .icon {
 position:relative;
 font-weight:700;
 display:block;
 line-height:30px
}

.services .btn-style-arrow .btn-title:before {
 content:"";
 position:absolute;
 left:0;
 top:0;
 z-index:-1;
 height:100%;
 width:100%;
 background:#fff;
 -webkit-transform:scale(0,1);
 -ms-transform:scale(0,1);
 transform:scale(0,1);
 -webkit-transform-origin:bottom right;
 -ms-transform-origin:bottom right;
 transform-origin:bottom right;
 -webkit-transition:transform 500ms cubic-bezier(.86,0,.07,1);
 -moz-transition:transform 500ms cubic-bezier(.86,0,.07,1);
 -o-transition:transform 500ms cubic-bezier(.86,0,.07,1);
 transition:transform 500ms cubic-bezier(.86,0,.07,1);
 -webkit-transition-timing-function:cubic-bezier(.86,0,.07,1);
 -moz-transition-timing-function:cubic-bezier(.86,0,.07,1);
 -o-transition-timing-function:cubic-bezier(.86,0,.07,1);
 transition-timing-function:cubic-bezier(.86,0,.07,1);
 border-radius: 0px;
}

.services .btn-style-arrow:hover .btn-title:before {
 -webkit-transform:scale(1,1);
 -ms-transform:scale(1,1);
 transform:scale(1,1);
 -webkit-transform-origin:top left;
 -ms-transform-origin:top left;
 transform-origin:top left;
 border-radius: 0px;
}


--------------------------------------


.btn-get-hosting {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 15px 25px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #5eaa00;
  border-radius: 5px;
  border: 2px solid #5eaa00;
  margin: 0px 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.btn-get-hosting:hover {
background: #6dbf07;
border: 2px solid #6dbf07;
}

.theme-btn {
 display:inline-block;
 -webkit-transition:all .3s ease;
 -moz-transition:all .3s ease;
 -ms-transition:all .3s ease;
 -o-transition:all .3s ease;
 transition:all .3s ease
}
.theme-btn i {
 position:relative;
 display:inline-block;
 font-size:14px;
 margin-left:3px
}
.centered {
 text-align:center!important
}

.btn-style-one {
 position:relative;
 display:inline-block;
 font-size:16px;
 line-height:30px;
 color:#fff;
 font-weight:600;
 text-transform:capitalize;
 font-family:'Open Sans';
 border-radius:0;
 overflow:hidden
}
.btn-style-one:hover {
 color:#fff
}
.btn-style-one .btn-title {
 position:relative;
 display:block;
 z-index:1;
 padding:10px 80px 10px 30px;
 letter-spacing:.05em;
 border-radius:0;
 transition:all .3s ease;
 -moz-transition:all .3s ease;
 -webkit-transition:all .3s ease;
 -ms-transition:all .3s ease;
 -o-transition:all .3s ease;
 background: #5eaa00;
 border-radius: 4px;
}
.btn-style-one:hover .btn-title {
 color:#fff
}
.btn-style-one .btn-title .btn-icon {
 position:absolute;
 right:0;
 top:0;
 width:51px;
 height:100%;
 font-size:16px;
 padding:15px 10px;
 text-align:center;
 border-left:1px solid rgba(255,255,255,.2)
}

.btn-style-one .btn-title .btn-icon i {
  color:#fff;
  font-size: 20px;
}

.btn-style-one .btn-title .btn-icon .icon {
 position:relative;
 font-weight:700;
 display:block;
 line-height:30px
}
.btn-style-one .btn-title:before {
 content:"";
 position:absolute;
 left:0;
 top:0;
 z-index:-1;
 height:100%;
 width:100%;
 background:#313842;
 -webkit-transform:scale(0,1);
 -ms-transform:scale(0,1);
 transform:scale(0,1);
 -webkit-transform-origin:bottom right;
 -ms-transform-origin:bottom right;
 transform-origin:bottom right;
 -webkit-transition:transform 500ms cubic-bezier(.86,0,.07,1);
 -moz-transition:transform 500ms cubic-bezier(.86,0,.07,1);
 -o-transition:transform 500ms cubic-bezier(.86,0,.07,1);
 transition:transform 500ms cubic-bezier(.86,0,.07,1);
 -webkit-transition-timing-function:cubic-bezier(.86,0,.07,1);
 -moz-transition-timing-function:cubic-bezier(.86,0,.07,1);
 -o-transition-timing-function:cubic-bezier(.86,0,.07,1);
 transition-timing-function:cubic-bezier(.86,0,.07,1);
 border-radius: 4px;
}
.btn-style-one:hover .btn-title:before {
 -webkit-transform:scale(1,1);
 -ms-transform:scale(1,1);
 transform:scale(1,1);
 -webkit-transform-origin:top left;
 -ms-transform-origin:top left;
 transform-origin:top left;
 border-radius: 4px;
}

/*--------------------------------------------------------------
# Our cta
--------------------------------------------------------------*/
.cta {
  background: #111112;
}

.cta .div-img {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #111112;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.cta .div-img img {
    padding: 0px;
    margin: 0px;
    border-radius: 10px;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);transform:scale(1);
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
  opacity: 1;

}

.cta .div-img:hover img {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
  opacity: .8;
}

.cta .div-img .div-imgtxt {
  transition: all ease-in-out 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  border: 0px solid #333;
  padding: 10px 20px;
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Poppins';
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
}

.cta .icon-box-space {
  margin: 25px auto;
  padding: 0px 20px;
  min-height: 100px;
  text-align: center;
}

.cta h2 {
  font-weight: 500;
  margin: 0px 0px 15px 0px;
  font-size: 20px;
  font-family: 'Open Sans';
  line-height: 36px;
  color: #ed3237;
  letter-spacing: 1px;
  padding: 5px 15px;
  background: #0c0c0c;
  width: 80px;
  border-radius: 10px;
}

.cta h1 {
font-weight: 500;
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    font-family: 'Open Sans';
    line-height: 36px;
    color: #ed3237;
    letter-spacing: 1px;
}
.cta h3 {
  font-weight: 500;
  margin: 0px 0px 25px 0px;
  font-size: 36px;
  font-family: 'Raleway';
  line-height: 40px;
  color: #fff;
}

.cta h4 {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 0px 25px 0px;
  margin: 0;
  letter-spacing: .5px;
  color: #fff;
  font-family: 'Poppins';
}


.cta p {
  line-height: 28px;
}

.cta .icon-box:hover {
  background:#7faf64;
  transition: .1s;
}

.cta .icon-box:hover .title {
  color:#fff;
  transition: .2s;
}

.cta .description {
  font-size: 16px;
  line-height: 28px;
  margin: 0px 0px;
  letter-spacing: 0;
  color:#000;
  font-weight: 600;
}

@media (min-width: 1370px) {
  .cta .icon-box {
    width: 90%;
  }

  .cta .title {
    font-size: 42px;
  }

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

.cta .icon-box:hover .description {
  color:#fff;
  transition: .2s;
}

.cta .mision-box ul,
.cta ul {
  line-height: 1.5em;
  margin: 5px 10px 15px;
  padding: 0;
}

.cta .mision-box li,
.cta li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin: 10px 0px;
}

.cta .mision-box li:before,          
.cta li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #034b5b;
}

.cta .mision-sello0 {
  width: 100%;
  margin: 0px;
  padding: 20px 20px;
  border: 1px solid #ccc;
}

.cta .mision-sello0 h3 {
  font-weight: 700;
  margin: 0px 0px 15px;
  font-size: 26px;
  font-family: 'Titillium Web';
  line-height: 30px;
  color: #034b5b;
}

.cta .mision-sello0 i {
  color: #7faf64;
  margin-right:5px;
}

.cta .mision-sello {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 20px;
  border: 0px solid #ccc;
}

.cta .mision-box {
  width: 100%;
  margin: 0px;
  padding: 0px 20px;
  podsition: relative;
}

.cta .mision-box h3 {
  font-weight: 700;
  margin: 0px 0px 15px;
  font-size: 26px;
  font-family: 'Titillium Web';
  line-height: 30px;
  color: #034b5b;
}

.cta .mision-box i {
  color: #7faf64;
  margin-right:5px;
}

.cta .imgaposterior0 {
  width: 100%;
  padding: 0px;
  position: relative;
  overflow: hidden;
  margin: 0px;
}

@media (min-width: 768px) {

  .cta .imgaposterior0 {
    padding: 80px 0px 0px 40px;
  }
}

.cta .imgaposterior {
  width: 100%;
  padding: 0px;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  background: #000;
}

.cta .imgaprincipal {
  width: 325px;
  height: 485px;
  padding: 0px;
  margin:0px;
  position: absolute;
  overflow: hidden;
  bottom: -50px;
  right:50px;
  background: #000;
}

.cta .imgaposterior img,
.cta .imgaprincipal img {
  opacity: 1;
  transition: .5s;
}

.cta .imgaposterior:hover img,
.cta .imgaprincipal:hover img {
  opacity: .7;
  transform: scale(1.03);
  transition: .5s;
}

.cta .imgaposterior2 {
  width: 350px;
  padding: 0px;
  margin: 150px 0px 0px auto;
  position: relative;
  overflow: hidden;
}

.cta .imgaprincipal2 {
  width: 300px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  overflow: hidden;
  top: 50px;
  left: 0px;
  background: #000;
}

.cta .imgaposterior2 img,
.cta .imgaprincipal2 img {
  opacity: 1;
  transition: .5s;
}

.cta .imgaposterior2:hover img,
.cta .imgaprincipal2:hover img {
  opacity: .7;
  transform: scale(1.05);
  transition: .5s;
}

/*--------------------------------------------------------------
# Our servicbox
--------------------------------------------------------------*/
.servicbox {
  background: #1f1f1f;
}

.servicbox .icon-box01 {
  padding: 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  min-height: 140px;
  text-align: left;
  position: relative;
  margin: 10px auto 0px;
  border: 0px solid #ccc;
  float: right;
  z-index: 990;
}

.servicbox .icon-box-text {
  margin: 0px;
  padding: 0px 0px 0px;
  width: 72%;
  height: 120px;
  float: left;
}

.servicbox .icon-box02 {
  padding: 0px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  min-height: 140px;
  text-align: left;
  position: relative;
  margin: 30px auto 20px;
  border: 0px solid #ccc;
  z-index: 990;
}

.servicbox .icon-box02 h2 {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  font-family: 'Oswald';
  font-weight: 400;
}

.servicbox .icon-box02 p {
  color: #ccc;
  font-size: 18px;
  padding: 0;
  margin: 0px 30px 0px 0px;
}

.servicbox .icon-box03 {
  padding: 0px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  min-height: 140px;
  text-align: left;
  position: relative;
  margin: 30px auto 20px;
  border: 0px solid #ccc;
  z-index: 990;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

@media only screen and (max-width: 500px) {

  .servicbox .icon-box {
    min-height: 170px;
  }

  .servicbox .title {
    font-size: 18px;
    margin-top: 10px;
  }
}



/*--------------------------------------------------------------
# Our marcas clientes
--------------------------------------------------------------*/

.marcascli .icon-box {
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  min-height: 140px;
  text-align: center;
  position: relative;
  margin-top: 30px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0px;
  text-align: left;
}

.marcascli .icon-box:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}



/*--------------------------------------------------------------
# Our caracteristicas
--------------------------------------------------------------*/

.caracteristicas .icon-box {
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  min-height: 200px;
  text-align: center;
  position: relative;
  margin-top: 30px;
  border: 0px solid #ccc;
  width: 100%;
  border-radius: 0px;
  text-align: left;
}

.caracteristicas .icon-box:hover {

}

.caracteristicas .icon-box .div-img {
  padding: 0px;
  margin: 0px;
  msin-height: 200px;
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  background: #1a191d;
}

.caracteristicas .icon-box img {
opacity: 1;
transition: .5s;
}

.caracteristicas .icon-box-space {
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  min-height: 300px;
  background: transparent;
  text-align: left;
}

.caracteristicas .icon-box-space p {
  line-height: 20px;
}

.caracteristicas .icon-box-space ul {
  line-height: 1.5em;
  margin: 5px 10px 15px;
  padding: 0;
}

.caracteristicas .icon-box-space li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin: 10px 0px;
}
    
.caracteristicas .icon-box-space li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #034b5b;
}

.barra-green {
  background: #273447;
  position: absolute;
  width: 300px;
  height: 10px;
  z-index: 991;
  bottom: 0;
  left: 0;
  color: #fff;
  height: 45px;
  font-size: 20px;
}

.barra-green:before {
  content: "";
  position: absolute;
  background-color: #273447;
  right: -12px;
  top: 0px;
  height: 100%;
  width: 25px;
  z-index: 1;
  display: block;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

.barra-green i {
  position: relative;
  background: #729d59;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 45px;
  line-height: 45px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 30px;
}

.barra-green i::after {
  background-color: #729d59;
  content: "";
  height: 100%;
  position: absolute;
  right: -12px;
  width: 25px;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

.caracteristicas .title {
  font-weight: 600;
  margin: 0px 0px 20px;
  font-size: 18px;
  font-family: 'Titillium Web';
  line-height: 28px;
  color: #1a191d;
  
}

.caracteristicas .icon-box h3 {
  font-weight: 600;
  margin: 0px 0px 20px 20px;
  font-size: 14px;
  font-family: 'Mulish';
  line-height: 22px;
  color: #002f39;
  border-left: 0px solid #fff;
  padding: 5px 0px;
  text-transform: uppercase;
  text-align: left;
}

.caracteristicas .icon-box:hover .title {

}

.caracteristicas .description {
  font-size: 16px;
  line-height: 28px;
  margin: 0px 0px;
  letter-spacing: 0;
  color: #1a191d;
}

.caracteristicas .bar-red {
  width: 60px;
  height: 3px;
  background: #cd0001;
  padding: 0px;
  margin: 10px 0px 10px;
  transition: .5s;
}

.caracteristicas .icon-box h5 {
font-weight: 500;
margin: 10px 10px;
font-size: 16px;
line-height: 22px;
color: #fff;
text-align: center;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: .5s;
}

.caracteristicas .icon-box:hover h5 {
opacity: 1;
transition: .5s;
}

@media only screen and (max-width: 500px) {

  .caracteristicas .icon-box {
    min-height: 170px;
  }

  .caracteristicas .title {
    font-size: 18px;
    margin-top: 10px;
  }
}


/*--------------------------------------------------------------
# Our rental
--------------------------------------------------------------*/

.rental {
  background: #111112;
}

.rental .icon-box {
  padding: 20px 30px 30px 30px;
  background: #111112;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  min-height: 200px;
  position: relative;
  border: 1px solid #333;
  width: 100%;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 30px;
}

.rental .icon-box:hover {
  background: #151515;
  transform: translateY(-10px);
}

.rental .icon-box .div-img {
  padding: 0px;
  margin: 0px;
  msin-height: 200px;
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.rental .icon-box img {
opacity: 1;
transition: .5s;
}

.icon-box-tema {
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 28px;
  color: #ccc;
  letter-spacing: 1;
  text-transform: uppercase;
}

.rental .icon-box-space {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
  min-height: 180px;
  background: transparent;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Raleway';
  line-height: 34px;
  color: #fff;
}

.rental .icon-box h3 {
  font-weight: 600;
  margin: 0px 0px 20px 20px;
  font-size: 14px;
  font-family: 'Mulish';
  line-height: 22px;
  color: #002f39;
  border-left: 0px solid #fff;
  padding: 5px 0px;
  text-transform: uppercase;
  text-align: left;
}

.rental .icon-box:hover .title {

}

.rental .description {
  font-size: 14px;
  line-height: 28px;
  margin: 0px 0px;
  letter-spacing: 0;
  color: #1a191d;
}

.rental .bar-red {
  width: 60px;
  height: 3px;
  background: #cd0001;
  padding: 0px;
  margin: 10px 0px 10px;
  transition: .5s;
}

.rental .icon-box h5 {
font-weight: 500;
margin: 10px 10px;
font-size: 16px;
line-height: 22px;
color: #fff;
text-align: center;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: .5s;
}

.rental .icon-box:hover h5 {
opacity: 1;
transition: .5s;
}

@media only screen and (max-width: 500px) {

  .rental .icon-box {
    min-height: 170px;
  }

  .rental .title {
    font-size: 18px;
    margin-top: 10px;
  }
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  color: #fff;
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 700;
  padding: 10px 15px 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ribbon {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  right: 20px;
  top: calc(-1*var(--f));
  background: #ed3237;
  border-left: var(--f) solid #0005;
  border-bottom: var(--r) solid #0000;
  clip-path: polygon(var(--f) 0,100% 0,100% 100%,calc(50% + var(--f)/2) calc(100% - var(--r)), var(--f) 100%,var(--f) var(--f),0 var(--f));
}



/*--------------------------------------------------------------
# Our diferencias
--------------------------------------------------------------*/

.diferencias {
  background-image:url(../../img/bg-4.png);
  background-repeat:repeat;
  background-color:#034b5b;
  line-height: 20px;
  min-height: 220px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
}

.diferencias .icon-box {
  padding: 0px 35px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  z-index: 1;
  min-height: 105px;
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0px solid #ccc;
  width: 100%;
}

.diferencias i {
   font-size: 56px;
   color:#fff;
   margin: 40px auto 20px;
}

.diferencias .icon-box-space {
  margin: 0;
  padding: 0px 30px;
  min-height: 60px;
}

.diferencias .title {
  font-weight: 600;
  margin: 10px 0px 10px;
  font-size: 30px;
  font-family: 'Titillium Web';
  line-height: 30px;
  color: #fff;
}

.diferencias .item {
  margin: 10px 0px 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color:#444;
}

.diferencias .description {
  font-size: 15px;
  line-height: 24px;
  margin: 0px 0px;
  letter-spacing: 0;
  color:#fff;
}

.diferencias .contenido {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0px;
  letter-spacing: 0;
  color:#555;
}

@media only screen and (max-width: 500px) {

  .diferencias .icon-box {
    min-height: 170px;
  }

  .diferencias .title {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Home-inicio
--------------------------------------------------------------*/
.home-inicio {
  background: #111112;
  padding: 60px 0px;
   /* background-image: url('../../contenido/general/libres-g.png');
    background-repeat: no-repeat;
    background-position: left 30px bottom 30px;*/
}

.home-inicio-bg {
  background-color: #111112;
  background-image: url(../../img/h3-17.jpg);
  background-position: center center;
  background-size: cover;"
}


.home-inicio-bg:before {
  background-color: #0C0C0D;
  --background-overlay: '';
  content: "";
}

.home-inicio h3 {
  font-size: 18px;
  color: #888;
  font-family: 'Oswald';
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
}

.home-inicio h3::after {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #ed3237;
    margin: 6px 10px;
}

.home-inicio h2 {
  font-size: 40px;
  color: #fff;
  font-family: 'Raleway';
  font-weight: 500;
  margin: 0px 0px 15px 0px;
  width: 60%;
}

@media only screen and (max-width: 992px) {

  .home-inicio h2 {
    width: 100%;
    font-size: 30px;
  }

}

.home-inicio p {
  color: #c6c8c9;
  font-size: 18px;
  padding: 0;
  margin: 0px 150px 0px 0px;
  line-height: 30px;
}

@media only screen and (max-width: 992px) {

  .home-inicio p {
    margin: 0px 0px 0px 0px;;
  }

}

.home-inicio .text-inicio0 {
  padding: 10px;
  margin: 0;
  background: #111112;
  border-radius: 10px;
  position: relative;
  border: 1px solid #333;
}

.home-inicio .text-inicio {
  color: #ddd;
  font-size: 15px;
  padding: 40px 30px;
  margin: 0;
  line-height: 26px;
  background: #191919;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.home-inicio .text-inicio .dots {
  position:absolute;
  padding: 0px;
  margin: 0;
  right: 15px;
  top: 15px;
}

.home-inicio .text-inicio a {
  color: #f53f44;
  font-size: 15px;
  padding: 0px;
  margin: 10px 0 0 0;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

.home-inicio .text-inicio a:hover {

  text-decoration: underline;

}

.home-inicio .text-inicio2 {
  color: #ddd;
  font-size: 15px;
  padding: 20px 20px;
  margin: 20px 0 0 0;
  line-height: 26px;
  border-radius: 10px;
  position: relative;
  border: 0px solid #333;
  height: 140px;
  background: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
.home-inicio .text-inicio2:hover {
  background: #000;
  border: 0px solid #444;
}

.home-inicio .text-inicio2 .dots {
  position:absolute;
  padding: 0px;
  margin: 0;
  right: 15px;
  top: 15px;
}

.home-inicio .text-inicio2 h2 {
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
  margin: 0px 0px 10px 70px;
  width: 70%;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.home-inicio .text-inicio2 p {
  color: #888;
  font-size: 14px;
  padding: 0;
  margin: 0px 0px 0px 70px;
  width: 90%;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  padding-right: 30px;
}

.home-inicio .text-inicio2 i {
  font-size: 50px;
  margin:  0px;
  color: #ed3237;
  position: absolute;
  top: 43px;
  left: 20px;
  transition: all 0.3s ease-in-out;
}


.home-inicio .text-inicio2:hover i {
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}

.home-inicio .imgaprincipal {
  padding: 0px;
  margin: 0px;
  position: absolute;
  overflow: hidden;
  bottom: -50px;
  right: 50px;
  border-radius: 10px;
  background: #111112;
}

.home-inicio .logprincipal {
    padding: 0px;
    margin: 0px;
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: 100px;
    border-radius: 10px;
    background: #111112;
}

.home-inicio .imgaposterior {
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.home-inicio .imgaprincipal img,
.home-inicio .imgaposterior img {
    border-radius: 10px;
}

.home-inicio .imgaprincipal img:hover {
  transition: all 1s;
filter:grayscale(100%);
}

.home-inicio .imgaposterior img:hover {
  transition: all .5s;
filter:grayscale(100%);    
}

/*--------------------------------------------------------------
# Home-Libres
--------------------------------------------------------------*/
.home-libres {
  background: #111112;
  padding: 60px 0px;
   /* background-image: url('../../contenido/general/libres-g.png');
    background-repeat: no-repeat;
    background-position: left 30px bottom 30px;*/
}

.home-libres-bg {
  background-color: #111112;
  background-image: url(../../img/h3-17.jpg);
  background-position: center center;
  background-size: cover;"
}


.home-libres-bg:before {
  background-color: #0C0C0D;
  --background-overlay: '';
  content: "";
}

.home-libres h3 {
  font-size: 18px;
  color: #888;
  font-family: 'Oswald';
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
}

.home-libres h3::after {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #ed3237;
    margin: 6px 10px;
}

.home-libres h2 {
  font-size: 40px;
  color: #fff;
  font-family: 'Raleway';
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  width: 80%;
}

.home-libres h4 {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 0px 20px 0px;
  margin: 0;
  letter-spacing: .5px;
  color: #fff;
  font-family: 'Poppins';
  line-height: 30px;
}

.home-libres .div-img {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #111112;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.home-libres .div-img img {
    padding: 0px;
    margin: 0px;
    border-radius: 10px;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);transform:scale(1);
  -webkit-transition:.3s;
  -moz-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
  opacity: 1;

}

.home-libres .div-img:hover img {
  width:100%;
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
  opacity: .8;
}

.home-libres .text-inicio2 {
  color: #ddd;
  font-size: 15px;
  padding: 20px 20px;
  margin: 20px 0 0 0;
  line-height: 26px;
  border-radius: 10px;
  position: relative;
  border: 0px solid #333;
  height: 140px;
  background: #0C0C0D;
  transition: all 0.3s ease-in-out;
}

.home-libres .text-inicio2:hover {
  background: #000;
  border: 0px solid #444;
  transition: all 0.3s ease-in-out;
}

.home-libres .text-inicio2 .dots {
  position:absolute;
  padding: 0px;
  margin: 0;
  right: 15px;
  top: 15px;
}

.home-libres .text-inicio2 h2 {
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
  margin: 0px 0px 10px 120px;
  width: 70%;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.home-libres .text-inicio2 p {
  color: #888;
  font-size: 14px;
  padding: 0;
  margin: 0px 0px 0px 120px;
  width: 80%;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  padding-right: 30px;
}

.home-libres .text-inicio2 i {
  font-size: 50px;
  margin:  0px;
  color: #ed3237;
  position: absolute;
  top: 43px;
  left: 20px;
  transition: all 0.3s ease-in-out;
}

.home-libres .text-inicio2:hover i {
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}

.home-libres .text-inicio2 .classimg {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.home-libres .text-inicio2:hover .classimg {
  opacity: .8;
  transition: all 0.3s ease-in-out;
}

.social-link-h .social-networks0,
.home-libres .social-networks0 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  margin: 0px 10px 0px 10px;
}

@media only screen and (max-width: 992px) {

  .social-link-h .social-networks0,
  .home-libres .social-networks0 {

    margin: 0px 10px 30px 10px;
  }

}

.social-link-h .social-networks,
.home-libres .social-networks {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  background: #111112;
  margin: 0;
  transition: all .5s;
}

.social-link-h .social-networks {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border: 0px solid #111112;
}

.home-libres .social-networks {
  background: #111112;
  border: 1px solid #111112;
}

.social-link-h .social-networks0:hover .social-networks,
.home-libres .social-networks0:hover .social-networks {
  background: #ed3237;
  transition: all .5s;
}

.social-link-h .social-networks0:hover .social-networks {
  border: 0px solid #ed3237;
}

.home-libres .social-networks0:hover .social-networks {
  border: 1px solid #ed3237;
}

.social-link-h .social-networks i,
.home-libres .social-networks i {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.home-libres ul {
    line-height: 1.5em;
    margin: 25px 0px 0px;
    padding: 0;
}

.home-libres li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin: 5px 0px;
}

.home-libres li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #ed3237;
    border-radius: 2px;
}


/*--------------------------------------------------------------
# Home-divisor
--------------------------------------------------------------*/
.home-divisor {
  background: #111112;
  padding: 20px 0px;
  border: 0;
}

.elemento-divider {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  width: 100%;
}

.elemento-divider-separator {
  width: 100%;
  border-top: 1px solid #333;
  margin-top: 20px;
}

.elemento-widget-container {
  margin: 0 0 0 0;
  padding: 5px 30px 10px 30px;
  border: 1px solid #333;
  border-radius: 50px;
  text-align: center;
  margin: -20px auto;
  width: 350px;
  height: 40px;
  color: #fff;
  background: #111112;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  background: #0a0a0a;
}

.portfolio .portfolio-marco {
  overflow: hidden;
  border-radius: 10px;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #e96b56;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  color: #f64347;
  font-weight: 700;
  font-family: 'Poppins';
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0px solid #f64347;
  padding: 6px 12px;
  background: #111112;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  font-family: 'Raleway';
  font-weight: 500;
  letter-spacing: .5px;
}

.portfolio .portfolio-wrap .portfolio-info i {
  color: #fff;
  font-size: 18px;
  margin: 10px;
  background: #444;
  padding: 12px;
  border-radius: 50px;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #e96b56;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio2 {
  background: #111112;
}

.portfolio2 .portfolio-marco {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.portfolio2 #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.portfolio2 #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 7px 17px 9px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #556270;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f0f0f0;
  border-radius: 50px;
}
.portfolio2 #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e43c5c;
}
.portfolio2 #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio2 .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio2 .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio2 .portfolio-item .portfolio-marco .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background-color: rgba(0, 0, 0, 0.5); /* Partially transparent background */
  backdrop-filter: blur(10px); /* Blurs the content behind the overlay */
  padding: 15px 20px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9 px;
}

.portfolio2 .portfolio-item .portfolio-marco::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 15px;
  border-top: 2px solid #eee;
  border-left: 2px solid #eee;
  transition: all 0.3s ease 0s;
  z-index: 9;
  opacity: 0;
}

.portfolio2 .portfolio-item .portfolio-marco:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 35px;
  opacity: .9;
  transition: all 0.3s ease 0s;
}

.portfolio2 .portfolio-item .portfolio-marco::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  transition: all 0.3s ease 0s;
  z-index: 9;
  opacity: 0;
}

.portfolio2 .portfolio-item .portfolio-marco:hover:after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 35px;
  opacity: .9;
  transition: all 0.3s ease 0s;
}

.portfolio2 .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #f33a3f;
  font-weight: 600;
  font-family: 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px;
}
.portfolio2 .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  font-family: 'Raleway';
  font-weight: 500;
  letter-spacing: .5px;
}
.portfolio2 .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}
.portfolio2 .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #444;
}
.portfolio2 .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
.portfolio2 .portfolio-item:hover img {
  top: 0px;
  filter: brightness(.6);
  transform: scale(1.05);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio2 .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: -1px;
}




/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
  padding: 30px;
  border-radius: 4px;
  background: white;
}

.team .member .pic {
  overflow: hidden;
  width: 140px;
  border-radius: 4px;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #556270;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #dee2e6;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #8795a4;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #454545;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: white;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #6b7b8d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #1e3464;
}

.features .crl2:hover {
  color: #3aaa35;
}

.features .crl3:hover {
  color: #e56e01;
}

.features .crl4:hover {
  color: #5eaa00;
}

.features .crl5:hover {
  color: #d6c400;
}

.features .nav-link.active {
  color: #fff;
  border-color: #fff;
  background: #1e3464;
  padding-left: 10px;
}

.features .crl2.active {
  color: #fff;
  border-color: #fff;
  background: #3aaa35;
  padding-left: 10px;
}

.features .crl3.active {
  color: #fff;
  border-color: #fff;
  background: #e56e01;
  padding-left: 10px;
}

.features .crl4.active {
  color: #fff;
  border-color: #fff;
  background: #5eaa00;
  padding-left: 10px;
}

.features .crl5.active {
  color: #fff;
  border-color: #fff;
  background: #d6c400;
  padding-left: 10px;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270;
}

.features .details p {
  color: #777777;
}

.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }
  .features .nav-link.active {
    color: #fff;
    background: #3aaa35;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #3aaa35;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #3aaa35;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #3aaa35;
  display: inline-block;
  padding: 8px 35px 9px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #e1444d;
}

.pricing .featured h3 {
  color: #fff;
  background: #3aaa35;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #3aaa35;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid white;
}

.faq .faq-item i {
  color: #dee2e6;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f3f9fd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #2487ce !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #f0f0f0;
  padding: 30px 50px 50px;
  margin: 20px 50px;
}

.contact .info i {
  font-size: 28px;
  color: #fff;
  float: left;
  width: 60px;
  height: 60px;
  background: #cd0001;
  display: flex;
  justify-content: center;
  align-items: center;
  border-rafdius: 50px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #cd0001;
  margin-right: 20px;
}

.contact .info h3 {
  font-weight: bold;
  font-size: 22px;
  color: #313842;
  text-align: left;
  margin: 0px 0px 10px;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #cd0001;
  margin-top: 5px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: #333;
}

.contact .info .email, .contact .info .phone {
  margin-top: 20px;
  border-top: 0px solid #ced4da;
  padding-top: 20px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #fff;
  color: #cd0001;
  border: 1px solid #cd0001;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  margin-top: 15px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #3aaa35;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form select {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #5eaa00;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing: .05em;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #313842;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #3aaa35 !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog {
  background: #111112;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  background: #fff;
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

.blog .entry .entry-img2 {
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

@media (min-width: 768px) {

  .blog .entry .entry-img img {
    height: 240px;
    min-width: 100%;

  }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

  .blog .entry .entry-img2 img {
    
    min-width: 100%;

  }
}


.blog .entry .entry-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #556270;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #3aaa35;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #a4afba;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: center;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #3aaa35;
  color: #fff;
  padding: 6px 20px 7px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  border:0px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5eaa00;
  border:0px;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #556270;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 0px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8795a4;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #a4afba;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #3aaa35;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 34px;
  line-height: 38px;
  font-weight: bold;
  color:#313842;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #c1c8d0;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #3aaa35;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #556270;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #c1c8d0;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 40px;
  padding: 40px 30px 20px;
  border: 1px solid #ccc;
  background: #f0f0f0;
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
  color: #313842;
  text-align: center;
  margin: 0px 0px 10px;
}

.blog .blog-comments .reply-form p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}

.fomular input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.fomular select {
    height: 42px;
}

.fomular select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important;
    color:#6c757d;
}

.fomular select:focus {
  border-color: #1977cc;
}

.fomular option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.blog .blog-comments .reply-form select {
    height: 42px;
}

.blog .blog-comments .reply-form select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important;
    color:#6c757d;
}

.blog .blog-comments .reply-form select:focus {
  border-color: #1977cc;
}

.blog .blog-comments .reply-form option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.fomular input:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.fomular textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.fomular textarea:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.fomular .form-group;
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4;
  padding: 10px 20px;
  border: 0;
  background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #3aaa35;
}

.blog .blog-pagination {
  color: #8795a4;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid #edeff1;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #3aaa35;
  border: 1px solid #3aaa35;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #556270;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #556270;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #556270;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #6b7b8d;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #6b7b8d;
}

.blog .sidebar .categories ul a:hover {
  color: #3aaa35;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #c1c8d0;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #292f36;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #3aaa35;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #c1c8d0;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #dee2e6;
  display: inline-block;
  border-radius: 4px;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #3aaa35;
  background: #3aaa35;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.foot-box-icon {
  width: 80px;
  height: 80px;
  float: left;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  margin: 0px 20px 20px 0px;
  padding: 15px;
  display: block;
  text-align: center;
}

.foot-box-icon i {
  color:#fcca1b;
  font-size: 50px
}


.foot-box-text {
  height: 80px;
  margin: 0px 0px 20px 0px;
  padding: 10px 15px;
  display: block;
}

.foot-box-text h5 {
  font-size: 16px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  line-height: 1;
  font-weight: 500;
  color:#ffffff;
}

.foot-box-text p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #8a8a8a;
  font-weight: 500;
  margin: 0px;
}

#footer {
  background: #0a0a0a;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #111112;
  padding: 0px 0 0px 0;
}


#footer .footer-top: {
  background: #034b5b;
  padding: 0px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin: 30px 20px;
  z-index: 900;
  position: relative;
}

#footer .social-link-f {
  position: relative;
  margin: 40px 0 0 0;
  padding: 0;
}

#footer .social-link-f i {
  font-size: 14px;
  margin: 0px 15px 0px 0px;
  color:#fff;
  font-weight: normal;
  border: 1px solid #444;
  padding: 10px;
  border-radius: 50px;
}

#footer .social-link-f a:hover i {
  transition: all .5s;
  font-size: 14px;
  margin: 0px 15px 0px 0px;
  color: #fff;
  font-weight: normal;
  border: 1px solid #444;
  padding: 10px;
  border-radius: 50px;
  background: #444;
}

.line-header-f {
  height: 1px !important;
  background-color: #729d59;
  margin: 15px 0px;
  text-align: left;
  width: 90% !important;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  color: #f0f0f0;
  font-weight: 500;
  margin: 0px 0px 15px;
  letter-spacing: 1px;
}

#footer .footer-top .footer-info i {
  color:#fff;
  font-size: 16px;
  margin-right: 5px;
}

.social-links {
  margin: 30px 0px;
}

#footer .footer-info-b .social-links a,
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #034b5b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-info-b {
  padding-left: 0px;
  padding-right: 0px;
  height: 60px;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 10px 0px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cd0001;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #f0f0f0;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  letter-spacing: .5px;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #3aaa35;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #df3740;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: right;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  width: 380px;
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: white;
}

.serv-box-master {
  height:90px;
  margin:10px 0px 20px 0px;
  padding: 0px;
  background:#ffffff;
  box-shadow: 0 0 10px 0 rgba(68, 88, 144, 0.12);
  border: 1px solid #dedede;
  border-radius: 5px;
}

.serv-box-master:hover {
  box-shadow:0 0 20px 0 rgba(68, 88, 144, 0.2);
}

.serv-box-icon {
  width: 100px;
  height: 80px;
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 15px;
  display: block;
  text-align: center;
}

.serv-box-icon img {
  height: 60px;
  margin: 0px;
  padding: 0px;
}

.serv-box-icon i {
  color:#999;
  font-size: 50px
}

.serv-box-master:hover .serv-box-icon i {
  color:#5eaa00;
}

.serv-box-text {
  height: 80px;
  margin: 0px 0px 20px 0px;
  padding: 10px 15px;
  display: block;
}

.serv-box-text h5 {
  font-size: 16px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  line-height: 1;
  font-weight: 500;
  color:#5eaa00;
}

.serv-box-text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin: 10px 0px 0px 0px;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 1600px) {
  .container {
      max-width: 1540px;
  }
}



.bottom-dots {
 position:absolute;
 left:0;
 bottom:-30px;
 width:100%
}

.bottom-dots {
 left:50%;
 margin-left:-45px
}

.bottom-dots .dot {
 position:relative;
 display:block;
 float:left;
 width:3px;
 height:3px;
 border-right:3px solid;
 margin-right:3px
}

.bottom-dots .dot {
 border-right-color:#5eaa00
}

.bottom-dots .dot {
}

.bottom-dots .line-dot {
 border-right:80px solid;
 border-right-color:#5eaa00;
}

.dominios-name {
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  height: 45px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin: 0px 10px 0px 0px;
  width: 10%;
  display: inline-block;
  border: 1px solid #ced4da;
}

.dominios-name .title {
  font-weight: 700;
  margin: 0px;
  font-size: 18px;
  font-family: 'Open Sans';
  line-height: 1px;
  color: #FF0766;
}

.dominios-name-t {
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  height: 45px;
  text-align: left;
  border-radius: 5px;
  position: relative;
  margin: 0px 10px 0px 0px;
  width: 61%;
  display: inline-block;
  border: 1px solid #ced4da;
}

.dominios-name-t .title {
  font-weight: 400;
  margin: 0px;
  font-size: 14px;
  font-family: 'Open Sans';
  line-height: 1px;
  color: #333;
}


.dominios-name-alert {
  padding: 20px 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  height: 45px;
  text-align: left;
  border-radius: 5px;
  position: relative;
  margin: 10px 10px 0px 0px;
  width: 100%;
  display: inline-block;
  border: 0px solid #ced4da;
}

.dominios-name-alert .ok {
  font-weight: 600;
  margin: 0px;
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 1px;
  color: #5eaa00;
}

.dominios-name-alert .ok a {
  font-weight: 600;
  margin: 0px 10px;
  font-size: 14px;
  font-family: 'Open Sans';
  line-height: 1px;
  color: #fff;
  background: #5eaa00;
  border-radius: 4px;
  padding: 5px 15px;
}

.dominios-name-alert .ok a:hover {
  background: #313842;
}

.dominios-name-alert .bad {
  font-weight: 600;
  margin: 0px;
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 1px;
  color: #FF0766;
}

/*--------------------------------------------------------------
# Our mision vision
--------------------------------------------------------------*/

.clientes-m .icon-box {
  padding: 0px;
  position: relative;
  overdflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  z-index: 1;
  min-height: 240px;
  text-align: left;
  position: relative;
  margin-top: 50px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 5px 30px rgb(0 0 0 / 15%);
}

.clientes-m .icon-box:hover {
  box-shadow: 0 0 20px 0 rgba(68, 88, 144, 0.12);
}

.clientes-m .icon-svg-circulo {
  height: 70px;
  width: 70px;
  margin: 0px;
  padding: 0px;
  background: #cd0001;
  border-radius: 0px;
  border: 0px solid #ccc;
  float: left;
  overflow: hidden;
  font-size: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -30px;
  right: 50px;
}

.clientes-m .icon-svg-circulo i {
  margin: 0px;
  text-align: center;
}

.clientes-m .icon-box-space {
  margin: 0;
  padding: 0px 30px;
  min-height: 100px;
}

.clientes-m .title {
  font-weight: 700;
  margin: 20px 0px 10px;
  font-size: 22px;
  line-height: 22px;
  color: #313842;
}

.clientes-m .icon-box:hover .title {
  color:#cd0001;
}

.clientes-m .description {
  line-height: 28px;
  margin: 0px 0px 25px 0px;
  letter-spacing: 0;
  color: #333;
}

.clientes-m .contenido {
  line-height: 24px;
  margin: 20px 0px;
  letter-spacing: 0;
  color:#555;
}

            
.clientes-m ul {
  line-height: 1.5em;
  margin: 5px 10px 15px;
  padding: 0;
}

.clientes-m li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px 0px;
}

            
.clientes-m li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #cd0001;
}
    

    


@media only screen and (max-width: 500px) {

  .clientes-m .icon-box {
    min-height: 170px;
  }

  .clientes-m .title {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Our clientes-o
--------------------------------------------------------------*/

.clientes-o .icon-box {
  padding: 20px 0px 20px 0px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  z-index: 1;
  min-height: 200px;
  text-align: left;
  position: relative;
  margin-top: 30px;
  border: 0px solid #ccc;
  width: 100%;
  border-radius: 0px;
}

.clientes-o .icon-box:hover {
  box-shadow: 0 0 20px 0 rgba(68, 88, 144, 0.12);
}

.clientes-o .icon-svg-circulo {
  height: 120px;
  width: 120px;
  margin: 10px 30px;
  padding: 0px;
  background: #fff;
  border-radius: 100px;
  border: 3px solid #ccc;
  float: right;
  overflow: hidden;
}

.clientes-o .icon-box:hover .icon-svg-circulo {
  border: 3px solid #5eaa00;
}

.clientes-o .icon-box-space {
  margin: 0;
  padding: 0px 30px;
  min-height: 100px;
}

.clientes-o .title {
  font-weight: 700;
  margin: 20px 0px 0px;
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 22px;
  color: #313842;
}

.clientes-o .cargo {
  font-size: 14px;
  line-height: 26px;
  margin: 0px 0px;
  letter-spacing: 0;
  color: #333;
}

.clientes-o .icon-box:hover .title {
  color:#5eaa00;
}

.clientes-o .item {
  margin: 10px 0px 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color:#444;
}

.clientes-o .description {
  font-size: 18px;
  line-height: 32px;
  margin: 0px 0px;
  letter-spacing: 0;
  color: #666;
  font-style: italic;
}

.clientes-o .contenido {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0px;
  letter-spacing: 0;
  color:#555;
}

@media only screen and (max-width: 500px) {

  .clientes-o .icon-box {
    min-height: 170px;
  }

  .clientes-o .title {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Our dominios
--------------------------------------------------------------*/

.dominios .icon-box {
  padding: 20px 0px 20px 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #dedede;
  min-height: 250px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(68, 88, 144, 0.12);
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
  width: 100%;
}

.dominios .icon-box:hover {
  box-shadow: 0 0 20px 0 rgba(68, 88, 144, 0.2);
}

.dominios .icon-box i {
  color:#5eaa00;
  margin-right: 5px;
}

.dominios .icon-box-space {
  margin: 0;
  padding: 0px 30px;
  min-height: 220px;
}

.dominios .title {
  font-weight: 700;
  margin: 20px 0px 30px;
  font-size: 40px;
  font-family: 'Open Sans';
  line-height: 22px;
  color: #5eaa00;

}

.dominios .price {
  font-weight: 600;
  margin: 20px 0px 20px;
  font-size: 28px;
  font-family: 'Open Sans';
  line-height: 22px;
  color: #313842;
}

.dominios .price span {
  font-weight: 600;
  margin: 20px 0px 20px 10px;
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 22px;
  color: #313842;
}

.dominios .description {
  font-size: 15px;
  line-height: 24px;
  margin: 0px 0px;
  letter-spacing: 0;
  color:#333;
  min-height: 50px;
}

@media only screen and (max-width: 500px) {

  .dominios .icon-box {
    min-height: 170px;
  }

  .dominios .title {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Our mail
--------------------------------------------------------------*/

.mails .icon-box {
  padding: 20px 0px 20px 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #dedede;
  min-height: 500px;
  text-align: left;
  box-shadow: 0 0 10px 0 rgba(68, 88, 144, 0.12);
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
  width: 100%;
}

.mails .icon-box:hover {
  box-shadow: 0 0 20px 0 rgba(68, 88, 144, 0.2);
}

.mails .icon-box i {
  color:#5eaa00;
  margin-right: 5px;
}

.destacado {
  background: linear-gradient(287.85deg, #FF0766 0%, #FF7E5D 95.32%);
  margin: 0px;
  padding: 5px 10px;
  text-align: center;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 35px;
  right: -50px;
  z-index: 99;
  text-transform: uppercase;
  transform: rotate(45deg);
  width: 200px;
}

.descuento {
  background: #ffe8ef;
  margin: 0px;
  padding: 5px 10px;
  text-align: center;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #F16262;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  text-transform: uppercase;
  width: 140px;
  border-radius: 4px;
}

.mails .icon-box-space {
  margin: 0;
  padding: 0px 30px;
  min-height: 450px;
}

.mails .title {
  font-weight: 700;
  margin: 10px 0px 20px;
  font-size: 22px;
  font-family: 'Open Sans';
  line-height: 22px;
  color: #5eaa00;
}

.mails .price {
  font-weight: 600;
  margin: 20px 0px 20px;
  font-size: 28px;
  font-family: 'Open Sans';
  line-height: 22px;
  color: #313842;
}

.mails .price span {
  font-weight: 600;
  margin: 20px 0px 20px 10px;
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 22px;
  color: #313842;
}

.mails .item {
  margin: 10px 0px 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color:#444;
}

.mails .description {
  font-size: 15px;
  line-height: 24px;
  margin: 0px 0px;
  letter-spacing: 0;
  color:#333;
  min-height: 50px;
}

.mails .contenido {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0px;
  letter-spacing: 0;
  color:#555;
}

@media only screen and (max-width: 500px) {

  .mails .icon-box {
    min-height: 170px;
  }

  .mails .title {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Our mision vision
--------------------------------------------------------------*/

.clientes-p .icon-box {
  padding: 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  z-index: 1;
  min-height: 180px;
  text-align: left;
  position: relative;
  margin-top: 30px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 5px 30px rgb(0 0 0 / 15%);
}

.clientes-p .icon-box:hover {
  box-shadow: 0 0 20px 0 rgba(68, 88, 144, 0.12);
}

.clientes-p .icon-svg-circulo {
  height: 160px;
  width: 100px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  background: #fff;
  border-radius: 0px;
  border: 0px solid #ccc;
  float: left;
  overflow: hidden;
  font-size: 50px;
  text-align: center;
  color: #cd0001;
  position: flex;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clientes-p .icon-svg-circulo i {
  margin: 0px;
  text-align: center;
}

.clientes-p .icon-box-space {
  margin: 0;
  padding: 0px 30px;
  min-height: 100px;
}

.clientes-p .title {
  font-weight: 700;
  margin: 20px 0px 10px;
  font-size: 22px;
  line-height: 22px;
  color: #313842;
}

.clientes-p .icon-box:hover .title {
  color:#cd0001;
}

.clientes-p .description {
  line-height: 26px;
  margin: 0px 0px 20px 0px;
  letter-spacing: 0;
  color: #333;
}

.clientes-p .contenido {
  line-height: 24px;
  margin: 20px 0px;
  letter-spacing: 0;
  color:#555;
}
   
.clientes-p ul {
  line-height: 1.5em;
  margin: 5px 10px 15px;
  padding: 0;
}

.clientes-p li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px 0px;
}

.clientes-p li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #cd0001;
}

@media only screen and (max-width: 500px) {

  .clientes-p .icon-box {
    min-height: 170px;
  }

  .clientes-p .title {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Our normas
--------------------------------------------------------------*/

.normas .icon-box {
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  min-height: 180px;
  text-align: center;
  position: relative;
  margin-top: 0px;
  border: 0px solid #ccc;
  width: 100%;
  box-shadow: inherit;
}

.normas .icon-box:hover {
  box-shadow: inherit;
}

.normas .icon-box .div-img {
  padding: 20px;
  margin: 0px;
  min-height: 180px;
  width: 30%;
  height: 100%;
  overflow: hidden;
  float: right;
}

.normas .icon-box-space {
  margin: 0;
  padding: 20px 20px 20px 20px;
  min-height: 180px;
  background: #f0f0f0;
  text-align: center;
}

.normas .title {
  font-weight: 700;
  margin: 0px 0px 10px;
  font-size: 20px;
  font-family: 'Mulish';
  line-height: 32px;
  color: #1a191d;
  text-transform: capitalize;
  text-align: left;
}

.normas .icon-box:hover .title {
  color:#cd0001;
}

.normas .item {
  margin: 10px 0px 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color:#444;
}

.normas .description {
  font-size: 16px;
  line-height: 26px;
  margin: 0px 0px;
  letter-spacing: 0;
  color: #1a191d;
  text-align: left;
}

.normas .contenido {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0px;
  letter-spacing: 0;
  color:#555;
}

@media only screen and (max-width: 500px) {

  .normas .icon-box {
    min-height: 170px;
  }

  .normas .title {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Our trabajo
--------------------------------------------------------------*/

.trabajo .icon-box {
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  z-index: 1;
  min-height: 105px;
  text-align: center;
  position: relative;
  margin-top: 70px;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  width: 100%;
}

.trabajo .icon-box:hover {
  box-shadow: 0 0 20px 0 rgba(68, 88, 144, 0.12);
}

.trabajo i {
   float: left;
   color: #cd0001;
   font-size: 60px;
   margin: 10px 20px 0px 0px;
}

.trabajo .icon-box-space {
  margin: 0;
  padding: 0px 20px;
  min-height: 50px;
  text-align: left;
}

.trabajo .title {
  font-weight: 700;
  margin: 0px 0px 5px;
  font-size: 18px;
  font-family: 'Mulish';
  line-height: 22px;
  color: #313842;
}

.trabajo .item {
  margin: 10px 0px 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color:#444;
}

.trabajo .description {
  font-size: 15px;
  line-height: 24px;
  margin: 0px 0px;
  letter-spacing: 0;
  color:#333;
}

.trabajo .contenido {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0px;
  letter-spacing: 0;
  color:#555;
}

.trabajo p {
  line-height: 28px;
}

.trabajo ul {
  line-height: 1.5em;
  margin: 5px 10px 15px;
  padding: 0;
}

.trabajo li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin: 10px 0px;
}
 
.trabajo li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #034b5b;
}

@media only screen and (max-width: 500px) {

  .trabajo .icon-box {
    min-height: 170px;
  }

  .trabajo .title {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #111112;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ed3237;
  border-top-color: #111112;
  border-bottom-color: #111112;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.right-bar {
  color: #ddd;
  font-size: 14px;
  padding: 40px 30px;
  margin: 0px 0px 30px 0px;
  line-height: 26px;
  background: #0c0c0c;
  border-radius: 10px;
  position: relative;
  overflow: hidden;

}

.right-bar .dots {
  position:absolute;
  padding: 0px;
  margin: 0;
  right: 15px;
  top: 15px;
}

.right-bar h3 {
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  font-size: 22px;
  font-family: 'Raleway';
  line-height: 30px;
  color: #fff;
}

.right-bar a {
  color: #f53f44;
  font-size: 15px;
  padding: 0px;
  margin: 10px 0 0 0;
  text-decoration: none;
  display: block;
}

.right-bar .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #222;
    background-clip: padding-box;
    border: 1px solid #2a2a2a;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

.right-bar .icon-nov-space-list {
  margin: 20px 0px 10px;
  padding: 0px;
  height: 100px;
  border-bottom:0px solid #dedede;
  overflow: hidden;
}

.right-bar .icon-nov-space-img {
  float: left;
  width: 29%;
  height: 80px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}

.right-bar .icon-nov-space-img img {
  height: 100%;
  width: 100%;
  min-height: inherit;
  opacity: inherit;
  transform: inherit;
  transition: inherit;
  object-fit: cover;
  object-position: center;
}

.right-bar .icon-nov-space-img:hover img {
  opacity: .7;
  transition: all .5s ease;
}

.right-bar .icon-nov-space-title {
  float: left;
  width: 70%;
  height: 80px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 20px;
}

.right-bar .icon-nov-space-title h2
 {
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    font-family: 'Open Sans';
    line-height: 36px;
    color: #888;
    letter-spacing: 1px;
    padding: 5px 0px;
    background: #0c0c0c;
    border-radius: 10px;
    width: 100%;
}

.right-bar .icon-nov-space-title:hover {
  color: #ed3237;
  transition: all .5s ease;
}


.circulo-txt {
  width: 300px;
  height: 300px;
  position: relative;
}

@media only screen and (max-width: 992px) {

  .circulo-txt {
    margin-top:30px ;
  }

}


.circulo-txt img {
  position: relative;
  width: 150px;
  height: 150px;
  left: 25%;
  top: 22%;
}

.circulo-txt .circular-text {
  font-family: 'Open Sans';
  font-size: 20px;
  color: #fff;
  position: absolute;
  animation: spin 20s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}


.contact-info .text-inicio3 {
  color: #ddd;
  font-size: 15px;
  padding: 20px 20px;
  margin: 20px 0 0 0;
  line-height: 26px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #333;
  height: 140px;
  background: #111112;
  transition: all 0.3s ease-in-out;
}

.contact-info .text-inicio3:hover {
  background: #111112;
  border: 1px solid #333;
}

.contact-info .text-inicio3 .dots {
  position:absolute;
  padding: 0px;
  margin: 0;
  right: 15px;
  top: 15px;
}

.contact-info .text-inicio3 h2 {
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
  margin: 0px 0px 10px 70px;
  width: 70%;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.contact-info .text-inicio3 p {
  color: #888;
  font-size: 14px;
  padding: 0;
  margin: 0px 0px 0px 70px;
  width: 90%;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  padding-right: 30px;
}

.contact-info .text-inicio3 i {
  font-size: 50px;
  margin:  0px;
  color: #ed3237;
  position: absolute;
  top: 43px;
  left: 20px;
  transition: all 0.3s ease-in-out;
}


.contact-info .text-inicio3:hover i {
  transform: translatey(-5px);
  transition: all 0.3s ease-in-out;
}