﻿.info-login .welcome a.links {
    content: '>';
    font-size: 11px;
    margin-right: 3px;
    text-decoration: none;
}

.info-login .welcome a.links:before {
  content: '>';
  font-size: 11px;
  margin-right: 3px;
  text-decoration: none;
}

.info-login .welcome a.links:hover {
  text-decoration: none;
}

.info-login .welcome a.links:hover:before {
  text-decoration: none;
}

.info-login .welcome a.links a + a {
  margin-left: 10px;
}

.info-login.login .logout span.icon {
  background: url(../Content/images/logout_icon.jpg) no-repeat left top;
}

.header-top .container .toplinks {
    padding-top: 0px;
}

.header-top-mobile {
  background-color: #1AA3FA;
  z-index: 85;
  position: relative;
}
.header-top-mobile:after {
  content: '';
  display: table;
  clear: both;
}
.header-top-mobile .container {
  font-size: 12px;
  color: #333333;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-top-mobile .container a {
  width: 100%;
  font-size: 12px;
  color: #333333;
}
.header-top-mobile .container .toplinks {
  text-align: right;
}

.telefono {
      font-size: 13px;
}


.flotante {
        position:fixed;
        bottom:0px;
        right:25px;
}

.modal-body {
    text-align: -webkit-center;
}


@media only screen and (min-width: 768px) {
    html, body {
        overflow-y: hidden;
    }
    .logoAca {
      content: url(../Content/images/logo_aca.png);
    }
    .header-top {
        display: block;
        height: 40px;
    }
    .header-top-mobile {
        display: none;
    }

    .header-body {
        display: block;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #1AA3FA;

    }
    .header-body-mobile {
        display: none;
    }
    .iconoDetalle {
        display: none;
    }

    img#CarnePlenario {
        width: 50%; 
        height: auto;
    }

    img#CarnePlenario2 {
        width: 50%; 
        height: auto;
    }

}
@media only screen and (max-width: 767px) {
    html, body {
        overflow-y: scroll;
    }
    .logoAca {
      content: url(../Content/images/logo_aca.png);
    }
    
    .info-login {
        margin-bottom: 0px;
    }
    .info-login .welcome {
        font-size: 14px;
    }
    .info-login.login .logout {
        margin: 7px 0;
    }
    h1, .page-title {
        font-size: 20px;
    }
    .btns {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .button,
      button,
      input[type="reset"],
      input[type="submit"],
      input[type="button"] {
        margin-bottom: 5px;
      }
    .header-top {
        display: block;
        height: 40px;
    }

    .header-body {
        display: block;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #1AA3FA;
    }
    .header-body-mobile {
        display: block;
        /*background-color: #1AA3FA;*/
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #1AA3FA;
    }
    .header-body-mobile .logo {
        height: 40px;
        line-height: 40px;
        margin-bottom: 0px;
        text-align: center;
    }
    .topdescription {
        font-size: 9px;
    }
    .header-top .toplinks a {
        font-size: 9px;
    }
    .header-top-mobile .toplinks a {
        font-size: 12px;
    }
    .main-content {
        padding-top: 5px;
    }

    img#CarnePlenario {
        width: 100%; 
        height: auto;
    }

    img#CarnePlenario2 {
        width: 100%; 
        height: auto;
    }

}



/*Recaptcha*/
/*@media screen and (max-width: 240px) {
    .g-recaptcha {
        transform:scale(0.58);-webkit-transform:scale(0.58);
        transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}*/

@media screen and (max-width: 320px) {
    .g-recaptcha {
        transform:scale(0.73);-webkit-transform:scale(0.73);
        transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .g-recaptcha {
        transform:scale(0.91);-webkit-transform:scale(0.91);
        transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
    .g-recaptcha {
        transform:scale(1.08);-webkit-transform:scale(1.08);
        transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}

.noppading{
    padding:0px;
}

.desactivada {
    pointer-events: none;
    cursor: default;
    opacity:0.5;
} 

h6 {
    font-size: 20px;
    text-align: left; 
    padding: 10px 0 0 0; 
    margin-bottom: 0; 
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    color: #333333;
    margin-left:0;
}

/*TODO: mover a la hoja de estilos de aca (nuget)*/
.boton-amarrillo{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px 30px;
    line-height: 22px;
    background: #1AA3FA;
    background: -webkit-linear-gradient(#1ad1fa, #1AA3FA);
    background: -o-linear-gradient(#1ad1fa, #1AA3FA);
    background: -moz-linear-gradient(#1ad1fa, #1AA3FA);
    background: linear-gradient(#1ad1fa, #1AA3FA);
    color: #ffffff;
    text-transform: uppercase;
}

.aca-panel {
  background-color: #fff4cf;
  padding: 50px 20px 30px 20px;
  margin-bottom: 50px;
  border-bottom: 3px solid #1AA3FA;
  border-top: 15px solid #1AA3FA;
}
.aca-panel:after {
  content: '';
  display: table;
  clear: both;
}

a.boton-amarrillo:hover, a.boton-principal:hover, a.boton-secundario:hover,
a.boton-amarrillo:focus, a.boton-principal:focus, a.boton-secundario:focus {
    text-decoration:none;
}

/*FIN TODO*/

/*Modal*/
.modal-content{
    background-color:#fff6d9;
    border-radius:0px;
}

.modal-header{
    background-color: #666666;
    border-radius:0px;
    
}
.modal-header h4{
    color:#ffffff;
}
button.close{
    width: 21px;
    background-color: #ffffff;
    opacity:1;
    border-radius:10px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 800px;
    }
}

/*Fin modal*/
/*Modal*/
.modalWordpress-content{
    background-color:white;
    border-radius:3px;
}

.modalWordpress-header{
    border-radius:3px;
    padding:0px 20px 20px 20px;
    
}
.modalWordpress-header h4{
    color:#E01D2E;
}
.modal-titleWordpress{
    font-size:27px;
    font-weight:400;
    color:#E01D2E;

}

@media (min-width: 992px) {
    .modal-lg {
        width: 800px;
    }
    .modalWordpress-close{
    height: 20px;
    width: 20px;
    left: 790px;
    right: -7px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    line-height: 14px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 0, 0, 1.00 );
}
}

@media (min-width: 767px) {

    .modalWordpress-close{
    height: 20px;
    width: 20px;
    left: 590px;
    right: -7px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    line-height: 14px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 0, 0, 1.00 );
}
}

.modalWordpress-close{
    height: 20px;
    width: 20px;
    left: 98.5%;
    right: -7px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    line-height: 14px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 0, 0, 1.00 );

}
/*Fin modal*/
