/* Index */
.form-control:focus {
    border-color: #28A745;
    box-shadow: inset 0 1px 1px #28A745, 0 0 8px #28A745;
}

.navbar-toggler {
    margin: auto;
}
.dropdown-item:active {
    background:#28A745;
}

.ingreso {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: white;
    font-weight: 800;
    text-shadow: 2px 2px rgb(0, 0, 0);
}
.texthead {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
}

.tituloseccion2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7em;
}

.carousel carousel-inner carousel-control-prev carousel-control-next {
    height: 100vh;
    width: 100px;
}

.textseccion1 {
    font-family: 'Montserrat', sans-serif;
    color: #000000cc;
}

.subtitulo {
    font-family: 'Montserrat', sans-serif;
}
        /* Mision - Vision */ 
.imagenfondo {
    height: 100vh;
    background-image: url(/recursos/medico1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    background-attachment: fixed;
}
.encabezado {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 3em;
    margin-top: 3em;
}

.barra {
    display: flex;
    justify-content: center;
}
.barralimpiar {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
.titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
}
.subtitulo {
    font-family: 'Montserrat', sans-serif;
}
.barralimpiar:hover {
    text-decoration: none;
    color: black;
}
.barra {
    font-size: 1em;
    color: #ffffff;
} 
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
  
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
        /* Autoridades */ 

.fondoindex {
    background-image: url(/recursos/moni.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    background-attachment: fixed;
}

.texto {
    font-family: 'Montserrat', sans-serif;
}

.subfondo {
    background-color: rgba(255, 255, 255, 0.678);
    color: rgb(0, 0, 0);
}
        /* Nuestra Historia */
.parrafo::first-letter {
    color: black;
    font-weight: bold;
    font-size: 200%;
}
    ul.timeline {
        list-style-type: none;
        position: relative;
    }

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

    ul.timeline > li:before {
        content: ' ';
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #28A745;
        left: 20px;
        width: 20px;
        height: 20px;
        z-index: 400;
    }

.background {
    background-color: rgba(70, 70, 70, 0.233);
}

.background-text {
    background-color: #FFFFFF;
}

        /* Samco */

span {
    margin-right: 10px;
}

.titulosamco {
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
    color: rgb(255, 255, 255);
}

.samcofondo {
    background-image: url(/recursos/samcobackground3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    background-attachment: fixed;
}

.card {
    margin: 0 auto; 
    float: none;
    margin-bottom: 10px;
    background-color: rgba(90, 90, 90, 0.808);
}

.textcalapse {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.5em;
}

.textcalapse2 {
    font-family: 'Roboto Slab', serif;
    font-size: 1em;
    color: white;
    font-weight: 700;
}

@media only screen and (max-width: 766px) {
    header {
      display: none;
    }
}
@media only screen and (min-width: 1920px) {
    .titulosamco {
        font-size: 7em;
        margin-bottom: 1em;
    }
    .alto {
        height: 86.7vh;
    }
    .navbar {
        font-size: 1.5em;
    }
    .dropdown-item {
        font-size: 1.5em;
    }
    .imagenfondo {
        height: 70vh;
    }
}