/* CEDANO */

:root {
  --white-color:                  #ffffff;
  --primary-color:                #163b2f;
  --secondary-color:              #80d0c7;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #80d0c7;
  --custom-btn-bg-hover-color:    #106433;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #106433;

  --body-font-family:             'Nunito', 'Open Sans', sans-serif;
  --title-font-family:            'Nunito', 'Montserrat', sans-serif;

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito/NunitoSans_10pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito/NunitoSans_10pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Aplica la fuente a todo el cuerpo */
body {
    font-family: 'Nunito', sans-serif;
}

.section_our_solution .row {
  align-items: center;
}

.our_solution_category_login {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category_login .solution_cards_box_login {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box_login .solution_card_login {
  flex: 0 50%;
  background: #0F7C29;
  box-shadow: 0 5px 6px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 450px;
  transition: 0.7s;
}

.solution_cards_box_login_sniita {
  background: none !important;
  box-shadow: none !important;
  border-radius: none !important;
  margin: 8px;
  margin-top: 150px !important;
  padding: 10px 15px;
  min-height: 450px;
}

/*
.solution_cards_box_login .solution_card_login:hover {
  background: #0F7C29;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}
*/

.solution_cards_box_login .solution_card_login:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box_login .solution_card_login:hover .solu_title h3,
.solution_cards_box_login .solution_card_login:hover .solu_description_login p {
  color: #fff;  
}

.solution_cards_box_login .solution_card_login:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box_login .solution_card_login:hover .solu_description_login a {
  background: #fff !important;
  color: #29699A;
}

.solution_cards_box_login .solution_card_login:hover .solu_description_login button {
  background: #fff !important;
  color: #29699A;
}

.solution_cards_box_login .solu_description_login a {
  background: #478CA5 !important;
  text-decoration: none;
}

.solution_cards_box_login .solu_description_login button {
  background: #478CA5 !important;
  text-decoration: none;
}


.solution_card_login .so_top_icon {
    color: #4AAB53 !important;
}

.solution_card_login .solu_title h3 {
  color: #484848;
  font-size: 1.1rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card_login .solu_description_login p {
  font-size: 0.8rem;
  margin-bottom: 15px;
  color: #7D7D7D;
}

.read_more_btn {
  position: absolute !important;
  bottom: 5% !important;
  width: 90% !important;
}


.solution_card_login .solu_description_login a {
  border: 0;
  border-radius: 15px;
  /* background: #30609B !important; */
  background: #309b3d !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.solution_card_login .solu_description_login button {
  border: 0;
  border-radius: 15px;
  /* background: #30609B !important; */
  background: #ffffff !important;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}


.solution_card_login_sniita{
  color:#106433 !important;
}

.solution_card_login_sniita .solu_description_login a {
  border: 0;
  border-radius: 15px;
  background: none !important;
  color: #067012;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 5px 12px;
}

.solution_card_login_sniita .solu_description_login button {
  border: 0;
  border-radius: 15px;
  /* background: #30609B !important; */
  background:  var(--primary-color) !important;
  color:#fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}


.solution_cards_box_login .solution_card_login:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box_login .solution_card_login .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box_login .solution_card_login.so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category_login {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category_login .solution_cards_box_login {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category_login .solution_cards_box_login {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category_login {
    width: 50%;
    margin: 0 auto;
  }
}

.solution_card_chief {
    background: #b7d2d3 !important;
}

.btn-ica{
  border-radius: 15px 15px 15px 15px !important;
}

.btn-info-ica{
  background-color: #fff !important;
  color: var(--primary-color) !important;
  border-radius: 30px !important;
  min-width: 300px;
}

.btn-info-siinita{
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border-radius: 30px !important;
  min-width: 300px;
}


.text-ica {
  color: var(--primary-color) !important;
}
.img-ica {
  max-height: 60px;
}

@media screen and (max-width: 991px) {
  .navbar-icon {
      background: var(--primary-color)  ;
      color: #fff !important;
  }

  .img-ica {
    max-height: 50px;
  }
}

@media screen and (max-width: 370px) {
  .img-ica {
    max-height: 46px;
  }
}

.btn-vinotinto-custom {
  background-color: var(--primary-color) !important;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

.btn-vinotinto-custom:hover {
  background-color: #fff;
  color: var(--primary-color);
}

/* FIN CEDANO */
