

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ed502e;
  text-decoration: none;
}
.back { 
  background: url(../img/etiquetas.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 350px 0;
  text-align: center;
}
.back h1{
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}



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

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



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #034354;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 70px;
}

#header .btn-navbar {
padding: 10px 30px;
background-color: black;
border-radius: 5px;
color: #fff;
font-size: 18px;

}

#header .btn-navbar:hover {
  padding: 10px 30px;
  background-color: #1d8d4a;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  
  }

  @media (max-width: 575px) {

    #header .logo img {
      max-height: 50px;
    }
    
    #header .btn-navbar {
    padding: 10px 20px;
    background-color: black;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    
    }
    
    #header .btn-navbar:hover {
      padding: 10px 30px;
      background-color: #1d8d4a;
      border-radius: 5px;
      color: #fff;
      font-size: 18px;
      
      }
  }

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/

.c-item {
  height: 90vh;
}

.c-img {
  width: 100%;
  background-size: cover;
  filter: brightness(0.4);
}

.carousel-caption h1 {
  margin-top: 70px;
  font-size: 60px;
  font-weight: 700;
}

.btn-slider {
font-family: "Raleway", sans-serif;
font-weight: 600;
font-size: 22px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 42px;
border-radius: 5px;
transition: 0.3s;
line-height: 1;
color: #ffffff;
animation-delay: 0.8s;
margin-top: 6px;
background-color: #D22023;
}

.btn-slider:hover {
  background-color: #D22023;
  }


  @media (max-width: 768px) {

    .c-item {
      height: 48vh;
    }

    .carousel-caption {
      padding-top: 0rem;
    }

    .img-dra {
    max-width: 300px;
    }
  }

  @media (max-width: 575px) {
    .carousel-inner .carousel-item .c-item {
      height: 120vh;
    }
    
    .c-item {
      height: 70vh;
    }

    .carousel-inner .carousel-item .c-img {
      height: 100%;
      width: auto;
    }

    .carousel-caption {
      padding-top: 2.25rem;
    }

    .carousel-caption h1 {
      margin-top: 0px;
      font-size: 35px;
      font-weight: 700;
    }

    .btn-slider {
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 12px 42px;
      border-radius: 5px;
      transition: 0.3s;
      line-height: 1;
      color: #ffffff;
      animation-delay: 0.8s;
      margin-top: 6px;
      background-color: #F29600;
      }


  }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding: 15px 10px;
  text-align: center;
}

.section-title h2{
  font-size: 35px;
  font-weight: 700;
  padding: 0;
  line-height: 35px;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
  text-align: center;
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
}

.section-subtitle {
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  line-height: 35px;
  margin: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
}

 
.section-title p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}



hr{
    height: 0.2rem;
    max-width: 3.25rem;
    margin: 1.5rem auto;
    background-color: #1B4899;
    opacity: 1;
}

.btn-cta {
padding: 10px 20px;
margin: 15px 0px;
background-color: black;
border-radius: 5px;
color: #fff;
font-size: 16px;

}

.btn-cta:hover {
  padding: 10px 20px;
  background-color: #1d8d4a;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  }


  .text-services {
    font-size: 16px;
    text-align: justify;
  }

/*--------------------------------------------------------------
# Beneficios
--------------------------------------------------------------*/

.beneficios h3{
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  line-height: 2rem;
  margin: 0;
  padding-top: 10px;
  text-align: center;
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
}


.beneficios i{
color: #2323EF;
border-radius: 30px;
font-size: 30px;
margin: 0px 10px;
}

/*--------------
#Testimonios
-----------------*/

.testimonials {
  padding: 60px 0px;
  margin: 50px 0px;
  background: url("../img/slide/banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.testimonials-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
}

.testimonials-item .info {
display: flex;
align-items: center;
}

.testimonials-item img {
  max-width: 80px;
  border-radius: 50%;
  margin-right: 20px;
  vertical-align: middle;
}

.testimonials-item .name {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  color: hsl (0, 0%, 0%);
  line-height: 1.2;
}

.testimonials-item .job {
text-transform: capitalize;
color:#0f2f57;
}

.testimonials-item p {
  margin-top: 20px;
  color: #000;
}

.testimonials-item .rating {
margin-top: 15px;
font-size: 14px;
color: #ffc700;
}

.testimonials .swiper-pagination {
  position: relative;
  margin-top: 40px;
  bottom: auto;
}

.testimonials .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: #03a9f4;
}


  /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  /* background: url("../img/contact-bg.png") left center no-repeat;*/
  background-color: #ffffff;
   position: relative;
  
 }

 
 .contact .container {
   position: relative;
 }
 
 .contact .info {
   width: 100%;
 }
 
 .contact .info i {
   font-size: 20px;
   background: #dfe7f5;
   color: #2828EA;
   float: left;
   width: 44px;
   height: 44px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50px;
   transition: all 0.3s ease-in-out;
 }
 
 .contact .info a{
   color: black;
 }
 
 .contact .info h4 {
   padding: 0 0 0 60px;
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 5px;
   color: #2828EA;
 }
 
 .contact .info p {
   padding: 0 0 0 60px;
   margin-bottom: 0;
   font-size: 16px;
   color: #0c0c0c;
 }
 
 .contact .info .email,
 .contact .info .phone {
   margin-top: 40px;
 }
 
 .contact .php-email-form {
   width: 100%;
   background: #fff;
 }
 
 .contact .php-email-form .form-group {
   padding-bottom: 8px;
 }
 
 
 .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;
   animation: animate-loading 1s linear infinite;
 }
 
 .contact .php-email-form input,
 .contact .php-email-form textarea {
   border-radius: 4px;
   box-shadow: none;
   font-size: 16px;
 }
 
 .contact .php-email-form input {
   height: 44px;
 }
 
 .contact .php-email-form textarea {
   padding: 10px 12px;
 }
 
 .contact .php-email-form button[type=submit] {
   border: 0;
   padding: 10px 32px;
   color: #ffffff;
   transition: 0.4s;
   border-radius: 5px;
   background: #FF0000;
 }
 
 .contact .php-email-form button[type=submit]:hover {
   background: #FF0000;
   color: #fff;
 }

 .contact .container .maps {
 width: 100%;
 height: auto;
 }
 
 @keyframes animate-loading {
   0% {
     transform: rotate(0deg);
   }
 
   100% {
     transform: rotate(360deg);
   }
 }