/***************TAMAÑO DE ESCRITORIO**************/
@media (min-width: 801px){

    body{
        background: #000ff;
    }
    
    h1{font-size: 30px !important;}
    h2{font-size: 25px !important;}
    h3{font-size: 20px !important;}
    h4{font-size: 15px !important;}
    h5{font-size: 10px !important;}

/**************MODIFICACIONES DEL PROFILE********************/
    .fotoEmp{
        float: none; 
        border: 2px solid #fff; 
    }

/************************************************************/    
	header{
    	height: 100px;
        background: -webkit-linear-gradient(left, #ddd, #eee, #fff, #eee, #ddd);
        background: -o-linear-gradient(left, #ddd, #eee, #fff, #eee, #ddd);
        background: -moz-linear-gradient(left, #ddd, #eee, #fff, #eee, #ddd);
        background: -linear-gradient(#ddd, #eee, #fff, #eee, #ddd);
    }

    .logoHeader{
        position: relative; 
        height: 65px; 
        width: auto; 
        padding-top: 0px;
        margin-top: 10px;
        left: 10px;   
    }
    
    .logoHeader2{
        display: none;
        
    }
    
    #logoShow{
        display: block;
    }
    
    .texto, .cita{
        font-size: 13px;
    }
    
    
    .menu{
		position: static;
		height: auto;
		transform: translateX(0%);
		float: right;
        background: transparent;
		display: flex;
        margin-right: 0%;
        justify-content: center;
        width: auto;
	}
    

	.menu a{
        height: 70px;
        width: 130px;
        background: transparent;
        padding: 0;
        padding-top: 17px;
        text-align: center;
        border: none;
        margin-top: 30px;
        /*margin-top: -60px;*/
	}
    
    .menu a:hover{
        /*background: -moz-linear-gradient(left, transparent, #59cfda, transparent);
        background: -webkit-linear-gradient(left, transparent, #59cfda, transparent);
        background: -o-linear-gradient(left, transparent, #59cfda, transparent);
        background: -linear-gradient(transparent, #59cfda, transparent);*/
        background: rgba(89,207,218,0.8);
        color: #fff;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom: 4px solid #000;
        transition: all 0.1s;
    }
    
    textoMenu{
        float: none; 
        text-align: left;
        margin-left: 0;
        margin-bottom: 25px;
        color: #4997b6;
    }
    
    #iconNotif, #iconFontello{
        float: none;
    }
    
    #iconFontello{
        margin-top: -10px;
        font-size: 25px;
        color: #000;
        /*display: none;*/
    }

    .menu a:hover textoMenu{
        color: #000;
        transition: all 0.5s;
    }
    
    .menu a:hover #iconFontello{
        color: #000;
        transition: all 0.5s;
    }
    
    
    
    .menu a:hover > #logoHover{
        background: #000;
    }
    
    #menuBar{
        display: none;
    }
    
    textoMenu{
        float: none; 
        text-align: left;
        margin-left: 0;
        margin-bottom: 25px;
    }
    
    .textForMiniHeader{
        display: block;
        font-size: 12px;
        float: right;
        margin-top: 6px;
        margin-right: 50px;
        color: #fff;
    }
    
    .iconHeader{
        float: none;
        margin-top: -10px;
        display: none;
    }
    
    .miniheader{
        height: 30px;
    }
    
    #iconForMiniHeader{
        font-size: 23px;
    }
    
    .telefonoMiniHeader{
        position: absolute;
        left: 5px;
        top: 0;
        font-size: 12px;
    }
    
    .telefonoMiniHeader:hover{
        text-decoration: none;
    }
    
    #loginModal{
        width: 20%;
        margin-left: 40%;
        margin-top: 10%;
    }
    
    .espacioSitio{
        margin-top: 100px;
    }
    
    .construccion{
        width: 50%;
        left: 25%;
        top: 18vh;
    }
    
    .parrafo{
        margin-top: 25px;
        font-size: 20px;
    }
    
    .div50{
        width: 50%;
    }
    
    .div33{
        width: 33%;
    }
    
    .div75{
        width: 75%;
    }
    
    .div25{
        width: 25%;
    }
    
    .footer33{
        width: 33%;
        min-height: 150px;
    }
    
    .logoFooter{
        height: 70px;
        width: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .divFooter{
        display: none;
    }
    
    .imEquipo, .imEquipo2{
        margin-top: 30px;
       /* width: 90%;
        margin-left: 25%;*/
    }
    
    .imEquipo2{
        width: 50%;
        margin-left: 25%;
    }
    
    .imEquipo2:hover{
        width: 52%;
        margin-left: 24%;
    }
    
    #conoceMas{
        width: 20%;
        left: 40%;
    }
    
    .container {
        height: 300px;
        width: auto;
        overflow: hidden;
        margin-left: 1%;
        margin: 10px;
        position: relative;
        box-shadow: 5px 5px 15px #000;
    }
    
    .container > .productosOz {
        width: 95%;
        height: auto;
        margin-left: 2.5%;
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
    }
    
    .numeroInd{
        font-size: 60px;
    }
    
    .nombreInd{
        margin-top: -10px;
        font-size: 20px;
    }
    
    .descripcionInd{
        font-size: 16px;
    }
    
    .metodo5pasos{
        margin-bottom: 500px;
    }
    
    #metodo4{
        margin-left: 17%;
    }
    
    .tituloResultado{
        font-size: 16px;
    }
    
    .progress, .tituloResultado{
        width: 80%;
        margin-left: 10%;
    }
    
    .classfieldset{
        width: 80%;
        margin-left: 10%;
    }
    
    ul li{
        margin-left: 5%;
        font-size: 20px !important;
    }
    
    /*.garantia{
        width: 20%;
        float: right;
        margin-top: -300px;
        margin-right: 250px;
    }
    
    .garantia:hover{
        width: 21%;
    }*/
    
    #reduceMargin{
        margin-top: 40px;
    }
    
    .empuja100px{
        margin-left: 100px;
    }
    
    #dimMetodos{
        height: 400px;
        max-height: 400px;
    }
    
    .imagenMetodo{
        width: 80%;
        margin-left: 10%;
    }
    
    .imagenMetodo:hover{
        width: 84%;
        margin-left: 8%;
    }
    
    .espacios{
        display: block;
    }
    
    /*#parrafoEsp{
        min-height: 50vh;
    }*/
    
    .servFlex{
        display: flex;
    }
    
    .spaceArt{
        display: flex;
    }
    
    .colArticulos{
        position: relative;
        margin-top: -50px;
        
        width: 15%;
        height: 90vh;
        background: transparent;
        float: left;
        z-index:20;
        transform: translatex(0);
    }
    
    .verMas, .verMenos{
        display: none;
    }
    
    .verMas{
        right: auto;
        left: -30px;
        top: 40vh;
    }
    
    /*.espacioArticulo{
        position: relative;
        width: 85%;
        margin-top: 10px;
        float: left;
        z-index: -10;
        display: flex;  display: flex; justify-content: center; flex-wrap: wrap;
    }*/
    
   .portada{
        position:absolute;
        top: 0; 
        left: 0;
        width: 100%;
    }
    
    .contenidoCatalogo{
        width: 95%;
        margin-left: 5%;
    }
    
    .contenidoCatalogo #space50, #space50 ul li{
        font-size: 15px !important;
    }
    
    .ipEcards{
        width: 45%;
        margin-left: 27.5%;
    }
    
    .frameEcard{
        width: 390px;
        margin-left: 10%;
        max-width: 390px;
    }
    
    #prev_prod{
        left: 20%;
        
    }
    
    #next_prod{
        right: 20%;
    }
    
    #desk{
        display: table-cell;
    }
    
    #mobile{
        display: none;
    }
    
    #grand80Small90{
        width: 80%;
        margin-left: 10%;
    }
    .textoNosotros{
        width: 90%; 
        margin-left: 5%; 
        margin-top: 10px;
        font-size: 15px;
    }
    
    .imgNosotros{
        width: 60%;
        margin-left: 20%;
        margin-top: 15px;
    }
    
    .ajustaNos{
        width: 100%;
        display: flex; 
        justify-content: center;
    }
    
    #missionDesk{
        display: block;
    }
    
    #missionMobile{
        display: none;
    }
    
    .puntoMuerto{
        width: 10%; 
        display: block !important;
    }
    
    #comentarios{
        height: 100vh;
        overflow-y: scroll;
    }
    
    #missionMobile{
        display: none;
    }
    
    #missionDesk{
        display: block;
    }
    
    .bgcarrusel{
        margin-top: -30px;
        width: 80%;
        margin-left: 10%;
    }
    
    .organizacion{
        width: 50%;
        margin-left: 25%;
    }
    
    .imagenContacto{
        width: 90%;
        margin-left: -10%;
        border-radius: 10px;
        box-shadow: 5px 5px 15px #000;
    }
    
    #map{
        width: 95%;
        height: 300px;
    }
    
    #cotizarWA{
        margin-left: 10%;
    }
    
    titleColumn{
        /*display: inline;*/
        display: none;
        font-size: 10px;
        font-weight: normal;
        text-align: left;
        width: 70%;
        left: 30%;
        bottom: 10px;
    }
    .columna:hover titleColumn{
        display: inline;
    }
    
    .columna a .glyphicon{
        font-size: 30px;
        margin-top: -1px;
        margin-left: -10px;
    }
    
    #iconCurso{
        margin-left: -5px;
    }
 
    
    .iconoColumna{
        width: 30px;
        height: 30px;
        margin-left: -5px;
    }
    
    .columna{
        position: fixed;
       width: 45px;
	   height: 150%;
       top: 90px;
       z-index: 0;
	}

    .columna a{
    	height: 45px;
        width: 45px;
        font-size: 40px;
        padding: 10px;
        padding-right: 0px;
    }
    
    .downColumna{
        display: none !important;
    }
    
    #blankColumna{
        display: block;
        
    }
    
    #waColumna{
        display: none;
    }
    
     .containerWeb{
        width: 105%;
        margin-left: -5%;
        position: relative;
        overflow: hidden;
        height: 90vh;
    }
    
    .portadaWeb, .textoPortadaWeb{
        width: 100%;
        height: auto;
        
        position: absolute;
        z-index: -10;
        top: 0;
        left: 0;
    }
    
    .textoPortadaWeb{
        width: 60%;
        top: 20%;
        left: 20%;
        z-index: -9;
    }
    
    #grand60Small90{
        width: 60%;
        margin-left: 20%;
    }
    
    .bg_invertir h4, important{
        font-size: 18px !important;
   }
  
  .cardProd{
        width: 20%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    
    .nombreTipoCatalogo{
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }
    
    .maquinaPyR{
        width: 35%;
        margin-left: 7.5%;
        margin-right: 7.5%;
        margin-top: 10px;
    }
   
    
    
    .promo{
        width: 50%;
        margin-top: 5%;
        margin-left: 25%;
    }
    
    #cerrarPromo{
        margin-top: 5%;
        margin-right: 25%;
    }
    
    .videoEcard{
        width: 70%;
        margin-left: 15%;
    }
    
    
    
    
    
    
    
    

}