

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


body {
    font-family: "Conv_Lato-regular",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #9a9a9a;
    background-color: transparent;
}


.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -30px;
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.page-header {
    padding-bottom: 3px;
    margin: 10px 0 20px;
    border-bottom: none;
}



  .slide {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}


  .imagem {

    width:100%;

}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}

.panel-default>.panel-heading {
    color: #333; 
    background-color: #fff; 
    border-color: #fff;
}

.panel-heading {
    padding: 10px 0px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


/* Carousel indicadores azuis */



/* Fim - Carousel indicadores azuis */

/* Carousel indicadores brancos */

.carousel-indicators {
    position: absolute;
    z-index: 15;
    padding-left: 0;
    list-style: none;
    top: 180px;
    left: 32%;
}



.carousel-indicators li {

    display:block;
    width: 15px;
    height: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(255,255,255,0.5);
    border-radius: 0px;
    border: 0px solid #fff;
}

.carousel-indicators .active{
    width: 17px;
    height: 17px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin: 0;
    background-color: #fff;
}


@media(max-width:800px) {

    .carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 32;
    padding-left: 0;
    text-align: center;
    list-style: none;
    top:130px;
    left: 50%; 
}


.carousel-indicators li {
    margin: 0px;
    margin-left:2px;
    margin-right:2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 0px solid #fff;
    border-radius: 10px;
}

.carousel-indicators li {
    display:inline-block;
    width: 15px;
    height: 15px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(255,255,255,0.5);
    border-radius: 0px;
}

.carousel-indicators .active{
    width: 17px;
    height: 17px;
    margin-left:2px;
    margin-right:2px;
    margin: 0;
    background-color: #fff;
    border: 0px solid #fff;
}

}



/* Fim - Carousel indicadores brancos */




.center {
    float: none;
    margin: auto;
    display: table;
}



/*fonts */

a {
    color: #999;
    text-decoration: none;
}

p {
    font-family: 'Conv_Lato-Regular';
    font-size: 16px;
    margin: 0 0 10px;
    color:#999;
}

.p p {
    font-family: 'Conv_Lato-Regular';
    font-size: 16px;
    margin: 0 0 10px;
    color:#999;
    line-height: 2;
}

.h1, h1 {
    font-size: 50px;
    font-family: 'Conv_Lato-Light';
    color: #6a6a6a;
}

.h2, h2 {
    font-size: 20px;
    font-family: 'Conv_Lato-Light';
    color: #6a6a6a;
    padding: 0px;
}

.h3, h3 {
    font-size: 16px;
    font-family: 'Conv_Lato-Regular';
    line-height: 1px;
    color: #999;
    padding-top: 15px;
}


.h4, h4 {
    font-size: 36px;
    font-family: 'Conv_Lato-Hairline';
    color: #6a6a6a;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-family: 'Conv_Lato-Regular';
    font-size: 12px;
}

.navbar-inverse .navbar-nav>li>a:hover{
    color: #37c8f9;
}


.dropdown-menu>li>a {
    display: block;
    font-size: 14px;
    font-family: 'Conv_Lato-Light';
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #555555;
    white-space: nowrap;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
    margin-top: -30px;
}


.panel-body2 {
    padding: 50px;
}

/* Navbar */


.navbar {
    min-height: 120px;
    margin-bottom: 40px;
    border: 0px solid transparent;
}

.navbar-nav {
    float: left;
    margin: 0;
    margin-top: 42px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}



.logo-esero{
    width: 100%;
}

.logo-esero2{
    display: none;
}

.dropdown-menu {
    position: absolute;
    padding-top: 35px;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 70px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255,.8);
    -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 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #999999;
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #249dd7;
    background-color: transparent;
}



.navbar-inverse {
    background-color: #474747;
    /*-webkit-box-shadow: 0px 0px 9px 3px rgba(140,140,140,1);
    -moz-box-shadow: 0px 0px 9px 3px rgba(140,140,140,1);
    /*box-shadow: 0px 0px 9px 3px rgba(140,140,140,1);*/
    border-color: #1697d4;
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #37c8f9;
    background-color: transparent;
}




.linha{

    position: relative;
    width: 100%;
    height: 6px;
    background-color: #a1b1bc;
    margin-top: 0px;

}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.btn-default:hover {
    font-family: 'Conv_Lato-Light';
    color: #00983a;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}
.btn {
    display: inline-block;
    padding: 10px 50px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #37c8f9;
    border-radius: 8px;
}




.btn-default{
    font-family: 'Conv_Lato-Light';
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    
}


.btn-warning {
    color: #37c8f9;
    background-color: #fff;
    border-color: #37c8f9;
}

.btn-warning:hover {
    color: #fff;
    background-color: #37c8f9;
    border-color: #37c8f9;
}


.btn-primary {
    font-family: 'Conv_Lato-Regular';
    color: #ccc;
    background-color: transparent;
    border-color: #fff;
}

.btn-primary:hover {
    font-family: 'Conv_Lato-bold';
    color: #249dd7;
    background-color: transparent;
    border-color: #fff;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    font-family: 'Conv_Lato-bold';
    color: #249dd7;
    background-color: transparent;
    border-color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
    font-family: 'Conv_Lato-bold';
    color: #249dd7;
    background-color: transparent;
    border-color: #fff;
}

.btn2 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
    color:#249dd7;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid #249dd7;
    border-radius: 4px;
}

.btn3 {
    display: inline-block;
    padding: 0px 0px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid #249dd7;
    border-radius: 4px;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=1);
  background-repeat: repeat-x;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #fff; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 40px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}


.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #249dd7;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}


.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #249dd7;

}



.logo-cv{
    content: url(../img/logo_pav.svg);
    width:120px;
    display: inline-block;
    margin-bottom: 1px;
    margin-left: 6.5px;

}

.logo-cv:hover{
    content: url(../img/logo_pav.svg);
    width:120px;
    display: inline-block;
    margin-bottom: 1px;
    margin-left: 6.5px;
}


.logo-esa{
    content: url(../img/logo_esa2.svg);
    width:75px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom:-5px;
    margin-top:10px;
}

.logo-esa:hover{
    content: url(../img/logo_esa_cor.svg);
    width:75px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom:-5px;
    margin-top:10px;
}

.logo-cv2{
    content: url(../img/logo_pav.svg);
    width:30%;
    display: none;
}

.logo-cv2:hover{
    content: url(../img/logo_pav.svg);
    width:30%;
    display: none;
}

.logo-esa2{
    content: url(../img/logo_esa2.svg);
    width:30%;
    display: none;
}

.logo-esa2:hover{
    content: url(../img/logo_esa_cor.svg);
    width:30%;
    display: none;
}

.navbar-brand {
  padding: 0px;
  margin-top: 20px
}
.navbar-brand>img {
  width: 90%;
}

.navbar-brand .mobile {
    display: none;
  }

.navbar-brand .desktop {
      margin-top:10px;
    }


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #f4f4f4;
}


.traco{

    width: 4px;
    height: 55px;
    background-color: #249dd7;
    display: none;
    margin-top: 35px;
    margin-right: 10px;
    margin-left: -20px;

}



.col-md-15 {
    width: 19%;
}


@media (max-width: 1200px) {
    .navbar-brand .mobile {
      display: block;
      width:130px;
      margin-top: 0px;
      /*margin-left: 15%;*/

    }
    .navbar-brand .desktop {
      display: none;
    }

    .logo-cv2 {
    display: inline-block;
    width: 80px;
    margin-top: 53px;
    margin-left: 10px;
    float: left;
}

    .logo-esa2 {
    display: inline-block;
    width: 60px;
    margin-top: 55px;
    margin-left: 10px;
    float: left;
}



    .logo-cv2{
        content: url(../img/logo_cv_boneco.svg);
        display: inline-block;
        width: 25px;
        margin-top: 15px;
        margin-left: 20px;
        float: left;
        }

    .logo-cv2:hover{
        content: url(../img/logo_cv_boneco.svg);
        display: inline-block;
        width: 26px;
        margin-top: 40px;
        margin-left: 20px;
        float: left;
    }

    .logo-esa2{
        content: url(../img/logo_esa2.svg);
        display: inline-block;
        width: 60px;
        margin-top: 55px;
        margin-left: 10px;
        float: left;
    }

    .logo-esa2:hover{
        content: url(../img/logo_esa_cor.svg);
        display: inline-block;
        width: 60px;
        margin-top: 55px;
        margin-left: 10px;
        float: left;
    }



    .logo-cv{
    display: none;
    }
    .logo-esa{
    display: none;
    }

    .traco {
    width: 4px;
    height: 55px;
    background-color: #249dd7;
    display: inline-block;
    margin-top: 35px;
    margin-right: 10px;
    margin-left: 55px;
    float: left;
}





}





@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #249dd7;
    background-color: transparent;
}



/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */



@media(max-width:1200px) {

    .traco{

    width: 4px;
    height: 55px;
    background-color: #249dd7;
    display: inline-block;
    margin-top: 35px;
    margin-right: 0px;
    margin-left: 0px;

}

   

}
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

}

@media(max-width:991px) {
    
    .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 4px;
    margin-top:5px;
}

   .traco{

    width: 4px;
    height: 55px;
    background-color: #37c8f9;
    display: inline-block;
    margin-top: 35px;
    margin-right: 10px;
    margin-left: 55px;
    float:left;

}



   
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }



}






 
.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:0%;
    text-align:center;
    color:#fff !important;
    z-index:1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption {
    top:0%;
}
    
.glyphicon.glyphicon-plus {
    font-size: 100px;
    margin-top: 20%;
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 40px;
    /* line-height: 1.42857143; */
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    z-index:1;
}


.container-full {
  margin: 0 auto;
  width: 100%;
}









.linha{

    width: 100%;
    min-height: 16px;
    margin-top: -16px;
    background-color: #f4f4f4;
    position: relative;

}


.slider1 {
    width: 100%;
    min-height: 500px;
    background-image: url(../img/slide1.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slider2 {
    width: 100%;
    min-height: 500px;
    background-image: url(../img/slide2.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slider3 {
    width: 100%;
    min-height: 500px;
    background-image: url(../img/slide3.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slider4 {
    width: 100%;
    min-height: 500px;
    background-image: url(../img/slide4.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slider5 {
    width: 100%;
    min-height: 500px;
    background-image: url(../img/slide5.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slider6 {
    width: 100%;
    min-height: 500px;
    background-image: url(../img/slide6.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.malha {
    width: 100%;
    min-height: 500px;
    background-image: url(../img/malha.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.malha2 {
    display: block;
}


.fundo {
    width: 100%;
    height: 100px;
    margin-bottom: 18px;
    background-image: url(../img/fundo.jpg) ;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.fundo2 {
    width: 100%;
    height: 30px;
    margin-top: -21px;
    background-image: url(../img/fundo.jpg) ;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.fundo3 {
    width: 100%;
    height: 15px;
    margin-top: 25px;
    background-color: #37c8f9;
}

.fundo4 {
    width: 100%;
    height: 15px;
    margin-top: -1px;
    background-color: #474747;
}

.fundo5 {
    width: 100%;
    margin-top: -1px;
    background-color: #474747;
}

.fundo6 {
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #555;
}
.fundo7 {
    width: 100%;
    height: 15px;
    margin-top: 0px;
    background-color: #fff;
}

.fundo8 {
    width: 100%;
    margin-top: 25px;
    background-color: #37c8f9;
}

.fundo9 {
    width: 100%;
    margin-top: -1px;
    background-color: #474747;
    background-image: url('../img/fundo_imagem.png');
    background-repeat: no-repeat;
    background-size: cover;
}

 @media (max-width: 800px) {
        .slider1 {
            width: 100%;
            min-height: 200px;
        }
        .slider2 {
            width: 100%;
            min-height: 200px;
        }
        .slider3 {
            width: 100%;
            min-height: 200px;
        }
        .slider4 {
            width: 100%;
            min-height: 200px;
        }
        .slider5 {
            width: 100%;
            min-height: 200px;
        }
        .slider6 {
            width: 100%;
            min-height: 200px;
        }

        .malha2 {
        display: none;
        min-height: 200px;
}
}

 @media (max-width: 990px) {
        .malha {
            background-image: none;
        } 

}


#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}



.lista {
    color: #249dd7;
}

.lista p {
    font-family: 'Conv_Lato-Regular';
    font-size: 16px;
    margin: 0 0 10px;
    color:#999;
    line-height: 2;
}


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

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.mais {

    width:100px; 
    margin-top:9%;
}


.mais2 {

    width:80px; 
    margin-top:5%;
}

 @media (max-width: 500px) {


    .navbar-brand {
    padding: 0px;
    margin-top: 20px;
    margin-left: 15px;
    }


}

 @media (max-width: 400px) {



    .mais {

    width:80px; 
    margin-top:5%;
    }


}




 @media (max-width: 320px) {

    .logo-cv2{
      content: url(../img/logo_pav.svg);
      display: inline-block;
      width: 50px;
    }

    .logo-cv2:hover{
      content: url(../img/logo_cv_cor.svg);
      display: inline-block;
      width: 50px;
    }

    .logo-esa2{
      content: url(../img/logo_esa2.svg);
      display: inline-block;
      width: 50px;
    }

    .logo-esa2:hover{
      content: url(../img/logo_esa_cor.svg);
      display: inline-block;
      width: 50px;
    }

    .navbar-brand .mobile {
      display: block;
      width:80px;
      margin-top: 20px;
      margin-left: 5%;

    }

}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 19,9%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 19,9%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 19,9%;
        float: left;
    }
}









body{margin-top:0px;}
.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }



.triangulo{
    margin-top:-10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #37c8f9 transparent transparent transparent;
    position:absolute;
    left:48.5%;

}

.triangulo2{
    margin-top:-10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    position:absolute;
    left:48.5%;

}


.centrar {
  display: table;
  margin: 0 auto;
}


.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    background-color: transparent;
    color: #FFFFFF;
    display: inline-block;
    font: 400 12px/30px "Open Sans", sans-serif;
    min-width: 90px;
    text-align: center;
    margin: 4px;
    padding: 0 6px;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 80%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index:1;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

#image
{
    width: 100%;
}

@media (max-width: 400px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: rgba(255, 255, 255,.8);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #f4f4f4;
    margin-top: 20px;
}
}


@media (max-width: 500px){

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
}
}

.mobile{
    width:130px;
}

