
html{
  font-family: 'Sarabun', sans-serif;
}
body {
  overflow-x: hidden;
  font-family: 'Sarabun', sans-serif;
  color: #373435;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-label::before,
.custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.btn_whatsapp {
    position: fixed;
    bottom: 60px;
    right: 10px;
}

.btn_whatsapp img {
    max-width: 60px;
}

.form_inscripcion {
    width: 90%;
    margin: 0 auto;
}

.form_contacto{
 width: 60%;
 margin:0 auto;
}
p {
  line-height: 1.75;
  color: #373435;
}

a {
  color: #ff0030;
  transition: all 0.5s;
}

a:hover {
  color: #ff9800;
}
:hover{
  transition: all 0.5s;
}
.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sarabun', sans-serif;
}
hr{
  color: #F06191;
  border: 2px solid;
}
.p-20{
 padding: 20px;
}

.page-section {
  padding: 80px 0!important;
}
.page-section2 {
  padding: 0px 0px 120px 0px!important;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Sarabun', sans-serif;
}

.tarjeta_producto {
background-color: #f7f7f7;
    border-radius: 15px;
    border: solid 1px #d9d9d9;
    min-height: 400px;
    padding: 0px;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}    
.tarjeta_producto:hover{
  background-color: #EBF0FF;
   transform: translateY(-10px); 
   border:solid 1px #FFF1E1;
-webkit-box-shadow: -1px 13px 11px -5px rgba(0,0,0,0.19);
-moz-box-shadow: -1px 13px 11px -5px rgba(0,0,0,0.19);
box-shadow: -1px 13px 11px -5px rgba(0,0,0,0.19);  
transition: all 0.5s; 
}

.crop_img_producto {
    position: relative;
    width: 100%;
    min-height: 550px;
    overflow: hidden;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    margin: 0 auto;
    border-radius: 15px 15px 0px 0px;
}

.tarjeta_producto img{
  width: 200px;
}
.crop_img_producto img {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
height: auto;
width: 100%;
object-fit: contain;
}
.crop_img_producto2 {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    margin: 20px auto;
    border-radius: 15px;
}
.crop_img_producto2 img {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
height: auto;
width: 100%;
object-fit: contain;
}

.content_producto{
 padding:30px 15px;
}

    .content_producto h3 {
        color: #F58634;
        font-size: 16px;
        font-weight: 700;
    }

.content_producto h2 {
    color: #3C407C;
    font-size: 24px;
    font-weight: 700;
}
.content_producto p{
 color: #333;
 font-size:14px;
 margin-bottom: 20px
}
.content_noticia{
 padding:30px 15px;
}

.content_noticia h2{
 text-align: left;
 color: #333;
 font-size:25px;
}
.content_noticia p{
 text-align: left;
 color: #333;
 font-size:14px;
 margin-bottom: 0px
}
.content_noticia small{
 text-align: left;
 color: #9067AB;
  font-size:14px;
 font-weight: bold;
}
.link_producto{
 padding:10px 15px;
 margin-bottom: 20px
}

.promo_producto{
 position: absolute;
 padding: 10px 20px;
 background-color: #E51A4B;
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 top: 0;
 right: 0;
transform: none;

}


.btn_av{
background-color: #3C407C;
text-align: center;
color: #fff!important;
border-radius: 10px;
padding:0.7rem;
transition: all 0.1s;
display: block;
margin: 0 auto;
display: block;
margin: 0 auto;
font-size: 18px;
font-weight: 700;
font-style: italic;
}
.btn_av:hover{
  background-color: #389CCB;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.btn-center{
 display: block;
 margin: 0 auto;
 background-color:#389CCB;
 padding: 1rem;
 color: #fff;
 max-width: 400px;
 text-align: center;
 border-radius: 10px;
 transition: all 0.5s;
}
.btn-center:hover{
 background-color:#53CAF5;
 color: #fff!important;
 text-decoration: none;
 transition: all 0.5s;

}
.btn-center-2{
 display: block;
 margin: 0 auto;
 background-color:transparent;
 border: solid #fff 2px;
 padding: 0.75rem;
 color: #fff;
 max-width: 300px;
 text-align: center;
 border-radius: 10px;
 transition: all 0.5s;
 font-size: 20px;
}
.btn-center-2:hover{
 background-color:#53CAF5;
 border: solid #53CAF5 2px;
 color: #fff!important;
 text-decoration: none;
 transition: all 0.5s;
}
.item-servicios{
  margin-bottom:5rem;
}
.icono-servicios{
  max-width: 180px;
  display: block;
  margin: 0 auto 2rem auto;

}

.texto-servicios h5 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-style: italic;
}

.texto-servicios h3{
color: #fff;
font-weight: 700;
text-align: center;
font-style:italic;
}
.texto-servicios p{
color: #fff;
font-weight: 500;
text-align: center;
font-size: 15px;
}

.navbar-nav {
    background-color:transparent!important;
}

@media (min-width: 768px) {
.crop_img_producto {
    min-height: 345px;
}

 .carousel-caption {
    position: absolute;
    bottom: 30%!important;
    text-align: right;
    left: auto;
} 
#mainNav .navbar-toggler {
    margin-top: -1rem;
}  
 item .nav-link {
    padding: 0.75em 1rem;
} 
 .navbar-nav {
    margin-top: -8px;
    background-color: #1569b7;
} 
.container-fluid {
    padding-bottom:40px;
}
  section {
    padding: 80px 0;
  }
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}


.btn {
  font-family: 'Sarabun', sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 10px 35px;
}

.btn-primary {
  background-color: #fed136;
  border-color: #fed136;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}
#mainNav {
    background-color: #fff;
    box-shadow: -1px 7px 8px -1px rgb(0 0 0 / 20%);
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0px;
    padding: 14px 15px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color:#3c407c;
    margin-top: -12px;
}

#mainNav .navbar-brand {

}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.50em 0;
  letter-spacing: 1px;
  color: #3C407C;
  font-family: 'Sarabun', sans-serif;
  transition: all 0.5s
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #389CCB;
transition: all 0.5s
}
#mainNav .navbar-brand img {
    max-width: 140px;
}

@media (min-width: 992px) {
 .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
} 

#mainNav {
    padding: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
    z-index: 10000;
    transition: all 0.1s;
    background: rgb(255 255 255 / 0%);
    box-shadow: none;
}
  #mainNav .navbar-brand {
    font-size: 2em;
    transition: all 0.3s;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
padding: 0.5em 1.4em !important;
}

#mainNav.navbar-shrink {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    height: inherit;
    top: 0px;
    transition: all 0.1s;
    height: 70px;
}
.navbar-shrink>.container>.navbar-collapse>.navbar-nav>.nav-item>.nav-link {
    color: #fff!important;
    margin-top: 45px;
}
.group textarea.form-control {
    height: 248px;
}
  #mainNav.navbar-shrink .navbar-brand img {
    max-width: 90px;
    background-color: transparent!important;
    padding: 0rem;
    border-radius: 0px;
    box-shadow: none!important;
margin-top: 0px;
box-sizing:content-box;  
overflow: show; 

}
}
.slide{
position: relative;
}
.navbar-top-menu{
 display: inline-flex;
 list-style:none;
 padding-left:0px;
}
.navbar-top-menu>li {
    margin-top: 20px;
}
.navbar-top-menu li a {
    color: #fff;
    margin-right: 14px;
    text-decoration: none;
    font-size: 14px
}

.navbar-top-menu-social{
 display: inline-flex;
 list-style:none;
 padding-left:0px;
}
.navbar-top-menu-social>li{
margin-top:20px;
margin-left: 10px
}
.navbar-top-menu-social li a{
 color: #DCE133;
 margin-right:5px;
 font-size: 25px
}
.ml-ajuste{
  margin-left: 15px
}
header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Sarabun', sans-serif;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Sarabun', sans-serif;
}

.

@media (min-width: 768px) {

 .m-b-10-md{
 margin-bottom:10px
 }  
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Sarabun', sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Sarabun', sans-serif;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
  padding:
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}



#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Sarabun', sans-serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {

  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Sarabun', sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

.img_color_hover{
filter: grayscale(1) brightness(100);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.beneficios_item{
 text-align: center;
}

.beneficios_item img{
 max-width: 150px;
 display: block;
 margin: 0 auto
}


@media (min-width: 768px) {
.visible-md{
 display: block!important;
}

.carousel-caption h1 {
    font-size: 4rem!important;
}  
  
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {

  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}


.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}



section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Sarabun', sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Sarabun', sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Sarabun', sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Sarabun', sans-serif;
}

.footer {
    padding: 25px 0;
    text-align: center;
    background-color: #0D3453;
    color: #fff!important;
}
.copyright {
    font-size: 90%;
    padding: 5px 0px;
    line-height: 40px;
    text-transform: none;
    font-family: 'Sarabun', sans-serif;
    text-align: center;
    background-color: #1a2023;
    color: #5d5d5d;
}
.copyright a{
  font-weight: bold;
  color: #3b71a3;
}
.copyright a:hover{
  font-weight: bold;
  color: #3b71a3;
}
.menu_footer ul{
 padding-left: 0px;
 list-style: none;
}

.menu_footer ul li{
 text-align: left;
 font-weight: bold;
 font-size: 14px;
 margin-bottom: 4px
}
.menu_footer ul li a{
 color: #fff;
}
.menu_footer ul li a:hover{
 color: #ffc107;
 text-decoration: none!important
}

.menu_footer p{
text-align: left;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 0px;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #FF0030;
}
#section08 a {
  padding-top: 60px;
}
#section08 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section08 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.demo a {
    position: absolute;
    bottom: 180px;
    left: auto;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    right: 10%;
    left: 10%;
    text-align: center;
}
.demo a:hover {
  opacity: .5;
}
.fondo-principal{
  background-image: url("/img/fondo_home.jpg");
  background-size: cover;

}
.fondo_azul{
   background-image: url("/img/fondos/fondo_azul_oscuro.png");
  background-size: 100% auto;
  background-position: top;
  height: 900px;
  padding-top:8%;
}
.fondo_celeste{
  background-color: #389CCB;
  padding-bottom:0px ;
}
.fondo_blanco {
    background-image: url(/img/fondos/fondo_blanco_redondo.png);
    background-size: 100% auto;
    height: 900px;
    margin-top: -1px;
    padding-top: 280px;
    background-repeat: no-repeat;
}
.carousel-caption h3{
  font-size: 2rem!important;
  font-weight: 700;
  margin-bottom: 30px;
  font-style: italic;
  color: #00B3FF;
  text-shadow: 3px 2px 3px rgb(0 0 0 / 42%);
}
.line{
  width: 20px;
}
.carousel-caption h1 {
    font-weight: bold;
    font-size: 4rem!important;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 700;
    line-height: 60px;
    font-style: italic;
    color: #fff;
    text-shadow: 3px 2px 3px rgb(0 0 0 / 42%);
}
.carousel-caption {
    position: absolute;
    bottom: 30%!important;
    text-align: right;
    width: 52%;
    left: 14%!important;
    right: auto;
    text-align: left;
    width: 45%;
}
.epigrafe{
 text-align: right;
 font-weight: lighter;
 font-size: 15px
}
.item_carrousel_nosotros{
  padding:40px 0px;
}
.item_icono_nosotros{
 padding:20px;
}

.item_icono_nosotros h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0px;}

.item_icono_nosotros img{
 max-width: 40px
}


.icon_about{
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-width: 175px
}
.portfolio-item{
  padding-bottom: 20px;
   -webkit-transition: all 0.5s;
 -o-transition: all 0.5s;
 transition: all 0.5s;
}
.portfolio-item:hover{
 transform: translateY(-5px);
 -webkit-transition: all 0.5s;
 -o-transition: all 0.5s;
 transition: all 0.5s;
}
.portfolio-caption {
    max-width: 100%;
    text-align: center;
    padding: 20px 0px;
    color: #fff;
}
.pc_1 {
background-color: #A8CF45;
}
.pc_2 {
background-color: #F58634;
}
.pc_3 {
background-color: #00AFEF;
}
.pc_4 {
background-color: #A8518A;
}
.sombra{
-webkit-box-shadow: 15px 20px 31px -19px rgba(0,0,0,0.44);
-moz-box-shadow: 15px 20px 31px -19px rgba(0,0,0,0.44);
box-shadow: 15px 20px 31px -19px rgba(0,0,0,0.44);
}
.img-100{
  width: 100%;
}
.ajuste_right_mobile{
 float: right;
 }
.crop {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    margin: 0 auto;
}

.crop img {
height: auto;
width: 100%;
object-fit: contain;
}

.crop_noticias {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
margin-bottom: 20px;
}

.crop_noticias img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.container-text-{
 padding: 10% 10% 3% 3%;
 text-align: ;
}
.container-text-otros{
 padding: 10% 2%;
 text-align: center;
 text-align: center;
}
.container-text-otros h2{
  font-size: 25px;

}
.container-text-otros img{
 max-width: 250px;
 margin: 0 auto 20px auto;
}


.lista_clientes{
  list-style: circle;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px
}
.datos {
    list-style: none;
    padding-left: 0;
    display: block;
}
.datos li{
  margin-right:5px;
  color: #fff!important
}
.datos li i{
 color: #fff
}

.icon_datos{
  max-width: 30px
}

.cuadrodedatos {
    background-color: #fff;
    color: #0D3453;
    text-align: center;
    padding: 11px 15px;
    border-radius: 7px;
    width: 100%;
    margin-bottom: 20px
}
.cuadrodedatos h2{
  font-size: 20px;
  font-weight: bold;
}
.cuadrodedatos p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}

.visible-xs{
 display: none!important
}
.visible-md{
 display: block;
}
.section-heading {
    font-size: 31px;
    margin-top: 0;
    color: #05226F;
    font-weight: 700;
    margin: 30px;
    text-align: center;
}
.section-heading_contact {
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 14px;
    margin-bottom: 30px;
}


.turnero {
    position: absolute;
    top: 25%;
    right: 15%;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    color: #373435;
    max-width: 380px;
    box-shadow: -1px 7px 8px -1px rgb(0 0 0 / 34%);
    -webkit-box-shadow: -1px 7px 8px -1px rgb(0 0 0 / 34%);
    -moz-box-shadow: -1px 7px 8px -1px rgba(0,0,0,0.34);
    min-height: 250px;
    display: grid;
    align-items: stretch;
    justify-content: center;
    align-content: space-between;
    padding-bottom: 25px;
}
.turnero_header{
  background-color: #FFF7EE;
  padding: 15px 15px 0px 15px;
      border-radius: 10px 10px 0px;
}
.turnero_header p{
  padding: 0px;
  margin-bottom: 0;
}
.turnero_header img {
  width: 100%;
}
.turno_body {
    padding: 0rem 2rem;
}
.turno_body p{
   font-size: 17px;
   line-height: 1.5rem;
}
.banner{
   padding: 10% 0% 5% 0%;
}
.banner-h1 {
    font-weight: 700;
    text-align: right;
    color: #3C407C;
}
.banner_principal{
    background: url(../img/slider/slider_1.jpg) no-repeat top;
    background-size: cover;
    color: #fff;
    position: relative;
    height: 102vh;
}
.banner_nosotros {
    background: url(/img/banners/banner_nosotros.jpg) no-repeat bottom;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    position: relative;
}
.banner_eventos {
    background: url(../img/banners/banner_eventos.jpg) no-repeat bottom;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    position: relative;
}

.item_detalle_text h2 {
    color: #3C407C;
    font-weight: 700;
    font-size: 1.8rem;
}

.tabla_tecnica_2 h2 {
    color: #3C407C;
    font-weight: 600;
}

.tabla_tecnica{
  padding: 20px;
  background-color: #F6F6F6;
  border-radius: 15px;
  border: solid 1px #E6E7E8;
-webkit-box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.31);
box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.31); 
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
}
.tabla_tecnica h3{
  font-weight: bold;
  color: #3C407C;
}
.tabla_tecnica p{
  margin-bottom: 20px;
}
.tabla_tecnica p>i{
  color:#3C407C 
}

.fondo_gris{
  background-color: #F5F5F5;
}
.a_item_novedades{
 background-color: #f1f1f1;
 min-height: 500px;
 padding: 0px;
 border-radius: 15px;
 overflow: hidden;
 cursor: pointer;
-webkit-box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.31);
box-shadow: 0px 9px 5px -5px rgba(0,0,0,0.31);   
transition: all 0.3s;
    margin-bottom: 30px;
}
.a_item_novedades:hover{
    transform: translateY(-10px);
-webkit-box-shadow: 0px 20px 15px -12px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 20px 15px -12px rgba(0,0,0,0.29);
box-shadow: 0px 20px 15px -12px rgba(0,0,0,0.29);
transition: all 0.3s  
}

.content_item_novedades{
 padding: 10px 15px
}

.galeria_item {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.content_item_galeria{

 text-align: center;
}

.content_item_galeria h4{
 text-align: center;
}
.form-check-label img{
  width: 150px
}


.row-down {
    display: flex;
    align-content: stretch;
    align-items: flex-end;
    justify-content: flex-end;
}

.productos_lista{
 display: flex;
 margin:0 auto;
}

.section{
  padding: 80px 0px
}


.datos {
    display: flex;
    align-items: center;
    border-right: 2px solid;
    justify-content: center;
    flex-direction: row;
    font-weight: bold;
}
.datos img{
  max-width: 40px;
  margin-right: 15px;
}
.redes{
  margin-top: 40px;
  list-style: none;
  padding: 0px;
  display: flex;
  justify-content: center;
}
.redes li {
  margin-right: 15px;
}
.redes li i {
    font-size: 30px;
    color: #3C407C;
}
.texto_banner h2{
 color: #05226F;
}
.metodos_de_pago{
list-style: none;
    padding-left: 0px;
}
.metodos_de_pago li{
  padding:20px 0px;
  font-size: 20px
}
.form-check-input {
    position: relative!important;
}
.dropdown-menu {

    background-color: #0d3453!important;
    border: 0px!important;
}
.dropdown-item:focus, .dropdown-item {
    font-size: 75%;
    font-weight: 700;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Sarabun', sans-serif;
    transition: all 0.5s;
    text-align: center;
}
.barra{
 display: block;
 margin: 0 auto;
 max-width: 300px;
 width: 100%;
 margin-bottom: 3rem;

}
.diagonal1{
  background-color: #0F758F;
  padding-top:5%;
  z-index:1;
  display:block;
  float:left;
  margin-top:-100px;
  width:100%;
  color: #fff;
  transform:skew(0deg,-10deg);
-ms-transform:skew(0deg,-10deg); /* IE 9 */
-webkit-transform:skew(0deg,-5deg); /* Safari and Chrome */
 margin-bottom: 5%;
 padding-bottom: 5%
}
.diagonal1_container{
  display:block;
  padding:2%;
  transform:skew(0deg,5deg)!important;
  -ms-transform:skew(0deg,10deg)!important;
  -webkit-transform:skew(0deg,5deg)!important;
}

.carousel-item>img {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
}
.btn-slider {
  background-color: #3C407C;
  color: #fff;
  padding: 0.5rem 0.9rem;
  border-radius: 10px;
  font-size: 20px;
  font-style: italic;
}
.btn-slider:hover {
  background-color: #389CCB;
  text-decoration: none;
  color: #fff;
  
}
.centrar{
    position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 50%;
   height: 30%;
   margin: auto;  
}
.container-form{
  height: 100vh;
  background-color: #272727;
  padding: 15% 10% 5% 10%;
}

  .ajuste_padding{
   padding: 0!important
  }

.img-lateral img{
 width: 100%;
 max-width: 900px;
}
.texto_lateral_right{
margin-right: 10%;
}
.texto_lateral_left{
margin-left: 10%;
}
.parrafo img{
  max-width: 200px;
  display: block;
  margin: 0 auto 20px auto;
}
.parrafo h2{
  color: #05226F;
}
.lista_negocios {
    text-align: center;
    font-size: 1.2rem;
    line-height: 3rem;
    list-style: none;
    padding: 0;
    color: #233d80;
}
.text-center-xs{
 text-align: inherit;
}
/*/----------------------------------------------------------------------------------------------------------------/*/


@media screen and (max-width:1024px) {
.turnero {
    right: 4%;
}      
#mainNav .navbar-brand img {
    max-width: 80px;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    /* -webkit-box-shadow: 1px 11px 38px -14px rgb(0 0 0 / 47%); */
    -moz-box-shadow: 1px 11px 38px -14px rgba(0,0,0,0.47);
    margin-top: 0;
    box-sizing: unset;
    overflow: visible;
}
.carousel-caption h1 {
    font-size: 3rem!important;
    line-height: 50px
}
.carousel-caption {
    bottom: 23%!important;
    left: 7%!important;
}
.ajuste_m_t{
 margin-top: -120px;
}
.ajuste_m_b{
 margin-bottom: -120px;
}
}
@media screen and (max-width: 991px) {
  .mb-40-xs{
   margin-bottom: 40px;
  }
  .text-center-xs{
 text-align: center;
 padding: 20px 0px!important;

}
 .texto_lateral_right {
    margin-right: auto;
    text-align: center;
    padding: 10%;
}
 .texto_lateral_left {
    margin-left: auto;
    text-align: center;
    padding: 10%;
} 
.banner_principal{
    background: url(../img/slider/slider_1_m.jpg) no-repeat bottom;
    background-size: cover;

}
.turno_body {
    padding: 0rem 1rem;
}  
.section-heading {
    width: 100%;
}  
  .row-down{
    display: block!important;
  }

.section_margin{
     position: relative;
    top:auto; 
}  
.slide {
    position: relative;
    top:auto;
}  

.carousel-caption h1 {
    font-size: 2.8rem!important;
    line-height: 50px;
} 


.navbar-top-menu li a {
    color: #fff;
}
.navbar-top-menu {
    display: block;
    list-style: none;
    padding-left: 0px;
    text-align: center;
}
.navbar-top-menu>li {
    border-right: none;
    margin-right: 0px;
    margin-top: 20px;
}
.navbar-top-menu li a {
    margin-right: 0px;
}

.navbar-top-menu-social li a {
    color: #ffffff;
}
.carousel-item>img {
    width: 1000px;
    margin: 0 auto;
    height: auto;
}
.navbar-top-menu-social {
    display: table;
    list-style: none;
    padding-left: 0px;
    margin: 0 auto;
}
.navbar-top-menu{
    display: none;
}
.ml-ajuste{
  margin-left: auto;
}

}
.ajuste_icono{
  margin-left:-50px
}
@media screen and (max-width: 426px){
 .fondo_blanco {
    background-image: url(../img/fondos/fondo_blanco_redondo.png);
    background-size: 100% auto;
    height: 454px;
    margin-top: -1px;
    padding-top: 280px;
    background-repeat: no-repeat;
} 
.ajuste-pading-text{
   padding: 30px!important;
  }
 .banner{
    padding: 35% 0% 7% 0%;
} 
  .ajuste_icono{
  margin-left:0px
}
  .datos {
    border-right: none;
}
.fondo_azul{
   background-image: url("../img/fondos/fondo_azul_oscuro_m.png");
  background-size: 100% auto;
  background-position: top;
  padding-top: 80px;

}
.ajuste_padding{
 padding: 0px;
 margin: 0px;
}
 section{
  padding: 15px 0px;
} 
  .crop_img_producto {
    min-height: 345px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 70%!important;
    margin: 0 auto;
    padding: 40px
} 

.tarjeta_producto {
    width: 90%;
    margin: 0 auto 2rem auto;
}
    .btn_av {
        padding: 1rem 1rem;
        font-size: 15px;
    } 
.btn-link{
 color:#3C407C!important;
}
.btn-link:hover{
 text-decoration: none!important;
}
.navbar-nav {
    margin-top: 10px;
    background-color: #3c407c!important
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    transition: all 0.5s;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    transition: all 0.5s;
}

.detalle_curso_texto {
    padding-bottom: 30px;
}  
  
  
.slide {
    position: relative;
    top: 0;
}  
.container-text- {
    padding: 20px;
    padding-bottom: 113px;
    text-align: center!important;
} 
.diagonal1 {
    padding: 10% 5%;
}  

.banner h1 {
    font-size: 1.5rem;
    text-align: center;
}
  
.section-heading {
    margin: 20px 0px;
}  
.carousel-item>img {
    width: auto;
    margin: 0 auto;
    height: 100vh;
}
.visible-xs{
 display: block!important;
}
.visible-md{
 display: none!important;
}
  .benefits_logos {
    display: inline-block;
    padding: 0px;
    list-style: none;
    margin-top: 40px;
    margin: 0 auto;
}
.navbar-collapse {
    margin-bottom: 17px;
}
#mainNav .navbar-nav .nav-item .nav-link {
    text-align: center;
}
.m-t-20px{
  margin-top: 20px;
}

.tarjeta_grande{
  margin: 10px 0px
}
.form_contacto{
  width: 9%;
  padding: 0px 0px;
}
.parrafo {
    width: 90%!important;
    padding: 10px 0px!important;
}

.text_item {
    width: 100%!important;
}
.m-t-20-xs{
 margin-top: 20px
}
.carousel-caption {
    position: absolute;
    bottom: 20%!important;
    text-align: left;
    width: 95%;
    text-align: center;
    right: auto;
    left: auto!important;
}
.carousel-caption h1 {
    font-weight: bold;
    font-size: 2.3rem!important;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
 .ajuste_right_mobile{
 float: inherit;
 }
.demo a{
      bottom: 20px;
}
#mainNav .navbar-toggler {
    margin-right: 10px;
    margin-top: -13px;
}
.hidden-xs{
  display: none!important;
}
.section {
    padding: 40px 0px;
}
.crop {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 0px;
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 350px){
 .carousel-caption h1 {
    font-weight: bold;
    font-size: 39px!important;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
} 
}
/*/-----------------------------------------responsive----------------------------------------------/*/

.img-responsive{
 width: 100%
}

.div_flotante{
    display: absolute;  
}


.contacto {
    padding: 80px 0px;
    color: #3C407C;
    font-weight: bold;
}
.form_contacto {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.parrafo{
 width: 70%;
 margin: 0 auto;
 padding: 50px 0px;
}

 .menu_footer li{
  margin-bottom: 30px;
 }

  .menu_footer li a{
  color: #fff;
 }
.service_card {
    background-color: #8DB4D8;
    border-radius: 10px;
    height: 320px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}
.service_card:hover{
 background-color: #D7E15F;
-webkit-box-shadow: 10px 24px 51px -34px rgba(0,0,0,0.53);
-moz-box-shadow: 10px 24px 51px -34px rgba(0,0,0,0.53);
box-shadow: 10px 24px 51px -34px rgba(0,0,0,0.53);
 transform: translateY(-10px);
 transition: all 0.3s ease;
}
.service_card h2{
text-align: center;
padding:10px 30px;
font-weight: 700!important;
}
.service_card p {
    line-height: 1.4;
    text-align: center;
    padding:10px 30px;
}
.service_card img {
    display: block;
    margin: auto;
    max-width: 150px;
    padding-top: 30px
}
.text_item {
    display: block;
    margin: 0 auto;
    background-color: #F9F9F9;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
}

.text_item img{
 border-radius: 50px;
 max-width: 100px;
 margin: 0 auto;
 display: block;
}
.text_item h2{
 font-size: 20px;
}


.galeria {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    column-count: 3;
    padding: 10px;
}
.item_galeria{
            background:#f3f3f3;
            border-radius:5px;
            margin:0 ;
            text-align: center;
            max-width: 100%;
            filter: opacity(90%);

            /*Evitamos que se corte al cambiar de columna*/
            break-inside: avoid;
            page-break-inside: avoid; 
            transition: .5s ease; 
        }
.galeria_item img {
            width:100%!important;

        }
.galeria_item a:hover {
           text-decoration: none;
        }
.galeria_item:hover {
            transition: .5s ease;
            filter: opacity(100%);
            background-color: rgba(0,0,0,0.1);
            text-decoration: none;
        }

        figure {
            padding:;
            box-sizing: border-box;
        }
        @media (max-width: 768px) {

            .form_inscripcion {
                width: 90%;
                display: block;
                margin: 5px 25px 0px 25px;
            }

            .content_producto h2 {
                font-size: 20px;
            }

            .crop_img_producto2 {
              
                width: 85%;
                min-height: 350px;
            }

            .item_detalle_text h2 {               
                font-size: 1.6rem;
            }

            .section-heading {
                font-size: 20px;
            }

            .tabla_tecnica_2 h2 {
                font-size: 1.6rem;
            }

            .h4, h4 {
                font-size: 1.3rem;
            }

.form_contacto {
    width: 100%;
    display: block;
    margin: 15px 0px;
}          
            .galeria {
                columns:2;
            }
.slide {
    position: relative;
    top: auto;
}
  .turnero {
    position: relative;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    color: #373435;
    max-width: 320px;
    box-shadow: -1px 7px 8px -1px rgb(0 0 0 / 34%);
    -webkit-box-shadow: -1px 7px 8px -1px rgb(0 0 0 / 34%);
    -moz-box-shadow: -1px 7px 8px -1px rgba(0,0,0,0.34);
    min-height: 271px;
    display: grid;
    align-items: stretch;
    justify-content: center;
    align-content: space-between;
    padding-bottom: 25px;
    margin: -30px auto 0 auto;
    right: inherit;
}  

        }
figcaption {
    text-align: center;
    color: #333;
    margin: 15px 0px;
    font-size: 12px;
    font-weight: bolder;
}


        /* Móviles en vertical */

        @media (max-width: 480px) {
         
.prestadores {
    min-height: 575px;
}          
          .contacto {
    padding: 80px 25px;
}
               
 .m-b-10-md{
 margin-bottom:10px
 }          
.galeria {
    columns: 1;
    padding-top: 89px;
}
#mainNav {
    background-color: #fff;
    height: 80px;
    box-shadow: 1px 11px 38px -14px rgb(0 0 0 / 47%);
}
#mainNav .navbar-brand img {
    max-width: 98px;
    background-color: transparent;
    padding: 0;
    border-radius: 0px!important;
    box-shadow: none!important;
    -webkit-box-shadow: 1px 11px 38px -14px rgb(0 0 0 / 47%);
    -moz-box-shadow: 1px 11px 38px -14px rgba(0,0,0,0.47);
    margin-top: -10px;
    box-sizing: revert;
    overflow: visible;
}
        }


.text-comment {
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.textoCompleto {
  height: auto;
  width: auto;
  white-space: normal;
}
.btn_whatsapp {
    position: fixed;
    bottom:40px;
    right: 20px;
    z-index: 80;
}
    .btn_whatsapp img{
  max-width: 55px;
  opacity: 0.9;
  }
      .btn_whatsapp img:hover{
  opacity: 1;
  }

.dropdown-menu {
    padding: 18px;
    background-color: rgb(5, 34, 111) !important;
    width: 200px!important;
    color: #fff;
}
.dropdown-menu>.nav-link{
    color: #fff!important;
}
.links_whatsapp{
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;

}
.links_whatsapp li{
  margin-bottom: 10px;
  text-align: right;
}
.links_whatsapp li:last-child{
  margin-bottom:0px;
}

   

.links_whatsapp li a{
 color: #f3f3f3;
 font-weight: bolder;
 font-size: 15px;

}
.links_whatsapp li a:hover{
 color: #fff;
 text-decoration: none;
}

.links_whatsapp li a > i{
 margin-left: 10px;
}

.dropup .dropdown-toggle::after{
  display: none;

}
.map{
 border-radius: 9px;
    overflow: hidden; 
}
.row-datos{
      display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    color: #885AA4;
}
.br50{
  border-radius: 50px;
}
.tooltip{
 z-index: 100000000000;
}