

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   html,
   body {
       background-color: #fff;
       font-size: 0.875rem;
       color: #797979;
       width: 100%;
       padding: 0;
       margin-left: 0;
       margin-right: 0;
       font-weight: 400;
       width:100%;
       font-family: 'Raleway', sans-serif;
   }
   .preloader {
       position: fixed;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background-color: #fefefe;
       z-index: 99999;
       height: 100%;
       width: 100%;
       overflow: hidden !important;
   }
   
   .loaded {
       width: 60px;
       height: 60px;
       position: absolute;
       left: 50%;
       top: 50%;
       background-image: url(../images/loading.gif);
       background-repeat: no-repeat;
       background-position: center;
       -moz-background-size: cover;
       background-size: cover;
       margin: -20px 0 0 -20px;
   }
   img {
       -moz-user-select: none;
       -webkit-user-select: none;
       -ms-user-select: none;
       user-select: none;
       -webkit-user-drag: none;
       user-drag: none;
   }
   a,
   a:hover,
   a:active,
   a:focus {
       text-decoration: none;
       outline: none;
   }
   a,
   button,
   a span {
       -webkit-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
       transition: 0.2s ease-in-out;
   }
   a{
       font-family: 'Montserrat', sans-serif;
       font-weight: 400;
   }
   .btn.extra-width {
       padding: 13px 40px;
   }
   .btn:focus,
   .btn:active {
       outline: inherit;
   }
   *,
   *:before,
   *:after {
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
       /*    direction: rtl;*/
   }
   p {
       margin: 0 0 15px;
   
   }
   
   .clear {
       clear: both;
   }
   
   img {
       max-width: 100%;
   }
   textarea,
   input[type="text"],
   input[type="password"],
   input[type="datetime"],
   input[type="datetime-local"],
   input[type="date"],
   input[type="month"],
   input[type="time"],
   input[type="week"],
   input[type="number"],
   input[type="email"],
   input[type="url"],
   input[type="search"],
   input[type="tel"],
   input[type="color"],
   .uneditable-input {
       outline: none;
   }
   /*.form-control {
       border: 1px solid rgba(0, 0, 0, 0.08);
       font-size: 16px;
       height: 45px;
   }*/
   .form-control {
       display: inline-block;
       height: 35px;
       padding: 6px 25px;
       font-size: 14px;
       line-height: 1.42857143;
       color: #000;
       background-color: #fff;
       background-image: none;
       border: 1px solid #ccc;
       border-radius: 0px;
       -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
       box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
       -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
       transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   }
   .form-control:focus {
       border-color: #bcefeb;
   }
   
   h1,
   h2,
   h3 {
       font-weight: 400;
       margin: 0;
       font-family: 'Montserrat', sans-serif;
   }
   h4,
   h5 {
       font-weight: 400;
       margin: 0;
       line-height: 2rem;
       font-family: 'Montserrat', sans-serif;
   }
   h1 {
       font-size: 3.75rem;
       line-height: 5.5rem;
       color:#fff;
       letter-spacing: .4rem;
   }
   h2 {
       font-size:1.875rem;
       line-height: 3rem;
       text-transform: uppercase;
   
   }
   h3 {
       font-size:1.375rem;
       line-height: 2.5rem;  
       text-transform: uppercase;
   }
   h4 {
       font-size: 1rem;
       line-height: 2rem;
       margin-bottom: 1rem;
       text-transform: uppercase;
   }
   h5 {
       font-size: 1.125rem;
       margin-bottom: 1rem;
       color:#223d61;
       text-transform: uppercase;
   }
   h6 {
       font-size: 1rem;
       margin-bottom: .9rem;
   }
   p {
       line-height: 2rem;
       font-size: 0.875rem;
   }
   p:last-child {
       margin-bottom: 0px;
   }
   /*.home-wrap h1,*/
   .home-wrap h2,
   .home-wrap h3,
   .home-wrap h4,
   .home-wrap h5,
   .home-wrap p {
       color: #ffffff;
       /*font-family: 'roboto', sans-serif;*/
   }
   .text {
       color: #333333;
   }
   .colorstext {
       color: #5e9a28;
   }
   .coloricon i {
       color: #5e9a28;
   }
   .colorsbg {
       background: #5e9a28;
       color: #ffffff;
   }
   
   .lightbg {
       background-color: #f9f9f9;
   }
   .bg-grey{
       background-color: #ddd;
   }
   .transition {
       -webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
       -o-transition: all 300ms linear;
       -ms-transition: all 300ms linear;
       transition: all 300ms linear;
   }
   
   .outofsectiontext{
       margin-top: 40px;
   }
   
   /*
   Section
   */
   .sections {
       padding-top:85px;
       padding-bottom: 105px;
       overflow: hidden;
   }
   .sections.footer {
       padding-bottom: 80px;
   }
   section .subtitle h5 {
       margin-top: 10px;
       font-size: 1.3rem;
   }
   .parallax-section {
       max-width: 100%;
       color: #ffffff;
   }
   section .title-half h2 {
       font-size: 3rem;
       line-height: 4rem;
       font-weight: 300;
       margin-bottom: 1.4rem;
   }
   section .subtitle-half h5 {
       font-weight: 100;
       font-size: 17px;
   }
   ul{
       margin:0;
       padding:0;
       list-style:none;
   }
   
   .heading {
       margin-bottom: 4rem;
   }
   .overlay {
       background-color: rgba(41, 39, 34, 0.75);
       width: 100%;
       height: 670px;
   }
   .map-overlay {
       background-color: rgba(255, 114, 0, 0.75);
       width: 100%;
       height:auto;
   }
   .video_overlay {
       background-color: #2a2a2a;
       width: 100%;
       height: auto;
   }
   
   .no-padding {
       padding: 0 !important;
       margin:0 !important;
   }
   .fluid-blocks-col {
       padding: 70px 40px 0 80px;
   }
   .fluid-blocks-col-right {
       padding: 70px 80px 0 40px;
   }
   /*
   Separator
   */
   .separator {
       height: 1px;
       width: 170px;
       margin: 20px 0px;
       background: #eeeeee;
       position: relative;
   }
   .separator:after {
       position: absolute;
       left:0;
       bottom:0;
       height: 2px;
       width: 50px;
       background: #ff4c37;
       content:"";
   
   }
   .separator2 {
       height: 1px;
       width:93%;
       margin: 20px 0px;
       background: #eeeeee;
       position: relative;
   }
   .separator2:after {
       position: absolute;
       left:0;
       bottom:0;
       height: 2px;
       width: 70px;
       background: #ff4c37;
       content:"";
   }
   
   
   .separator3 {
       height: 2px;
       width: 30px;
       margin:20px auto;
       background: #5e9a28;
   }
   .separator4 {
       height: 2px;
       width: 30px;
       margin:20px 0px;
       background: #f38181;
   }
   /*section:nth-of-type(odd) {
       background-color: #F9F9F9;
   }*/
   /*
   Button
   */
   .btn-primary.active.focus,
   .btn-primary.active:focus,
   .btn-primary.active:hover,
   .btn-primary:active.focus,
   .btn-primary:active:focus,
   .btn-primary:active:hover,
   .open > .dropdown-toggle.btn-primary.focus,
   .open > .dropdown-toggle.btn-primary:focus,
   .open > .dropdown-toggle.btn-primary:hover,
   .btn-primary.focus,
   .btn-primary:focus,
   .btn-primary.disabled,
   .btn-primary.disabled:hover {
       color: #ffffff;
       background-color: #5e9a28;
       border-color: #5e9a28;
   }
   
   
   
   .btn {
       display: inline-block;
       min-width: 150px;
       line-height: 30px;
       height: 50px;
       text-align: center;
       color: #fff;
       letter-spacing: 1px;
       margin: 0;
       font-size:0.8125rem;
       border-radius: 0px;
       margin-top: 20px;
       background-color: #ff4c37;
       transition: .5s;
       border: 1px solid #ff4c37;
       font-family: 'Montserrat', sans-serif;
       font-weight: 400;
   }
   
   .btn:hover {
       background-color:#567cfb;
       color: #fff;
       text-decoration: none;
       border: 1px solid #567cfb;
   }
   
   .btn-primary {
       background-color: #ff9221;
       transition: .5s;
       padding: 9px 30px;
   }
   
   .btn_news_color{
       color:#5e9a28;
       border-color: #5e9a28;
   }
   
   .btn-md{
       border:1px solid #5e9a28;
       color:#5e9a28;
       padding: 10px 45px 10px 0px;
   }
   
   
   .btn-larg{
       border: 1px solid #fff;
       color:#fff;
       padding: 6px 30px;
   }
   
   
   
   
   /*.btn-default:active, .btn-default:hover  {
       background: transparent;
   }*/
   
   
   /*
   Extra height css
   */
   .margin-top-20 {
       margin-top: 20px;
   }
   .margin-bottom-20 {
       margin-bottom: 20px;
   }
   .margin-top-40 {
       margin-top: 40px;
   }
   .margin-bottom-40 {
       margin-bottom: 40px;
   }
   .margin-top-60 {
       margin-top: 60px;
   }
   .margin-80 {
       margin-top: 80px;
       margin-bottom: 80px;
   }
   .margin-bottom-60 {
       margin-bottom: 60px;
   }
   .margin-top-80 {
       margin-top: 80px;
   }
   .margin-bottom-80 {
       margin-bottom: 80px;
   }
   .padding-top-20 {
       padding-top: 1.33rem;
   }
   .padding-bottom-20 {
       padding-bottom: 1.33rem;
   }
   .padding-top-40 {
       padding-top: 2.66rem;
   }
   .padding-bottom-40 {
       padding-bottom: 2.66rem;
   }
   .padding-top-60 {
       padding-top: 5rem;
   }
   .padding-bottom-60 {
       padding-bottom: 5rem;
   }
   .padding-bottom-0 {
       padding-bottom: 0;
   }
   /*padding*/
   .padding-twenty {
       padding: 10px 0;
   }
   .padding-fourty {
       padding: 20px 0;
   }
   .padding-sixty {
       padding: 30px 0;
   }
   .padding-eighty {
       padding: 40px 0;
   }
   h1 span {
       color: #5e9a28;
       font-weight: 400;
   }
   
   /*for placeholder changes*/
   
   input::-webkit-input-placeholder {
       color: #ddd;
   }
   input::-moz-placeholder {
       color: #ddd;
   }
   input::-ms-input-placeholder {
       color: #ddd;
   }
   
   /* PARCHES  */
   
   .gracias {
   
   text-align: center;
   top: 100px;
   
   }
   
   .gracias h1 {
   
       color: #000;
       letter-spacing: normal;
       font-weight: bold;
       font-size: 3em;
       line-height: 1.1em;
   
   }
   
   .gracias2 img {
   
       max-width: 100%;
       padding: auto;
       margin: auto;
       width: 50%;
       display: block;
   
   
   }
   
   .static {
       position: absolute;
       background: white;
      }
     
     .static:hover {
       opacity: 0;
      }
   
   
      #myVideo {
   
   
           min-width: 100%;
           min-height: 100vh;
           max-width: 100%;
           max-height: 100vh;
           object-fit: cover;
           margin-bottom: -100px;
           z-index: -1;
   
   
      }
   
      .choose {
       position: relative;
       background-color: #FFF;
   }
   
   .lightbg {
       background-color: #f9f9f9;
       position: relative;
   }
   
   .testimonial {
       background-color: #FFF;
       position: relative;
   }
   
   .clogo {
       background: #eeeeee;
       position: relative;
   }
   
   .contact {
       position: relative;
       background-color: #FFF;
   }
   
   /*for image bg*/
   
   
   /*.img-bg{
     background: url(../images/home-msg.jpg) no-repeat center top fixed;
     background-size
     -moz-background-size: cover;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     width: 100%;
     overflow: hidden;
   }*/
   /* navbar section */
   .menu-scroll {
       padding-top: 0px;
       padding-bottom: 0px;
       position: fixed;
       top: 0; 
       left: 0; 
       right: 0; 
       z-index: 300;
       box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
       -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
       background-color:rgba(35, 36, 36, 0.829);
       -webkit-transition:all .3s;
       -moz-transition:all .3s;
       transition:all .3s;
       height: 75px;
   
   }
   
   
   .main_menu_bg{
       margin-top: 0px;
       background-color: transparent;
   }
   .main_menu_bg .navbar-default {
       background-color: transparent; 
       border-color: transparent; 
       transition: all .6s;
       margin: 15px auto;
   }
   .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
       color:#ff4c37;
       background: transparent;
       border-bottom: 1px solid #ff4c37;
   }
   .main_menu_bg .navbar {}
   
   .main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
       color: #ff4c37;
       padding-bottom: 22px;
       border-bottom: 1px solid #ff4c37;
       background: transparent;
   
   }
   
   .main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
   }
   .navbar-brand {
       padding: 0px 15px;
   }
   .navbar-brand>img {
       max-width: 100%;
   }
   .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
       background-color:transparent;
       color:#f5c239;
   
   }
   
   .dropdown-menu {
       min-width: 160px;
       padding: 0px;
       margin: 2px 0 0;
       font-size: 14px;
       text-align: left;
       list-style: none;
       background-color: transparent;
       -webkit-background-clip: padding-box;
       background-clip: padding-box; 
       border: 0px solid #ccc; 
       border: 0px solid rgba(0,0,0,.15); 
       border-radius: 0px; 
       -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
       box-shadow: 0 0px 0px 
   }
   
   .dropdown-menu .navbar-form .form-group input[type="text"]{
       background-color:rgba(34, 61, 97, 0.68);
       border: 1px solid #ff4c37;
       color:#ff4c37;
       width: 300px;
   }
   .dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
       color: #ff4c37;
       opacity: 1; 
   }
   .dropdown-menu .navbar-form {
       margin-right: -30px;
   }
   
   
   .culmn{
       width:100%;
       overflow: hidden;
   }
   /*heading title all area*/
   .head_title{
       margin-bottom:90px;
   
   }
   
   .serv2 {
   
       margin-left:15px;
   }
   
   .head_title h3{
       color:#413d4b;
   }
   .head_title p{
       font-family: 'playfair_displayregular';
   }
   
   /*home section*/
   .video-overlay2 {
   
       position: absolute;
       background-color: rgba(31, 39, 43, 0.75);
       top: 0;
       left: 0;
       bottom: 0;
       right: 0;
       width: 100%;
   
   }
   .main-banner {
   position: relative;
   max-height: 100%;
   overflow: hidden;
   }
   
   .main-banner .col-lg-12 {
   
       position: static !important;
   }
   .main-banner .caption {
       position: absolute;
       top: 50%;
       transform: translateY(-50%);
     }
     
     .main-banner .caption h6 {
       margin-top: 0px;
       font-size: 15px;
       text-transform: uppercase;
       font-weight: 600;
       color: #fff;
       letter-spacing: 1px;
     }
     
     .main-banner .caption h2 {
       margin-top: 20px;
       margin-bottom: 20px;
       font-size: 36px;
       text-transform: uppercase;
       font-weight: 800;
       color: #fff;
       letter-spacing: 1px;
     }
     
     .main-banner .caption h2 em {
       font-style: normal;
       color: #f5a425;
       font-weight: 900;
     }
     
     .main-banner .caption p {
       color: #fff;
       font-size: 14px;
       max-width: 570px;
     }
     
     .main-banner .caption .main-button-red {
       margin-top: 30px;
     }
   
     .main-button-red a {
       font-size: 13px;
       color: #000;
       background-color: #ff9221;
       padding: 12px 30px;
       display: inline-block;
       border-radius: 22px;
       font-weight: 500;
       text-transform: uppercase;
       transition: all .3s;
     }
     
     .main-button-red a:hover {
       opacity: 0.9;
     }
   
     .main-button-green a {
        font-size: 13px;
        color: #FFF;
        background-color: #196c14;
        padding: 12px 30px;
        display: inline-block;
        border-radius: 22px;
        font-weight: 500;
        text-transform: uppercase;
        transition: all .3s;
      }
      
      .main-button-green a:hover {
        opacity: 0.9;
      }
     
     @media screen and (max-width: 767px) {
     
       .main-banner .caption h6 {
         font-weight: 500;
       }
     
       .main-banner .caption h2 {
         font-size: 36px;
       }

       #serv {
    
margin: 30px;
    
      }
     
   }

#nosotros {

padding:30px;
text-align: center;


}


   .nosotros h1 {

    color:#232323;

   }

   .nosotros p {

font-size: 1rem;


   }


     /* SERV */


  #catalogo {

    text-align: center;
    background-color: #011e11;
    padding-top: 50px;
    
      }
    
      #catalogo h2 {
    
    color: #FFF;
    
      }
    
      #serv {
    
        background-color: #25df4e;
        padding: 20px;
        margin-bottom: 30px;
    
      }



      #catalogo_titulo {
    
    padding: 20px;
    
    
      }
    
      #catalogo_titulo h1 {
    
color: #196c14;
        font-weight: 900;
        margin-bottom: 30px;
        font-size: 3rem;
        line-height: normal;
        letter-spacing: normal;
    
    
      }
    
    
    
      #serv h1 {
        color: #011e11;
        font-size: 2rem;
        line-height: 2rem;
        letter-spacing: normal;
        font-weight: 700;
    
      }
    
      #serv img {
    
    width: 100%;
    margin-bottom: 30px;
    
      }
    
      #serv {
    /*
    border: 1px solid #009bdb;
    padding-bottom: 50px;
    */
    
      }
    
    

    
      #serv p {
        padding: 20px;
        font-size: 1rem;
        line-height: normal;
        color: #232323;
    
      }
    
    
   
   .head10 img {
   
       max-width: 100%;
       padding: auto;
       margin: auto;
       width: 550px;
       display: block;
       margin-top: 25%;
       margin-bottom: 20%;
   
   }
   
   .home .main_home{
       padding-top: 250px;
   }
   
   
   .home .main_home h1{
       color: #fff;
       margin-bottom:20px;
   }
   .home .main_home p{
       color: #fff;
       max-width: 60%;
       margin: 0 auto;
       padding-bottom: 30px;
       font-size:1.125rem;
   
   }
   
   
   
   .home .owl-theme .owl-nav {
       margin-top: 80px;
       text-align: center;
       -webkit-tap-highlight-color: transparent;
   }
   .owl-theme .owl-dots .owl-dot span {
       background: #fff;
   }
   
   .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
       background: #ff4c37;
   }
   .owl-theme .owl-dots .owl-dot span {
       -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
       border-radius: 0px;
       transform: rotate(45deg);
   }
   
   
  
   
   /* scrollup */
   
   .scrollup{
       width: 30px;
       height: 30px;
       border-radius: 15px;
       opacity: .3;
       position: fixed;
       bottom: 20px;
       right: 25px;
       color: #fff;
       cursor: pointer;
       background-color: #000;
       z-index: 1000;
       transition: opacity .5s, background-color .5s;
       -moz-transition: opacity .5s, background-color .5s;
       -webkit-transition: opacity .5s, background-color .5s;
   }
   
   .scrollup:hover {
       background: #ff4c37;
       opacity: 1;
   }
   
   .scrollup i {
       font-size: 13px;
       position: absolute;
       opacity: 1;
       color: #fff;
       left: 50%;
       top: 50%;
       margin-top: -7px;
       margin-left: -6px;
       text-decoration: none;
   
   }
   
   
   
   .skillbar {
   
    display: none;   
   }
   
   
   
   
   

/*contact section css*/
.contact{

}

.contact .single_contact_info{
    margin-bottom:45px;
    overflow: hidden;
}

.contact .single_info_icon {
    width:15%;
    float: left;
    margin-right: 5%;
}
.contact .single_info_icon i{
    width:60px;
    height: 56px;
    line-height: 56px;
    color:#444;
    background: url(../images/info_iconbg.png) no-repeat;
    font-size: 1.5rem;
    padding-left: 15px;
    display: block;
}
.contact .single_info_text {
    float:left;
    width:80%;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    color: var(--default-color);
    background-color: #232323;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
    position: relative;
  }
  
  .footer h3 {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
  }
  
  .footer p {
    font-style: italic;
    padding: 0;

  }
  
  .footer .social-links {
    margin: 0 0 10px 0;
  }
  
  .footer .social-links a {
    font-size: 16px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    background: blue;
    color: white;
    line-height: 36px;
    margin: 0 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  .footer .social-links a:hover {
    background: color-mix(in srgb, green, transparent 20%);
    text-decoration: none;
  }
  
  .footer .copyright {
    padding-top: 10px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  
  .footer .credits {
    font-size: 13px;
    padding-top: 5px;
  }





  /* CONAIP  */






       /* SERV */


       #catalogo {

        text-align: center;
        background-color: #FFF;
        
          }
        
          #catalogo h2 {
        
        color: #196c14;
        
          }
        
          #serv {
        
        background-color: #ff9221;
        padding: 20px;
        color: white;
        margin-bottom: 30px;
          }
          #catalogo_titulo {
        
        padding: 20px;
        
        
          }
        
          #catalogo_titulo h1 {
        
            color: #196c14;
            font-weight: 900;
            font-family: Quicksand;
            font-size: 5em;
        
        
          }
        
        
        
          #serv h1 {
        
            color: white;
            font-weight: 900;
            font-family: Quicksand;
        
          }
        
          #serv img {
        
        width: 100%;
        margin-bottom: 30px;
        
          }
        
          #serv {
        /*
        border: 1px solid #009bdb;
        padding-bottom: 50px;
        */
        
          }
        
        
          #serv a {
        
            font-size: 1.5rem;
            color: white;
            
          }
        
          #serv p {
        
        padding: 20px;
        font-size: 16px;
          }
        
    
    #serviciosb {
    
    
    background-color: #fff;
    margin-bottom: 100px;
    margin-top: 0px;
    
    }
    
    #serviciosb img {
    
    width: 100%;
        margin-top: 90 px;
        display: block;
        /* margin: auto; */
        margin-top: 50px;
    }
    
    
    #serviciosb h2 {
    
    
    color: #196c14;
        font-size: 2.75em;
        margin-top: 100px;
        margin-bottom: 30px;
    
    
    }
    
    #serviciosb h3 {
    
    
    color: #196c14;
        font-size: 1.5em;
        margin-bottom: 30px;
    
    
    }
    
    #serviciosb p {
    
    font-size: 22px;
    color: #000;
    
    }
    
    
    
    
    /* SERVICIOS */
    
    #servicios {
    
    
    background-color: #00c499;
    padding-bottom: 100px;
    padding-top: 100px;
    
    }
    
    
    #servicios img {
    
    width: 100%;
    margin-top: 90px;
    }
    
    .contenedor {
    
    max-width: 1080px;
    margin: auto;
    padding: 15px;
    
    }
    
    .foto {
    
    
    
    }
    
    #servicios h2 {
    
    
    color: #FFF;
        font-size: 2.75em;
        margin-top: 100px;
        margin-bottom: 30px;
    
    
    }
    
    #servicios p {
    
    font-size: 1.5em;
    color: #fff;
    
    }
    
    
    
    
    
    .bullet  {
        background-image: url(../Images/bullet.png);
        /* width: 10px; */
        /* height: 10px; */
        background-repeat: no-repeat;
        padding-left: 30px;
        line-height: 30px;
    }
    
    
    .servicio  {
    
            height: 226px;
        width: 46%;
        margin: 10px;
        float: left;
        box-shadow: 0 0 15px #888888;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    
    }
    
    .servicio img {
    
        vertical-align: middle;
        border-style: none;
        width: 30% !important;
        height: auto;
        margin: auto;
        margin-top: 63px;
    
    
    }
    
    .servicio h3 {
    
    font-size: 2em;
        margin-top: 20px;
        font-weight: 600;
    }
    
    .beneficios .btn {
        color: #17ab1e !important;
        text-decoration: none;
        background-color: #FFF;
        border: 2px solid #FFF;
        /* border-radius: 4px; */
        margin-top: 10px;
        width: 170px;
        height: 60px;
        margin: auto;
        display: block;
        
    }
    
    .beneficios .btn a {
    
        color: #17ab1e;
        font-weight: 500;
        font-size: 1.2em;
        text-decoration: none;
    }
    
    .beneficios .btn:hover  {
    
    text-decoration: none;
    background-color: #17ab1e !important;
    border: 1px solid #17ab1e;
    color: #FFF;
    
    }
    
    .beneficios .btn:hover a {
    
    color: #fff;
    
    }

    /* SERVICIOSB */

#acerca2 {

    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ff8a00;
    
    
    }

    #acerca2 .btn {
    
        color: #000 !important;
        text-decoration: none;
        background-color: white;
        /* margin-top: 30px; */
        width: 200px;
        height: 60px;
        bottom: 10px;
        border: none;
        border-radius: 50px;
        margin-left: 25%;
        margin-top: 35px;
      
      }
      
      #acerca2 .btn a {
      
        color: #000;
        font-weight: bold;
        font-size: 1.3em;
        text-decoration: none;
      
      
      }
      
      #acerca2 .btn:hover  {
      
      text-decoration: none;
        background-color: #128ca3 !important;
      color: #FFF;
      
      }
      
      #acerca2 .btn:hover a {
      
      color: #fff;
      
      }
      
      .centrado-2 {

        font-size: 1.3vw;
        font-weight: bold;
        text-align: left;
        margin-top: 100px;
        color: #FFF;
      }

      .centrado-2 p {

        font-size: 1.3vw;

      }


      .centrado-3 {

text-align: center;

      }
    
       .centrado-2 h2 {
    
     font-size: 2vw;
     color:#FFF;
     font-weight: 800;
    
       }

       .bullet  {
        background-image: url(../Images/bullet.png);
        /* width: 10px; */
        /* height: 10px; */
        background-repeat: no-repeat;
        padding-left: 30px;
    }

    /* TESTIMONIOS */


#testimonios h1 {

    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 5vw;
    color: #196c14;

}

#testimonios {

padding-bottom: 100px;

}

#testimonios h4 {

color: #fff;

}

#testimonios p {

color: #fff;

}


.testimonial {

padding: 10px;

}

.test  {

background-color: #ff8a00;
    padding: 15px;
    padding-bottom: 49px;
    padding-top: 50px;
}
