﻿


.textarea{
  width:50%;
  background-color:#eee;
  overflow:hidden;
  height:250px;
  max-height:250px;
  border:2px solid #ccc;
  /*overflow-y: auto;*/
  overflow-y:scroll;
}

.buttonShare{
    padding: 0;
border: none;
background: none;
}
           

/*@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css');*/

@media screen and (min-width: 0px) {
    .carousel-inner > .item {
        height: 10vh;
    }

    /*.carousel-inner > .item > video {
                    max-height: 200px;
                }*/
}

@media screen and (min-width: 200px) {
    .carousel-inner > .item {
        height: 15vh;
    }

    /*.carousel-inner > .item > video {
                    max-height: 400px;
                }*/
}

@media screen and (min-width: 300px) {
    .carousel-inner > .item {
        height: 34vh;  /*28*/
    }

        .carousel-inner > .item > video {
            max-height: 300px;
        }
}

@media screen and (min-width: 400px) {
    .carousel-inner > .item {
        height: 39vh; /*37*/
    }

        .carousel-inner > .item > video {
            max-height: 300px;
        }
}

@media screen and (min-width: 500px) {
    .carousel-inner > .item {
        height: 47vh; /*45*/
    }

        .carousel-inner > .item > video {
            max-height: 300px;
        }
}

@media screen and (min-width: 600px) {
    .carousel-inner > .item {
        height: 57vh; /*55*/
    }

        .carousel-inner > .item > video {
            max-height: 700px;
        }
}

@media screen and (min-width: 700px) {
    .carousel-inner > .item {
        height: 63vh; /*60*/
    }
}

@media screen and (min-width: 800px) {
    .carousel-inner > .item {
        height: 74vh; /*65*/
    }
}

@media screen and (min-width: 1000px) {
    .carousel-inner > .item {
        height: 89vh; /*85*/
    }
}

@media screen and (min-width: 1200px) {
    .carousel-inner > .item {
        height: 100vh;
    }
}

@media screen and (min-width: 1300px) {
    .carousel-inner > .item {
        height: 110vh;
    }
}


.carousel-inner > .item {
    background-color: #eee;
}

    .carousel-inner > .item > img {
        position: absolute;
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 80%;
        /*height: 95%;*/
        width: auto;
    }

    .carousel-inner > .item > video {
        position: absolute;
        top: 43%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /*max-height: 700px;*/
    }

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
/*</style>*/

/*<style type="text/css">*/
@media screen and (min-width: 0px) {
    #carousel-example-generic a.carousel-control {
        height: 60%;
        /*top: 33%;*/
        width: 40px;
        /*background: gray;*/
    }

        #carousel-example-generic a.carousel-control:hover {
            /*background: gray;*/
        }
}


video {
    width: 100%;
    height: auto;
}

.row:after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    /*padding: 15px;*/
    width: 100%;
}


.imgCarousel {
    width: 100%;
    height: auto;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.imgDocumento {
    /*padding-top: 10%;
    padding-bottom: 15%;*/
    width: auto;
    height:50%;
}

.divlblDocumento {
    text-align:center;
    /*vertical-align:central;*/   
    top:72%;    
    /*left:50%;*/
    position: relative; 
      
}



@media (max-width: 768px) {
  .btn-responsive {
    padding:1px 4px;
    font-size:100%;
    line-height: 1;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:100%;
    line-height: 1.2;
  }
}


.imgDocumento {
    /*bottom: 200px;*/
}


@media only screen and (min-width: 600px) {
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

html {
    font-family: "Lucida Sans", sans-serif;
}

.header {
    background-color: #1867a9;
    color: #ffffff;
    padding: 15px;
}

.footer {
    background-color: #1867a9;
    /*background-color: #0099cc;*/
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
