@import url('https://fonts.googleapis.com/css?family=Open+Sans:400');
@import url('https://fonts.googleapis.com/css?family=Rubik');
body
	{
		background: #ffffff;
        font-family: 'Open Sans', sans-serif;
		font-weight: 200;
        position: relative;
	}

h2, h3, h4
    {
        font-family: 'Rubik', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: -.02em;
        -webkit-font-smoothing: antialiased
    }

p
    {
        line-height: 26px;
    }

/* start all section */
#service, #divider, #about, #team, #newsletter,
 #pricing, #portfolio, #client, #contact
    {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }
/* end all section */

/* start nagivation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
        padding: 0;
    }
.navbar-header{
    margin-bottom: 10px;
}

.navbar-default .navbar-nav li a
    {
        position: relative;
        font-family: 'Rubik','Helvetica Neue', Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 35px;
        color: #3a3a3a;
        padding-left: 20px;
        padding-right: 20px;
        transition: background-color .2s linear, color .2s linear
    }
.navbar-default .navbar-nav li a:hover
    {
        background-color: #f9f9f9;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #f9f9f9;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #83b819;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }

/* end navigation */

/* start home */        
#home
	{
      padding-top: 65px;
	}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #0092CF;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
    
  zoom: 0;
}
.flexslider .slides img {
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  max-height: 520px;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
    
}

.flexslider h1{
    font-family: 'Rubik','Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 60px;
    text-transform: none;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexslider .btn
{
    background: #0092CF;
    border-radius: 8px;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-family: 'Rubik','Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 100%;
    padding: 15px 35px 15px 35px;
    text-transform: none;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #007CB2;
    color: #fff;
    border: 2px solid transparent;
}

.flexslider p{
    text-transform: none;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 100;
}

/* end home */

/* start service */
#service .media
    {
        padding: 10px;
    }
#service .media .fa
    {
        color: #202020;
        font-size: 40px;
        margin-right: 20px;
    }
#service .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }

#service .btn {
    background: #83b819;
    border-radius: 4px;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-family: 'Rubik', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 110px;
    padding: 12px 10px 10px 10px;
}

#service .btn:hover,
#service .btn:focus {
    background: #73A117;
    color: #fff;
    border: 2px solid #73A117;
}
/* end service */

/* start divider */
#divider
    {
        background: url('../images/soluciones-img.png');
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFFFFF;
    }
#divider h2
    {
        font-size: 40px;
    }
#divider strong
    {
        color: #83b819;
    }
#divider h3
    {
        padding-bottom: 30px;
    }
/* end divider */

/* start about */
#capacitacion{
    border-top: 1px solid #f6f6f6;
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
}
#capacitacion h3
    {
        color: #0092CF;
        font-size: 40px;
        padding-bottom: 10px;
    }
#capacitacion p{
    font-size: 15px;
}

#capacitacion .btn{
    background: #83b819;
    border-radius: 5px;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-family: 'Rubik', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 210px;
    padding: 12px 10px 10px 10px;
}

#capacitacion .btn:hover,
#capacitacion .btn:focus {
    background: #73A117;
    border: 2px solid #73A117;
}
#capacitacion h4
    {
        padding-bottom: 10px;
    }
#capacitacion .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 6px;
    }
#capacitacion .progress .progress-bar-danger
    {
        background: #93ca3a;
    }
#capacitacion .text-top
    {
        padding-top: 50px;
    }
#capacitacion span
    {
        display: block;
        padding-bottom: 10px;
    }
#capacitacion small
    {
        font-weight: bold;
        padding-left: 200px;
    }
/* end about */

#demos{
    margin-top: 50px;
    padding-top: 60px;
}
#demos h3
    {
        color: #0092CF;
        font-size: 40px;
        padding-bottom: 10px;
    }
#demos p{
    font-size: 15px;
}

#demos .btn{
    background: #83b819;
    border-radius: 5px;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-family: 'Rubik','Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 210px;
    padding: 12px 10px 10px 10px;
}

#demos .btn:hover,
#demos .btn:focus {
    background: #73A117;
    border: 2px solid #73A117;
}
#demos h4
    {
        padding-bottom: 10px;
    }
#demos .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 6px;
    }
#demos .progress .progress-bar-danger
    {
        background: #93ca3a;
    }
#demos .text-top
    {
        padding-top: 50px;
    }
#demos span
    {
        display: block;
        padding-bottom: 10px;
    }
#demos small
    {
        font-weight: bold;
        padding-left: 200px;
    }
/* start team */
#team
    {
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
        text-align: center;
    }
#team h2
    {
        padding-bottom: 30px;
    }
#team img
    {
        border: 1px solid #f6f6f6;
        display: inline-block;
        padding: 10px;
        transition: all 0.4s ease-in;
    }
#team img:hover
    {
        opacity: 0.4;
        cursor: pointer;
    }
#team h3
    {
        color: #93ca3a;
        padding-bottom: 10px;
    }
#team h4
    {
        font-size: 14px;
        padding-top: 20px;
        line-height: 0px;
    }
/* end team */

/* start newsletter */
#newsletter
    {
        background: url('../images/subscribe.jpg') center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
    }
#newsletter p
    {
        padding-bottom: 30px;
    }
#newsletter .btn
    {
        background: transparent;
        border-radius: 0px;
        color: #ffffff;
        margin-top: 40px;
    }
#newsletter .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 5px;
        color: #ffffff;
        height: 50px;
    }
#newsletter input[type="submit"]
    {
        background: #83b819;
        border: 2px solid transparent;
        color: #ffffff;
    }
#newsletter .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#newsletter .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
/* end newsletter */

/* start pricing */
#pricing
    {
        border-bottom: 1px solid #f6f6f6;
    }
#pricing .col-md-3,
#pricing .col-sm-6
    {
        padding: 0;
        margin: 0;
    }
#pricing .plan
  {
    border: 1px solid #f6f6f6;
    margin-top: 100px;
    transition: all 0.4s ease-in;
    padding: 40px;
  }
#pricing .plan_one
 {
    margin-top: 60px;
 }
#pricing .plan_two
 {
    margin-top: 80px;
 }
#pricing .plan_three
 {
    margin-top: 40px;
 }
#pricing .plan_four
 {
    margin-top: 0px;
 }
#pricing .plan:hover
  {
    background: #202020;
    color: #ffffff;
    transform: scale(1.0);
  }
#pricing .plan .plan_title
  {
    border-bottom: 1px solid #f6f6f6;
    color: #9bc848;
    font-size: 30px;
    padding: 20px;
  }
#pricing .plan ul
  {
    padding: 0;
  }
#pricing .plan ul li
  {
    display: block;
    padding: 20px 0 20px 0;
  }
#pricing .plan .btn
  {
    background: #93ca3a;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
  }
#pricing .plan .btn:hover
  {
    background: #FFFFFF;
    color: #66AF33;
  }
/* end pricing */

/* start portfolio */
#portfolio h2
    {
        padding-bottom: 30px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    background-color: #e6e6e6;
    font-size: 14px;
    border-radius: 5px;
    color: #525252;
    padding: 8px 12px;
    display: block;
    text-decoration: none;
}

.filter-wrapper li a:hover, .filter-wrapper li a:focus {
    background-color: #ff8d1d;
    color: #fff;
    transition: 0.2s;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: center;
    overflow: hidden;
    padding-bottom: 25px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
        background: url('../images/contact.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
    }

#contact p{
    font-size: 16px;
}
#contact h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#contact .fa
    {
        color: #83b819;
        font-size: 20px;
        padding-bottom: 14px;
    }
#contact .form-control
    {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        color: #202020;
        font-weight: bold;
        margin-bottom: 10px;
    }
#contact input[type="submit"]:hover
    {
        background: #83b819;
        color: #fff;
    }
 #contact .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #666;
}
#contact .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */

/* start google map */
#map-canvas
  {
    border: none;
    width: 100%;
    height: 320px;
  }
/* end google map */

/* start footer */
footer
    {
        padding-top: 8vmin;
        padding-bottom: 8vmin;
        font-size: 12px;
    }

footer .logo{
    text-align: center;
}
footer p
    {
        text-align: center;
        font-size: 12px;
        padding-top: 4vmin;
        padding-bottom: 4vmin
    }
footer .social-icon
    {
        text-align: center;
        top: 0px;
    }
/* end footer */

.too-icon {
	padding: 10px;
}

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: #333;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
.social-icon li a:hover
    {
        background: #f2f2f2;
    }

footer .social-icon a{
    font-size: 24px;
}
/* end social icon */

#modulos{
    height: 100%;
}
#modulos img{
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container video{
	position:absolute;
	top:0;
	left:0;
    align-content: center;
	width:100%;
	height:100%;
}

video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .flexslider .btn{
          font-size:small;
          margin-top: 3px;
          padding: 10px 10px 10px 10px;
        }

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

    .flexslider li img {
          height: 380px;
        }

        #capacitacion a{
      margin-bottom: 15px;
    }

    #pricing img{
          width: 40%;
          padding-bottom: 25px;
        }

    footer img{
          width:25%
        }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
    
    #aviso p{
        display: none;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .flexslider .btn{
          font-size:small;
          margin-top: 3px;
          padding: 10px 10px 10px 10px;
        }
    .flexslider p{
      display: none;
    }

    .flexslider li img {
          height: 230px;
        }
    #capacitacion a{
      margin-bottom: 15px;
    }

    #pricing img{
          width: 50%;
          padding-bottom: 25px;
        }

    footer img{
          width:35%
        }

        footer p{
          font-size: smaller;
        }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
    
    #aviso p{
        display: none;
    }
}
/* end templatemo 600 media quires */

#aviso{
    background-color: #007CB2;
    height: 400px;
}

#aviso h1{
    margin-top: 150px;
    color: #fff;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
}

#aviso p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.breadcrumb{
    font-size: 13px;
    background-color: transparent;
}

.breadcrumb .active{
    color: #E2E2E2;
}
.breadcrumb a{
    color: #fff;
}

#soluciones-head{
    background-color: #004A61;
    height: 450px;
}

#soluciones-head h1{
    margin-top: 150px;
    color: #fff;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
}

#soluciones-head p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

#soluciones-head img{
    margin-top: 20px; 
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: #fff;
    border-radius: 5px;
    height: 165px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card img{
    padding: 25px;
}

.card p{
    padding: 10px;
    text-align: center;
    font-size: 12px;
}

.card a{
    color: #000;
    text-decoration: none;
}

.card img{
    width:100%;
}

.contact-banner{
    background-color: #007CB2;
    color: #fff;
    height: 150px;
}

.contact-banner h3{
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-banner .btn-default{
    margin-bottom: 40px;
    margin-top: 50px;
    padding: 15px 20px;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: transparent;
    border: 3px solid #fff;
}

.contact-banner .btn-default:hover{
    -webkit-transition: all 0.1s ease-in-out;
    background-color: #fff;
    color: #007cb2;
}
.nav-pills{
    border-radius: 0px;
    background-color: #f3f3f3;
    font-size: 15px;
}

.nav-pills a{
    color: #1a1a1a;
    height: 50px;
}

.nav-pills li{
    border-bottom: 2px solid #f9f9f9;
}

.nav-pills>li>a:hover{
    border-radius: 0px;
    border-right: 3px solid #CBCBCB;
    color: #004A61;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover{
    background-color: #e8e8e8;
    border-radius: 0px;
    color: #303030;
    border-right: 3px solid #83b819;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
    width: 100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }

#soluciones-head a.btn-demo{
    background-color: #ff8d1d;
    color: #fff;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
}

#soluciones-head a.btn-demo:hover{
    transition: 0.3s;
    background-color: #FA8C1D;
}
  

@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .flexslider .btn{
          font-size:small;
          margin-top: 3px;
          padding: 10px 10px 10px 10px;
        }

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

    .flexslider li img {
          height: 380px;
        }

        #capacitacion a{
      margin-bottom: 15px;
    }

    #pricing img{
          width: 40%;
          padding-bottom: 25px;
        }

    footer img{
          width:25%
        }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
    
    #aviso p{
        display: none;
    }
    
    #soluciones-head p, #soluciones-head img{
      display:none;
    }

    #soluciones-head .breadcrumb{
      font-size:smaller
    }

    .nav-pills{
      margin-top: -70px;
      margin-bottom: 50px;
    }

    .card{
      text-align: center;
      margin-bottom: 20px;
    }

    .card img{
      width: 60%
    }

    .contact-banner h3{
      padding-top: 25px;
      font-size: 16px;
      text-align: center;
    }

    .contact-banner .btn-default, .contact-banner{
      font-size: 10px;
      margin-top: -40px;
      text-align: center;
      padding: 10px 15px;
    }
    
    #modulos img{
      width: 100%;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .flexslider .btn{
          font-size:small;
          margin-top: 3px;
          padding: 10px 10px 10px 10px;
        }
    .flexslider p{
      display: none;
    }

    .flexslider li img {
          height: 230px;
        }
    #capacitacion a{
      margin-bottom: 15px;
    }

    #pricing img{
          width: 50%;
          padding-bottom: 25px;
        }

    footer img{
          width:35%
        }

        footer p{
          font-size: smaller;
        }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
    
    #aviso p{
        display: none;
    }
    
    #soluciones-head p, #soluciones-head img{
      display:none;
    }

    #soluciones-head .breadcrumb{
      font-size:smaller
    }

    .nav-pills{
      margin-top: -70px;
      margin-bottom: 50px;
    }
    
    .card{
      text-align: center;
      margin-bottom: 20px;
    }

    .card img{
      width: 60%
    }

    .contact-banner h3{
      padding-top: 25px;
      font-size: 16px;
      text-align: center;
    }

    .contact-banner .btn-default, .contact-banner{
      font-size: 10px;
      margin-top: -40px;
      text-align: center;
      padding: 10px 15px;
    }
    
    #modulos img{
      width: 100%;
    }
}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {
    #team .col-md-4
        {
            padding-top: 40px;
        }
        .flexslider p{
          display: none;
        }

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

        .flexslider .btn{
          font-size:small;
          margin-top: 3px;
          padding: 10px 10px 10px 10px;
        }

        .flexslider li img {
          height: 340px;
        }

        .navbar-brand{
          width:70%;
        }
        
        #pricing img{
          width: 50%;
          padding-bottom: 25px;
        }

        footer img{
          width:60%
        }

        footer p{
          font-size: smaller;
        }
        
    #aviso p{
        display: none;
    }
    
    #soluciones-head p, #soluciones-head img{
      display:none;
    }

    #soluciones-head .breadcrumb{
      font-size:smaller
    }

    .nav-pills{
      margin-top: -70px;
      margin-bottom: 50px;
    }

    .card{
      margin-bottom: 20px;
    }

    .contact-banner h3{
      padding-top: 25px;
      font-size: 16px;
      text-align: center;
    }

    .contact-banner .btn-default, .contact-banner{
      font-size: 10px;
      margin-top: -40px;
      text-align: center;
      padding: 10px 15px;
    }
    
    #modulos img{
      width: 100%;
    }
    
}
/* end templatemo 360 media quires */

