body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;

    text-align: center;


  }
  /* .input-icono {
    background-image: url('success.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 20px;
    display: flex;
    align-items: center;
    width: 300px;
    padding-left: 28px;
    height: 30px;
    border: 1px solid rgba(9, 113, 163, 1);
    border-radius: 3px;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
  }
  .input-icono input {
    width: 100%;
    font-size: 0.9em;
    border: none;
  }
  .input-icono input:focus {
    outline: none;
  } */
  .navbar .navbar-nav .nav-link {
    color: #000000;
  
   
}
.navbar .navbar-nav .nav-link:hover{
    color: #808080;
}
.navbar-logo-centered .navbar-nav .nav-link{
    padding: .5em 1em;
}
#btn1{
    border-radius: 20px;

}
.mdl-js-ripple-effect{
    color: white;
    background-color: white;
}
.nt{
    height: 50px;
   

}
.alert1{
    height: 10px;
}
.fot {
    position: fixed;
  bottom: 0;
  width: 100%;
  height: 3rem;  
  color: white;
}

/* header all*/
.header-style {
  padding-top: 10px;
  background-color: #B12D52;
}

.text-img-style{
  margin-top: 50px;
  margin-bottom: 100px;
  
}

.img_style{
  box-shadow: 5px 5px 5px rgb(255, 255, 255);
}

.shadow-img { 
  filter:  drop-shadow(3px 1mm 1px rgb(255, 255, 255)); 
}

.page-header1 {
  height: 40vmax;
  background-position: 50%;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}

/* footer */

.footer-style {
    padding-top: 50px;
    background-color: #B12D52;
}
footer {
  color: #ffffff;
}
footer h3 {
  margin-bottom: 30px;
    font-weight: 800;
}
footer p {
  color: rgb(233, 231, 231);
}

footer .footer-above {
  padding-top: 50px;
  background-color: #B12D52;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #A62D59;
}

footer .footer-camcol{
  color: rgba(255, 255, 255, 0.336);
}

footer .footer-camcol:hover{
  color: rgba(36, 144, 194, 0.774);
}
 a:hover{
    color: rgba(0, 13, 19, 0.774);
  }

/* stylos */

:root {
    --black: black;
    --white: white;
    --rose: #e91e63;
  }
  body {
    display: grid;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto;
  }
  
  a {
    color: inherit;
  }
  
  small {
    font-weight: 300;
  }
  
  p {
    font-size: 20px;
    line-height: 35px;
    margin: 30px 0 0 0;
  }

  h6{

    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size: 50%;
    color: #000000;
  }
  
  .banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  
  .banner-section .container {
    z-index: 1;
  }
  
  .section {
    padding: 50px 0 0 0;
  }
  
  .nav-pills .nav-item:not(:last-child) {
    margin-right: 20px;
  }
  
  .nav-pills .nav-item .nav-link {
    font-size: 18px;
    padding: 10px 25px;
    text-transform: none;
  }
  
  .card-columns {
    column-count: 1;
    column-gap: 20px;
  }
  
  .card-columns .card {
    margin: 0 0 20px 0;
  }
  
  .card-columns h4 {
    font-size: 22px;
  }
  
  .card-img-overlay {
    background: rgba(0, 0, 0, 0.3);
  }
  
  .form-control,
  .is-focused .form-control {
    background-image: linear-gradient(0deg, var(--rose) 2px, rgba(156, 39, 176, 0) 0),
      linear-gradient(0deg, #000000 1px, hsla(0, 0%, 82%, 0) 0);
  }
  
  .form-check .form-check-input:checked + .form-check-sign .check {
    background: var(--rose);
  }
  
  .form-row button {
    font-size: 16px;
  }
  
  .btn.back-to-top {
    bottom: 50px;
    right: 30px;
    z-index: 10;
    opacity: 0.5;
    transition: all 0.2s;
  }
  
  .btn.back-to-top.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  
  .btn.back-to-top:hover {
    opacity: 1;
  }
  
  .page-footer,
  .page-footer small {
    font-size: 14px;
  }
  
  .page-footer a,
  .page-footer span {
    color: #3c4858;
  }
  
  .page-footer span {
    color: var(--rose);
  }
  
  @media (min-width: 576px) {
    .card-columns {
      column-count: 2;
    }
  }

  .circulore{
    width: 75%;
    height: 75%;
    border-radius: 100%;
  }

  .contenedor:hover .imagen {
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
  }
  .contenedor {
    overflow:hidden;
  }



  .DarCaractristicas{
    height: 75% auto;
    border-radius: 100%;
}


/* carga */

*,*:after, *:before{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contenedor_carga{
    background-color: rgba(250, 240, 245, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}
#carga{
    border: 15px solid rgb(194, 188, 188);
    border-top-color: #B12D52;
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    
    -webkit-animation: girar 1.5s, linear infinite;
    -o-animation: girar 1.5s, linear infinite;
    animation: girar 1.5s, linear infinite;
}

@keyframes girar{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

/* font */

/**.fa-business-time, .fa-globe, .fa-leaf, .fa-bootstrap,*/
.fa-people-arrows, .fa-building, .fa-city, .fa-gavel, .fa-briefcase, .fa-people-carry, .fa-bolt, .fa-fan, .fa-tree, .fa-user-friends,
.fa-mountain, .fa-book-open, .fa-store, .fa-running, .fa-money-bill-wave, .fa-balance-scale, .fa-monument, .fa-hand-holding-water,
.fa-heartbeat, .fa-car, .fa-user-tie, .fa-hospital-alt, .fa-headset, .fa-female, .fa-folder-open, .fa-id-badge, .fa-certificate,
.fa-universal-access, .fa-info-circle, .fa-hands-helping, .fa-trash-alt
{
    color:#5a6771;
    font-size: 55px;
    }
      .iconos{
    color:#5a6771;
    font-size: 55px;

    }
      .iconos:hover{
    color:#5a6771;
     transform: scale(1.23);
    
   
   
    }
    
.fa-facebook, .fa-google, .fa-twitter, .fa-linkedin{
    color:#ffffff;
    font-size: 45px;
    }
.moverabajo{
    /*#B12D52;*/
    color:#5a6771;
    font-size: 80px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    transition: 0.7s;
}

.moverabajo:hover {
    transform: scale(1.23);
    
    z-index: 2;
    border-radius: 30px;
}
  
.card .card-header-font {
    border-radius: 3cm;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -25px;
    border: 1;
    height: 50px;
    background: linear-gradient(
60deg
,#ff71a5,#a73052);
color: white;
}

.card .card-header-font:not([class*=header-]) {
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}


.banner-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 40%);
  
}

.font-1{
  text-shadow: 2.5px 2.5px 1px #000;
}
.adapter {
  padding: 2rem 1rem;
  /* margin-bottom: 2rem; */
  background-color: whitesmoke;
  border-radius: 0.9rem;
}

.card-buscar {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
     height: auto;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 0 0 0 rgb(0 0 0 / 0%), 0 0 0 rgb(0 0 0 / 0%);
}

.card-buscar .card-header-font {
  border-radius: 3cm;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  border: 1;
  height: 50px;
  background-color: #B12D52;
  /*background: linear-gradient(
60deg
,#ff71a5,#a73052);*/
color: white;
}

.card-buscar .card-header-font:not([class*=header-]) {
  box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.catIcon{
    font-size: 150px;
   
}



    /*  ESTILOS PARA DELIZAMIENTO MENU 
    .tab-head {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  
  .nav-item a:focus {
      outline: unset;
  }
  
  .nav-item a:hover {
      border: 1px solid #fff !important;
  }
  
  .nav-item a {
      color: rgb(126, 126, 126) !important;
      font-weight: 600;
      padding-left: 28px;
      padding-right: 28px;
  }
  
  .nav-item .active {
      color: #5741A3 !important;
      border: none !important;
      border-bottom: 3px solid #5741A3 !important;
      font-weight: 600;
  }
  
  .nav-item .active:hover {
      border: none !important;
      border-bottom: 3px solid #5741A3 !important;
  }
  
  .nav-tabs {
      border-bottom: none !important;
  }
  
  .tab-pane h5 {
      border-left: 4px solid #ada7c0;
  }
  
  .tab-pane p {
      border-top: 1px solid #c1c1c1;
  }
  
  .nav-item a {
      text-align: center;
  }
  
  .nav-tabs li a:before,
  .tab .nav-tabs li a:after {
      content: "";
      width: 0;
      border-top: 3px solid #1b8d5e;
      position: absolute;
      bottom: -1px;
      left: 0;
      transition: all 0.3s ease 0s;
  }
  
  .nav-link {
      width: auto;
  }  

*/
.card-title, .footer-big h4, .footer-big h5, .footer-brand, .info-title, .media .media-heading, .title {
  font-family: 'Roboto', sans-serif !important;
}

.main {

  z-index: 0 !important;
}