/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

/*header section*/
.hero_area {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section {
  background-color: #ffffff;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #272727;
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ffffff;
  background: #034d71;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #272727;
  text-transform: uppercase;
}

.custom_nav-container {
  /* z-index: 99999; */
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000000;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #151515;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-right: 5px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #f9fafa;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel {
  width: 100%;
  z-index: 3;
}

.slider_section .detail-box {
  color: #000000;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.slider_section .detail-box p {
  margin: 25px 0;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 200px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0e111a;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #0e111a;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #0e111a;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #08628d;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #08628d;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #08628d;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #08628d;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 17px;
  height: 17px;
  background-color: #0e111a;
}

.furniture_section .box {
  margin-top: 45px;
  background-color: #f7fafa;
  padding: 25px;
  border-radius: 5px;
}

.furniture_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 275px;
  padding: 25px;
}

.furniture_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.furniture_section .box .detail-box {
  margin-top: 15px;
}

.furniture_section .box .detail-box h5 {
  text-transform: uppercase;
  font-size: 18px;
}

.furniture_section .box .detail-box .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.furniture_section .box .detail-box .price_box .price_heading {
  margin-bottom: 0;
}

.furniture_section .box .detail-box .price_box .price_heading span {
  color: #08628d;
}

.furniture_section .box .detail-box .price_box a {
  color: #08628d;
  text-transform: uppercase;
  font-size: 15px;
}

.about_section {
  background-color: #f9fafa;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 10px;
  margin-bottom: 35px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #08628d;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #08628d;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #08628d;
}

.blog_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 100%;
  height: 260px;
}

.blog_section .box .detail-box {
  padding: 25px;
  height: 250px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
}

.blog_section .box .detail-box p {
  font-size: 15px;
  color: #444;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #08628d;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #08628d;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.blog_section .box .detail-box a:hover {
  background-color: transparent;
  color: #08628d;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px;
  padding: 35px 25px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.client_section .box .img-box {
  border-radius: 100%;
  border: 10px solid #08628d;
  margin-right: 25px;
  min-width: 175px;
  max-width: 175px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.client_section .box .detail-box .name {
  text-align: center;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #08628d;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #08628d;
  background-position: center;
  border-radius: 100%;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #000000;
}

.client_section .carousel-control-next {
  left: initial;
}

.contact_section {
  position: relative;
  background-color: #f9fafa;
  padding-top: 75px;
  padding-bottom: 75px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #333;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #333;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #333;
}

.contact_section .form_container input::placeholder {
  color: #333;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #08628d;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #08628d;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #08628d;
}

.contact_section .map_container {
  height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  /* background-color: #191e1f; */
  color: #030303;
  padding-top: 45px;
  padding-bottom: 45px;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #08628d;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #0e111a;
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #0e111a;
}

.info_section .info_post .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_post .post_box .img-box {
  min-width: 65px;
  max-width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -ms-flex-preferred-size: calc(33% - 10px);
      flex-basis: calc(33% - 10px);
  padding: 10px;
  margin: 5px;
}

.info_section .info_post .post_box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #08628d;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #08628d;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #08628d;
}

.info_section .info_form .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .info_form .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  border: 1px solid #08628d;
  color: #08628d;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_form .social_box a:hover {
  color: #0e111a;
  border-color: #0e111a;
}

/* footer section*/
.footer_section {
  background-color: #08628d;
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #ffffff;
  padding: 15px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.bg_fondo_titulo{
  
  background-color:black;
  height: 22vh;
}

.acordion_ini{
  background: #08628d;
}

.acordion_ini:hover{
  background: #06567b;
  cursor: pointer;
}

.negrita {
  font-weight: bold;
}



* start login page css */
.secound-head .navbar-nav li .nav-link{
	color:#000;
}
.secound-head .navbar-brand{
	color:#000;
}
.secound-head.light-header{
	position:fixed;
	width:100%;
	background:#fff;
	z-index:99999;
	transition:ease 0.5s;
}
.login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0; /* Elimina el padding para centrar completamente */
}
.log-box{
	border-radius:10px;
	min-height:400px;
	box-shadow:0px 0px 10px #ccc;
	display:inline-block;
	width:100%;
}
.logo-back{
	background: url("../images/logo_mdsa.png");
	background-size: auto auto;
	display: inline-block;
	width: 100%;
	min-height: 450px;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 10px 0px 0px 10px;
	background-size: cover;
	background-repeat: no-repeat;
}
.log-content{
	padding:40px 20px 0px;
	display:inline-block;
	width:100%;
	background-color:#fff;
	min-height:460px;
	border-radius:0px 10px 10px 0px;
}
.myr-top{
	margin-top:15px;
}
.log-content .log-body{
	margin-top:50px;
}
.log-content label{
	margin:0px;
	/* font-family:Poppins-R; */
	font-size:14px;
	display:none;
}
.log-content .custom{
	border-bottom:1px solid #000;
	padding:10px 10px 10px 0px
}
.log-btn{
	padding-bottom:20px;
}
.btn-theme1{
	font-size:16px;
	/* font-family:Poppins-R; */
	padding:10px 20px;
	background-color:#35cbdf;
	color:#fff;
	border:1px solid transparent;
	border-radius:50px;
	transition:ease 0.5s;
}
.btn-theme1:hover{
	color:#35cbdf;
	background-color:#fff;
	border:1px solid #000;
}
.log-bottom-cotent{
	margin-top:28%;
}
/* end login page css */





/* start register page css */
.timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
  padding-left: 32px;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  background-color:hsl(199.4deg 89.26% 29.22%);
  color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fw-bold{
  font-weight: 600;
}
.text_gris{
  color: #7b7676;
}

.fec_etapa{
  margin-bottom: 0.5rem;
    font-size: small;
}



.s-des-tb{
  width: 90%;
}

@media screen and (max-width: 768px) {
    .s-des-tb{
      width: 73%;
    }
    .fec_etapa {
    font-size: x-small;
    }
}

.max_line_descripcion{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.fec_ini_convo{
    font-weight: 600;
    margin-bottom: 0px;
    font-size: small;
    color: #80aec5;
}


.est_convo{
    background: aliceblue;
    border-radius: 5px;
    padding: 4px;
    color: #08628d;
}

/* Opcional: hace que el botón esté en la esquina superior */
.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1055;
}

.est_convo_acordion{
    font-weight: 600;
    font-size: small;
    color: #000000;
    margin-left: 2px;
}

.btn-acordion{
    background: #08628d;
    color: #ffffff;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: small;
    font-weight: 600;
    border: none;
    margin: 2px;
}


/* ///////////// ini loader */




    #loading{
        background-color: #011e33fc;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 4;
        margin-top: 0px;
        top: 0px;
    }
    #loading-center{
        width: 100%;
        height: 100%;
        position: relative;
        }
    #loading-center-absolute {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100px;
        width: 100px;
        margin-top: -50px;
        margin-left: -50px; 
    }
    .object{
        width: 25px;
        height: 25px;
        background-color: rgba(255,255,255,0);
        margin-right: auto;
        margin-left: auto;
        border:4px solid rgb(9 187 237);
        left: 37px;
        top: 37px;
        position: absolute;
    }

    #first_object{
        -webkit-animation: first_object 1s infinite;
        animation: first_object 1s infinite;
        -webkit-animation-delay: 0.5s; 
        animation-delay: 0.5s; 
    }
    #second_object{
        -webkit-animation: second_object 1s infinite;
        animation: second_object 1s infinite;
    }   
    #third_object{
        -webkit-animation: third_object 1s infinite;
        animation: third_object 1s infinite;
        -webkit-animation-delay: 0.5s; 
        animation-delay: 0.5s; 
    }   
    #forth_object{
        -webkit-animation: forth_object 1s infinite;
        animation: forth_object 1s infinite;
    }   
        
        
        


        
    @-webkit-keyframes first_object {
     0% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
     50% {
        -ms-transform: translate(150%,150%) scale(2,2); 
        -webkit-transform: translate(150%,150%) scale(2,2); 
        transform: translate(150%,150%) scale(2,2);
         }
         
     100% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }   
    }       
    @keyframes first_object {
     0% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
     50% {
        -ms-transform: translate(150%,150%) scale(2,2); 
        -webkit-transform: translate(150%,150%) scale(2,2); 
        transform: translate(150%,150%) scale(2,2);
         }
         
     100% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
    }
        


        
    @-webkit-keyframes second_object {
     0% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
     50% {
        -ms-transform: translate(-150%,150%) scale(2,2); 
        -webkit-transform: translate(-150%,150%) scale(2,2);
        transform: translate(-150%,150%) scale(2,2);
        }
     100% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
    }       
    @keyframes second_object {
     0% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
     50% {
        -ms-transform: translate(-150%,150%) scale(2,2); 
        -webkit-transform: translate(-150%,150%) scale(2,2);
        transform: translate(-150%,150%) scale(2,2);
        }
     100% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
    }




    @-webkit-keyframes third_object {
     0% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }  
     50% {
        -ms-transform: translate(-150%,-150%) scale(2,2); 
        -webkit-transform: translate(-150%,-150%) scale(2,2);
        transform: translate(-150%,-150%) scale(2,2);
        }
     100% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }  
    }       
    @keyframes third_object {
     0% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }  
     50% {
        -ms-transform: translate(-150%,-150%) scale(2,2); 
        -webkit-transform: translate(-150%,-150%) scale(2,2);
        transform: translate(-150%,-150%) scale(2,2);
        }
     100% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
    }






    @-webkit-keyframes forth_object {
     0% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
     50% {
        -ms-transform: translate(150%,-150%) scale(2,2); 
        -webkit-transform: translate(150%,-150%) scale(2,2);
        transform: translate(150%,-150%) scale(2,2);
        }
     100% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }  
    }       
    @keyframes forth_object {
     0% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
     50% {
        -ms-transform: translate(150%,-150%) scale(2,2); 
        -webkit-transform: translate(150%,-150%) scale(2,2);
        transform: translate(150%,-150%) scale(2,2);
        }
     100% {
        -ms-transform: translate(1,1) scale(1,1); 
        -webkit-transform: translate(1,1) scale(1,1); 
        transform: translate(1,1) scale(1,1); 
         }
    }
    
/* //////////// fin loader */



.info_section a:hover, a:focus {
    color: #000000;
    background: #ffffff00;
}


.btn-convo {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.info_section tr {
  border-top: 2px solid #ffffff;
}