﻿
/*
body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.center_titulo {
    /*text-align: center;
    margin:0 auto; 
    display:inline-block*/
    text-align: center;
}

.header-top {
    padding: 10px 0 10px;
    background: #0085ca;
    position: relative;
    z-index: 15;
    width: 100% !important;
}

.font-white {
    color: white;
}

.left_logo {
      position: absolute;
}

.icon-size {
    font-size: 25px;
    color: #0085ca;
}

.priority-4 {
    text-align: right !important;
}




/****************************
Medias Query
****************************/

@media screen and (max-width: 717px) {

    .center_titulo {
        /*background: #00ff21;*/
        margin-top: 60px;
        margin-right: 150px;
    }
}

/*@media screen and (max-width: 1225px) and (min-width: 1045px) {
    .priority-5 {
        display: none;
        text-align: center !important;
    }
}

@media screen and (max-width: 1045px) and (min-width: 835px) {
    .priority-5 {
        display: none;
        text-align: center !important;
    }

    .priority-4 {
        display: none;
        text-align: center !important;
    }
}
*/
@media screen and (max-width: 565px) and (min-width: 300px) {
    .priority-5 {
        display: none;
        text-align: center !important;
    }

    .priority-4 {
        display: none;
        text-align: right !important;
    }

      
    .priority-3 {
        display: none;
        text-align: center !important;
    }
}

@media screen and (max-width: 300px) {
    .priority-5 {
        display: none;
        text-align: center !important;
    }

    .priority-4 {
        display: none;
        text-align: right !important;
    }

    .priority-3 {
        display: none;
        text-align: center !important;
    }

    .priority-2 {
        display: none;
        text-align: center !important;
    }
}

/*.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}*/