/* .myBody {
    color: red;
    font-weight: bolder;
} */


/* home-header */

.logo-home {
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: 2;
    margin-left: 33%;
    margin-top: 100px;
}

.top-header {
    /* background-color: #414141; */
    background-color: black;
    height: 80px;
    color: white;
}

.icon-top-header {
    font-size: 28px;
    margin-top: 5px;
}

.span-top-header {
    margin: 9px;
    font-size: 15px;
    font-weight: 100;
}

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

.btn-top-header {
    height: 28px;
    margin-top: 5px;
    background-color: #FFD700;
    border: none;
    color: #414141;
    width: 45%;
    border-radius: 12px;
}

.second-top-header {
    height: 55px;
    background-color: #203C89;
    color: white;
}

.logo-header {
    margin-left: 9%;
    margin-top: 10px;
}

.icon-store {
    width: 15%; 
    margin: 10px;
}


/* steps */


.row {
    margin-left: 0;
    margin-right: 0;
}

.bkg-darkcyan {
    background-color: darkcyan;
}

.div-steps {
	height: 480px;
    background-color: #5FCDE1;
}

.carousel-height {
    height: 500px;
}

.carousel-item {
    width: 100%;
    max-height: 600px;
}


/* expert */


.title-experts {
    padding-top: 1em;
    color: #203C89;
    font-size: 34px;
    margin-bottom: 2em;
    font-weight: bolder;
}


/* workshops */


.title-workshops {
      padding-top: 2em;
}


/* info-suscription */


.info-suscription-container {
    background-color: #203C89;
    text-align: center;
    color: white;
    padding-bottom: 5em;
}

.title-info {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 34px;
}

.input-style {
    background-color: white;
    border-radius: 9px 0 0 9px;
}

.icon {
    font-size: 34px;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
}

.icon-box {
    background-color: darkblue;
    border-radius: 0 9px 9px 0;
}

.text-info {
    font-size: 14px;
    margin: 0 auto;
    float: none;
    font-style: italic;
    color: white;
    padding-bottom: 3em;
}

.input-suscribe {
    margin: 0 auto;
    float: none;

}


/* footer */


.title-partners {
  font-style: italic;
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.partners {
  color: white;
  background-color: black;
  text-align: center;
  padding-bottom: 2em;
}

.page-footer {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  color: white;
}

/* .icon-footer {
  font-size: 28px;
  text-align: right;
} */

.span-footer {
  text-align: left;
  padding-top: 7px;
  font-size: 18px;
  font-weight: 100;
}

.link-footer {
  margin-top: 15px;
  margin: 10px;
  font-size: 16px;
  font-weight: 100;
}

.final-text {
  text-align: center;
  font-style: italic;
  background-color: #414141;
  color: white;
  padding-bottom: 40px;
  padding-top: 30px;
  font-weight: 100;
}

.icon-social {
  font-size: 65px;
  margin-right: 15px;
}

.icon-footer {
    width: 40px;
    margin: 5px;
    margin-bottom: 20px;
}

/******************* CONTENT-HEADER ********************/


.header-content {
    background-color: darkgrey;
    height: 75px;
}

.header-a {
    color: white !important;
}

.navbar-nav>li {
    border: 1px solid white;
    margin-top: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.navbar-nav>li>a {
    border-radius: 10px;
}
    .navbar-nav>li>a:hover {
        background-color: #587AC6;
    }
    
.logoHmc-content-header {
    width: 75px;
    height: 75px;
}

.spanUsr-content-header {
    margin-left: 25px;
    color: white;
}


/******************* LOGIN ********************/

.formLogin {
  max-width: 400px;
  margin: 10px auto;
  margin-top: 60px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid lightgray;
  text-align: center;
  margin-top: 12%;
}

.paddingLoginCont {
  padding-top: 120px;
  padding-bottom: 30px;
}

.logoHmcLogin {
    width: 60%;
    margin-top: -120px;
}

.btnLogin {
    padding: 9px 39px 9px 39px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 15px;
    width: 100%;
    background-color: #0194DD;
    border-color: #38B8DA;
}
    .btnLogin:hover {
        background: #38B8DA;
    }


.lbl-soytaller {
    color: #eaeaea;
    cursor: pointer;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .lbl-soytaller:hover {
        color: white;
        font-weight: 600;
    }

.checkSoyTaller {
    height: 15px;
    width: 20px;
}
    .checkSoyTaller:hover {
        cursor: pointer;
    }





/********************* INBOX *********************/

.container-inbox {
    width: 85%;
}

.table-inbox {
    border: 1px solid #587AC6;
    border-radius: 5px;
}

.table-inbox>thead>tr {
    background-color: aliceblue;
}



/********************* MODAL *********************/

.label-modal {
    margin-bottom: 15px;
}


/********************* GENERICOS *********************/

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


.padding-bottom {
    padding-bottom: 20px;
}

.padding-top {
    padding-top: 20px;
}

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

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

.margin-left {
    margin-left: 20px;
}

.margin-left-big {
    margin-left: 50px;
}

.total-height {
    height: 600px;
}

.paddingSmall {
  padding: 3%;
}

.paddingSmallChk {
  padding: 1%;
}

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.margin-top-big {
    margin-top: 35px;
}

.margin-bottom-big {
  margin-bottom: 35px;
}


.data-chk-row {
    padding: 30px;
    border: 1px solid #587AC6;
    border-radius: 5px;
}

.float-right {
    float: right;
}
