@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');

html {
  font-size: 3em; }

body {
  margin:0;
  margin-top:15px;
  padding:0;
  background: #ffffff;
  background-image: url("../images/degradado.png");
  background-repeat: no-repeat; 
  font-family: 'Tilt Warp', cursive;
  }
.bienvenidos{

    width: 95%;  
      }

.logo {
    text-align: right;

      }
#imglogo{
    width: 500px;
      }
#imgtractor{
    width: 500px;
      }
.construccion {

    width: 100%;
    margin: auto;     

}

.construccionl {     
  margin-top: -110px;
}



.flex-container {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.flex-container > div {
  text-align: center;
  width:550px;
}


@media only screen and (max-width: 1100px) {
    .construccionl {     
      margin-top: 0;
    }
    #espacio1024{
      display:none;
    }
    .logo {
    text-align: center;
      }
    #imglogo{
      width: 300px;
      }
    #imgtractor{
      width: 300px;
       margin-top: 10px;
      }
}


/*
.flex-container {
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.flex-item:nth-child(1) {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

.flex-item:nth-child(2) {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }*/