/*style.css*/
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway);

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100%;
}
.fade-carousel .carousel-inner .item {
    /*height: 100vh;*/
    height: 550px;
    font-family: 'Montserrat', sans-serif;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #35b551;
    border-color: #DBFFE3;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-330%,-50%,0);
         -moz-transform: translate3d(-330%,-50%,0);
          -ms-transform: translate3d(-330%,-50%,0);
           -o-transform: translate3d(-330%,-50%,0);
              transform: translate3d(-330%,-50%,0);
}
.hero h1 {
    font-size: 4em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out 0.5s;
       -moz-transition: 1s all ease-in-out 0.5s;
        -ms-transition: 1s all ease-in-out 0.5s;
         -o-transition: 1s all ease-in-out 0.5s;
            transition: 1s all ease-in-out 0.5s;
            transform: translate3d(50%,-50%,0);
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 1s all ease-in-out 0.5s;
       -moz-transition: 1s all ease-in-out 0.5s;
        -ms-transition: 1s all ease-in-out 0.5s;
         -o-transition: 1s all ease-in-out 0.5s;
            transition: 1s all ease-in-out 0.5s;
            transform: translate3d(-50%,-50%,0);
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.fade-carousel .slides .slide-1 {
  background-image: url('../images/s1.jpg');
}
.fade-carousel .slides .slide-2 {
  background-image: url('../images/s2.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image: url('../images/s3.jpg');
}

hgroup {
	/*background-color: rgba(0, 0, 0, 0.5);*/
    padding: 10px;
    border-radius: 6px;
}



/*MENU*/
body {
	/*font-family: 'Arimo', sans-serif;*/
    font-family: 'Raleway', sans-serif;
	padding-top: 70px;
}

.menu-intercargo {
	background-color: white;
	border-color: #35b551;
}

.navbar {min-height: 72px;}

.navbar-inverse .navbar-nav>li>a {
    color: #28783f;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;

    padding-top: 25px;
    background-color: #ffffff; /* Old browsers */


    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.navbar-inverse .navbar-nav>li>a.btn-sin-efecto {
    color: #28783f;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #FFFFFF;
    background-color: #2BAD4A;
    padding-bottom: 27px;
    padding-top: 23px;
}


.navbar-inverse .navbar-nav>li>a:hover:after, .navbar-inverse .navbar-nav>li>a:focus:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #2B793D;
    display: block;
}

/*SIN EFECTO*/
.navbar-inverse .navbar-nav>li>a.btn-sin-efecto:focus, .navbar-inverse .navbar-nav>li>a.btn-sin-efecto:hover {
    color: #FFFFFF;
    background-color: rgba(43, 173, 74, 0);
    padding-bottom: 27px;
    padding-top: 23px;
}

.navbar-inverse .navbar-nav>li>a.btn-sin-efecto:hover:after, .navbar-inverse .navbar-nav>li>a.btn-sin-efecto:focus:after {
    content: "";
    width: 100%;
    height: 0px;
    background-color: #2B793D;
    display: block;
}

.btn-cotiza {
	padding: 10px;
    border: 2px solid #40A95E;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.btn-cotiza:hover {
	background-color: #4D8F60;
    color: white;
    border-color: #0F6327;
}

.page-header {
    padding-bottom: 10px;
    margin: 40px 0 40px;
    border-bottom: 1px solid #eee;
    /*text-transform: uppercase;*/
    font-size: 3em;
    text-align: center;
    /*font-weight: 700;*/
    letter-spacing: -2px;
    padding: 40px 110px;
}

.section-div {
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: -2px;
    color:white;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    font-family: 'Montserrat', sans-serif;
}

.panel-default>.panel-heading {
    /*background-color: #B9B9B9;*/
    border-color: #ddd;
}

.panel-default>.panel-heading h4 {
    color: #23783F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
    padding: 5px 0 20px;
    height: 50px;
}

.panel-body {
    padding: 15px;
    background-color: whitesmoke;
}

.btn-tarifas, .btn-cotizar {
	text-transform: uppercase;
    border: 3px solid #40A95E;
    border-radius: 0px;
    width: 60%;
    padding: 10px 0;
    color: #28783F;
    font-weight: 700;
}

.btn-cotizar {width: 100%;}

.navbar-brand>img {margin-top: 0px;display: block;}

.bg-verde {    background-color: rgba(16, 136, 44, 0.63);}
.bg-gris {background-color: whitesmoke;}

.media-body, .bg-verde h2 {color:white;}

.pb20 {padding-bottom: 20px;}
.pb40 {padding-bottom: 60px;}
.pt40 {padding-top: 40px;}
.padding-tb-50 {padding: 50px 0;}

a {color: #327D48; text-decoration: none;}
a:focus, a:hover {color: #0A521F; text-decoration: none;}

/*.panel-body p {height: 245px;}*/

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    margin-left: 5px;
    text-transform: uppercase;
}

.media-body ul {padding-left: 20px;padding-top: 10px;}

.fa-inverse {color: #1E7336;}
.fa-stack-2x {font-size: 2em;color: #08AF37;}

.bg-img {
    background: url('../images/banner.jpg') no-repeat center center scroll;
        padding: 50px 0 0;
    background-attachment: fixed;
    background-size: cover;
}

.bg-clientes {
    background: url('../images/banner-clientes.jpg') no-repeat center center scroll;
        padding: 50px 0 0;
    /*background-attachment: fixed;*/
    background-size: cover;
}


.bg-img2 {
    background: url('../images/banner2.jpg') no-repeat center center scroll;
    padding: 50px 0;
    background-attachment: fixed;
    background-size: cover;
}

.flecha {
    display: block;
    position: absolute;
    color: white;
    top: 75%;
     left: 49%;
    margin: 0 auto;
    text-align: center;
}

.panel-heading img {
    margin: 15px 0;
}

.panel-body p {
    height: 150px;
    padding: 5px 20px;
}

.panel-heading img {
    box-sizing: border-box;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.panel-heading img:hover {
    width: 160px;
    margin-top: 5px;
}

.fa-stack {
    box-sizing: border-box;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.fa-stack:hover {
    font-size: 2.2em;
        margin-left: -3px;
}

/*COTIZADOR*/
.ocultar{
  display: none;
}

.nav-tabs>li{
  width: 33.333%;
}

.nav-tabs>li>a{
  border-radius: 0;
  text-align: center;
  transition: all 400ms ease;
}

.nav>li>a:focus, .nav>li>a:hover{
  background-color: rgba(53,181,81,.6);
  color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  color: #FFFFFF;
  background-color: #2BAD4A;
  transition: all 400ms ease;
}

.form-control{
  border-color: #40A95E;
  border-radius: 0;
}
.form-control:focus {
    border-color: #35b551;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(53,181,81,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(53,181,81,.6);
}

input[type="checkbox"], input[type="radio"] {
  display: none; }

input[type="checkbox"] + label .fa-check {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

input[type="checkbox"]:checked + label .fa-check {
  display: block;
  opacity: 1; }

input[type="checkbox"]:checked + label .fa-check {
  position: relative;
  left: 0.125em;
  bottom: 0.125em; }

.fa-check, .fa-square-o {
  font-size: 20px; }

.fa-square-o {
  color: #40A95E;
}

.fa-check {
  color: #35b551;
  text-shadow: 0px 1px 1px black; }

input[type="radio"] + label .fa-circle {
  opacity: 0;
  margin-left: -2px;
  margin-top: 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;

}

input[type="radio"]:checked + label .fa-circle {
  display: block;
  opacity: 1; }

input[type="radio"]:checked + label .fa-circle {
  position: relative;
  left: 0.125em;
  bottom: 0.125em; }

.fa-circle-o {
  color: #40A95E;

}

.fa-circle{
  color:  #40A95E;
  text-shadow: 1px 1px 1px black;
}

.normal:hover{
  font-size: 1em;
  margin-left: 0px;
}

.radio1{margin-top: -5px;}


.pb200 {padding-bottom:200px!important;}

body>h3 {
  padding-bottom:200px!important;
}

.panel-body p {
    height: 200px;
    padding: 5px 20px;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }
}
