/* Videos estilos */

.vid3 {
    width: 800px;
    margin-bottom: 2rem;
    margin: 0 auto;
}

@media screen and (max-width: 767px){
    .vid3 {
        width: 100%;
        margin-bottom: 1rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 991px){
    .vid3 {
        width: 100%;
        margin-bottom: 2rem;
        margin: 0 auto;
    }
}

.video1-1 .btn-colapsar{
    width: 800px;
}

.video1-1 .btn-colapsar .btn-colapsar-layout {
    display: grid;
    /* grid-template-columns: minmax(1rem, 3rem) minmax(12.5rem, 1fr) 2rem; */
    grid-template-columns: 3rem 1fr 3rem;
    grid-template-rows: 1fr;
    gap: 0px 1em;
    grid-template-areas: ". . .";
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.video1-1 .colapsar-contenido {
    background: #fefff8;
    font-size: 1rem;
    overflow: auto;
    padding: 1rem 2rem;
    width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 991px){
    .video1-1 .btn-colapsar{
        width: 100%;
    }

    .video1-1 .colapsar-contenido {
        width: 100%;
    }
}

.video1-1 .btn-colapsar{
    background-color: #393E41 !important;
    color: #fff !important;
}

.video1-1 .btn-expandido {
    background-color: #fff !important;
}

.video1-1 .btn-colapsar-texto {
    color: #fff !important;
}

.video1-1 .btn-colapsar-icono {
    color: #fff;
}

.video1-1 .expandido .btn-colapsar-icono {
    color: #393E41;
}

.video1-1 .expandido .btn-colapsar-texto {
    color: #393E41 !important;
}


.bg-grey{
    background-color: #F2F2F2;
}

.bg-video{
    background-color: #EDF4F4;
    border-radius: 5px;
}


@media screen and (max-width: 767px){
    .ancho-responsivo {
        width: 35% !important;
    }
}

/*  */



/* Tutoriales botones */

.img-1{
    background: url('../../images/tema-1/tutoriales-1.png') no-repeat bottom, #2d93ad;
}

.img-2{
    background: url('../../images/tema-1/tutoriales-2.png') no-repeat bottom, #88ab75;
}

.img-3{
    background: url('../../images/tema-1/tutoriales-3.png') no-repeat bottom, #2d93ad;
}


.img-11{
    background: url('../../images/tema-1/tutoriales-1.png') no-repeat bottom, #88ab75;
}

.img-22{
    background: url('../../images/tema-1/tutoriales-2.png') no-repeat bottom, #2d93ad;
}

.img-33{
    background: url('../../images/tema-1/tutoriales-3.png') no-repeat bottom, #88ab75;
}

.bg-tutorial-video-1{
    color: #fff;
    border: 1px solid #88ab75;
    font-weight: bold;
}

.bg-tutorial-video-1:hover{
    background-color: #fff;
    color: #88ab75;
    border: 1px solid #88ab75;
}

.bg-tutorial-video-2{
    background-color: #2d93ad;
    color: #fff;
    font-weight: bold;
    border: 1px solid #2d93ad;
}

.bg-tutorial-video-2:hover{
    background-color: #fff;
    color: #2d93ad;
    border: 1px solid #2d93ad;
}

.btn-tutoriales{
    border-radius: 10px;
    /* padding: 2.5rem 2rem; */
    width: 30%;
    height: 145px;
}  

@media screen and (max-width: 1199px){
    .btn-tutoriales{
        height: 145px;
    } 
}

@media screen and (max-width: 991px){
    .btn-tutoriales{
        width: 32%;
        padding: 0;
        height: 176px;
    }
}


.img-tutoriales{
    width: 100%;
    height: auto;
}

.btn-cerrar-modal:hover{
    background-color: #2d93ad !important;
}


.movil .btn-tutoriales{
    border-radius: 10px;
    margin: 0;
    width: 100%;
    height: 70px;
    font-size: 1.2rem !important;
}

/*  */
