@import url(fuentes.css);

#flex_contenido {
  display:flex;
  flex-direction: column;
}
#uno_somos {
  order: 1;
  -webkit-order: 1;
}
#dos_servicios {
  order: 3;
  -webkit-order: 3;
}
#tres_domicilio {
  order: 4;
  -webkit-order: 4;
}
#cuatro_sucursales {
  order: 5;
  -webkit-order: 5;
}
#cinco_filosofia {
  order: 2;
  -webkit-order: 2;
}
#seis_franquicias {
  order: 6;
  -webkit-order: 6;
}
#siete_contacto {
  order: 7;
  -webkit-order: 7;
}

html, header, body, div, a, iframe {
    cursor:url(../plancha.cur),auto;
}
body {
    height: 100%;
    background-color: #FBF3F5; 
    font-family: TheSansPlain;
}

header{  
    font-family: TheSansPlain; 
}

.division {
    width: 100%;
    height: 2px;

}

.contenido {
    width: 100%;
}

.contenedor {  
    max-width: 1000px; 
    top:-8px;
    position: relative;  
    height: auto;
    margin: auto;
    background-color: white;
}

:root {
  --colorFondo-General: #d5d8dd;
}

.alert_correct, .alert_error {
    width: 60%;
    height: auto;
    padding: 20px;
    margin:auto;
    text-align: center;
    color: white;
}

.alert_correct {
    background-color: rgba(79, 219, 85, 0.8);
}

.alert_error {
    background-color: rgba(245, 92, 92, 0.8);
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

@media (min-width: 1051px){ 
    .desk {
        display: run-in;
    }
    .movil {
        display: none;
    }
}

@media (max-width: 1050px){ 
    .desk {
        display: none;
    }
    .movil {
        display: run-in;
        width: 100%;
    } 
}