/* Estilos Cards Soporte */
.box {
  float: left;
    width: 100px;
    height: 55px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.text {
    text-align:center;
    font-size: 14px;
    color:#008CCC;
}


.box:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
    transform: translate(0, -10px);
}
.titlequestion{
    font-size:30px;
    margin-top: -40px;
    margin-bottom: 10px;
    color: #b1d34a;
}
@media (max-width: 767px){
.box {
    width: 31%;
    margin: 1%;
    justify-content: center;
}

}
@media (max-width: 767px){
    .titlequestion{
        font-size:20px;
        padding-left: 15px;
    }
}
@media (max-width: 767px){
.pad-horizontally-20-70 {
    padding: 20px 20px !important;
}
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.fa-search:before {
    margin: -5px;
    position: absolute;
    top: 16px;
}
/*---------------------------------*/

/* Estilos Tutoriales Pasos */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
@media (min-width: 770px){
    #quote-carousel .carousel-control.left {
        left: -16%;
    }
}
@media (min-width: 770px){
    #quote-carousel .carousel-control.right {
        right: -13%;
    }
}

@media (max-width: 990px){
    #quote-carousel .carousel-control.left {
        left: -14%;
    }
}
@media (max-width: 990px){
    #quote-carousel .carousel-control.right {
        right: -14%;
    }
}
/*---------------------------------*/

/* estilos listado sistemas apartado tutoriales*/
.soporte-tutorial {
    width: 210px;
    padding: 20px 0px 20px 0px;
    margin: 0px 85px 0px;
    left: 20px;
    position: relative;
}
@media (max-width: 800px){
    .soporte-tutorial {
        margin: 0px 10px 0px;
    }
}
/*---------------------------------*/
.content-body-video-tuto{
    width: 80%;
    height: 450px;
    margin-top: 40px;
    display: inline-flex;
    flex-wrap: wrap;
    background-image: url(../images/bg/bg-video-SAE.jpg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 10px 120px
}
.content-body-video-tuto .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media (max-width: 640px){
    .content-body-video-tuto {
        height: 250px;
        margin: 10px 30px;
    }
}

.posicion{
    width: 800px;
    height: 450px;
}

@media (max-width: 767px){
    .posicion {
        width: 310px;
        height: 750px;
    }
}

.posicionpreg{
    width: 800px;
    height: 500px;
    margin: 0 auto;
}

@media (max-width: 767px){
    .posicionpreg {
        width: 310px;
        height: 750px;
        margin: 0 auto;
    }
}
