body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
}
.fill {
  position: relative;
  width: 100%;
  /*min-height: 800px;*/
  height: 100%;
  background-image: url('../img/fondoFORM2.jpg');
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    /*padding-left: 0px;
  padding-right: 0px;*/
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

.item:nth-child(1) {
    background: url(../img/fondoFORM2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel {
    z-index: -99;
}

    .carousel .item {
        position: fixed;
        width: 100%;
        height: 100%;
    }

.title {
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    text-shadow: 2px 2px #000;
    color: #FFF;
}

div.new_html_code {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.col-md-4.vbottom {
    padding-top: 40px;
    padding-left: 20px;
}

@media (min-width: 1200px) {
    .col-md-4.vbottom {
        padding-top: 200px;
        padding-left: 40px;
    }
}

.col-md-12.adjustleft {
    padding-left: 10px;
}

@media (min-width: 600px) {
    .col-md-12.adjustleft {
        padding-left: 30px;
    }
}


.container.backalign {
    background-image: url('../img/fondo.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    /*background-color: #ffffff;*/
}

@media (min-width: 1000px) {
    .container.backalign {
        background-image: url('../img/fondo.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top;
        /*background-color: #ffffff;*/
    }
}

.bigfont {
    text-align: right; 
    padding-left: 40%
}

.bigfont_2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    padding-left: 20%;
}

#formulario {
    background-color: #CCEDFB;
}

.form_container {
    width: 250px;
}

#panels {
    background-color: #FFFFFF;
}

#footer {
    background-color: rgb(0,173,240);
}

.panel-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #00B3EC;
}

.panel-img {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    font-weight: 16px;
}

.panel-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;  
}
.panel-text{
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000000;
}

.testa-buton{
    font-size: 20px;
    font-weight: 600;
    background-color: #00B3EC;
    color: #ffffff;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
}

.text-programa{
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}
.date_container {
    width: 90%;
}

.video_width {
    width: 100%;
}

.text_pad {
    padding-left: 20px;
    padding-right: 20px;
}

.row_pad {
    padding-top: 40px;
}

.panel_form {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.contact_text {
    font-size: 12px;
    line-height: 18px;
}

.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%;
    }

.input-text {
    padding: 8px;
    border: 1px solid #00B3EC;
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 14px;
    color: #282828;
    font-size: 12px;
    /*height: 35px;*/
}

.form-container {
    padding: 20px 20px 20px 20px; 
    margin-bottom: 5px; 
    font-size: 12px; 
    line-height: 14px; 
    color: #FFFFFF; 
    background-color: #ffffff;
    border: 1px solid #00B3EC;
    border-radius: 4px;    
}


    .input-text:focus {
        outline: none;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
    }

    .input-text[type="submit"] {
        background: #00ADF0;
        font-weight: bold;
        font-size: 16px;
        color: #ffffff;
        height: 40px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .input-text[type="submit"]:hover {
            background: #77C0F3;
        }

    .input-text[type="textarea"] {
        color: #282828;
    }

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    }

@media (max-width: 970px) {
    .fill {
        height: auto;
    }
.bigfont {
    padding-left: 20%
    }

.bigfont_2 {
    padding-left: 10%;
    }    
}

@media (max-height: 720px) {
    .fill {
        height: auto;
    }   
}
@media (min-width: 600px) {
    .hideborder {
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #C0C0C0;
    }

    .panel_form {
        padding-top: 40px;
        padding-bottom: 10px;
        padding-left: 40px;
        padding-right: 60px;
        margin: 0 auto;
    }

    .contact_text {
        font-size: 12px;
        line-height: 20px;
    }
    .testa-buton{
        font-size: 20px;
    }    
}

@media (max-width: 600px) {
    .testa-buton{
        font-size: 16px;
    }
    .input-text[type="submit"] {
        font-size: 12px;
    }
.text-programa{
    font-size: 12px;
}    
}


@media (min-width: 1000px) {

    .date_container {
        width: 87%;
    }

    .form_container {
        width: 80%;
    }

    .text_pad {
        padding-left: 50px;
        padding-right: 50px;
    }

    .row_pad {
        padding-top: 40px;
    }
}

