* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    background-color: #F7FAFB;
        font-family: Lato,
        sans-serif;
}
p{
    line-height: 1.75;
    font-size: 14px;
}
.masthead{ 
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    padding-top: 1rem;
    transition: .5s;
}
.masthead2{ 
    
    
    background-color:#00A4BC;
    color: white;
    
}
.azul{
    background-color: #00A4BC !important;
}
.azul2{
    background-color: #033651 !important;
}
@media (max-width: 768px) {
    .masthead,
    .masthead2 {
        position: static;
        background-color: #00A4BC;
        text-align: center;
        
    }
}
@media (min-width: 768px) and (max-width: 993px) {
    .masthead, .masthead2{
        position: static;
        background-color: #00A4BC;
        text-align: center;
        
    }
   /*  .headsuperior{
        display: none;
    } */
}

.bordeado-t{
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    
}
.bordeado-r{
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    
}
ul,
ol {
    list-style: none;
}

.slideshow {
    width: 100%;
    position: relative;
}

.slider li,
ul {
    width: 100%;
}

.slider li {
    overflow: hidden;
}

.imagenslider {
    height: 50vh;
    background-position: center;
    background-size: cover;
}

@media (min-width: 993px) {
    .imagenslider {
        height: 70vh;
        background-position: center;
        background-size: cover;
    }
}

.slider .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px 50px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: #fff;
    z-index: 1;
}
.botones {
    
    font-size: 1rem;
    width: 10vw;
    padding: 1rem;
    flex-direction: row;
    color: #00A4BC !important;
    background-color: white;
    border-color: #C1CFD7;
    z-index: 1;
}
.botones4{
    
    
    font-size: 1rem;
    padding: 1rem;
    flex-direction: row;
    color: white !important;
    background-color: #033651;
    border-color: #C1CFD7;
    z-index: 1;
}

.botones:hover,
.botones2:hover,
.botones3:hover,
.botones4:hover {

    
    color: white !important;
    background-color: #033651;
    border-color: #033651;
    
}
.botones2 {
    
    font-size: 1rem;
    width: 10vw;
    padding: 1rem;
    flex-direction: row;
    color: white !important;
    background-color: transparent;
    border-color: #C1CFD7;
    z-index: 1;
}

.botones3 {

    font-size: 1rem;
    padding: 1rem;
    flex-direction: row;
    color: #00A4BC;
    background-color: white;
    border-color: #C1CFD7;
    z-index: 1;
}

.slider .caption h1 {
    font-size: 50px;
}

.slider .caption p {
    margin-top: 10px;
    font-size: 20px;
}

.pagination {
    position: absolute;
    top: 90%;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.pagination li {
    font-size: 20px;
    margin: 2px 5px;
    color: #858585;
    cursor: pointer;
}



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

    

    .slider .caption h1 {
        font-size: 35px;
    }

    .left,
    .right {
        font-size: 30px;
    }

    .slider li img {
        width: 600px;
    }

    .pagination {
        display: none;
    }
}

.cuadrito{
    margin-top: -3rem;
    position: relative;
    background-color: white;
}

@media (max-width: 768px) {
    .cuadrito{
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .servicios{
        text-align: center;
    }

    .botones,
    .botones2 {


        width: auto;

    }
}

h3,
.titulos{
    color: #033651;
}
.titulos2{
    color: #00A4BC;
}
hr{
    margin: .5rem;
}

.margen1{
    border-bottom: .4rem solid;
    border-color: #70C8DD;
}
.margen2{
    border-bottom: .4rem solid;
    border-color: #00A4BC;
}
.margen3{
    border-bottom: .4rem solid;
    border-color: #033651;
}
.icon-servicios{
    font-size: 3rem;
    color: #3194C7;
    padding-bottom: 1rem;
}

.fondo1{
    position: relative;
    z-index: 1;
    background-image: url('../img/banner\ bot.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .fondo1:after{
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
} */
.blanco{
    color: white;
}

.departamentos{
    justify-content: center;
    
}

.departamentos:hover{
-webkit-box-shadow: 0px 0px 50px -20px rgba(166, 166, 166, 1);
-moz-box-shadow: 0px 0px 50px -20px rgba(166, 166, 166, 1);
box-shadow: 0px 0px 50px -20px rgba(166, 166, 166, 1);
}

a:link {
    color: black;
    text-decoration: none;
}
a {
    color: black;
    font-weight: bold;
}

a:hover{
    color: #5AB0D0;
}

.carousel-caption{
    bottom: 30%
}
.alto{
    height: auto !important;
}

/* .carrousel_servicios{
    height: 100% !important;
} */
@media (max-width: 768px) {
    .carousel-caption {
        bottom: 15%;
    }
    .carousel-inner, .carousel-item {
       height:  80vh;
        
    }
    .w-100{
        height: 80vh;
        width: auto;
    }
    .navbar-brand{
        margin: 0, auto;
    }
}
@media (min-width: 768px) and (max-width: 1022px) {
    .carousel-caption {
        bottom: 10%;
    }
    .carousel-inner,
    .carousel-item {
        height: 80vh;

    }

    .w-100 {
        height: 80vh;
        width: auto;
    }

    .navbar-brand {
        margin: 0, auto;
    }
    
}
@media (min-width: 1022px) and (max-width: 1396px) {
    .carousel-caption {
        bottom: 20%;
    }
    .carousel-inner,
    .carousel-item {
        height: 50vh;

    }

    .w-100 {
        height: 50vh;
        width: auto;
    }

    .navbar-brand {
        margin: 0, auto;
    }
    
}
@media (min-width: 1397px) {
    .carousel-caption {
        bottom: 20%;
    }
    .carousel-inner,
    .carousel-item {
        height: 45vh;

    }

    .w-100 {
        height: 45vh;
        width: auto;
    }

    .navbar-brand {
        margin: 0, auto;
    }
}

.carousel-caption p {
    color: black;
}
.card{
    
    background-color: transparent;
    border: 0;
}

.card:hover{
    -webkit-box-shadow: 0px 0px 50px -20px rgba(166, 166, 166, 1);
    -moz-box-shadow: 0px 0px 50px -20px rgba(166, 166, 166, 1);
    box-shadow: 0px 0px 50px -20px rgba(166, 166, 166, 1);
}

.img_carrousel{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fondo{
    background-color: white;
}
.fondo0{
    background-color: #376BAC;
}
.fondo00 {
    background-color: #033651;
    color: white;
}

.navbar-toggler {
    position: fixed;
    right: 5%;
    z-index: 5;
    margin-top: 1rem;
    margin-left: 1rem;
    align-content: center;
    
    background-color: #033651;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler-icon{
    display: inline;
}



.fa-bars{
    color: white;
}

.mapa{
    width: 100%;
    height: 100%;
}

@media (min-width: 993px) {

    .navbar-toggler {
        display: none;
    }

   
}

@media (max-width: 993px){
     .mapa {
         width: 100%;
         height: 50vh;
     }
}

.descripcion1{
    background-image: url('../img/department-single-img1.jpg');
    background-size: cover;
    height: 40vh;
}
.descripcion2{
    background-image: url('../img/department-single-img2.jpg');
    background-size: cover;
    height: 40vh;
}

.alinear{
    align-items: center;
   
}

.fondo4{
    background-color: #F7FAFB;
}

.cuadro_especialidades{
    border-top: .4rem solid;
    border-color: #033651;
    -webkit-box-shadow: 0px 0px 50px -20px rgba(166, 166, 166, 1);
    -moz-box-shadow: 0px 0px 50px -20px rgba(166, 166, 166, 1);
    box-shadow: 0px 0px 50px -20px rgba(166, 166, 166, 1);
}

.mapa2{
    width: 100%;
    height: 225px;
}

/* Success */
.cosa_arriba {
    height: 100vh;
}

.palomita {
    font-size: 3rem;
}

.success {
    background-color: #00A4BC;
    padding: 5rem;
    padding-top: 0;
    text-align: center;
    border-radius: 15px;
}

.logo_success {
    width: 300px;
    padding-bottom: 2rem;
}

.mapa_servicios{
    height: 100%;
    width: 100%;
}

.carrousel_servicios__main{
    height: 100%;
    padding-bottom: 1rem;
}
.carrousel_servicios__inner,
.carrousel_servicios__contenedor,
.carrousel_servicios{
    height: inherit;
}
.contenedor-imagen-servicios{
    padding: 0 0;
}
.imagen-servicios__slide{
    
    width: 100%;
    padding-top: 1rem;
}
@media (max-width: 780px){
    .carrousel_servicios__main {
        height: 30vh;
        padding-bottom: 1rem;
    }
    .contenedor-imagen-servicios{
        display: none;
    }
}