/*!
 * Ingresar aqui CSS especial para este template
 */

 button, input, select{
   outline: none !important;
 }

div#div_buscador_avanzado {
    background-color: white;
    /*box-shadow: 1px 3px 15px 3px rgba(0,0,0,0.2);*/
    margin-bottom: 40px;
    border-radius: 2px;

}

div#div_buscador_avanzado input {
    width: 100%;
}

.input-group label{
  /* font-weight: 300 !important; */
  color: black; 
  font-size: 14px; 
  font-family: Lato; 
  font-weight: 400; 
  line-height: 20px; 
  word-wrap: break-word
}

 input,  textarea {
    width: 100% !important;
    float: left;
    color: black !important;
    padding: 18px;
    height: 41px;
    border-color: white;
    margin-bottom: 6px;
    background: #d7dee0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


 input[type="checkbox"],  input[type="radio"] {
    width: 18px !important;
    -moz-appearance: none;
    appearance: none;
    height: 25px !important;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    border: none;
    border-color: transparent !important;
    cursor: pointer;
    margin-top: -5px !important;
    margin-bottom: 0px !important;
    margin-left: -17px;
    vertical-align: 0px;
    outline-width: 0;
    margin-right: 5px;
    background-color: transparent;
}

 input[type="checkbox"],  input[type="radio"] {
    width: 18px !important;
    -moz-appearance: none;
    appearance: none;
    height: 25px !important;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    border: none;
    border-color: transparent !important;
    cursor: pointer;
    margin-top: -7px !important;
    margin-bottom: 0px !important;
    margin-left: -17px;
    vertical-align: 0px;
    outline-width: 0;
    margin-right: 5px;
}

input[type="checkbox"]:after {
    border-radius: 0px;
    /*background-color: transparent;*/
    z-index: 999;
    /*border: 1px solid black;*/
}

input[type="checkbox"]:checked:after {
    background-color: #000;
    /*border-color: white;*/
}

 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    margin-top: 0px !important;
    -webkit-border-radius: 0px;
    /* width: 48% !important; */
    border: none;
    color: black;
    height: 41px;
    margin-bottom: 0px;
    background-color: #d7dee0;
    -moz-border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

 select:hover {
    background-color: black;
    color: white !important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.submit {
    margin-top: 0px;
}

.save {
    background-color: #d7dee0;
    height: 41px;
    /*float: right;*/
    line-height: 41px;
    color: black;
    /*margin-left: 15px;*/
    font-weight: 900 !important;
    text-transform: uppercase;
    padding: 0px 30px;
    cursor: pointer;
    float: right;
    width: 48%;
    border: none;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.save:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

select {
  text-align: center;
  text-align-last: center;
  width: 100% !important;
  /* webkit*/
}
option {
  text-align: left;
  /* reset to left*/
}

.guardar {
    font-weight: 700;
}

.pager{
  width: 100%;
  padding: 0px;
  margin-top: 10px !important;
text-transform: uppercase;
font-size: 14px;
}
.pager li {
    width: 25% !important;
    float: left;
    text-align: center;
    list-style: none;
    padding: 10px;
}

.pager li:first-child {
    text-align: left;
}
.pager li:last-child {
    text-align: right;
}

.pager li a:focus {
    color: inherit;
    text-decoration: none;
}

.text-center{
  text-align: center;
  margin-top: 60px;
}

.buscador-header input {
    width: 100%;
    height: 50px;
    font-family: 'Lato', sans-serif;
    float: left;
    outline: none !important;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 20px 0;
    color: #5C5C5C;
    border: 0px solid rgba(102,102,102,0.5);
    background: #f0f0f0;
    font-size: 16px;
    margin: 0px;
    color: #ADADAD;
    /* font-size: 16px; */
    /* font-family: Lato; */
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    text-indent: 20px;
    /* -webkit-box-shadow: inset 0 4px 0 0 rgba(102,102,102,0.5);
    -moz-box-shadow: inset 0 4px 0 0 rgba(102,102,102,0.5);
    box-shadow: inset 0 4px 0 0 rgba(102,102,102,0.5); */
}

.buscador-header button {
    position: absolute;
    left: 50px;
    top: 97px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    border: none;
    outline: none !important;
    /* color:#757575; */
    /* color: #757575; */
    background-color: #f0f0f0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.buscar-fil {
    /* float: right; */
    /* font-size: 32px !important; */
    /* margin-top: 0px; */
    cursor: pointer;
    position: absolute;
    /* right: 20px; */
    /* width: 45px; */
    /* height: 95px; */
    /* font-size: 24px; */
    /* background-color: #359FC3; */
    /* line-height: 95px; */
    /* color: #757575; */
    /* position: absolute; */
    right: 50px;
    width: 150px;
    height: 35px;
    font-size: 14px;
    background-color: #359FC3;
    /* line-height: 95px; */
    top: 92px;
    border-radius: 4px;
    color: white;
    font-family: Lato;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 35px;
}

.buscar-solo-sni {
  cursor: pointer;
  position: absolute;
  right: 200px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  top: 98px;
  font-family: Lato;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 25px;
}

.buscar-solo-sni input[type="checkbox"]:after { 
  -webkit-transition: 240ms !important;
  transition: 240ms !important;
  background-color: white !important;
}
.buscar-solo-sni input[type="checkbox"]:checked:after { 
  -webkit-transition: 240ms !important;
  transition: 240ms !important;
  background-color: #00a0c6 !important;

}

.busqueda-avanzada {
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra interna */
  border-radius: 15px;
}


.button-container-busqueda {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
}

.button-container-busqueda button {
  padding: 5px;
  border: 0.1px solid #ccc;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Sombra externa */
  cursor: pointer;
  font-size: 14px;
  font-family: Lato;
  font-weight: normal;
  line-height: 20px;
  word-wrap: break-word;
  border-radius: 4px;
  color: #303030;
}

.button-container-busqueda button:hover {
  border: 1px solid #303030;
}

.button-filter.active {
  background-color: #EBF6FA;
  color: #2A809C;
  border: none;
}

.label-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px 20px 15px; /* Arriba, Derecha, Abajo, Izquierda */
}

.label-filter-apply {
  color: #171717; 
  font-size: 20px; 
  font-family: Lato; 
  font-weight: 900; 
  line-height: 28px; 
  word-wrap: break-word"
}

.label-filter-clean {
  color: #777777; 
  font-size: 14px; 
  font-family: Lato; 
  font-weight: 400; 
  text-decoration: underline; 
  line-height: 20px; 
  word-wrap: break-word;
  cursor: pointer;
}

.label-filter-clean:hover {
  color: #626262;;
}

.label-filter-clean.disabled {
  color: #cccccc !important;
  cursor: not-allowed !important;
}

.span-title {
  width: 100%; 
  color: #303030; 
  font-size: 16px; 
  font-family: Lato; 
  font-weight: 900; 
  line-height: 43px; 
  word-wrap: break-word
}

.span-title-default {
  color: #303030;
  font-size: 14px;
  font-family: Lato;
  font-weight: 400;
  line-height: 80px;
  word-wrap: break-word;
}

.input-group-filter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 10px 20px;
  width: 100%;
  /* border-top: 1px solid #e8e9eb; */
  border-bottom: 1px solid #F2F2F2;    
  background: #f0f0f0;
}

.btn-cerrar-filter {
  text-align: center;
  color: #777777;
  font-size: 14px;
  font-family: Lato;
  font-weight: 700;
  line-height: 30px;
  word-wrap: break-word;
  cursor: pointer;
}

.btn-cerrar-filter:hover {
  color: #525151;
}

.btn-buscar-filter {
  text-align: center;
  color: white;
  font-size: 14px;
  font-family: Lato;
  font-weight: 700;
  line-height: 30px;
  word-wrap: break-word;
  padding-right: 15px;
  padding-left: 15px;
}

.btn-buscar-label {
  background: #359FC3 !important;
  border-radius: 2px;
}

.btn-buscar-label:hover {
  background: #246b83 !important;
  cursor: pointer;
}

.btn-buscar-label.disabled {
  background-color: #cccccc !important;
  cursor: not-allowed !important;
}

.btn-buscar-label.disabled:hover {
  background: #cccccc !important;
}

.tooltip-custom {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-custom::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #222;
  color: #ddd;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  width: 500px;
  max-width: 550px;
  white-space: normal;
  bottom: 400%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.tooltip-custom:hover::after {
  opacity: 1;
  visibility: visible;
}





.buscar-fil:hover {
  cursor: pointer;
  background: #246b83 !important;
}

.titulos-fixed {
    position: fixed !important;
    top: 110px;
    background: white;
    z-index: 999;
  }

.toast{
  /*position: fixed !important;*/
  /*bottom: 20px;*/
    opacity: 1 !important;
    border-radius: 0px !important;
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
    color: white !important;
    /*text-transform: uppercase !important;*/
    font-size: 14px !important;
    font-weight: 700 !important;
    position: fixed;
    bottom: 0px;

}

.toast-error, .toast-info, .toast-success, .toast-warning{
  /*background-color: rgba(102,102,102,1) !important;*/
  /*border-left: 5px solid #ccc;*/
  /*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.09) !important;*/
  background-image: none !important;
  opacity: 1 !important;
  width: auto !important;
  /*border: 1px solid white;*/
  max-width: 500px;
  position: fixed !important;
  bottom: 0px !important;
  width: 100% !important;
  /*background-color: rgba(241, 181, 180, 0.92) !important;*/
}

#toast-container > .toast-info, #toast-container > .toast-error {
  background-image: none !important;
  /*background-color: rgba(241, 181, 180, 0.92) !important;*/
}

#toast-container > .toast-info{
  background-image: none !important;
  background-color: #6d9bab !important;
}

#toast-container > .toast-error {
  background-image: none !important;
  background-color: #f58785 !important;
}

#toast-container > .toast-success {
  background-image: none !important;
  background-color: #5bcaa4 !important;
}


#toast-container > div {
  padding: 15px 30px !important;
  text-align: center;
}

/*PRELOADER*/

.preload{
  display: none;
}
.preload [role="progressbar"][aria-busy="true"] {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 8px;
  width: 100%;
  background-color: #00a0c6;
  -webkit-animation: preloader-background linear 3.5s infinite;
          animation: preloader-background linear 3.5s infinite;
}
.preload [role="progressbar"][aria-busy="true"]::before, .preload [role="progressbar"][aria-busy="true"]::after {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 0;
  height: 2px;
  background: #00a0c6;
  -webkit-animation: preloader-front linear 3.5s infinite;
          animation: preloader-front linear 3.5s infinite;
  content: '';
}
.preload [role="progressbar"][aria-busy="true"]::before {
  right: 50%;
}
.preload [role="progressbar"][aria-busy="true"]::after {
  left: 50%;
}


.avatar-cont{
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 150px;
  margin: 0px auto;
  background-image: url('../images/avatar.jpg');
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: transparent !important;

}


.bk-image {
    width: 110px;
    height: 110px;
    margin-top: 25px;
    margin-left: 18px;
    /* width: 140px;
    height: 140px; */
    border-radius: 150px;
    background-image: url('../images/avatar.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: absolute;
}

.prelo {
  width: 110px;
  position: absolute;
  height: 110px;
  margin-top: 25px;
  margin-left: 18px;
  border-radius: 150px;
  background-image: url(../images/image_1141417.gif);
  background-color: #f6f6f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 172px;
}


#toast-container {
    bottom: 0px !important;
    left: 0px !important;
    width: 100%;
    position: fixed;
}

.alert {
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
    position: fixed;
}

.toast-top-right {
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
    position: fixed;

}

#toast-container>div {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 200;
    overflow: hidden;
    margin: 0 0 0px;
    padding: 15px 40px 15px 25px;
    width: auto;
    max-width: 100%;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0px 0px #999999;
    color: #ffffff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

#toast-container:hover>div {
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0px 0px #999999;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

#toast-container>.toast {
    background-image: none !important;
}

.toast-close-button {
    position: absolute;
    right: 12px;
    top: 16px;
    float: right;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.toast-message {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    /* margin-top: 10px !important; */
}

.toast-error .toast-message:before {
    /*font-family: FontAwesome;*/
    /*content: "\f057";*/
    /*margin-right: 8px;*/
    /*font-size: 13px;*/
    /*color: #BD362F;*/
}

.toast-error .toast-close-button {
    color: white;
    background-color: #333 !important;
}

.toast-error {
    background-color: #333 !important;
    border: 0px dotted red;
    color: white !important;
}

.toast-success {
    background-color: #333 !important;
    border: 0px dotted #0f9d58 !important;
    color: white !important;
}

.toast-success .toast-close-button {
    color: white !important;
}


/*.toast-success .toast-message:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 5px;
    font-size: 13px;
    color: #0f9d58;
}*/

.toast-warning {
    background-color: #BD362F;
    border: 0px dotted #f89406 !important;
    color: white !important;
}

.toast-warning .toast-close-button {
    color: white !important;
}

.toast-info {
    background-color: #333;
    border: 0px dotted #696c74 !important;
    color: white !important;
}

.toast-info .toast-close-button {
    color: white !important;
}


/*NUEVOS*/

.btn-access{
  color: #00a0c6 !important;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 15px 15px !important;
    box-shadow: inset 0 0 0 1px #00a0c6;
    letter-spacing: 0px;
    margin-top: 10px;
    background-color: transparent;
}

.btn-access:hover{
  /*opacity: .8;*/
  color: #00a0c6 !important;
    box-shadow: inset 0 0 0 2px #00a0c6;
}

 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Lato', sans-serif;
    text-indent: 0.01px;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
    margin-top: 0px !important;
    -webkit-border-radius: 4px;
    /* width: 48% !important; */
    border: none;
    height: auto;
    margin-bottom: 0px;
    background-color: #00a0c6;
    -moz-border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: white !important;
      border-radius: 4px;
      padding: 15px 15px !important;
      box-shadow: inset 0 0 0 1px #00a0c6;
      letter-spacing: 0px;
      margin-top: 10px;
      letter-spacing: 0px;
      /*text-transform: none;*/
}

 select:hover {
  /*color: #00a0c6 !important;*/
    box-shadow: inset 0 0 0 3px #00a0c6;
    background-color: #00a0c6;
    opacity: .9;
}

.guardar {
    padding: 0px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    /*font-size: 14px;*/
}

.save {
    background-color: transparent;
    height: auto;
    /* float: right; */
    line-height: auto;
    font-family: 'Lato', sans-serif;
    /* margin-left: 15px; */
    font-weight: 600 !important;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    width: 100%;
    border: none;
    text-align: center;
    background-color: #00a0c6;
    -moz-border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: white !important;
      border-radius: 4px;
      padding: 15px 15px !important;
      box-shadow: inset 0 0 0 1px #00a0c6;
      letter-spacing: 0px;
      margin-top: 0px;
      letter-spacing: 0px;
      /*text-transform: none;*/
}

.save:hover {
  color: white !important;
    box-shadow: inset 0 0 0 3px #00a0c6;
    background-color: #00a0c6;
    opacity: .9;
}

 input,  textarea {
  width: 100% !important;
  float: left;
  color: black !important;
  padding: 25px;
  /* box-shadow: inset 0 0 0 1px #00a0c6; */
  border: 2px solid #e5e5e5;
  height: 41px;
  border-color: white;
  margin-bottom: 6px;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
textarea{
  min-height: 150px;
  border: 2px solid #e5e5e5;
}
textarea:focus-visible{
box-shadow: inset 0 0 0 1px #00a0c6 !important;
outline: none;
}

input:focus,  textarea:focus {
  box-shadow: inset 0 0 0 1px #00a0c6 !important;
  outline: none;
}


.checkbox {
    cursor: pointer;
    width: 20px !important;
    height: 20px !important;
    margin-left: 8px !important;
}

.checkbox:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    background-color: white;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    margin-top: 2px;
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 10px;
    width: 20px;
    border-color: #3cba94;
    border-top-style: none;
    border-right-style: none;
    border-width: 4px;
    margin-top: 2px;
}

.checkbox:after {
    content: "";
    position: absolute;
    top: -5px;
    width: 20px;
    height: 30px;
    background: white;
    cursor: pointer;
    margin-top: 2px;
    line-height: 20px !important;
}


/*// Checkbox, radio*/

.check-radio .control-group:last-child {
  margin-bottom: 20px !important;
}

.check-radio span{
  margin-bottom: 15px !important;
  position: relative;
  float: left;
}

.control-group{
  width: 100% !important;
  float: inherit;
  height: 30px;
}
.control-group label {
  cursor: pointer;
}
.control-group .control-label {
    width: auto;
    float: left;
    font-weight: normal;
}

input[type="checkbox"], input[type="radio"] {
  width: 18px !important;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  border: none;
  cursor: pointer;
  margin-top: -5px !important;
  margin-bottom: 0px !important;
  margin-left: 0px;
  vertical-align: 0px;
  outline-width: 0;
  margin-right: 5px;
}
input[type="checkbox"]:focus, input[type="radio"]:focus {
  -webkit-animation: press .8s 1;
          animation: press .8s 1;
          outline: none;
}
input[type="checkbox"]:before, input[type="checkbox"]:after, input[type="radio"]:before, input[type="radio"]:after {
  content: "";
}
input[type="checkbox"]:after, input[type="radio"]:after {
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 8px;
  border: 2px solid #666;
  -webkit-transition: 240ms;
  transition: 240ms;
}
input[type="checkbox"]:disabled:after, input[type="radio"]:disabled:after {
  border-color: #ddd;
  background-color: #eee;
  cursor: not-allowed;
}
input[type="checkbox"]:disabled:checked:after, input[type="radio"]:disabled:checked:after {
  background-color: #eee;
  border-color: #ddd;
}
input[type="checkbox"]:disabled:checked:before, input[type="radio"]:disabled:checked:before {
  border-color: #999;
}

input[type="checkbox"]:after {
  border-radius: 1px;
  background-color: white;
  z-index: 999;
  border: 1px solid #00a0c6;
}
input[type="checkbox"]:checked:after {
  background-color: white;
  border-color: #00a0c6;
}
input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 23px;
    display: table;
    width: 4px;
    height: 10px;
    border: 2px solid white;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="radio"]:before {
    position: absolute;
    left: 18px;
    top: 10px;
    background-color: #000;
    width: 14px;
    height: 14px;
    display: block;
    margin-top: -2px;
    border-radius: 50%;
    -webkit-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="radio"]:after {
  border-radius: 50%;
    border: 1px solid black;
}
input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
input[type="radio"]:checked:after {
  border-color: black;
}
input[type="radio"]:checked:disabled:before {
  background-color: #eee;
}

input[type="checkbox"], input[type="radio"] {
    width: 12px !important;
    padding: 0px !important;
    height: 10px !important;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    border: none;
    cursor: pointer;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    margin-left: 0px;
    vertical-align: 0px;
    outline-width: 0;
    margin-right: 5px;
    display: block;
}

input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 5px;
    display: table;
    width: 4px;
    height: 10px;
    /* border: 2px solid #00a0c6; */
    border: 2px solid white;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input#busca {
    display: none !important;
}

select:focus {
    background-color: #00a0c6;
    border-color: #00a0c6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.btn-access {
    position: fixed;
    top: 15px;
    right: 20px;
    padding: 10px 20px !important;
    text-transform: uppercase;
}

.home-image-large {
    padding: 235px 0px 130px 0px;
    background-size: 450px;
}

.title-home {
    font-size: 44px;
    padding-right: 0px;
    line-height: 57px;
    padding-left: 0px;
    padding-top: 40px;
}

.busca {
    padding: 60px 0px;
}

.resultados {
    background-color: white;
    margin-bottom: 160px;
}

@keyframes preloader-background {
  0%, 24.9% {
    background-color: white;
  }
  25%, 49.9% {
    background-color: white;
  }
  50%, 74.9% {
    background-color: white;
  }
  75%, 100% {
    background-color: white;
  }
}


/*@-webkit-keyframes preloader-front {
  0% {
    width: 0;
    background-color: black;
  }
  24.9% {
    width: 50%;
    background-color: black;
  }
  25% {
    width: 0;
    background-color: black;
  }
  49.9% {
    width: 50%;
    background-color: black;
  }
  50% {
    width: 0;
    background-color: black;
  }
  74.9% {
    width: 50%;
    background-color: black;
  }
  75% {
    width: 0%;
    background-color: black;
  }
  100% {
    width: 50%;
    background-color: black;
  }
}*/
@keyframes preloader-front {
  0% {
    width: 0;
    background-color: #00a0c6;
  }
  24.9% {
    width: 50%;
    background-color: #00a0c6;
  }
  25% {
    width: 0;
    background-color: #00a0c6;
  }
  49.9% {
    width: 50%;
    background-color: #00a0c6;
  }
  50% {
    width: 0;
    background-color: #00a0c6;
  }
  74.9% {
    width: 50%;
    background-color: #00a0c6;
  }
  75% {
    width: 0%;
    background-color: #00a0c6;
  }
  100% {
    width: 50%;
    background-color: #00a0c6;
  }
}

.vcard{
  text-align: center;
  margin-top: 40px;
  background: #F2F2F2;
  border-radius: 20px;
  height: 85%;
}

.ver{
  margin-top: 10px;
  margin-bottom: 40px;

}
.ver a{
  color: white;
  /* border: 1px solid #434343; */
  border-radius: 5px;
  margin: 2px;
  text-decoration: none;  
  background: #359FC3;
  font-size: 10px; 
  font-family: Lato; 
  font-weight: 400; 
  line-height: 16px; 
  word-wrap: break-word; 
  padding-left: 12px; 
  padding-right: 12px; 
  padding-top: 8px; 
  padding-bottom: 8px; 
}

.ver a:hover{
  color: white;
  background-color: #246b83;
}

.name{
  text-align: center;
  color: #303030;
  font-size: 16px;
  font-family: Lato;
  font-weight: 900;
  line-height: 24px;
  word-wrap: break-word;
  text-transform: capitalize !important;
}

.alias {
  color: #777777;
  font-size: 12px;
  font-family: Lato;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word
}

.btn_cerrar{
  position: fixed;
  bottom: 60px;
  background-color: #434343;
  color: white;
  border: 2px solid #434343;
  border-radius: 400px;
  padding: 15px 20px;
  /* font-weight: 600; */
  left: 50%;
  margin-left: -90px;
  /* font-weight: 300; */
  z-index: 999;
}

.btn_cerrar:hover{
  position: fixed;
  bottom: 65px !important;
  background-color: #e25647;
  color: white;
  border-color: #e25647;
}

p.error-login {
    background-color: #e5e5e5;
    /* background-color: #f5df57; */
    padding: 10px;
    border-left: 10px solid #f5df57;
    font-size: 14px;
    background-color: #e5e5e540;
}

p.error-contacto {
  background-color: #e5e5e5;
  /* background-color: #f5df57; */
  padding: 10px;
  border-left: 10px solid #f5df57;
  font-size: 14px;
  background-color: #e5e5e540;
}

p.info-contacto {
  background-color: #e5e5e5;
  /* background-color: #f5df57; */
  padding: 10px;
  border-left: 10px solid #3968de;
  font-size: 14px;
  background-color: #e5e5e540;
}

p.success-contacto {
  background-color: #e5e5e5;
  /* background-color: #f5df57; */
  padding: 10px;
  border-left: 10px solid #40d35d;
  font-size: 14px;
  background-color: #e5e5e540;
}

.btn-primary-secondary{
  background-color: white !important;
}

.login input[type="button"]{
  border: 2px solid var(--primary-color);
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 960px) {
  .home-image-large {
      background-image: none;
      text-align: center;
  }
  .vcard .ver {
      text-align: center;
  }
  /* .buscador-header button {
  display: none;
  } */

/* .home-image-large {
  padding: 120px 0 60px 0px;
} */

.buscador-header input {
    font-size: 18px;
}
 select {
  display: block;
}
.toast{
  bottom: -6px !important;
  left: 0px !important;
  width: 100% !important;
  max-width: 100%;
  border: none !important;
  border-radius: 0px !important;
}
.toast-error, .toast-info, .toast-success, .toast-warning{
  background-color: #999 !important;
  /*border-left: 5px solid #ccc;*/
}

.title-home {
    /* width: 55%; */
    text-align: left;
    text-transform: none;
    font-size: 32px;
    font-weight: 200;
    /* padding-left: 40px; */
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    top: 50%;
    margin-top: -160px;
    line-height: 40px !important;
    text-align: center;
    color: white;
    top: 160px;
}

.home-image-large {
    background-size: contain !important;
    background-position: right;
    color: inherit;
    text-align: center;
    padding: 325px 0px 250px 0px;
    background-image: url(/images/cvuy-home.png);
    background-position: center 250px;
    background-size: 600px;
    background-repeat: no-repeat;
    margin-top: 140px;
    width: 100%;
    height: 100%;
}
.busca {
    padding: 40px 11px !important;
    background-color: #F5F5F5;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.buscador-header input {
    font-size: 14px;
}

button.navbar-toggle.collapsed {
    position: fixed;
    right: 20px;
    top: 20px;
}

.logo img {
    width: 100px;
}

header {
    padding: 25px 40px;
    position: fixed;
    width: 100%;
    top: 0px;
    height: 75px;
    z-index: 999;
    background-color: white;
    /* box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2); */
    border-bottom: #f6f6f7 1px solid;
}

a.btn-access {
    display: block;
    position: fixed;
    top: -20px;
    left: 30px;
}

button.navbar-toggle.collapsed {
    display: none !important;
}

a.btn-access {
    position: fixed;
    top: 15px;
    right: 20px;
    padding: 10px 20px !important;
    text-transform: uppercase;
}


a.btn-access {
    position: fixed;
    top: 15px;
    right: 20px;
    padding: 10px 20px !important;
    text-transform: uppercase;
    width: 100px !important;
    float: right;
}

a.btn-access {
    position: fixed;
    top: 14px;
    left: auto;
    text-align: center;
    right: 25px !important;
    padding: 7px 15px !important;
    text-transform: uppercase;
    /* width: 100px !important; */
    float: right;
}

}



/* NUEVOS */

:root {
  --main-bg-color: #F3F5F4;
  --primary-color: #359FC3;
  --secondary-color: #F7E058;
  --main-text-color: #434343;
  --border-color: #E7E6E6;
}

body, a, li, div, input, button {
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}

h1 {
  font-size: 54px;
  font-weight: 900;
}

h2 {
  color: #303030;
  font-size: 24px;
  font-family: Lato;
  font-weight: 900;
  line-height: 36px;
  word-wrap: break-word;
}

h4 {
  font-size: 18px;
  font-weight: 900;
}

p {
  font-size: 18px;
  font-weight: 300;
}

body {
  color: var(--main-text-color);
}

.padding_60 {
  padding: 40px !important;
    margin-top: 0px;
}

.padding_60_60 {
  padding: 60px 80px;
}

.header {
  border-bottom: 1px solid var(--border-color);
  padding: 35px 60px;
  position: fixed;
  z-index: 999;
  background: white;
}

#logo {
  width: 165px;
  height: 50px;
  background-image: url(/img/cvuy-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.busca-home {
  padding: 20px 140px !important;
  /* border-bottom: 1px solid var(--border-color); */
  /* background-color: #f0f0f0; */
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
   /* background-image: url(/img/landing/main_animation.gif);
   background-position: center 180px;
   background-size: 700px;
   background-repeat: no-repeat; */

}

.slide-home {
  padding: 140px 50px 0px 50px !important;
  border-bottom: 1px solid var(--border-color);
  background-color: #00a0c6;
    min-height: 580px;
    display: flex;
   /* justify-content: center; */
   align-items: center;
   background-image: url(/img/landing/cvuy-ilust.png);
   background-position: right 50px top 180px;
   background-size: 550px;
   background-repeat: no-repeat;


}

.slide-home-result {
  padding: 140px 50px 0px 50px !important;
  border-bottom: 1px solid var(--border-color);
  background-color: #00a0c6;
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;


}


.btn_primary {
  background-color: var(--primary-color);
  color: white;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  border: none;
  padding: 15px 40px;
  outline: none !important;
  margin-top: 20px;
}

.btn_primary:hover {
  opacity: .9;
}

.caption {
  font-size: 14px;
  margin-top: 10px;
}

.caption a {
  font-size: 14px;
  color: var(--primary-color);
  text-decoration: none;
}

.caption a:hover {
  text-decoration: underline;
}

.iconos {
  text-align: center;
  /* margin-bottom: 80px; */
}

.iconos img {
  height: 90px;
}

.iconos .col {
  /* border-right: 1px solid var(--border-color); */
  padding: 20px 0px;
}

.iconos .col:last-child {
  border-right: none;
}

.iconos p{
  padding: 0px 20px;
  font-size: 16px;
}

.iconos_chicos {
  text-align: center;
  margin-bottom: 40px;
}

.iconos_chicos p {
  text-align: left;
  font-size: 16px;
}

.iconos_chicos h4 {
  text-align: left;
}

.iconos_chicos img {
  height: 60px;
}

.bg-color {
  background-color: var(--main-bg-color);
}

.slider {
  background-color: var(--secondary-color);
  text-align: center;
}

.rounded_image {
  width: 160px;
  height: 160px;
  border-radius: 250px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}

.slide-profile {
  text-align: center;
}

.footer {
  border-top: 1px solid var(--border-color);
  padding: 10px 60px 0px 60px;
  margin-top: 60px;
}

.logo-anii {
  text-align: right;
}

.logo-anii img {
  max-width: 250px;
}

.owl-controls {
    position: absolute;
    width: 50%;
    bottom: 20px;
}

.slider-half .row{
  margin-right: 0px;
  margin-left: 0px;
}

.slider-half {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.carousel-item .col-6{
  float: left;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    /* bottom: 60px; */
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0px;
    margin-left: 0px;
    list-style: none;
    width: 50%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    background-color: #434343;
}

ol.carousel-indicators.indicators-uno {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

div#div_buscador_avanzado input {
    width: 100%;
    border: none !important;
    border-radius: 5px;
    /* background-color: #e8e9eb; */
    background: #f0f0f0;
    box-shadow: none;
    color: black; 
    font-size: 14px; 
    font-family: Lato; 
    font-weight: 400; 
    line-height: 20px; 
    word-wrap: break-word
}

input[type="checkbox"]:after {
    border-radius: 3px;
    background-color: white;
    z-index: 999;
    border: 1px solid #e8e9eb;
    /* background-color: #e8e9eb; */
    /* border: 1px solid white; */
}

input[type="checkbox"]:hover:after {
  border: 1px solid #00a0c6;
}

.controls{
  cursor: pointer;
    float: left;
    margin-right: 15px;
}
input[type="checkbox"] {
    width: 12px !important;
    padding: 0px !important;
    height: 10px !important;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    border: none;
    cursor: pointer;
    margin-top: 7px !important;
    margin-bottom: 0px !important;
    margin-left: 0px;
    vertical-align: 0px;
    outline-width: 0;
    margin-right: 5px;
    display: block;
}

input[type="checkbox"]:checked:after {
    background-color: white;
    /* border-color: #e8e9eb;
    background-color: #e8e9eb; */
    border-color: #00a0c6;
    background-color: #00a0c6;
    border-radius: 3px;
}

a.borrar {
    float: right;
    position: absolute;
    right: 20px;
    color: #e25647 !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    margin-top: 8px;
    cursor: pointer;
}
input {
    font-weight: 300;
    padding: 20px 15px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 10px 20px;
    width: 100%;
    /* border-top: 1px solid #e8e9eb; */
    border-bottom: 1px solid #F2F2F2;    
    /* background-color: #e8e9eb; */
}

.border-filter {
  border-bottom: 1px solid #F2F2F2 !important;
}

div#div_buscador_avanzado {
    background-color: white;
    padding: 55px 0px 0px 0px;
    /* box-shadow: 1px 3px 15px 3px rgba(0,0,0,0.2); */
    margin-bottom: 0px;
    border-radius: 3px;
}

.guardar {
    padding: 0px !important;
    line-height: 20px !important;
    font-weight: 900 !important;
    font-size: 18px;
    text-transform: none;
}

span.span__open{
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
}
span.span__open:hover{
  cursor: pointer;
  color: #00a0c6;
}

/* MODAL */
.login input[type="text"], .login input[type="password"] {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #434343;
    border: 2px solid #e5e5e5;
    margin: 5px 0 10px;
    box-shadow: none;
    padding: 11px 16pt;
    outline: 0;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    height: 58px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.login input[type="button"] {
  background-color: #00a0c6;
    color: white !important;
    font-weight: 800;
    width: 100%;
    height: auto;
    padding: 18px !important;
    border-radius: 5px;
    font-size: 18px;
}

.login input[type="button"]:hover {
  opacity: .8;
}

.orlogin {
    text-align: center;
    padding: 15px 0px 5px 0px;
    font-size: 14px;
}

a#login_google {
    width: 100%;
    float: left;
    text-align: center;
    color: #434343;
    border: none;
    background-color: #e5e5e5 !important;
    background-image: none;
    border-radius: 4px;
    margin-top: 0px;
    text-decoration: none !important;
}

a#login_google:hover {
    color: white;
    background-color: #434343 !important;
}

.login .input{
  margin: 5px 0px !important;
}

button.close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-content {
    padding: 20px 30px;
}

.contrasena a, .recuperar a{
  color: #00a0c6;
  text-decoration: none;
}

.contrasena a:hover, .recuperar a:hover{
  opacity: .6;
}

p.info{
  font-size: 14px;
    /* margin-top: -10px; */
    background-color: #f0f0f0;
    border-radius: 3px;
    padding: 3px;
}


/* .carousel {
    position: relative;
    float: left;
} */


.modal-lg, .modal-xl {
    max-width: 100%;
}

.modal-dialog-terminos {
    max-width: 800px;
    margin: 1.75rem auto;
}

.modal-dialog-terminos h3 {
  font-weight: 900;
  font-size: 1.75rem;
  margin-bottom: 25px;
}

.modal-dialog-terminos b, .modal-dialog-terminos strong {
    font-weight: 900;
}

.modal-dialog-terminos .btn_secondary {
    background-color: inherit;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    font-size: 18px;
    border: none;
    padding: 15px 40px;
    outline: none !important;
    margin-top: 20px;
    background-color: #f3f3f3;
    color: #434343;
    float: left;
}

a{
   color: #00a0c7;
   text-decoration: none;
}

a:hover{
   color: #00a0c7;
   text-decoration: none;
   opacity: .8;
}

.medium-widget-article__item img {
    display: none;
}

.medium-widget-article__row .medium-widget-article__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-flex: unset;
    -ms-flex: 1 1;
    flex: none;
    /* padding: 15px !important; */
}

.medium-widget-article__row .medium-widget-article__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-flex: unset;
    -ms-flex: 1 1;
    flex: inherit;
    width: 50% !important;
    padding: 15px;
}

.medium-widget-article__author-name {
    margin: 0px 0px 0px 0px !important;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1em;
}


.loadingspinner {
  pointer-events: none;
  width: 2.5em;
  height: 2.5em;
  border: 0.4em solid transparent;
  border-color: #eee;
  border-top-color: var(--primary-color);
  border-radius: 50%;
  -webkit-animation: loadingspin 1s linear infinite;
          animation: loadingspin 1s linear infinite;
}

.loadingspinner-bk {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffffbd;
}

  /* Estilo general de la paginación */
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Arial', sans-serif;
}

.page, .prev, .next {
    text-decoration: none;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 18px;
    border: 2px solid transparent;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Estilo al pasar el mouse */
.page:hover, .prev:hover, .next:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    box-shadow: 0px 0px 10px var(--primary-color);
    transform: scale(1.2);
}

/* Estilo del elemento seleccionado */
.page.active {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    box-shadow: 0px 0px 8px var(--primary-color);
}
/* Hover circular en el elemento activo */
.page.active:hover {
    background-color: var(--primary-color);
    box-shadow: 0px 0px 10px var(--primary-color);
    transform: rotate(360deg) scale(1.2); /* Giro y escala */
}

/* Estilo específico para los botones de Adelante y Atrás */
.prev, .next {
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%; /* Botón completamente redondo */
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
}

/* Hover para botones de Adelante y Atrás */
.prev:hover, .next:hover {
    background-color: var(--primary-color);
    color: white;
    box-shadow: 0px 0px 12px var(--primary-color);
    transform: scale(1.3);
}

/* Final Estilo general de la paginación */



@-webkit-keyframes loadingspin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadingspin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.modal-dialog.id-uy {
  max-width: 800px;
}
.modal-dialog.id-uy .modal-content div {
  /* background: transparent; */
  /* border: none; */
}
.modal-dialog.id-uy .modal-content button.access_btn {
color:var(--color-gris-oscuro) !important;text-decoration:none;float: right; padding: 12px 40px; border:none; font-size:14px; line-height: 1.2;background-color: transparent;
width:100%;
}

.modal-dialog.id-uy .modal-content button.access_btn img{
  max-width: 180px;
  margin-top: 10px;
  -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 70%;
        -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modal-dialog.id-uy .modal-content button.access_btn:hover > img {
  -webkit-filter: none;
  filter: none;
  opacity: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }

  /* LANDING LOGO SLIDER */
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 4));
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 4));
  }
}

  .slider-logos {
    /* background: white; */
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    /* width: 960px; */
  }
  .slider-logos::before, .slider-logos::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 250px;
    z-index: 2;
  }
  
  .slider-logos::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider-logos-logos::before {
    left: 0;
    top: 0;
  }
  .slider-logos .slide-track {
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 40);
  }
  .slider-logos .slide {
    height: 100px;
    width: 250px;
  }
  .slider-logos img{
    /* -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); */
  }

  .img-novedad-list{
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
  }

  .novedad-list-landing h4{
    text-align: left;
    font-size: 18px;
    font-weight: 900;
    color: var(--main-text-color);
    margin-top: 15px;
  }

  .novedad-list-landing p{
    text-align: left;
    font-size: 16px;
    color: var(--main-text-color);
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
   margin-bottom: 40px;
  }
  



/*==================================================
=            Bootstrap Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {

  .busca-home {
    padding: 0px 20px !important;
    /* border-bottom: 1px solid var(--border-color); */
    /* background-color: #f0f0f0; */
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .slide-home {
    padding: 70px 20px 0px 20px !important;
    border-bottom: 1px solid var(--border-color);
    background-color: #00a0c6;
      min-height: 500px;
      display: flex;
     /* justify-content: center; */
     align-items: center;
     background-image: none;
     background-position: right 50px top 180px;
     background-size: 550px;
     background-repeat: no-repeat;


  }

  .slide-home-result {
    padding: 70px 20px 0px 20px !important;
    border-bottom: 1px solid var(--border-color);
    background-color: #00a0c6;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;  
  
  }

  .header {
    border-bottom: 1px solid var(--border-color);
    padding: 15px 20px;
    position: fixed;
    z-index: 999;
    background: white;
}

#logo {
    width: 110px;
    height: 37px;
    background-image: url(/img/cvuy-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

  .header button{
    padding: 5px 6px !important;
    font-size: 14px;
  }
  .col-12.offset-3.text-center.padding_60 {
    margin-left: 0px !important;
    /* text-align: left !important; */
}
  h1{
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
    font-weight: 900;
}
p {
  font-size: 15px;
  font-weight: 300;
}
.row.iconos {
  display: block;
}
.col-6.offset-3.text-center.padding_60 {
  margin-left: 0px;
  flex: 100%;
  display: contents;
  width: 100%;
  /* padding: 0px !important; */
  /* margin-right: 0px !important; */
}
.row {
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-6.offset-3.text-center.padding_60 {
  margin: 0px;
  width: 100%;
  margin-right: 0px !important;
  max-width: 100%;
}
.header .row .col {
  width: 50%;
  float: left;
}

.slide-profile .col.ng-scope {
  float: left;
  margin-bottom: 40px;
}
.footer {
  border-top: 1px solid var(--border-color);
  padding: 10px 10px 0px 10px;
  margin-top: 0px;
  float: left;
  text-align: center;
}
.slider-logos::before, .slider-logos::after {
  display: none;
}
.logo-anii {
  text-align: center;
}


}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}
