* {
    box-sizing: border-box;
  }
  
  /* Container for flexboxes */
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* Create four equal columns */
  .column {
    flex: 25%;
    padding: 20px;
  }
  
  /* On screens that are 992px wide or less, go from four columns to two columns */
  @media screen and (max-width: 320px) {
    .column {
      flex: 50%;
    }
  }
  
  /* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 768px) {
    .row {
      flex-direction: column;
    }
  }
  
  input[type=text],input[type=email],input[type=number], select,textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}   


/*Cards monitores*/
.container-card{
    width: 100%;
    display: flex;
    max-width: 1100px;
    margin: auto;
}
.title-cards{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    color: black;
}
.card1{
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    transition: all 400ms ease-out;
    cursor: pointer;
}

.card1:hover{
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    transform: translateY(-3%);
}
.card1 img{
    width: auto;
    height: auto;
}
.card .contenido-card{
    padding: 15px;
    text-align: center;
}
.card .contenido-card h3{
    margin-bottom: 15px;
    color: #7a7a7a;
}
.card .contenido-card p{
    line-height: 1.8;
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 5px;
}
.card .contenido-card a{
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #2fb4cc;
    border: 1px solid #2fb4cc;
    border-radius: 4px;
    transition: all 400ms ease;
    margin-bottom: 5px;
}
.card .contenido-card a:hover{
    background: #2fb4cc;
    color: #fff;
}


.flex-container {
  flex-wrap: wrap;
}


/*Fin-Cards*/


/*Cards contactos*/
.container-card{
    width: 100%;
    display: flex;
    max-width: 1100px;
    margin: auto;
}
.title-cards{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    color: black;
}
.card2{
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    transition: all 400ms ease-out;
    cursor: pointer;
}

.card2:hover:hover{
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    transform: translateY(-3%);
}
.card2 img{
    width: 30%;
    height: 30%;
    
}
.card .contenido-card{
    padding: 15px;
    text-align: center;
}
.card .contenido-card h3{
    margin-bottom: 15px;
    color: #7a7a7a;
}
.card .contenido-card p{
    line-height: 1.8;
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 5px;
}
.card .contenido-card a{
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #2fb4cc;
    border: 1px solid #2fb4cc;
    border-radius: 4px;
    transition: all 400ms ease;
    margin-bottom: 5px;
}
.card .contenido-card a:hover{
    background: #2fb4cc;
    color: #fff;
}


.flex-container {
  flex-wrap: wrap;
}

/*Fin-Cards*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
/*Cards*/
.container-card{
    width: 100%;
    display: flex;
    max-width: 1100px;
    margin: auto;
}
.title-cards{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    color: black;
}
.card{
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background:white;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    transition: all 400ms ease-out;
    cursor: pointer;
}

.card:hover{
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    transform: translateY(-3%);
}
.card img{
    width: 100%;
    height: 210px;
}
.card .contenido-card{
    padding: 15px;
    text-align: center;
}
.card .contenido-card h3{
    margin-bottom: 15px;
    color: #7a7a7a;
}
.card .contenido-card p{
    line-height: 1.8;
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 5px;
}
.card .contenido-card a{
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #2fb4cc;
    border: 1px solid #2fb4cc;
    border-radius: 4px;
    transition: all 400ms ease;
    margin-bottom: 5px;
}
.card .contenido-card a:hover{
    background: #2fb4cc;
    color: #fff;
}


.flex-container {
  flex-wrap: wrap;
}


/*Fin-Cards*/



.textoCentrado{
    text-align: center;
}

#slogan{
    border:1px black solid;
    width: 100%;
    position: static;
}
.btnControl{
    border: 2px solid rgb(151, 253, 244);
    border-radius:22px;
    background-color: #0f7ff0;
    color: white;
    width: 40%;
    height: 30px;
    padding: 5px 0px 5px 12px;
    font-family: Arial, Helvetica, sans-serif;
    }

    #uno{
        top: 450px;
        position: absolute;
        float: left;
        
     }
      
     #dos{
        top: 100px;
        position: absolute;
        float:left;
        right: 50px;
        /*border:1px black solid;*/
     }
     #tres{
       
        position: absolute;
        text-align: center;
     }


     .titulos{
        color: rgb(8, 42, 83);
        font-size: 30px;
        text-align:  AUTO;
        left: 5%;
    
     }
     .parrafos{
        color: rgb(5, 5, 5);
        font-size: 20px;
        text-align:  justify;
        line-height : 30px;
        font-weight: normal;
    
     }
     .imagenes{
        position: relative;
        top: 50px;
     }
     #contenedor{
        overflow:hidden;
     }


     .tabla{
        left: 20px;
        border: none;
    }
    
     .alinerizquierda{
        width: 45%;  
        height: auto;   
        text-align: center;
       /* border:1px rgb(170, 52, 52) solid;*/
     }
     .alinerderecha{
        width: 100%;  
        height: auto;
     }
     .colorNaranja{
        color: rgb(238, 123, 15);
        font-size: 60px;
        font-weight: normal;
     }
     .colorVisual{
        color: rgb(8, 42, 83);
        font-size: 60px;
        font-weight: normal;
     }

     #sloganglopbo{
        position:absolute;
         width: 100%;
         height: 100%;  
         
         
         /* text-align: left; 
         color: rgb(8, 42, 83);
         font-size: 45px;     
         border:1px black solid; */
     }

     #inicio{
        position:absolute;
         width: 100%;
         height: 100%;  
         
         
         /* text-align: left; 
         color: rgb(8, 42, 83);
         font-size: 45px;     
         border:1px black solid;*/ 
     }
     #vmpacs{
     
         width: 100%;  
         height: auto;
         position:absolute;
         left: 20px;
         top: 30px;   
        /* border:1px black solid;*/
     }
     
     #vmris{
         width: 100%;  
         height: auto;
         position:absolute; 
         left: 20px;   
         /* border:1px black solid;*/
     }
     
     #vmhis{
         width: 100%;  
         height: auto;
         position:absolute; 
         left: 20px;   
         /* border:1px black solid;*/
     }
     #vmrvoz{
         width: 100%;  
         height: auto;
         position:absolute;
         left: 20px;  
     
     }
     #contactos{
         width: 100%;  
         height: auto;
         position:absolute; 
     
     }
     #testimonios{
         width: 100%;  
         height: auto;
         position:absolute;
         left: 20px;
     }
     #galeria{
         width: 100%;  
         height: auto;
         position:absolute;
     }
     
     #monitores{
         width: 100%;  
         height: auto;
         position:absolute;
         left: 20px;
     
     }
     .ditafonos{
         width: 100%;  
         height: auto;
         position:absolute;
         left: 20px;
     }
     .discstation{
         width: 100%;  
         height: auto;
         position:absolute;
         left: 20px;
     }
     .sucursales{
         width: 100%;  
         height: auto;
         position:absolute;
         left: 20px; 
     }

     #wepContenido{
        position: relative;
        bottom:250px; width:100%; 
        text-align: left; 
        color: rgb(8, 42, 83);
        font-size: 30px;
      
        
    }
    #lasp{
        text-align: right; 
        color: rgb(8, 42, 83);
        font-size: 40px;
      
        
    }
    #lash1{
        text-align: center; 
        color: rgb(8, 42, 83);
        font-size: 50px;
        
    }
    .losmonitores{
        text-align: center; 
        color: rgb(8, 42, 83);
        font-size: 30px;
    }
    .titulomonitor{
        text-align: center; 
        color: rgb(8, 42, 83);
        font-size: 70px;
    }
    .InicioImagen{
        position:relative;
    
    }
    .tamoªª¡Şoimagenes{
        width: auto;
        height: auto;
    }
    
    a{
        text-decoration: none;
    }

    body {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
     background-image: url("../img/fondoWeb.png");       
      background-repeat: no-repeat;
      min-height: 100%;
}
.textoCentrado{
    position: relative;
    bottom:1px; width:100%; 
    text-align: center;
    font-size: 15px; 
    color: #8a8a8a05;   
}
