/*** Estilos Generales ***/

@font-face {
    font-family: open-sans;
    src: url('fonts/Open_Sans/OpenSans-Regular.ttf');
    src: url('fonts/Open_Sans/OpenSans-Regular.woff');
}

.width-100 {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.body-padding-bottom { 
    padding-bottom: 70px; 
}

.container-separator{
    margin-bottom: 20px;
}

.container-separator-small{
    margin-bottom: 10px;
}

.container-separator-big{
    margin-bottom: 40px;
}

.container-separator-top{
    margin-top: 20px;
}

.container-separator-top-small{
    margin-top: 10px;
}

.container-separator-top-big{
    margin-top: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

.link-underline {
    text-decoration: underline;
}

.MX .btn-primary {
    background-color: #088A08;
    border-color: #076907;
}

.MX .btn-primary:hover {
    background-color: #016F01;
    border-color: #025202;
}

.MX .btn-success {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.MX .btn-success:hover {
    background-color: #286090;
    border-color: #204d74;
}

/*** Google Conversion Iframe ***/

iframe[name="google_conversion_frame"] {
    display: none;
}

/*** Icons ***/
.icon-like {
    width: 50px;
    height: 50px;
    display: inline-block;
    background:url(../img/icon-like.png) no-repeat;
}

/*** Loading ***/

.loading-spinner{
   width: 16px;
   height: 16px;
   display: inline-block;
   background:url(../img/cargando.gif) no-repeat;
}

.loading-data{
   width: 65px;
   height: 65px;
   display: inline-block;
   background:url(../img/loading-AR.gif) no-repeat;
}

.MX .loading-data{
   background:url(../img/loading-MX.gif) no-repeat;
}

.ES .loading-data{
   background:url(../img/loading-ES.gif) no-repeat;
}

.UY .loading-data{
   background:url(../img/loading-UY.gif) no-repeat;
}

.CL .loading-data{
   background:url(../img/loading-CL.gif) no-repeat;
}

/*** Header ***/

.header .navbar-brand {
    padding: 12px 15px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

/*.header .navbar-brand .logo{
   width: 120px;
   height: 34px;
}*/

.CI .header .navbar-toggle {
    display:none;
}

.CI .header .back-link {
    display: none !important;
}

.CI .header .form-menu {
    display: none;
}

.AP .header.navbar{
    background-color: #FFFFFF;
}

.header .img-logo{
   width: 242px;
   height: 69px;
   display: block;
   background:url(../img/logo.png) no-repeat;
}

.COM-AR .header .img-logo.AR{
    background:url(../img/logo-com-ar.png) no-repeat;   
}

.header .img-logo.MX{
    background:url(../img/logo-mx.png) no-repeat;   
}

.header .img-logo.ES{
    background:url(../img/logo-es.png) no-repeat;   
}

.header .img-logo.UY{
    background:url(../img/logo-uy.png) no-repeat;   
}

.header .img-logo.CL{
    background:url(../img/logo-cl.png) no-repeat;   
}

.header .img-logo.AP{
    background:url(../img/logo-ap.png) no-repeat;   
}

.header .img-logo.IAU{
    background:url(../img/logo-iau.png) no-repeat;   
}


.header .img-logo-mobile{
    width: 120px;
    height: 34px;
    display: block;
    background-image: url(../img/logo-mobile.png);
    background-size: 120px;
    background-repeat: no-repeat;
}

.COM-AR .header .img-logo-mobile.AR{
    background-image: url(../img/logo-mobile-com-ar.png);
}

.header .img-logo-mobile.MX{
    background-image: url(../img/logo-mobile-mx.png);
}

.header .img-logo-mobile.ES{
    background-image: url(../img/logo-mobile-es.png);
}

.header .img-logo-mobile.UY{
    background-image: url(../img/logo-mobile-uy.png);
}

.header .img-logo-mobile.CL{
    background-image: url(../img/logo-mobile-cl.png);
}

.header .img-logo-mobile.AP{
    background-image: url(../img/logo-mobile-ap.png);
}

.header .img-logo-mobile.IAU{
    background-image: url(../img/logo-mobile-iau.png);
}

.header .img-logo-desktop{
    width: 233px;
    height: 54px;
    display: block;
    background: url(../img/logo-desktop.png) no-repeat;
}

.COM-AR .header .img-logo-desktop.AR{
    background: url(../img/logo-desktop-com-ar.png) no-repeat;
}

.header .img-logo-desktop.MX{
    background: url(../img/logo-desktop-mx.png) no-repeat;
}

.header .img-logo-desktop.ES{
    background: url(../img/logo-desktop-es.png) no-repeat;
}

.header .img-logo-desktop.UY{
    background: url(../img/logo-desktop-uy.png) no-repeat;
}

.header .img-logo-desktop.CL{
    background: url(../img/logo-desktop-cl.png) no-repeat;
}

.header .img-logo-desktop.AP{
    background: url(../img/logo-desktop-ap.png) no-repeat;
}

.header .img-logo-desktop.IAU{
    background: url(../img/logo-desktop-iau.png) no-repeat;
}


.header .img-envio-gratis{
    width: 300px;
    height: 69px;
    display: block;
    background:url(../img/envio-gratis.jpg) no-repeat;
}

.header .img-envio-gratis.MX{
    background:url(../img/envio-gratis-mx.jpg) no-repeat;   
}

.header .img-envio-gratis.ES{
    background:url(../img/envio-gratis-es.png) no-repeat;   
}

.header .img-envio-gratis.UY{
    background:url(../img/envio-gratis-uy.png) no-repeat;   
}

.header .img-envio-gratis.CL{
    background:url(../img/envio-gratis-cl.png) no-repeat;   
}

.header .img-envio-gratis.CI{ 
    display: none;   
}

.header .img-envio {
    width: 250px;
    height: 54px;
    display: block;
}

.header .img-envio.ALL{
    background:url(../img/envio-payment-ar.jpg) no-repeat;   
}

.header .img-envio.AR{
    background:url(../img/envio-payment-ar.jpg) no-repeat;   
}

.header .img-envio.UY{
    background:url(../img/envio-payment-uy.jpg) no-repeat;  
}

.header .img-envio.PY{
    background:url(../img/envio-payment-py.jpg) no-repeat;  
}

.header .img-envio.ES{
    background:url(../img/envio-payment-es.jpg) no-repeat;   
}

.header .img-envio.IT{
    background:url(../img/envio-payment-it.jpg) no-repeat;  
}

.header .img-envio.US{
    background:url(../img/envio-payment-us.jpg) no-repeat;  
}

.header .img-envio.MX{
    background:url(../img/envio-payment-mx.jpg) no-repeat;   
}

.header .img-envio.PE{
    background:url(../img/envio-payment-pe.jpg) no-repeat;  
}

.header .img-envio.BR{
    background:url(../img/envio-payment-br.jpg) no-repeat;  
}

.header .img-envio.CL{
    background:url(../img/envio-payment-cl.jpg) no-repeat;   
}

.header .img-envio.CI {
    display: none;
}

.header .disclaimer {
    background-color: #F2F2F2;
    text-align: center;
    text-decoration: none;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.CI .header .disclaimer {
    display: none;
}

.AR .header .disclaimer-alert,
.COM-AR .header .disclaimer-alert {
    font-size: 12px;
    /*x8*/
}

.AR .header .disclaimer-alert a,
.COM-AR .header .disclaimer-alert a{
    text-decoration: underline;
}

.header.header-desktop-form .disclaimer.disclaimer-cookies{
    background-color: #E6E6E6;
    display: none;
}

.ES .header.header-desktop-form .disclaimer.disclaimer-cookies{
    display: block;
}

.header.header-desktop-form .disclaimer{
    height: 38px;
    line-height: 38px;
    background-color: #F2F2F2;
}

.header.header-desktop-form .btn-navegacion {
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-right: #CCCCCC solid 1px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 2px 10px;
    text-decoration: none;
    margin-top: 10px;
}

.header.header-desktop-form .btn-navegacion:last-child {
    border: none;
}

.header.header-desktop-form .btn-navegacion:hover {
    text-decoration: none;
    background-color: #0066FF;
    color: #FFFFFF;
}

.MX .header.header-desktop-form .btn-navegacion:hover {
    background-color: #088A08;
}

.header.header-desktop-form .line-separator {
    border-bottom: #CCCCCC solid 1px;
    height: 30px;
}

.COM-AR .header.header-desktop-form .line-separator {
    height: auto;
}

.AR .header.header-desktop-form .menu-container{
    padding-left: 4px;
    padding-right: 4px;
}

.AR .header.header-desktop-form .menu-container .menu-options,
.COM-AR .header.header-desktop-form .menu-container .menu-options{
    padding-top: 10px;
}

.MX .header .title {
    color: #CC0000;
    font-weight: bold;
    font-size: 50px;
}

.MX .header .subtitle {
    color: #039409;
    font-weight: bold;
    font-family: open-sans;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 38px;
}

/*** Footer ***/
.footer.navbar {
    margin-bottom: 0;
}

.footer .footer-text{
    color: #999999;
    font-size: 10px;
    text-align: center;
    margin: 20px 0;
}

.AR .footer .footer-text,
.COM-AR .footer .footer-text{
    color: #666666;
    font-size: 12px;
}

/*** Content Box ***/

.container .content-box {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-color: #E3E3E3;
    border-style: solid;
    border-width: 1px;
    min-height: 400px;
    margin: 0;
    padding: 20px 0;
}

/*** Solicitud Description ***/

.solicitud-description .solicitud-description-content p{
    font-size: 12px;
    margin: 0;
}

/*** Alert Message ***/

.alert-message .alert {
    margin-bottom: 10px;
    text-align: center;
}

.alert-message .alert a{
    cursor: pointer;
    text-decoration: underline;
}

.alert-message.alert-icon .alert {
    text-align: left;
}

.alert-message.alert-icon .icon-container {
    padding-right: 14px;
    margin-right: 18px;
    border-right: 1px solid #3C763D;
    float: left;
    position: relative;
    top: 2px;
}

/*** Solicitud Button ***/

.solicitud-button .solicitud-button-container .solicitud-btn{
    text-align: center;
}

/*** myButton ***/

.myButton {
    -moz-box-shadow:inset 0px 0px 0px -19px #d6a204;
    -webkit-box-shadow:inset 0px 0px 0px -19px #d6a204;
    box-shadow:inset 0px 0px 0px -19px #d6a204;
    border-bottom:4px solid #BB2500;
    background-color:#FF6600;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    display:inline-block;
    cursor:pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #FFFFFF;
    padding:20px 30px;
    text-decoration:none;
}
.myButton:hover {
    background-color:#FF3300;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #FF6600;
    color: #FFFFFF;
}
.myButton:focus {
    color: #FFFFFF;
}
    
.myButton:active {
    position:relative;
}

.myButton:visited {
    text-decoration: none;
}
.myButton:link {
    text-decoration: none;
}

.myButton.myButton-small {
    font-size: 14px;
    padding: 14px 20px;
}

.myButton .easy {
    color: #FFFF00;
}

.MX .myButton {
    background-color:#CC0000;
}
.MX .myButton:hover {
    border-bottom-color: #CC0000;
}

.ES .myButton {
    background-color:#CC0000;
}
.ES .myButton:hover {
    border-bottom-color: #CC0000;
}

/* Fix for google conversion img */
img[width='1'][height='1'] {
    display: none;
}

/* Bootstrap Modal */
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Confirm Modal */

.confirm-modal .modal-body{
    padding: 30px 10px;
}

.confirm-modal .close {
    margin-top: -15px;
    margin-right: 5px; 
}

.confirm-modal .action-left .btn,
.confirm-modal .action-right .btn{
    width: 90%;
}


/* Medium devices (desktops, 992px and up) */
@media (min-width:  992px) {

    /*** Header ***/

    .header .navbar-brand {
        height: auto;
        padding: 12px 15px;
        transform: none;
        left: auto;
        position: initial;
    }

    /*.header .navbar-brand .logo{
        width: auto;
        height: 54px;
    }*/

    .header .navbar-right {
        line-height: 54px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .header .disclaimer {
        font-size: 12px;
    }

    /*** Footer ***/

    .footer .footer-text{
        padding-top: 10px;
    }

    .footer .data-fiscal-container{
        text-align: left;
        padding-left: 0px;
        margin: 10px 0;
        display: none;
    }

    .AR .footer .data-fiscal-container{
        display: block;
    }

    .AR .footer .data-fiscal-container .data-fiscal-logo{
        width: 43px;
        height: 56px;
        display: block;
        /*background-image: url(https://www.afip.gob.ar/images/f960/DATAWEB.jpg);*/
        background-image: url(../img/data-fiscal.jpg);
        background-size: 43px;
        background-repeat: no-repeat;
    }


    /*** myButton ***/

    .myButton { 
        font-size: 19px;
    }

    /* Confirm Modal */

    .confirm-modal .action-left{
        float: right;
    }

    .confirm-modal .action-right{
        float: left;
    }

    .confirm-modal .action-left .btn,
    .confirm-modal .action-right .btn{
        width: auto;
    }

}