@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face
{
    font-family: 'FontAwesome';
    -eight: normal;
    font-style: normal;

    src: url('../fontawesome/webfonts/fa-solid-900.eot');
    src: url('../fontawesome/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fontawesome/webfonts/fa-solid-900.woff') format('woff'), url('../fontawesome/webfonts/fa-solid-900.ttf') format('truetype'), url('../fontawesome/webfonts/fa-solid-900.svg') format('svg');
}
th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        margin: 0 auto;
    }

body {
  font-family: 'Montserrat', sans-serif;
  color: #4e5579;
  font-size: 14px;
  font-weight: 600;
}
a{
  cursor: pointer;
}

/* moodle */
.moodlePost{
    background: #FF5722;
    padding: 10px 25px;
    color: white!important;
    font-size: 16px;
    border-radius: 25px;
}

.moodlePost:hover {
    background: #ff754a;
    text-decoration: none;
}

/* mas */
select.form-control {
  padding-right: 25px;
  background: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'> <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/> </svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) 50%;
  -moz-appearance: none;
  appearance: none;
}

@-moz-document url-prefix() {
  select.form-control {
    padding-right: 25px;
    background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'> <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/> </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) 50%;
    -moz-appearance: none;
    appearance: none;
  }
}

input:focus{
  outline: none;
}
label {
  text-transform: inherit;
}
.input-group .form-control:focus{
  border-color: #d3d3d3;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    outline: none;
}
.d-flex{
  display: -webkit-flex!important;
}
.flex-row-reverse {
    -webkit-flex-direction: row-reverse!important;
}

.noti-style{
  background-color: #FF5722;
  width: 23px;
  height: 23px;
  position: relative;
  margin-top: -58%;
  border-radius: 50%;
  float: right;
  padding: 3px 0px;
  font-size: 12px;
  text-align: center;
}
.noti-migrante{
  font-size: 20px;
  color: #FF5722;
  margin-top: -17%;
  position: absolute;
  margin-left: 37%;
}
.noti-migrante2{
  font-size: 12px;
  background: #FF5722;
  width: 23px;
  height: 23px;
  float: right;
  border-radius: 50%;
  padding: 3px 0px;
  text-align: center;
  color: white;
}

/* range */
.myinput {
  background: linear-gradient(to right, #c0c0c0 0%, #c0c0c0 50%, #fff 50%, #fff 100%);
  border: solid 1px #c0c0c0;
  border-radius: 25px;
  height: 15px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}
.myinput::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #c0c0c0;
  border: solid 1px #fff;
  border-radius: 50px;
  height: 25px;
  width: 25px;
}

/* varius */
.modal {
  overflow-y: auto;
}
.condicion-label{
  margin-top:15px;
}
.note-video-clip{
  width: 100%;
  max-height: 100%;
}
#descripcion_curso img{
  width: calc(100% - 60px)!important;
}
#descripcion_noticia img{
  width: calc(100% - 60px)!important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da!important;
  border-radius: 5px!important;
  margin-left: 10px;
  height: 33px!important;
  padding: 2px 15px 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #71767c!important;
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #ced4da!important;
}
.select2-dropdown {
    margin-left: 5px!important;
    border: 1px solid #ced4da!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da!important;
}
.a-question{
  margin-left: 15px;
  font-size: 23px;
  color: #b9b9b9;
  cursor: pointer;
}
.a-question:hover {
    color: #848484;
}
.table td, .table th {
    padding: 18px 25px 25px;
}
.a-underline{
  text-decoration: underline;
}
.spaccing{
  letter-spacing: 1.7;
}
.z-index-1{
  z-index: -1;
  height: 100%!important;
}
.position-abs{
  position: absolute;
}
.borders{
  border-left: 2px solid #cccccc;
  /* border-right: 2px solid #cccccc; */
  padding: 0px 30px 0px 29px;
  max-width: 105px;
}
.borders2{
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  /* padding: 0px 10px 0px 10px; */
}
.borders-logo3 {
  padding-right: 25px;
}
.nav-tabs {
  border-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  margin-right: 0;
  margin-bottom: -2px;
}
.nav-tabs .nav-link2{
  background-color: #e8e8e8;
  width: 100%;
}
.nav-tabs .nav-item.show .nav-link2, .nav-tabs .nav-link2.active {
    color: #495057;
    background-color: #dcdcdc;
    border-color: gainsboro;
}
.nav-link2 a{
  color: #000;
}
.nav-link2 a:hover{
  text-decoration: none;
}
.nav-logos{
  padding-top: 25px;
  padding-bottom: 25px;
}
.nav-style{
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 28px;
}
.nav-link{
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #2b2f3d;
  border-bottom: 5px solid #fff0;
  margin-bottom: -3px;
  width: fit-content;
  margin: 0 auto -2px;
  font-size: 16px;
}
.nav-link:hover{
  color: #000000;
  text-decoration: none;
  font-weight: 800;
  border-bottom: 5px solid #1177d8;
}
.nav-item .active{
  color: #000000;
  text-decoration: none;
  font-weight: 800;
  border-bottom: 5px solid #1177d8;
}
.box-video{
  padding: 40px 30px;
}
.style-video{
  max-width: 100%;
  border-radius: 25px;
  box-shadow: -5px 8px 18px 0px #343a4061;
}
.video{
  width: 820px;
  height: 310px;
}
.style-img{
  margin-top: 30px;
  max-width: 100%;
  border-radius: 25px;
  box-shadow: -5px 8px 18px 0px #343a4061;
}
.box-section{
  position: relative;
}
.box-section h3, .box-section h2, .box-section h1, .box-section h4, .box-section h5, .box-section h6{
  margin-bottom: 0px;
}
.box-header{
  line-height: 23px;
  font-size: 15px;
  font-weight: 400;
}
.box-font-blue{
  border: 1px solid #23a1e4;
  border-radius: 10px;
  padding: 7px;
}
.box-items{
  padding-top: 30px;
  padding-bottom: 20px;
}
.box-postulaciones{
  background-color: #ebebeb;
  border-radius: 7px;
  padding: 15px 20px;
  margin-left: 7px;
  margin-top: 10px;
}
.box-postulaciones p{
  margin: 0px;
}
.box-img-share{
  padding-top: 15px;
}
.box-text-share{
  padding: 15px;
  margin-left: 75%;
}
.box-text-share a{
  color: white;
  font-variant: all-small-caps;
  cursor: pointer;
}
.box-form{
  background-color: white;
  color: #3a4769;
  padding: 40px 40px 30px;
  margin-top: 30px;
  border-radius: 25px;
  box-shadow: -3px 3px 12px #0a0a0a59;
}
.text-round{
  border-radius: 15px;
  border: 1px solid #ededed;
}

/* max-widht */
.max-w-12{
  max-width: 12%!important;
}
.max-w-60{
  max-width: 60%!important;
}
.max-w-70{
  max-width: 70%!important;
}

/* paddings */
.padding-0{
  padding: 0px!important;
}
.padding-l-0{
  padding-left: 0px!important;
}
.padding-r-0{
  padding-right: 0px!important;
}
.padding-t-5{
  padding-top: 5px;
}
.padding-t-15{
  padding-top: 15px;
}
.padding-t-35{
  padding-top: 35px;
}
.padding-b-10{
  padding-bottom: 10px!important;
}
.padding-b-15{
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.padding-tb-10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-tb-25{
  padding-top: 25px;
  padding-bottom: 25px;
}
.padding-tb-35{
  padding-top: 35px;
  padding-bottom: 35px;
}
.padding-tb-45{
  padding-top: 45px;
  padding-bottom: 35px;
}
.padding-l-10{
  padding-left: 10px;
  padding-right: 0px;
}
.padding-l-25{
  padding-left: 25px;
  padding-right: 0px;
}
.padding-l-35{
  padding-left: 35px;
  padding-right: 0px;
}
.padding-l-45{
  padding-left: 45px;
  padding-right: 0px;
}
.padding-l-55{
  padding-left: 55px;
  padding-right: 0px;
}
.padding-lr-0{
  padding-left: 0;
  padding-right: 0;
}
.padding-lr-17{
  padding-left: 17px!important;
  padding-right: 17px!important;
}
.padding-lr-20{
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.padding-lr-25{
  padding-left: 25px!important;
  padding-right: 25px!important;
}
.padding-lr-45{
  padding-left: 45px!important;
  padding-right: 45px!important;
}

/* margins */
.ml-2rem {
    margin-left: 2rem!important;
}
.margin-middle{
  margin: auto 0;
}
.margin-center{
  margin: 0 auto;
}
.margin-0{
  margin: 0px;
}
.margin-t-5{
  margin-top: 5px!important;
}
.margin-t-10{
  margin-top: 10px;
}
.margin-tb-5{
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-tb-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-tb-15{
  margin-top: 25px;
  margin-bottom: 15px;
}
.margin-t-15{
  margin-top: 15px!important;
}
.margin-t-25{
  margin-top: 25px!important;
}
.margin-b-5{
  margin-bottom: 5px;
}
.margin-b-10{
  margin-bottom: 10px;
}
.margin-b-15{
  margin-bottom: 15px;
}
.margin-b-25{
  margin-bottom: 25px;
}
.margin-b-35{
  margin-bottom: 35px;
}
.margin-b-90 {
    margin-bottom: 90px;
}
.margin-r-0{
  margin-right: 0px!important;
}
.margin-r-10{
  margin-right: 10px;
}
.margin-l-0{
  margin-left: 0px!important;
}
.margin-l-10{
  margin-left: 10px!important;
}

/* img styles */
.img-logo1{
  max-width: 90%;
}
.img-logo2{
  max-width: 83%;
}
.img-logo4{
  max-width: 105%;
}
.img-logo{
  max-width: 70%;
}
.box-user-img {
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.box-user-img img{
  width: 70px;
  height: auto;
  border-radius: 100%;
  border: 7px solid #d5dde8;
  background-color: #d5dde8;
}
.box-user-img .img2{
  border: 5px solid #bdd2e44a;
}
@supports(object-fit: cover){
    .box-user-img img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}
.box-content-logos{
  height: auto;
}
.box-logos{
  padding: 10px;
  background-color: white;
  /* box-shadow: -2px 3px 7px #00032454; */
  /* border-radius: 7px; */
  max-width: 80%;
}
.box-text-blue{
  background-color: #b4d8f1;
  color: #2688d9;
  border-radius: 25px;
  padding: 10px 18px;
  margin-left: 7px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
}
.box-text-blue h5{
  margin: 0px;
}
.box-text-blue a{
  color: #2688d9;
}
.box-text-user{
  padding-top: 2px;
  padding-right: 0px;
  margin-top: 8px;
  align-self: center;
  line-height: 1.2rem;
  font-weight: 700;
}
.box-text-user2{
  margin-top: 0px;
  align-self: initial;
}
.box-text-user p{
  margin-bottom: 0px;
}
.arrow-black{
  margin-left: 8px;
  text-align: center;
  font-size: 30px;
  color: #000;
}
.icon-arrow{
  max-width: 100%;
  max-height: 16px!important;
}
.icon-arrow3{
  max-width: 100%;
  max-height: 22px!important;
}
.icon-arrow2{
  max-width: 100%;
  max-height: 16px;
}
.icon-arrow4{
  /*max-width: 100%;*/
  max-height: 30px!important;
}
.bg-img{
  max-height: 100%;
  margin-top: -8%;
  max-width: 70%;
}
.icons-50{
  max-width: 35%;
}
/* lik */
.btn-like {
  font-size: 37px;
  color: #fdb243;
  padding: 5px;
  cursor: pointer;
}
.btn-like:hover {
    color: #FF9800;
}
.btn-like-clicked {
  font-size: 36px;
  color: #fdb243;
  padding: 5px;
  cursor: pointer;
}
.btn-like-clicked:hover {
    color: #FF9800;
}
.btn-Minteres {
    text-align: end;
}

/* bg */
.bg-orange{
  background-color: #ff5a1a!important;
  border: 1px solid #ff5a1a;
}
.bg-white{
  margin-top: 5px;
  padding-top: 25px;
  padding-bottom: 45px;
}
.bg-gray{
  background-color: #f5f5f5;
  margin-top: 45px;
  padding-top: 25px;
  padding-bottom: 45px;
}
.bg-blue{
  background-image: url(../img/bg-blue.png);
  background-size: 100% 100%;
}
.bg-green{
   width: 100%;
   height: 80%;
   border: 3px solid #4d9737;
   background: #4d9737;
   position: absolute;
   border-radius: 0px 25px 25px 0px;
}
.bg-green-der100{
   width: 100%;
   height:100%;
   border: 3px solid #4d9737;
   background: #4d9737;
   position: absolute;
   border-radius: 0px 25px 25px 0px;
}
.bg-red{
  width: 100%;
  height: 70%;
  border: 3px solid #dd233a;
  background: #dd233a;
  position: absolute;
  border-radius: 25px 0px 0px 25px;
}
.bg-red-der {
    width: 100%;
    height: 100%;
    border: 3px solid #9e1840;
    background: #9e1840;
    position: absolute;
    border-radius: 0px 25px 25px 0px;
}
.bg-blue-der{
  width: 100%;
  height: 100%;
  border: 3px solid #3b88db;
  background: #3b88db;
  position: absolute;
  border-radius: 0px 25px 25px 0px;
}
.bg-bluec{
  width: 100%;
  height: 70%;
  border: 3px solid #23a1e4;
  background: #23a1e4;
  position: absolute;
  border-radius: 25px 0px 0px 25px;
}
.bg-middle-blue {
    width: 100%;
    height: 85%;
    border: 3px solid #005fa4;
    background: #005fa4;
    position: absolute;
    border-radius: 0px 25px 25px 0px;
}
.bg-dark-blue-der{
    width: 100%;
    height: 100%;
    border: 3px solid #154465;
    background: #154465;
    position: absolute;
    border-radius: 0px 25px 25px 0px;
}
.bg-orange-landin{
  width: 40%;
  height: 400px;
  border: 3px solid #e8692a;
  background: #e8692a;
  position: relative;
  border-radius: 25px 0px 0px 25px;
}
.bg-blue-landin {
    width: 40%;
    height: 570px;
    border: 3px solid #3b88db;
    background: #3b88db;
    position: relative;
    border-radius: 25px 0px 0px 25px;
}
.bg-dark-blue {
    background-color: #000324!important;
}

/* circle */
.circle-blue-text{
  text-align: center;
  background-color: #3b88db;
  color: white;
  border-radius: 100%;
  padding: 7px;
  height: 50px;
  max-width: 50px;
}
.circle-user-login{
  font-size: 40px;
  background-color: #b8ceed;
  color: #137dd4;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}
.circle-user-login-color{
  background-color: #dddddd;
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center center;
}
.circle-user-login-color2{
  background-color: #6a6d80;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 10px;
}
.circle-icon-profile {
  background-color: #b7dcf5;
  padding: 12px;
  border-radius: 50%;
  max-width: 50px;
  height: 50px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.circle-icon-profile-red {
  background-color: #f5b7b7;
  padding: 12px;
  border-radius: 50%;
  max-width: 50px;
  height: 50px;
  margin: 0 0 0 auto;
}
.circle-icon-profile-green {
  background-color: #c3f5b7;
  padding: 12px;
  border-radius: 50%;
  max-width: 50px;
  height: 50px;
  margin: 0 0 0 auto;
}
.circle-icon-profile img, .circle-icon-profile-red img, .circle-icon-profile-green img{
  max-height: 27px;
}
.circle-icon-green {
    font-size: 40px;
    background-color: #4d9737;
    padding: 2px 14px 10px;
    border-radius: 50%;
    cursor: context-menu;
}
.circle-icon-red {
    font-size: 40px;
    background-color: #bb1829;
    padding: 2px 14px 10px;
    border-radius: 50%;
    cursor: context-menu;
}
.circle-icon-yellow {
    font-size: 40px;
    background-color: #d29c3d;
    padding: 2px 14px 10px;
    border-radius: 50%;
    cursor: context-menu;
}
.circle-icon-gray {
    font-size: 40px;
    background-color: #657796;
    padding: 2px 14px 10px;
    border-radius: 50%;
    cursor: context-menu;
}
.circle-icon-brown {
    font-size: 40px;
    background-color: #975237;
    padding: 2px 14px 10px;
    border-radius: 50%;
    cursor: context-menu;
}
.circle-icon-pink {
    font-size: 40px;
    background-color: #d23d9d;
    padding: 2px 14px 10px;
    border-radius: 50%;
    cursor: context-menu;
}
.circle-icon-orange {
    font-size: 40px;
    background-color: #f57f17;
    padding: 2px 14px 10px;
    border-radius: 50%;
    cursor: context-menu;
}
.circle-icon-blue {
    font-size: 40px;
    background-color: #039be5;
    padding: 2px 14px 10px;
    border-radius: 50%;
    cursor: context-menu;
}
.circle-icon-violet {
    font-size: 40px;
    background-color: #9c27b0;
    padding: 2px 14px 10px;
    border-radius: 50%;
    cursor: context-menu;
}
.circle-icon-violet2 {
    font-size: 40px;
    background-color: #673ab7;
    padding: 2px 14px 10px;
    border-radius: 50%;
    cursor: context-menu;
}

/* social icons */
.social-icon{
  border: 1px solid #f8f9fa;
  padding: 7px 5px 5px 5px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  justify-content: center;
  display: inline-flex!important;
  color: #f8f9fa;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.social-icon-blue{
  color: #657796;
  border: 1px solid #657796;
}
.social-box{
  margin-top: 0px;
  text-align: right;
}

/* botones */
.btn-outline-cyan {
    color: #657796;
    border-color: #657796;
    font-weight: bold;
    border-radius: 25px;
    padding: 9px 25px;
    cursor: pointer;
}
.btn-outline-cyan:hover {
    color: #000324;
    background-color: #657796;
    border-color: #657796;
}
.btn-outline-cyan:not(:disabled):not(.disabled).active, .btn-outline-cyan:not(:disabled):not(.disabled):active, .show>.btn-outline-cyan.dropdown-toggle {
    color: #000324;
    background-color: #338cdd;
    border-color: #338cdd;
}
.btn-outline-blue {
    color: #338cdd;
    border-color: #338cdd;
    font-weight: 700;
    border-radius: 25px;
    padding: 9px 25px;
    cursor: pointer;
}
.btn-outline-blue:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-blue:not(:disabled):not(.disabled).active, .btn-outline-blue:not(:disabled):not(.disabled):active, .show>.btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #338cdd;
    border-color: #338cdd;
}
.btn-orange{
    color: #ff470a!important;
    border-color: #ffbaa6;
    font-weight: 800;
    border-radius: 25px;
    padding: 9px 25px;
    background-color: #ffbaa6;
    font-size: 14px;
    cursor: pointer;
}
.btn-orange:hover {
    color: #ff470a;
    background-color: #ffaa91;
    border-color: #ffaa91;
}
.btn-carousel {
  color: #fff;
  background-color: #949494;
  border-color: #848484;
  box-shadow: -2px 2px 5px #0c0c0c59;
  padding: 5px 19px;
  font-size: 19px;
  cursor: pointer;
}
.btn-carousel.focus, .btn-carousel:focus {
    box-shadow: 0 0 0 0.2rem rgba(225,83,97,.5);
}
.btn-carousel-red {
  background-color: #bb1829;
  border-color: #cc182e;
}
.btn-carousel-red:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-carousel-green{
    color: #fff;
    background-color: #4d9737;
    border-color: #448e2e;
}
.btn-carousel-green:hover {
    color: #fff;
    background-color: #5fb345;
    border-color: #57ab3d;
}
.btn-carousel-yellow {
    color: #fff;
    background-color: #d29c3d;
    border-color: #bd8a31;
}
.btn-carousel-yellow:hover {
    color: #fff;
    background-color: #e8af4b;
    border-color: #d8a03d;
}
.btn-carousel-gray {
    color: #fff;
    background-color: #657796;
    border-color: #596986;
}
.btn-carousel-gray:hover {
    color: #fff;
    background-color: #7a8daf;
    border-color: #6d80a0;
}
.btn-carousel-brown {
    color: #fff;
    background-color: #975237;
    border-color: #84432b;
}
.btn-carousel-brown:hover {
    color: #fff;
    background-color: #af5f40;
    border-color: #a05639;
}
.btn-carousel-pink {
    color: #fff;
    background-color: #d23d59;
    border-color: #b72e48;
}
.btn-carousel-pink:hover {
    color: #fff;
    background-color: #ea4e6b;
    border-color: #d0405a;
}
.btn-carousel-violet2 {
    color: #fff;
    background-color: #673ab7;
    border-color: #5930a0;
}
.btn-carousel-violet2:hover {
    color: #fff;
    background-color: #804ed8;
    border-color: #6f3dc5;
}
.btn-carousel-violet {
    color: #fff;
    background-color: #9c27b0;
    border-color: #8e20a0;
}
.btn-carousel-violet:hover {
    color: #fff;
    background-color: #b13ac5;
    border-color: #a031b3;
}
.btn-carousel-blue {
    color: #fff;
    background-color: #039be5;
    border-color: #0288ca;
}
.btn-carousel-blue:hover {
    color: #fff;
    background-color: #21b6ff;
    border-color: #1498d8;
}
.btn-carousel-orange {
    color: #fff;
    background-color: #f57f17;
    border-color: #c1620d;
}
.btn-carousel-orange:hover {
    color: #fff;
    background-color: #ff9a41;
    border-color: #da7f2f;
}

.btn-dark-green{
  color: #fff!important;
  font-weight: 600;
  border-radius: 25px;
  padding: 7px 17px;
  background-color: #41812d;
  font-size: 14px;
}
.btn-dark-green:hover{
    background-color: #316521;
    color: #fff;
}
.btn-dark-red{
  color: #fff!important;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 17px;
  font-size: 14px;
  background-color: #9e1224;
}
.btn-dark-red:hover{
    background-color: #7b0b1a;
    color: #fff;
}
.btn-dark-yellow{
  color: #fff!important;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 17px;
  font-size: 14px;
  background-color: #bc8d32;
}
.btn-dark-yellow:hover{
    background-color: #9a7225;
    color: #fff;
}
.btn-dark-gray{
  color: #fff!important;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 17px;
  font-size: 14px;
  background-color: #4a5c7b;
}
.btn-dark-gray:hover{
    background-color: #374967;
    color: #fff;
}
.btn-dark-brown{
  color: #fff!important;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 17px;
  font-size: 14px;
  background-color: #82442c;
}
.btn-dark-brown:hover{
    background-color: #733822;
    color: #fff;
}
.btn-dark-pink{
  color: #fff!important;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 17px;
  font-size: 14px;
  background-color: #c53592;
}
.btn-dark-pink:hover{
    background-color: #af2980;
    color: #fff;
}
.btn-dark-orange{
  color: #fff!important;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 17px;
  font-size: 14px;
  background-color: #e4720e;
}
.btn-dark-orange:hover{
    background-color: #c76108;
    color: #fff;
}
.btn-dark-violet{
  color: #fff!important;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 17px;
  font-size: 14px;
  background-color: #7f269c;
}
.btn-dark-violet:hover{
    background-color: #6e1d88;
    color: #fff;
}
.btn-dark-violet2{
  color: #fff!important;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 17px;
  font-size: 14px;
  background-color: #5e35b1;
}
.btn-dark-violet2:hover{
    background-color: #512da8;
    color: #fff;
}
.btn-d-blue{
  color: #fff!important;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 17px;
  font-size: 14px;
  background-color: #0288d1;
}
.btn-d-blue:hover{
    background-color: #0277bd;
    color: #fff;
}
.btn-dark-blue{
  color: #fff!important;
  background-color: #028ed2;
  border-color: #037fbb;
  border-radius: 25px;
}
.btn-dark-blue:hover {
    color: #fff;
    background-color: #056c9e;
    border-color: #055f8a;
}

/* font */
.txt-minus{
  text-transform: capitalize!important;
}
.font-12{
  font-size: 12px!important;
}
.font-15{
  font-size: 15px;
}
.font-17{
  font-size: 17px;
}
.font-18{
  font-size: 18px;
}
.font-40{
  font-size: 40px;
}
.font-50{
  font-size: 50px;
}
.font-w-300{
  font-weight: 300;
}
.font-w-500{
  font-weight: 500;
}
.font-w-600{
  font-weight: 600;
}
.font-w-700{
  font-weight: 700;
}
.font-w-800{
  font-weight: 800;
}
.font-red{
  color: #dd233a;
}
.font-darkred{
  color: #9e1840;
}
.font-green{
  color: #4d9737;
}
.font-fucsia{
  color: #ca2757;
}
.font-blue{
  color: #23a1e4;
  font-style: normal;
}
.font-darkblue{
  color: #154465;
}
.font-orange{
  color: #e8692a;
}
.font-white{
  color: white;
}
.font-align-left{
  text-align: left;
}
.font-blanck-title{
  color: black;
  font-weight: 800;
}
/* card */
.card-header:first-child {
  border-radius: 10px 10px 0px 0px;
}
.card-body {
    padding: 1.8rem;
}
.card-style{
  margin-top: 15px;
  border-radius: 10px;
      height: fit-content;
}
.card-d-i{
  display: inline-flex;
}
.card-style p{
  margin-bottom: 0px;
}
.card-header-style{
  background-color: gainsboro;
  font-size: 15px;
}
.card-header-style2 {
    background-color: #dcdcdc;
}
.card-header-white-style {
  background-color: #ffffff;
  margin: 10px 15px;
  display: flex;
  justify-content: center;
}
.card-header-white-style img {
  max-height: 80px;
  max-width: 100%;
}
.card-style a{
  padding: 5px 15px;
  background-color: #e7e7e7;
  color: #4e5579;
  border-radius: 25px;
  margin-right: 15px;
  /* text-transform: uppercase; */
  cursor: pointer;
}
.card-style a:hover{
  background-color: #d0d0d0;
  color: #383e58;
  text-decoration: none;
}
.btn-success {
    color: #fff!important;
    background-color: #53983a!important;
    border-color: #437d2f!important;
}
.card-style .a-fav{
  background-color: #ffb307;
  color: #ffffff;
}
.card-style .a-fav:hover{
  background-color: #ff9c07;
  color: #ffffff;
}
.card-body i{
  margin-right: 8px;
}
.card-icon-bg{
  background-color: #ceced8;
  padding: 8px 10px;
  font-size: 28px;
  border-radius: 5px;
}
.card-style .a-btn-style{
  color: #338cdd;
  border-color: #338cdd;
  font-weight: bold;
  border-radius: 20px;
  padding: 8px 17px;
  background-color: white;
  font-size: 14px;
  cursor: pointer;
}
.card-style .a-btn-style:hover {
    color: white;
    border-color: #338cdd;
    background-color: #338cdd;
}
.card-style .a-btn-style2{
  background-color: #b4d8f1;
  color: #2688d9;
  border-radius: 25px;
  padding: 8px 17px;
  font-size: 14px;
  cursor: pointer;
}
.card-style .a-btn-style2:hover{
  background-color: #78bae8;
    color: #0063b5;
}
.card-style .a-btn-font{
  font-weight: 800;
  font-size: 14px;
  background-color: #a0cfe6;
  color: #1f3677;
  cursor: pointer;
}
.card-style .a-btn-font:hover{
  background-color: #86b8d0;
  color: #1f3677;
}
.card-style .a-btn-font-d {
    font-weight: 800;
    font-size: 14px;
    background-color: #e6a0a0;
    color: #771f1f;
    cursor: pointer;
}
.card-style .a-btn-font-d:hover{
  background-color: #d47f7f;
  color: #771f1f;
}
.card-style .a-btn-circle{
  border-radius: 50px;
  padding: 12px;
  margin-top: 10px;
  cursor: pointer;
}
.card-style .a-btn-circle i{
  margin-right: 0px;
}


.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

/* form */
.form-control{
  height: calc(2.2em + .95rem + 2px);
  padding: .77rem 1.2rem;
}
.input-op{
  font-weight: 600;
  color: #4e5597;
}

/* card notice */
.box-notice{
  background-color: #e7e7e7;
  padding: 0px;
  border-radius: 10px;
}
.box-notice-green{
  background-color: #4d9737;
}
.box-notice-red {
    background-color: #bb1829;
}
.box-notice-yellow {
    background-color: #d29c3d;
}
.box-notice-gray {
    background-color: #657796;
}
.box-notice-brown {
    background-color: #975237;
}
.box-notice-pink {
    background-color: #d23d9d;
}
.box-notice-violet2 {
    background-color: #673ab7;
}
.box-notice-violet {
    background-color: #9c27b0;
}
.box-notice-blue {
    background-color: #039be5;
}
.box-notice-orange {
    background-color: #f57f17;
}
.notice-box-img{
  position: relative;
}
.notice-img{
  border-radius: 10px 10px 55px 55px;
  max-height: 210px;
  height: 210px;
  object-fit: cover;
  object-position: center center;
}
.notice-caption-card {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    padding-left: 25px;
    width: 100%;
}
.notice-caption-card img{
  max-width: 11%;
}
.notice-body{
  padding: 15px 20px;
  color: white;
  font-weight: 600;
}
.notice-body p{
  margin: 0px;
}
.notice-title{
  font-variant: all-small-caps;
  margin-bottom: 5px!important;
  color: #ffffffb8;
}
.card-more{
  padding: 25px 25px 5px 25px;
  border-radius: 15px 15px 0px 0px;
}
.card-bg-blue{
  background-color: #d9e7f6;
  color: #338cdd;
}
.card-bg-dark{
  background-color: #dddde2;
  color: #25385f;
}
.card-bg-dark img{
  filter: brightness(0.5);
}
.c-header{
  height: 200px;
}
.c-header img{
  max-width: 40%;
  padding: 7px 0px 15px 0px;
}
.c-body-blue{
  border-top: 1px solid #338cdd;
  padding-top: 15px;
  color: #0e4582;
  height: 150px;
}
.c-body-dark{
  border-top: 1px solid #25385f;
  padding-top: 15px;
  color: #0c0c0c;
  height: 150px;
}
.c-footer{
  background-color: #3b88db;
  color: white;
  padding: 15px 25px;
  border-radius: 0px 15px 15px;
  margin-top: -10px;
  cursor: pointer;
}
.c-footer-bg-dark{
  background-color: #55647f;
}
.triangle-dark, .triangle-blue {
    position: relative;
}
.triangle-dark:after,
.triangle-dark:before, .triangle-blue:after, .triangle-blue:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}
.triangle-dark:after {
    top: -16px;
    left: 12px;
    border-color: #dddde2 #25385f00 transparent #fdd0;
    border-width: 9px;
}
.triangle-dark:before {
    top: -15px;
    left: 12px;
    border-color: #25385f #25385f00 transparent #a000;
    border-width: 9px;
}
.triangle-blue:after {
    top: -16px;
    left: 12px;
    border-color: #d9e7f6 #25385f00 transparent #fdd0;
    border-width: 9px;
}
.triangle-blue:before {
    top: -15px;
    left: 12px;
    border-color: #3b88db #25385f00 transparent #a000;
    border-width: 9px;
}


/* footer */
.box-footer-landin{
  background-color: #000324;
  padding: 25px;
  margin-top: 15px;
  color: #657796;
  font-weight: 600;
}
.box-footer-landin2 {
    background-color: #000324;
    padding: 25px;
    margin-top: 15px;
    color: #657796;
    font-weight: 600;
    border-radius: 25px 25px 0px 0px;
}
.box-footer-empresas {
    background-color: #000324;
    padding: 25px;
    color: #657796;
    font-weight: 600;
    border-radius: 0px 25px 0px 0px;
}
.ul-footer{
  display: block;
  list-style-type: none;
  margin-block-start: 5px;
  margin-block-end: 5px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.ul-footer li:hover, .ul-footer li:active, .ul-footer .active{
  list-style-type: disc;
  color: #23a1e6;
}
.ul-footer li > a{
  color: #657796;
}
.ul-footer li > a:hover {
  text-decoration:none;
}
.box-copy{
  background-color: #657796;
  padding: 15px;
  font-weight: 600;
  color: #000324;
}
.box-copy p{
  margin-bottom: 0px;
}

/* radio button */
.radioo, .radioo2 {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radioo input, .radioo2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #324166;
}
.checkm-2{
  border: 1px solid #cacaca;
}
.radioo:hover input ~ .checkmark {
  background-color: #ccc;
}
.radioo input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #324166;
}
.radioo2 input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #c9c9c9;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radioo input:checked ~ .checkmark:after {
  display: block;
}
.radioo2 input:checked ~ .checkmark:after {
  display: block;
}
.radioo .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #324166;
}
.radioo2 .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff5a1a;
}

/* carousel 1 */
.controls-bottom{
  padding: 17px 0px;
}
.btn-floating{
  padding: 12px 17px;
  background-color: #b3d9f3;
  margin-right: 15px;
  border-radius: 50%;
  font-weight: bold;
  color: #187cd6;
  cursor: pointer;
}
.box-card{
  border-radius: 25px;
  position: relative;
}
.box-card img{
  border-radius: 25px;
  max-height: 400px;
  object-fit: cover;
  object-position: center center;
}
.carousel-item .card-img-top {
    height: 400px;
}
.carousel-caption-card {
    position: absolute;
    font-size: 20px;
    font-weight: 300;
    bottom: 0px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    padding-left: 25px;
    width: 100%;
    border-radius: 0px 0px 25px 25px;
}
.carousel-caption-bg-red{
  background: rgba(187,24,40,0);
  background: -moz-linear-gradient(top, rgba(187,24,40,0) 0%, rgba(187,24,40,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(187,24,40,0)), color-stop(100%, rgba(187,24,40,1)));
  background: -webkit-linear-gradient(top, rgba(187,24,40,0) 0%, rgba(187,24,40,1) 100%);
  background: -o-linear-gradient(top, rgba(187,24,40,0) 0%, rgba(187,24,40,1) 100%);
  background: -ms-linear-gradient(top, rgba(187,24,40,0) 0%, rgba(187,24,40,1) 100%);
  background: linear-gradient(to bottom, rgba(187,24,40,0) 0%, rgba(187,24,40,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1828', endColorstr='#bb1828', GradientType=0 );
}
.carousel-caption-bg-green{
  background-color: rgb(77, 151, 55);
  background: -moz-linear-gradient(top, rgba(77, 151, 55,0) 0%, rgba(77, 151, 55,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(77, 151, 55,0)), color-stop(100%, rgba(77, 151, 55,1)));
  background: -webkit-linear-gradient(top, rgba(77, 151, 55,0) 0%, rgba(77, 151, 55,1) 100%);
  background: -o-linear-gradient(top, rgba(77, 151, 55,0) 0%, rgba(77, 151, 55,1) 100%);
  background: -ms-linear-gradient(top, rgba(77, 151, 55,0) 0%, rgba(77, 151, 55,1) 100%);
  background: linear-gradient(to bottom, rgba(77, 151, 55,0) 0%, rgba(77, 151, 55,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1828', endColorstr='#bb1828', GradientType=0 );
}
.carousel-caption-bg-yellow {
  background-color: rgb(210, 156, 61);
  background: -moz-linear-gradient(top, rgba(210, 156, 61,0) 0%, rgba(210, 156, 61,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210, 156, 61,0)), color-stop(100%, rgba(210, 156, 61,1)));
  background: -webkit-linear-gradient(top, rgba(210, 156, 61,0) 0%, rgba(210, 156, 61,1) 100%);
  background: -o-linear-gradient(top, rgba(210, 156, 61,0) 0%, rgba(210, 156, 61,1) 100%);
  background: -ms-linear-gradient(top, rgba(210, 156, 61,0) 0%, rgba(210, 156, 61,1) 100%);
  background: linear-gradient(to bottom, rgba(210, 156, 61,0) 0%, rgba(210, 156, 61,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1828', endColorstr='#bb1828', GradientType=0 );

}
.carousel-caption-bg-gray {
    background-color: rgb(101, 119, 150);
    background: -moz-linear-gradient(top, rgba(101, 119, 150,0) 0%, rgba(101, 119, 150,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(101, 119, 150,0)), color-stop(100%, rgba(101, 119, 150,1)));
    background: -webkit-linear-gradient(top, rgba(101, 119, 150,0) 0%, rgba(101, 119, 150,1) 100%);
    background: -o-linear-gradient(top, rgba(101, 119, 150,0) 0%, rgba(101, 119, 150,1) 100%);
    background: -ms-linear-gradient(top, rgba(101, 119, 150,0) 0%, rgba(101, 119, 150,1) 100%);
    background: linear-gradient(to bottom, rgba(101, 119, 150,0) 0%, rgba(101, 119, 150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1828', endColorstr='#bb1828', GradientType=0 );

}
.carousel-caption-bg-brown {
    background-color: rgb(151, 82, 55);
    background: -moz-linear-gradient(top, rgba(151, 82, 55,0) 0%, rgba(151, 82, 55,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151, 82, 55,0)), color-stop(100%, rgba(151, 82, 55,1)));
    background: -webkit-linear-gradient(top, rgba(151, 82, 55,0) 0%, rgba(151, 82, 55,1) 100%);
    background: -o-linear-gradient(top, rgba(151, 82, 55,0) 0%, rgba(151, 82, 55,1) 100%);
    background: -ms-linear-gradient(top, rgba(151, 82, 55,0) 0%, rgba(151, 82, 55,1) 100%);
    background: linear-gradient(to bottom, rgba(151, 82, 55,0) 0%, rgba(151, 82, 55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1828', endColorstr='#bb1828', GradientType=0 );

}
.carousel-caption-bg-pink {
    background-color: rgb(210, 61, 89);
    background: -moz-linear-gradient(top, rgba(210, 61, 89,0) 0%, rgba(210, 61, 89,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210, 61, 89,0)), color-stop(100%, rgba(210, 61, 89,1)));
    background: -webkit-linear-gradient(top, rgba(210, 61, 89,0) 0%, rgba(210, 61, 89,1) 100%);
    background: -o-linear-gradient(top, rgba(210, 61, 89,0) 0%, rgba(210, 61, 89,1) 100%);
    background: -ms-linear-gradient(top, rgba(210, 61, 89,0) 0%, rgba(210, 61, 89,1) 100%);
    background: linear-gradient(to bottom, rgba(210, 61, 89,0) 0%, rgba(210, 61, 89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1828', endColorstr='#bb1828', GradientType=0 );

}
.carousel-caption-bg-violet {
    background-color: rgb(156, 39, 176);
    background: -moz-linear-gradient(top, rgba(156, 39, 176,0) 0%, rgba(156, 39, 176,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156, 39, 176,0)), color-stop(100%, rgba(156, 39, 176,1)));
    background: -webkit-linear-gradient(top, rgba(156, 39, 176,0) 0%, rgba(156, 39, 176,1) 100%);
    background: -o-linear-gradient(top, rgba(156, 39, 176,0) 0%, rgba(156, 39, 176,1) 100%);
    background: -ms-linear-gradient(top, rgba(156, 39, 176,0) 0%, rgba(156, 39, 176,1) 100%);
    background: linear-gradient(to bottom, rgba(156, 39, 176,0) 0%, rgba(156, 39, 176,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1828', endColorstr='#bb1828', GradientType=0 );

}
.carousel-caption-bg-violet2 {
    background-color: rgb(103, 58, 183);
    background: -moz-linear-gradient(top, rgba(103, 58, 183,0) 0%, rgba(103, 58, 183,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103, 58, 183,0)), color-stop(100%, rgba(103, 58, 183,1)));
    background: -webkit-linear-gradient(top, rgba(103, 58, 183,0) 0%, rgba(103, 58, 183,1) 100%);
    background: -o-linear-gradient(top, rgba(103, 58, 183,0) 0%, rgba(103, 58, 183,1) 100%);
    background: -ms-linear-gradient(top, rgba(103, 58, 183,0) 0%, rgba(103, 58, 183,1) 100%);
    background: linear-gradient(to bottom, rgba(103, 58, 183,0) 0%, rgba(103, 58, 183,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1828', endColorstr='#bb1828', GradientType=0 );

}
.carousel-caption-bg-blue {
    background-color: rgb(3, 155, 229);
    background: -moz-linear-gradient(top, rgba(3, 155, 229,0) 0%, rgba(3, 155, 229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3, 155, 229,0)), color-stop(100%, rgba(3, 155, 229,1)));
    background: -webkit-linear-gradient(top, rgba(3, 155, 229,0) 0%, rgba(3, 155, 229,1) 100%);
    background: -o-linear-gradient(top, rgba(3, 155, 229,0) 0%, rgba(3, 155, 229,1) 100%);
    background: -ms-linear-gradient(top, rgba(3, 155, 229,0) 0%, rgba(3, 155, 229,1) 100%);
    background: linear-gradient(to bottom, rgba(3, 155, 229,0) 0%, rgba(3, 155, 229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1828', endColorstr='#bb1828', GradientType=0 );

}
.carousel-caption-bg-orange {
    background-color: rgb(245, 127, 23);
    background: -moz-linear-gradient(top, rgba(245, 127, 23,0) 0%, rgba(245, 127, 23,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 127, 23,0)), color-stop(100%, rgba(245, 127, 23,1)));
    background: -webkit-linear-gradient(top, rgba(245, 127, 23,0) 0%, rgba(245, 127, 23,1) 100%);
    background: -o-linear-gradient(top, rgba(245, 127, 23,0) 0%, rgba(245, 127, 23,1) 100%);
    background: -ms-linear-gradient(top, rgba(245, 127, 23,0) 0%, rgba(245, 127, 23,1) 100%);
    background: linear-gradient(to bottom, rgba(245, 127, 23,0) 0%, rgba(245, 127, 23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1828', endColorstr='#bb1828', GradientType=0 );

}

.carousel-boton-top{
    top: 0px;
    position: absolute;
    z-index: 10;
    background-color: #bb1829;
    left: 80%;
    padding: 12px 12px 17px 12px;
    border-radius: 0px 0px 33px 33px!important;
    max-width: 10%;
}
.boton-top-bg-green{
  background-color: #4d9737;
}
.boton-top-bg-red {
    background-color: #bb1829;
}
.boton-top-bg-yellow {
    background-color: #d29c3d;
}
.boton-top-bg-gray {
    background-color: #657796;
}
.boton-top-bg-brown {
    background-color: #975237;
}
.boton-top-bg-pink {
    background-color: #d23d59;
}
.boton-top-bg-violet2 {
    background-color: #673ab7;
}
.boton-top-bg-violet {
    background-color: #9c27b0;
}
.boton-top-bg-blue {
    background-color: #039be5;
}
.boton-top-bg-orange {
    background-color: #f57f17;
}
@media (max-width: 991px) {
  .carousel-boton-top{
    max-width: 13%;
  }
}
@media (max-width: 767px) {
  .carousel-boton-top{
    max-width: 16%;
    left: 75%;
    border-radius: 0px 0px 35px 35px!important;
  }
}
.img-logos-carousel{
    max-width: 80%;
}
.img-logos-carousel2{
    max-width: 60%!important;
}

/* list */
.ul-vacantes{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 0;
  list-style: none;
}
.li-vacantes+.li-vacantes {
  padding-left: .5rem;
}
.li-vacantes+.li-vacantes::before {
  display: initial;
  padding-right: .9rem;
  color: #4e5579;
  content: "";
  border-left: 1.5px solid #4e5579ab;
}

/* button scroll top */
#btn-scrollTop {
  position: relative;
      bottom: 65px;
  right: 5%;
  display: none;
  background-color: #c9c9d4;
  float: right;
  padding: 10px;
  cursor: pointer;
}

/* modal */
.modal-dialog {
    pointer-events: initial;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .90;
}
.close:hover {
    color: #fff;
}
.modal-content{
  padding: 15px;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
.modal-header{
  margin: 1rem 1rem;
  border-bottom: 1px solid #6e6e6e;
  padding: 15px 0px;
}
.modal-header i, .modal-body i{
  padding-right: 7px;
}
.modal-header .img{
  border: 1px solid #6e6e6e;
  border-radius: 50%;
  padding: 15px;
}
.modal-body{
  margin: 0 1rem;
}
.close-button{
  background-color: #18557bc7!important;
  padding: 15px 25px!important;
  font-size: 15px;
  text-shadow: none;
  margin-bottom: 15px;
  color: white;
  opacity: 1;
  border-radius: 25px;
}
.modal {
    background-color: #000000b8;
}
.modal-dialog-g{
  width: auto;
  margin-right: auto;
  margin-left: auto!important;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
}
.modal-g{
  padding: 20px!important;
}
.modal-header-g {
    margin: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    padding: 15px 0px;
}
.modal-body-g{
  margin: 1rem 1rem;
}
.modal-footer-g {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.bg-gray-modal{
  background-color: #e8e8e8;
  padding: 35px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
}

/* bar */
.progress-style{
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  height: 0.7rem;
}
.progress-style-2 {
    border-radius: 50px;
    background-color: #e1e2e7;
    height: 0.3rem;
}
.progress-style-3 {
    background-color: #c1dbf4;
    height: 2.3rem;
}
.progress-bar-style{
  border-radius: 50px;
}
.center-items{
  margin: auto 0;
}

/* bgs */
.bg-bar-silver{
  background-color: #c0c0c0!important;
}
.bg-bar-green{
  background-color: #52963a!important;
}
.bg-bar-lightgreen{
  background-color: #6c9743!important;
}
.bg-bar-orange{
  background-color: #e86a2b!important;
}
.bg-bar-lightorange{
  background-color: #e66a2b!important;
}
.bg-bar-red{
  background-color: #db243a!important;
}
.bg-bar-darkred{
  background-color: #8b1b29!important;
}
.bg-bar-blue{
  background-color: #1577d7!important;
}
.bg-bar-lightblue{
  background-color: #008fde!important;
}
.bg-light-blue{
  background-color: #9ac5ef!important;
}
.bg-bar-white {
    background-color: #efffff!important;
}
.bg-bar-ligthyellow {
    background-color: #b18c3e!important;
}

/* switch */
.custom-control-label{
  margin-left: 7px;
}
.custom-control-label::before{
  background-color: #e31c24;
  border: #e31c24 solid 1px;
}
.custom-switch .custom-control-label::after{
  background-color: #ffffff;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #82bc3f;
    background-color: #82bc3f;
}
.custom-control-input:focus {
    outline: red auto 1px;
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #82bc3f;
}
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e31c24;
}
/* empresas */
.input-group {
    flex-wrap: nowrap;
}
.circle-table{
  border-radius: 50px;
  color: white;
  font-weight: bolder;
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding-top: 8px;
}
.table-style{
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  color: #4e5589;
  margin-bottom: 0;
}
.table-style-2 {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    color: #4e5589;
    font-weight: 600;
    margin-bottom: 0;
}
.card2{
  background-color: #e8e8e8;
}
.table-style-2 td, .table-style-2 th {
    padding: 15px 17px;
}
.table-striped2 tbody tr:nth-of-type(odd) {
    background-color: rgb(255, 255, 255);
}
.table-border-2 td {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.table-border-2 p {
    margin-bottom: 0;
}
.table-style .a-style, .table-style-2 .a-style{
  padding: 5px 15px;
  background-color: #e7e7e7;
  color: #4e5579;
  border-radius: 25px;
  font-weight: 600;
  font-size: 13px;
  margin-right: 15px;
  cursor: pointer;
  display: block;
}
.table-style .a-style2, .table-style-2 .a-style2{
  color: #4e5589;
  text-decoration: underline;
  cursor: pointer;
}
.td-icon-div .a-style2{
  color: #23a1e4;
  text-decoration: underline;
}
.icon-table-admin {
  max-width: 100%;
  max-height: 25px;
  cursor: pointer;
}
.icon-table-admin2 {
    max-width: 100%;
    max-height: 18px;
    cursor: pointer;
}
.table2 td, .table2 th {
    padding: 12px 10px;
    text-align: center;
}
.table thead th{
      padding: 15px 17px 15px;
}
.table2 th {
    border: 1px solid white;
    border-bottom-color: #eeeeee;
}
.table2 td {
    border: 1px solid #eeeeee;
}
.td-icon-div{
  margin: auto 10px;
}
.td-icon-div img{
  max-height: 21px;
  filter: grayscale(1);
}
.td-r-matriz{
  border: 1px solid #ffffff!important;
  border-right-color: #eeeeee!important;
  padding: 15px 20px!important;
  font-weight: 800;
  font-size: 20px;
  color: #666;
}
.table-responsive{
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.125);
}
.table-responsive2 {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid rgba(0,0,0,.125);
}
.box-font-dialog{
  font-weight: 800;
  color: black;
  background-color: #e7e7e7;
  padding: 3px 17px;
  border-radius: 15px;
  width: fit-content;
  font-size: 14px;
  margin-bottom: 5px!important;
}
.bg-dialogs{
  padding: 15px 25px;
  background-color: #b8ceed;
  margin-top: 20px;
  border-radius: 15px;
  color: black;
      font-size: 14px;
}
.icon-empresas-bg{
  background-color: #daeaf9;
  padding: 12px;
  border-radius: 50px;
  width: 60px;
}
.icon-empresas-bg img{
  max-height: 60px;
  max-width: 33px;
}
.text-50{
  margin: 0;
  color: #318cdd;
  font-size: 60px;
  text-align: center;
}
.text-50-2 {
    margin: 0;
    color: #318cdd;
    font-size: 60px;
}
.text-50-3 {
    margin: 0;
    color: #84b9eb;
    font-size: 60px;
}
.text-50-red {
    margin: 0;
    color: #990714;
    font-size: 60px;
}
.text-50-red-2 {
    margin: 0;
    color: #c87c86;
    font-size: 60px;
}
.font-forms{
  /* text-transform: uppercase; */
  color: black;
  font-size: 14px;
}
.border-content-empresa{
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.border-content-empresa2{
  border-left: 1px solid #e5e5e5;
}
.search-borde{
  border-radius: 0px 50px 50px 0px;
  border: 1px solid #c9c9c9;
  border-left: 0px;
  padding: .77rem .21rem;
}
.search-borde-2{
  padding: .355rem .75rem;
  border-radius: 50px 0px 0px 50px;
  background-color: white;
  border: 1px solid #c9c9c9;
  border-right: 0px;
  font-size: 20px;
}
.select-border button{
  background-color: white;
  border-radius: 50px;
  border: 1px solid #c9c9c9;
  color: #828ca1;
  padding: .55rem .75rem;
}
.select-border2 button {
    background-color: white;
    border: 1px solid #c9c9c9;
    color: #828ca1;
    padding: .55rem .75rem;
    -moz-appearance: none;
}
.select-border2 .dropdown-item {
    border-radius: 0px!important;
    background-color: #ffffff;
}
.select-border2 .active {
    background-color: #187cd7;
}
/* Arrow */
.select-border button::after {
  font-family: 'FontAwesome';
  content: '\f107';
  border-top: 0;
  color: #323e62;
  font-size: 20px;
}
.select-border2 button::after {
  font-family: 'FontAwesome';
  content: '\f107';
  border-top: 0;
  color: #323e62;
  font-size: 20px;
}
.icons-report2{
  max-width: 100%;
  max-height: 37px;
}
.box-filters{
  height: calc(2.09em + .75rem + 6px);
  padding: .87rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 50px;
  width: fit-content;
  margin: 0px 7px 15px;
  text-transform: inherit;
  cursor: pointer;
}
.box-filters-select{
  height: calc(2.09em + .75rem + 6px);
  padding: .87rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 50px;
  width: fit-content;
  margin: 0px 7px 15px;
  text-transform: inherit;
  cursor: pointer;
  background-color: #5a6481;
  background-clip: padding-box;
  border: 1px solid #5a6481;
  color: white;
}
.box-select1{
  width: 300px; margin: 0px 7px;
}

/* tooltip */
.tooltip > .arrow {
    background-color: transparent;
}

.tooltip > .tooltip-inner {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 25px;
    color: #1999e0;
    background-color: #9ad2f1;
}

.bs-tooltip-top,
.bs-tooltip-right,
.bs-tooltip-left,
.bs-tooltip-bottom {
  background-color: transparent;
  opacity: 1!important;
}

.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
    border-top-color: white;
    border-right-color: transparent;
    border-bottom-color: white;
    border-left-color: transparent;
}

.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-left .arrow:before{
    border-top-color: transparent;
    border-right-color: white;
    border-bottom-color: transparent;
    border-left-color: white;
}

.alert-fixed {
  display: none;
  position:fixed;
  bottom: 10px;
  right: 10px;
  width: 40%;
  z-index:9999;
  border-radius:0px
}

.dataTables_length label{
  text-transform: capitalize;
}
.dataTables_length:focus{
  padding-left: 15px;
}

#table_wrapper{
  color: black;
}
#table_wrapper .row{
  margin-right: 0px;
}
#table_wrapper .form-control{
  border-radius: 25px;
  margin: .7rem 0px;
}
#table_wrapper .dataTables_info{
  margin-top: 25px;
}
#table_wrapper .dataTables_paginate{
  margin-bottom: 0;
  margin-top: 25px;
  float: right;
}
#table_wrapper .dataTables_filter{
  display: flex;
  justify-content: flex-end;
  margin-right: 7px;
}
#table_wrapper .custom-select{
  margin-left: 7px;
}

/* preguntas reedit */
#secciones-div p, #secciones-div-2 p{
  margin: 0;
}
#secciones-div .form-group, #secciones-div-2 .form-group {
    margin-bottom: .5rem;
}
#secciones-div .texto-otro, #secciones-div-2 .texto-otro{
    margin-top: 15px;
}
#secciones-div .card-body, #secciones-div-2 .card-body {
    padding: 15px 15px 0px 15px;
}
#secciones-div .text-white, #secciones-div-2 .text-white {
    color: #155279!important;
}
#secciones-div .bg-primary, #secciones-div-2 .bg-primary {
    background-color: #ffffff!important;
    padding: 1px 20px!important;
}
#secciones-div .bg-info, #secciones-div-2 .bg-info {
    background-color: #f7f7f7!important;
}
#secciones-div .bg-secondary, #secciones-div-2 .bg-secondary {
    background-color: #b4d8f1!important;
    color: #2688d9!important;
}
#secciones-div .card-header, #secciones-div-2 .card-header {
    padding: 15px 20px;
    margin-bottom: 0;
    border-bottom: 0;
    font-weight: 700;
    background-color: #ffffff00;
    border-radius: 50px;
}
#secciones-div .marco-pregunta, #secciones-div-2 .marco-pregunta {
    padding: 0;
}
#secciones-div .mx-auto, #secciones-div-2 .mx-auto {
    padding: 7px!important;
}
#opciones-respuestas-body-div .form-group{
  margin-bottom: 0px!important;
}

@media (max-width: 2010px){
  /* .border-emp{
    padding: 0px 55px 0px 55px!important;
  } */
}
@media (max-width: 1660px){
  .box-text-share{
    margin-left: 70%;
  }
  /* .border-emp{
    padding: 0px 51px 0px 50px!important;
  } */
}
@media (max-width: 1610px){
  .box-text-share{
    margin-left: 67%;
  }
}
@media (min-width: 1511px){
  .heigh-box{
    height: 530px;
  }
}
@media (max-width: 1510px){
  .heigh-box{
    height: 430px;
  }
  .box-text-share{
    margin-left: 59%;
  }
  /* .border-emp{
    padding: 0px 47px 0px 45px!important;
  } */
}
@media (min-width: 1400px){
  .max-row{
    max-width: 1400;
  }
  .border-emp{
    padding: 0px 28px 0px 28px!important;
  }
}
@media (max-width: 1400px){
  .box-text-share{
    margin-left: 52%;
  }
  .border-emp{
    padding: 0px 28px 0px 28px!important;
  }
}
@media (max-width: 1350px){
  .box-text-share{
    margin-left: 50%;
  }
  .border-emp{
    padding: 0px 28px 0px 28px!important;
  }
}
@media (max-width: 1240px){
  .box-text-share{
    margin-left: 45%;
  }
  .border-emp{
    padding: 0px 28px 0px 28px!important;
    max-width: 98px!important;
  }
}
@media (min-width: 1200px){
  .container-fluid {
      max-width: 1140px;
      padding-left: 73px;
      padding-right: 0px;
  }
}
@media (max-width: 1199px){
  .video{
    height: 255px;
  }
  .circle-icon-green, .circle-icon-yellow, .circle-icon-red, .circle-icon-blue, .circle-icon-gray, .circle-icon-violet, .circle-icon-violet2, .circle-icon-orange, .circle-icon-brown, .circle-icon-pink {
    padding: 0px 15px 8px;
  }
  .icons-50 {
    max-width: 50%;
  }
  .img-logo2 {
    max-width: 93%;
  }
  .img-logo4 {
    max-width: 100%;
  }
  .borders {
    max-width: 95px;
  }
  .border-emp{
    max-width: 90px!important;
  }
}
@media (max-width: 1105px){
  .box-text-share{
    margin-left: 45%;
  }

}
@media (max-width: 1070px){
  .box-text-share{
    margin-left: 41%;
  }
  .border-emp{
    padding: 0px 30px 0px 30px!important;
  }
}
@media (max-width: 1000px){
  .font-button-footer{
    font-size: 12px;
  }
  .heigh-box{
    height: 330px;
  }
  .box-text-share{
    margin-left: 40%;
  }
}
@media (max-width: 991px){
  .video{
    height: 207px;
  }
  .box-video{
    padding: 40px 10px;
  }
  .circle-icon-green, .circle-icon-yellow, .circle-icon-red, .circle-icon-blue, .circle-icon-gray, .circle-icon-violet, .circle-icon-violet2, .circle-icon-orange, .circle-icon-brown, .circle-icon-pink {
    padding: 0px 15px 5px;
  }
  .notice-caption-card img {
    max-width: 14%!important;
  }
  .img-logo2 {
    max-width: 120%;
  }
  .img-logo4 {
    max-width: 120%;
  }
  .img-logo {
    max-width: 80%;
    margin-left: 10px;
  }
  .buttons-margin20{
    margin-top: 20px;
  }
  .borders {
    padding: 0px 28px 0px 24px;
  }
  .borders2 {
    padding: 0px 10px 0px 10px;
  }
  .borders-logo2 {
    padding: 0px 15px 0px 0px;
  }
  .borders-logo3 {
    padding: 0px 15px;
  }
  .box-content-logos{
    height: 300px;
  }
  .border-emp{
    padding: 0px 28px 0px 24px!important;
  }
  .box-logos{
    max-width: 100%;
  }
  .max-w-60 {
    max-width: 70%!important;
  }
  .bg-green {
    height: 60%;
  }
  .bg-red {
    height: 50%;
  }
  .bg-bluec {
    height: 55%;
  }
  .box-font-blue {
    font-size: 2.0rem;
  }
  .navbar-nav {
    font-size: 12px;
  }
  .heigh-box{
    height: 350px;
  }
  .icons-50 {
    max-width: 80%;
  }
  .box-icon-lupa{
    padding: 0px;
  }
  .font-forms{
    font-size: 12px;
  }
  .select-border button{
    font-size: 12px;
  }
  .pr-input-0{
    padding-right: 0;
    padding-left: 5px;
  }
  .txt-12{
    font-size: 12px;
  }
  .box-re-text{
    text-align: center;
  }
  .box-text-share{
    margin-left: 50%;
  }
  .bca2 {
    border-left: 0;
  }
  .c-body-dark {
    height: 210px;
  }
  .c-body-blue{
    height: 210px;
  }
  .box-text-user{
    padding-right: 15px;
  }
}
@media(max-width:912px){
  .box-text-share{
    margin-left: 45%;
  }
  .border-emp{
    padding: 0px 26px 0px 22px!important;
  }
}
@media(max-width:854px){
  .size-minus{
    font-size: 12px;
    padding-left: 5px;
  }
  .box-text-share{
    margin-left: 38%;
  }
  .border-emp{
    padding: 0px 23px 0px 22px!important;
  }
}
@media (max-width: 825px){
  .img-logo4 {
      max-width: 130%;
  }
}
@media (max-width: 795px){
  .border-emp{
    padding: 0px 22px 0px 20px!important;
  }
}
@media (max-width: 767px){
  .video{
    height: 147px;
  }
  .box-video {
    padding: 70px 0px;
  }
  .circle-icon-green, .circle-icon-yellow, .circle-icon-red, .circle-icon-blue, .circle-icon-gray, .circle-icon-violet, .circle-icon-violet2, .circle-icon-orange, .circle-icon-brown, .circle-icon-pink {
    padding: 11px 15px 15px;
  }
  .notice-caption-card img {
    max-width: 10%!important;
  }
  .circle-icon-profile {
    padding: 6px 8px 9px 7px;
    height: 33px;
    width: 33px;
  }
  .circle-icon-profile img {
    max-height: 20px;
  }
  .borders {
    padding: 0px 14px 0px 6px;
  }
  .borders2 {
    padding: 0px 15px 0px 14px;
  }
  .borders-logo2 {
    padding: 0px 8px 0px 7px;
  }
  .borders-logo3 {
    padding: 0px 15px;
  }
  .border-emp{
    padding: 0px 21px 0px 12px!important;
  }
  .img-logo2 {
    max-width: 120%;
    padding: 0px 10px;
  }
  .img-logo4 {
    max-width: 100%;
    padding: 0px 10px;
  }
  .img-logo {
    max-width: 110%;
    margin-left: 1px;
  }
  .font-50 {
    font-size: 45px;
  }
  .bg-green {
    height: 40%;
  }
  .bg-red {
    height: 30%;
  }
  .bg-bluec {
    height: 25%;
  }
  .bg-blue-der {
    width: 80%;
  }
  .bg-red-der {
    width: 80%;
  }
  .bg-green-der100{
    width: 80%;
  }
  .bg-dark-blue-der{
    width: 80%;
  }
  .bg-middle-blue{
    width: 90%;
  }
  .box-content-logos{
    height: 250px;
  }
  .box-logos{
    max-width: 120%;
  }
  .max-w-60 {
    max-width: 90%!important;
  }
  .max-w-80{
    max-width: 80%!important;
  }
  .icons-50 {
    max-width: 50%;
  }
  .font-vacante{
    font-size: 10px;
  }
  .icon-size{
    max-height: 10px;
  }
  .padding-size{
    padding-right: 0px;
  }
  .box-icon-lupa{
    padding: 0px 15px;
  }
  .pr-input-0{
    padding-right: 15px;
    padding-left: 15px;
  }
  .bce-2 {
    border-right: 0px;
  }
  .table-style .a-style {
    padding: 5px 10px;
    font-size: 9px;
    margin-right: 0px;
  }
  .box-text-share{
    margin-left: 18%;
  }
  .c-body-dark {
    height: 150px;
  }
  .c-body-blue{
    height: 150px;
  }
  .box-text-user{
    padding-right: 24px;
    font-size: 11px;
  }
  .p-new{
    padding-right: 0;
  }
}
@media (max-width: 702px){
  .img-logo4 {
      max-width: 110%;
  }
}
@media (max-width: 680px){
  .box-text-share{
    margin-left: 0%;
  }
  .border-emp{
    padding: 0px 18px 0px 10px!important;
  }
}
@media (max-width: 640px){
  .img-logo4 {
      max-width: 120%;
  }
  .border-emp{
    padding: 0px 17px 0px 9px!important;
  }
}
@media (max-width: 580px){
  .img-logo4 {
      max-width: 130%;
  }
  .border-emp{
    padding: 0px 15px 0px 7px!important;
  }
}
@media (max-width: 575px){
  .video{
    height: 313px;
  }
  .box-video {
    padding: 40px 20px;
  }
  .buttons-margin20{
    margin-top: 0px;
  }
  .borders {
    padding: 0px 24px 0px 15px;
  }
  .borders2 {
    padding: 0px 21px 0px 12px
  }
  .borders-logo2 {
    padding: 0px 8px 0px 7px;
  }
  .borders-logo3 {
    padding: 0px 15px 0px 7px;
  }
  .border-emp{
    padding: 0px 23px 0px 17px!important;
  }
  .social-box{
    margin-top: 45px;
    margin-right: 25px;
    text-align: center;
  }
  .bg-blue-landin {
    margin-top: 25%;
    height: 60px;
    width: 100%;
    border-radius: 0px;
  }
  .bg-orange-landin{
    margin-top: 37%;
    height: 60px;
    width: 100%;
    border-radius: 0px;
  }
  .bg-green {
    width: 60%;
    height: 40%;
  }
  .bg-red {
    margin-top: 455px;
    width: 60%;
    height: 38%;
  }
  .bg-bluec {
    margin-top: 510px;
    width: 60%;
    height: 30%;
  }
  .bg-blue-der {
    width: 100%;
    border-radius: 0px;
  }
  .bg-red-der {
    width: 100%;
    border-radius: 0px;
  }
  .bg-green-der100 {
    width: 100%;
    border-radius: 0px;
  }
  .bg-dark-blue-der{
    width: 100%;
    border-radius: 0px;
  }
  .bg-middle-blue{
    width: 100%;
    border-radius: 0px;
  }
  .box-content-logos{
    height: 350px;
  }
  .box-logos{
    max-width: 80%;
  }
  .max-w-60 {
    max-width: 60%!important;
  }
  .circle-icon-green, .circle-icon-yellow, .circle-icon-red, .circle-icon-blue, .circle-icon-gray, .circle-icon-violet, .circle-icon-violet2, .circle-icon-orange, .circle-icon-brown, .circle-icon-pink {
    padding: 5px 15px 15px;
  }
  .notice-caption-card img {
    max-width: 8%!important;
  }
  .bg-img {
    max-width: 50%;
  }
  .heigh-box{
    height: 290px;
  }
  .border-content-empresa{
    border: 0px;
  }
  .box-re-text{
    text-align: left;
  }
  .box-text-user2{
    align-self: center;
  }
  .box-text-user {
    padding-right: 15px;
    font-size: 14px;
  }
  .box-text-share{
    margin-left: 40%;
  }
  .modal-dialog-g{
    width: 100%;
  }
   .ima-form{
     display: none;
   }
   h2{
     font-size: 31px;
   }
   h2{
     font-size: 27px;
   }
   h3{
     font-size: 23px;
   }
   h5{
     font-size: 19px;
   }
}
@media (max-width: 570px){
  .img-logo4 {
      max-width: 110%;
  }
}
@media (max-width: 529px){
  .bg-red {
    margin-top: 450px;
    width: 60%;
    height: 37%;
  }
  .bg-bluec {
    margin-top: 580px;
    height: 30%;
  }
  .heigh-box{
    height: 260px;
  }
}
@media (max-width: 516px){
  .li-vacantes+.li-vacantes::before{
    display: none;
  }
  .border-emp{
    padding: 0px 22px 0px 12px!important;
  }
}
@media (max-width: 505px){
  .video{
    height: 283px;
  }
  .box-video {
    padding: 40px 20px;
  }
  .bg-red {
    margin-top: 495px;
    width: 60%;
    height: 37%;
  }
  .bg-bluec {
    margin-top: 623px;
    height: 28%;
  }
  .heigh-box{
    height: 250px;
  }
  .circle-icon-green, .circle-icon-yellow, .circle-icon-red, .circle-icon-blue, .circle-icon-gray, .circle-icon-violet, .circle-icon-violet2, .circle-icon-orange, .circle-icon-brown, .circle-icon-pink {
    padding: 2px 15px 11px;
  }
  .p17{
    padding-right: 17px;
  }
  .pl0{
    margin-top: 15px;
    padding-left: 0px!important;
  }
  .img-logo4 {
    max-width: 120%;
  }
}
@media (max-width: 476px){
  .buttons-margin20{
    margin-top: 20px;
  }
  .borders {
    padding: 0px 19px 0px 11px;
  }
  .borders2 {
    padding: 0px 21px 0px 12px
  }
  .borders-logo2 {
    padding: 0px 8px 0px 7px;
  }
  .borders-logo3 {
    padding: 0px 12px 0px 7px;
  }
  .bg-red {
    margin-top: 505px;
    height: 33%;
  }
  .bg-bluec {
    margin-top: 623px;
    height: 27%;
  }
  .heigh-box{
    height: 240px;
  }
  .social-box{
    margin-top: 30px;
  }
}
@media (max-width: 468px){
  .bg-blue-landin {
    margin-top: 28%;
  }
  .bg-orange-landin{
    margin-top: 41%;
  }
  .bg-red {
    margin-top: 500px;
    width: 60%;
    height: 32%;
  }
  .bg-bluec {
    margin-top: 613px;
    height: 26%;
  }
  .heigh-box{
    height: 230px;
  }
  .social-box{
    margin-top: 45px;
  }
  .border-emp{
    padding: 0px 20px 0px 10px!important;
  }
}
@media (max-width: 443px){
  .bg-green {
    width: 60%;
    height: 35%;
  }
  .bg-red {
    margin-top: 535px;
    width: 60%;
    height: 30%;
  }
  .bg-bluec {
    margin-top: 655px;
    height: 24%;
  }
  .heigh-box{
    height: 220px;
  }
  .icons-50 {
    max-width: 60%;
  }
}
@media (max-width: 407px){
  .bg-red {
      margin-top: 585px;
  }
  .border-emp{
    padding: 0px 17px 0px 8px!important;
  }
}

@media (max-width: 394px){
  .borders {
    padding: 0px 14px 0px 10px;
  }
  .borders2 {
    padding: 0px 21px 0px 12px
  }
  .borders-logo2 {
    padding: 0px 8px 0px 7px;
  }
  .borders-logo3 {
    padding: 0px 12px 0px 7px;
  }
  .bg-blue-landin {
    margin-top: 31%;
  }
  .bg-orange-landin{
    margin-top: 46%;
  }
  .font-50 {
    font-size: 39px;
  }
  .bg-green {
    width: 60%;
    height: 31%;
  }
  .bg-red {
    margin-top: 600px;
    height: 28%;
  }
  .bg-bluec {
    margin-top: 680px;
    height: 24%;
  }
  .box-content-logos{
    height: 300px;
  }
  .box-logos{
    max-width: 90%;
  }
  .max-w-60 {
    max-width: 70%!important;
  }
  .heigh-box{
    height: 200px;
  }
  .icons-50 {
    max-width: 75%;
  }
  .pr-input-0{
    padding-right: 0;
    padding-left: 15px;
  }
  .circle-icon-green, .circle-icon-yellow, .circle-icon-red, .circle-icon-blue, .circle-icon-gray, .circle-icon-violet, .circle-icon-violet2, .circle-icon-orange, .circle-icon-brown, .circle-icon-pink {
    padding: 0px 14px 8px;
  }
}
@media (max-width: 384px){
  .bg-bluec {
      margin-top: 635px;
      height: 20%;
  }
}
@media (max-width: 374px){
  .bg-bluec {
    margin-top: 635px;
      height: 20%;
  }
}
@media (max-width: 360px){
  .bg-bluec {
      margin-top: 620px;
      height: 24%;
  }
  .bg-red {
    margin-top: 610px;
    height: 28%;
  }
  .border-emp{
    padding: 0px 14px 0px 7px!important;
  }
}
@media (max-width: 355px){
  .bg-bluec {
    margin-top: 675px;
    height: 24%;
  }
  .circle-icon-green, .circle-icon-yellow, .circle-icon-red, .circle-icon-blue, .circle-icon-gray, .circle-icon-violet, .circle-icon-violet2, .circle-icon-orange, .circle-icon-brown, .circle-icon-pink {
    padding: 1px 15px 10px;
  }
  .notice-caption-card img {
    max-width: 11%!important;
  }
  .heigh-box{
    height: 190px;
  }
  .icons-50 {
    max-width: 100%;
  }
}
@media (max-width: 354px){
  .bg-red {
      margin-top: 640px;
      height: 20%;
  }
}
@media (max-width: 350px){
  .bg-red {
      margin-top: 670px;
  }
}

@media (max-width: 341px){
  .bg-red {
    margin-top: 700px;
    height: 20%;
  }
  .bg-bluec {
    margin-top: 695px;
    height: 20%;
  }
  .box-content-logos{
    height: 280px;
  }
  .box-logos{
    max-width: 100%;
  }
  .max-w-60 {
    max-width: 80%!important;
  }
  .heigh-box{
    height: 180px;
  }
}
@media (max-width: 330px){
  .bg-blue-landin {
    margin-top: 31%;
  }
  .bg-orange-landin{
    margin-top: 49%;
  }
  .font-50 {
    font-size: 39px;
  }
  .bg-green {
    width: 60%;
    height: 25%;
  }
  .bg-red {
    margin-top: 720px;
    height: 20%;
  }
  .bg-bluec {
    margin-top: 715px;
    height: 18%;
  }
  .heigh-box{
    height: 170px;
  }
  .c-body-dark {
    height: 200px;
  }
  .c-body-blue{
    height: 200px;
  }
  .borders {
    padding: 0px 10px 0px 5px;
  }
  .borders2 {
      padding: 0px 14px 0px 10px;
  }
  .border-emp{
    padding: 0px 10px 0px 5px!important;
  }
}
@media (max-width: 315px){
  .bg-red {
      margin-top: 750px;
      height: 13%;
  }
}
@media (max-width: 312px){
  .bg-red {
      margin-top: 772px;
  }
}
@media (max-width: 310px){
  .bg-red {
      margin-top: 780px;
  }
}
@media (max-width: 303px){
  .bg-red {
      margin-top: 757px;
  }
}

@media (max-width: 299px){
  .bg-red {
    margin-top: 730px;
    height: 18%;
  }
  .bg-bluec {
    margin-top: 750px;
    height: 14%;
  }
  .box-content-logos{
    height: 250px;
  }
  .box-logos{
    max-width: 120%;
  }
  .max-w-60 {
    max-width: 100%!important;
  }
  .heigh-box{
    height: 150px;
  }
  .circle-icon-green, .circle-icon-yellow, .circle-icon-red, .circle-icon-blue, .circle-icon-gray, .circle-icon-violet, .circle-icon-violet2, .circle-icon-orange, .circle-icon-brown, .circle-icon-pink {
    padding: 0px 17px 7px;
  }
  .border-emp{
    padding: 0px 10px 0px 3px!important;
  }
}
@media (max-width: 294px){
  .bg-red {
      margin-top: 760px;
  }
}
@media (max-width: 286px){
  .bg-red {
      margin-top: 790px;
  }
  .c-body-dark {
    height: 250px;
  }
  .c-body-blue{
    height: 250px;
  }
}
