/* - - - - - - - - - - - - - - -
CSS para pantallas pequeñas (Móviles)
Ultima modificación por:
Fecha:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
#index .big-bann {
    padding: 5em 1em;
}

#index h1 {
    font-size: 1.5em;
    width: 90%;
}

.small-bann {
    background-size: cover;
    height: 125px;
}

#services {
    padding: 1em 0 2em;
}

#services ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding: 0px;
}

/*.item .item-description{    height: 130px;}   */

.catalog .item {
    height: auto;
    margin-bottom: 0px !important;
    width: 250px;
    margin: 0;
    padding: 1em 0;
}

.item .item-description {
    height: auto;
    display: block;
    position: inherit;
    bottom: inherit;
    opacity: 1;
}

#proyectos .catalog .item {
    height: 300px;
    margin-bottom: 35px !important;
    width: 95%;
}

.item .white-card-item {
    width: 100%;
}

#pruebas {
    padding-top: 5%;
    box-sizing: border-box;
    width: 90%;
    display: flex;
    flex-direction: column;
}

#pruebas div {
    width: 100%;
    box-sizing: border-box;
}

#pruebas ul {
    width: 95%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}

#pruebas .img-hd {
    width: 100%;
}

#pruebas .img-hd.mob {
    display: none;
}

#pruebas .img-hd.nomob {
    display: block;
}

#reparaciones {
    padding: 1em 0;
}

#reparaciones ul {
    padding: 0px;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.div-aux-rep {
    padding-bottom: 13vw;
}

#reparaciones ul li {
    list-style-position: outside;
    line-height: 1.7em;
}

#capacitaciones {
    background-size: cover;
    padding: 2em 0px 5em;
    display: flex;
    flex-direction: column;
}

#capacitaciones ul {
    padding-left: inherit;
    padding: 1em;
    margin: 0;
    width: 90%;
}

#capacitaciones img {
    height: 200px;
    max-width: revert;
}

#capacitaciones ul li {
    line-height: 1.5em;
}

#nosotros .center-cont {
    padding: 0px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

#nosotros .desc-box {
    width: 100%;
    display: flex;
    vertical-align: top;
    min-width: auto;
    margin: 30px 0px;
    flex-direction: column;
    box-sizing: border-box;
}

#contacto #form-area form {
    width: 100%;
    padding: 0;
    margin: 0;
}

#contacto form input,
#contacto form select {
    padding: .8em;
}

form div {
    flex-direction: column;
    padding: 0;
}

label[for='sex'] {
    height: 0px;

}

#nosotros .desc-box ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

/*.item-description{
    bottom: -120px !important;
    opacity: 1 !important;
        height: 125px;
}
*/
#equipos {
    padding: 2em;
}

.item-description ul {
    font-size: .9em;
}

footer {
    height: auto;
}

footer menu {
    margin: 20px auto;
}

footer menu a {
    display: block;
}

header menu a:last-child {
    margin-right: 100px;
}

#contacto #form-area section {
    width: 100%;
}

#contacto #info-contacto {
    width: 100%;
    flex-direction: column;
    margin: 0;
    align-items: center;
}

#google {
    width: 100%;
    height: 300px;
}

#contacto #info-contacto .box-c {
    margin: 5% 0px 0;
    width: 90%;
    padding: 1em;
}

#contacto #form-area input[type='submit'] {
    width: 80%;
    margin-top: 2em;
}

section.secc-contact {
    flex-direction: column;
}

header menu {
    width: 0%;
    position: absolute;
    text-align: center;
    top: 0;
    right: -5%;
    padding: 6vw 0;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    background-color: rgba(255, 255, 255, 1);
    float: right;
}

#hamburguer {
    display: block;
    width: 55px;
    top: 0;
    right: 4vw;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hamburguer.open {
    right: 0;
}

header menu a:last-child {
    margin-right: 100px;
}

header .mob-arrows {
    display: block;
    position: absolute;
    width: 30px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 20px;
}

header .mob-arrows#right {
    right: 1em;
    left: inherit;
}

header #swipe {
    width: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    right: 7em;
    bottom: 0px;
}

header .logo {
    margin-right: 0;
    width: 80px;
}

#hamburguer svg {
    width: 100%;
    height: auto;
    display: flex;
}

#contacto #info-contacto .box-c h3 {
    font-size: 1.3em;
}

.catalog {
    width: 100%;
}

.catalog .item {
    min-width: initial;
}

header {
    padding: 5vw;
}

header menu a {
    color: #323232;
    margin: 0px 10px;
    position: relative;
}

header menu.open {
    width: 95%;
    overflow: scroll;
    left: 4vw;
}

.cont-slider .puntos {
    position: absolute;
    bottom: 10%;
    left: inherit;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cont-slider {
    height: 400px;
}

#services ul li {
    padding-left: 5vw;
    line-height: 2.5em;
}

.small-bann h1 {
    width: 100%;
    font-size: 1.5em;
    text-align: center;
}

.mySlides .img {
    width: 100%;
    height: 200px;
}

.row {
    width: 100%;
}

.demo {
    height: 100px;
}

.div-aux-equip {
    padding: 7vw;
}

.prev,
.next {
    top: inherit;
    font-size: 20px;
    padding: 13px 0px;
}

.prev:hover,
.next:hover {
    padding: 2px;
    margin: 11px 5px;
    font-size: 15px;
}

.mnsEnviado {
    height: 300px;
}

.cont-capaci .caption-container {
    width: 75%;
    margin: auto;
}

.container {
    padding: 0;
}

/* aviso de privasidad */
#open {
    font-size: 1em;
}

.nota-large {
    display: none;
}

.nota-small {
    display: flex;
}

.close {
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    left: auto;
}

#close {
    width: 15px;
}

.content-popup h2 {
    font-size: 1em;
    width: 90%;
}

.city {
    width: 100%;
    box-sizing: border-box;
}
.ventana {
    width: 100%;
    height: 80px;
    top: 0px;
    left: 0px;
    border-radius: 0;
}
.ventana a {
    width: 70px;
    background-size: 27px;
    border-radius: 0 10px 10px 0;
}
.ventana p {
    font-size: 1.3em;
}