﻿
.footer {
    position: relative;
}

.container_main {
    min-width: 650px;
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    animation: opac 1s;
}

.clientes_titulo {
    font-size: 5em;
    color: #00718f;
    padding-top: 1%;
    margin-bottom: 1px;
}

.img_container {
    width: 100%;
    margin-top: 100px;
}

.map {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 220px);
    max-width: 1550px;
    min-height: 550px;
}

.map_mobile {
    display: none;
    width: 100%;
    /*padding: 0px 1% 1% 1%;*/
}

.parcerias_container {      
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}

.parcerias_divs{
      float:left;
      padding: 15px 15px 10px 15px ;
  }

.parcerias_img {
    max-height: 100px;
    max-width: 100%;
    cursor: pointer;
}   

.slide {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;       
   /*height:100%;*/
}

.evento {
    min-width: 25%;
    width: 25%;
    color: white;
    /*height: 100%;*/
    transition: width 0.5s ease;
    padding-bottom: 80px;
}

    .evento:hover {
        width: 40%;
    }

.lista_hosp {
    list-style: none;
}

.hosp_linhas {
    font-size: 1.5em;
    padding: 5px 20px 0 20px;
}

.ano {
    opacity: 0.5;
    font-size: 24pt;
    /*padding-left: 25px;*/
    margin-top: 0;
    padding-top: 25px;
}

.hospital {
    font-weight: bold;
    font-size: 36pt;
    /*padding-left: 25px;*/
    margin: 0;
    padding: 0 10px 20px 0;
}

li {
    /*padding: 15px;*/
    font-size: 18pt;
}



.prev, .next {
    cursor: pointer;
    position: absolute;
    /*bottom: -25%;*/
    width: auto;
    padding: 16px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 58px;
    transition: 0.6s ease;
    border: none;
    background-color: transparent;
    border-radius: 0 3px 3px 0;
    transform: translate(-0%, 180%);
}

.prev {
    left: 0;
    border-radius: 3px 3px 0 0;
    cursor: default;
}

    .prev i, .next i {
        color: white;
    }

    .prev:focus, .next:focus {
        outline: 0;
    }

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    cursor: default;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.6);
        border-radius: 0 3px 3px 0;
    }

.next::after .prev::after{
    background-color: rgba(0,0,0,0.6);
    border-radius: 0 3px 3px 0;
}


.privacy_text {
       height: 7px;
    bottom: 0;
    padding-left: 20px;
    color: black;
    font-size: 0.8em;
    margin-left: 0;
    float: left;
    margin-top: 2px;
}
    .privacy_text a {
        color: #0099c1;
        text-decoration: none;
        background-color: transparent;
    }

        .privacy_text a:hover {
            color: #01beef;
        }
@media screen and (max-width: 1350px) {
    .hospital {
        font-size: 30px;
    }
}

@media screen and (max-width: 1050px) {

    .clientes_titulo {
        padding-top: 3%;
        margin-bottom: 0;
    }

    .slide {
        width: 100%;
        overflow: auto;
    }

        .slide::-webkit-scrollbar {
            width: 0;
            height: 0;
        }

        .slide::-webkit-scrollbar-track-piece {
            background-color: transparent;
        }

    .evento {
        padding: 5px;
        min-width: 33%;
        padding-bottom: 80px;
    }

        .evento:hover {
            width: 60%;
        }

    .ano {
        font-size: 20pt;
    }

    .hospital {
        font-size: 20pt;
    }

    .hosp_linhas {
        font-size: 16pt;
    }

    .footer {
        font-size: 16px;
        height: auto;
    }

    .map_mobile {
        display: block;
    }

    .map {
        display: none;
    }
    .privacy_text {
    display:none
    }
}


/*#region ....... BROWSER_SELECTOR*/

.ie .slide {
    display: flex;
}

.ie7 .slide {
    display: flex;
}

.gecko .slide {
    display: flex;
}

.win.gecko .slide {
    display: flex;     
}
.iphone .slide{
    display:flex;  
    /*-webkit-overflow-scrolling: touch;*/   
}
/*.iphone #RightArrow, #LeftArrow{
      display: none;    
}*/

/*#endregion*/