html {
   font-family: 'Lato', sans-serif;
}

body {
    background-color: rgb(248, 248, 248);
}

h2 {
    font-weight: bolder;
    color: rgba(105, 105, 105, 0.404);
    text-decoration:  overline;
}

h1 {
    font-weight: bolder;
    color: rgb(148, 148, 148);
    text-overflow: wrap;
    
}

h4 {
    font-weight: 400;
    color: rgba(72, 72, 121, 0);
   
    margin-bottom: 20px;
}

.lead {
    color: rgb(16, 34, 34);
    font-weight: 430;
    overflow-wrap: break-word;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 1; 
}

.bg-light {
    background-color: rgb(255, 255, 255) !important;
}

.wallpaper {
    background-image: url("./img/jumbotronbackgroundimage.JPG");
    min-height: 500px;
    margin-bottom: 20px;
    /* Create the parallax scrolling effect */    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

@media screen and (max-width: 700px){

    .wallpaper {
        -moz-background-size: auto;
        -webkit-background-size: auto;
        background-attachment: scroll;
        background-position: center top;
        background-size: cover;
       }
    }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){

    .wallpaper {
        -moz-background-size: auto;
        -webkit-background-size: auto;
        background-attachment: scroll;
        background-position: center top;
        background-size: cover;
       }
    }

.container {
    border-radius: 5px;
    text-align: center;

}

.jumbotron {
    
    background-color: rgba(215, 218, 235, 0.527);
    border-radius: 5px;
    text-align: center;
}

.px-lg-5 {
    align-content: center;
    min-height: 430px;
    border-radius: 8px;
    max-height: inherit;
   
}

.alphablock {
    background-image: url("./img/alphablock.JPG");
    height: 100%;
    background-size: 100%; 
    border-radius: 10px;
    background-repeat: no-repeat;
    border: 0;
      
}

.assemblock {
    background-image: url("./img/assemblock.JPG");
    height: 100%;
    background-size: 100%; 
    border-radius: 10px;
    background-repeat: no-repeat;
}




 
    /* alphablock página   */

    .logo-alphablock {   
        background-image: url("./img/logoalphablock.JPG");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-clip: content-box;
        background-color: rgb(255, 255, 255);
        height: 190px;   
        margin-top: 40px;   
        padding-bottom: 10px;
      
    }

    @media screen and (max-width: 700px){

        .logo-alphablock  {
            -moz-background-size: auto;
            -webkit-background-size: auto;
            background-attachment: scroll;
            background-position: center top;
            background-size: contain;
           }
        }
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    
        .logo-alphablock  {
            -moz-background-size: auto;
            -webkit-background-size: auto;
            background-attachment: scroll;
            background-position: center top;
            background-size: contain;
           }
        }



    .col .col-6 {
        border: solid ivory;
        border-radius: 5px;
        border-color: lightgray;
        font-stretch: semi-condensed;
        text-align: left;
        justify-content: center;
    }

   .row {  

    margin-top: 35px;}

   .info-alphablock {
       background-image: url("./img/fichatecalphablock2021.jpg");
       background-size: contain;
       background-repeat: no-repeat;
       height: 800px;
       background-position: center;
       text-align: center;
       background-color: white;
  
   }

   @media screen and (max-width: 700px){

    .info-alphablock  {
        -moz-background-size: auto;
        -webkit-background-size: auto;
        background-attachment: scroll;
        background-position: center top;
        background-size: contain;
       }
    }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){

    .info-alphablock  {
        -moz-background-size: auto;
        -webkit-background-size: auto;
        background-attachment: scroll;
        background-position: center top;
        background-size: contain;
       }
    }

   .infotecnica {
       height: 100px;
       text-align: top;
   }


   /* assemblock página   */

   .jumbo-logo {
       background-color: white;
   }

   .logo-assemblock {   
    background-image: url("./img/logoassemblock.JPG");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-clip: content-box;
    background-color: rgb(255, 255, 255);
    height: 190px;   
    margin-top: 40px;   
    padding-bottom: 10px;
  
}

@media screen and (max-width: 700px){

    .logo-assemblock  {
        -moz-background-size: auto;
        -webkit-background-size: auto;
        background-attachment: scroll;
        background-position: center top;
        background-size: contain;
       }
    }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){

    .logo-assemblock  {
        -moz-background-size: auto;
        -webkit-background-size: auto;
        background-attachment: scroll;
        background-position: center top;
        background-size: contain;
       }
    }

.info-assemblock  {
    background-image: url("./img/assemblockinfotec.JPG");
    background-size: contain;
    background-repeat: no-repeat;
    height: 800px;
    background-position: center;
    text-align: center;
    background-color: white;
    margin: 0px;
}

@media screen and (max-width: 700px){

    .info-assemblock  {
        -moz-background-size: auto;
        -webkit-background-size: auto;
        background-attachment: scroll;
        background-position: center top;
        background-size: contain;
       }
    }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){

    .info-assemblock  {
        -moz-background-size: auto;
        -webkit-background-size: auto;
        background-attachment: scroll;
        background-position: center top;
        background-size: contain;
       }
    }