/* Estilo de minisitio empresa para movil */

 .column-1{
    width: 68%;
    float: left;
    margin-right: 10px;
}

.column-2{
    width: 15%;
    float: right;
}

.column-3{
    width: 15%;
    float: right;
    margin-right: 10px;
}

.cmobile{
    display: none;
 }

.company_offers{
        display: block;
}


@media (min-width: 651px) and (max-width: 1207px)  {
  .column-1{
    width: 60%;
    float: left;
    margin-right: 10px;
}

.column-2{
    width: 15%;
    float: right;
}

.column-3{
    width: 15%;
    float: right;
    margin-right: 10px;
}

 .cmobile{
    display: none;
 }

  .company_offers{
        display: block;
    }

}
@media only screen and (min-width: 768px) {
    .mobile-title {
        display: none;
        font-size: 100% !important;
    }
}

@media (min-width: 501px) and (max-width: 650px)  {
  #logocompany{
        display: none;
    }

    .video_company{
       display: none;
    }

    .column-1{
    margin-top: 10px;
    width: 100%;
    margin-right: 0px;
    }

    .column-2{
    margin-top: 10px;
    width: 100%;
    margin-right: 0px;
    }

    .column-3{
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    }

    #company_name{
    font-size: 100% !important;
    }

    .company_offers{
        display: none;
    }

.cmobile{
    display: block;
 }

 .mobile-title {
        display: block;
        font-size: 100% !important;
    }


}

@media only screen and (max-width: 767px) {
    .mobile-title {
        display: block;
        font-size: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    #logocompany{
        display: none;
    }

    .video_company{
       display: none;
    }

    .column-1{
    margin-top: 10px;
    width: 100%;
    margin-right: 0px;
    }

    .column-2{
    margin-top: 10px;
    width: 100%;
    margin-right: 0px;
    }

    .column-3{
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    }

    #company_name{
    font-size: 100% !important;
    }

    .button_1{
    float: left;
    clear: both;
    margin-top: 10px;
    }

    .button_2{
    float: left;
    clear: both;
    margin-top: 10px;
    margin-left: 0px;
    }

    .company_offers{
        display: none;
    }

.cmobile{
    display: block;
 }

 .mobile-title {
        display: block;
        font-size: 100% !important;
    }


}


#company_name{
    font-size: 14px;
}

.stylebtngris, a.stylebtngris, input.stylebtngris {
    background-color: #DBDBDB;
    color: #4C4C4C;
    font-weight: bold;
    border: 1px solid #DBDBDB;
    font-size: 100%;
    font-family: Arial, Helvetica Condensed, Sans-Serif;
    padding: 7px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
}

.stylebtnaranja, a.stylebtnaranja, input.stylebtnaranja {
    background-color: #FF6600;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #FF6600;
    font-size: 100%;
    font-family: Arial, Helvetica Condensed, Sans-Serif;
    padding: 7px 6px;
    /* border-radius: 5px; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}

.company_offers, .cmobile{
	margin-top: 20px;
	width: 100%;
	clear: both;
}