* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
}
.logotipo {
  background-color: #ffffff;
}
.logotipo img {
  height: 190px;
  display: block;
  margin: auto;
}

.nav-link {
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  padding-left: 60px !important;
}

.acercade {
  margin-top: 2%;
}

.text-titulo {
  font-family: "Quicksand", sans-serif;
  font-size: 35px;
  line-height: 30px;
  color: #005884;
  text-shadow: #005884 0.1em 0.1em 0.4em;
}
.text-carusel {
  
  color: #fff;
  text-shadow: #080808 0.1em 0.1em 0.4em;
}
.text-parrafo {
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  hyphens: auto;
  font-size: 22px;
  line-height: 30px;
  color: #272727;
  padding-top: 10px;
}
.text-items {
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  font-size: 25px;
  line-height: 35px;
  color: #272727;
  margin-left: 5%;
  padding-top: 20px;
}
.promociones {
  background-color: #fff;
  padding-top: 2%;
  margin-bottom: -60px;
}
.center {
  text-align: center;
}

.carousel-inner img {
  width: 100%;
  height: 75%;
}
.bottom-line {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 0px;
  height: 3px;
  width: 40px;
  background-color: #a40e13;
  margin-left: auto;
  margin-right: auto;
}

/* Galeria  servicios index*/

.portafolio {
  background: #f2f2f2;
}

.galeria-port {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.imagen-port {
  width: 30%;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.imagen-port > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-galeria {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(0);
  background: hsl(358, 84%, 35%);
  transition: transform 0.5s;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.hover-galeria img {
  width: 50px;
}

.hover-galeria p {
  color: #fff;
}

.imagen-port:hover .hover-galeria {
  transform: scale(1);
}
.galeria-titulo {
  margin-left: 5%;
}
.items-galeria {
  color: #ffffff;
  margin-left: 8%;
}
/* final galeria servicios indez */

.contact-info {
  color: #fff;
}

.contact-info ul {
  list-style: none;
  padding-left: 0;
}

.contact-info ul li i {
  margin-bottom: 10px;
}

.centercont {
  text-align: center;
  margin: auto;
}

.btn-neon {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  letter-spacing: 4px;
  text-decoration: none;
  font-size: 24px;
  overflow: hidden;
  transition: 0.2s;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.btn-neon:hover {
  background: #a945c7;
  box-shadow: 0 0 10px #a945c7, 0 0 40px #a945c7, 0 0 80px #a945c7;
  transition-delay: 1s;
  color: #fff;
}
.btn-neon span {
  position: absolute;
  display: block;
}
#span1 {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #a945c7);
}
.btn-neon:hover #span1 {
  left: 100%;
  transition: 1s;
}
#span3 {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #a945c7);
}
.btn-neon:hover #span3 {
  right: 100%;
  transition: 1s;
  transition-delay: 0.5s;
}
#span2 {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #a945c7);
}
.btn-neon:hover #span2 {
  top: 100%;
  transition: 1s;
  transition-delay: 0.25s;
}
#span4 {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #a945c7);
}
.btn-neon:hover #span4 {
  bottom: 100%;
  transition: 1s;
  transition-delay: 0.75s;
}
.sub-footer {
  background: #272727;
  padding: 30px;
}
.monserrat {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #ffffff;
}

ul.social-network {
  list-style: none;
  margin-top: 20px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
  display: inline;
  margin: 0 50px;
  font-size: 25px;
  margin-left: -10px;
}

ul.social-network li a {
  color: #d0d0d0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.copyright {
  margin-top: 30px;
  text-align: right;
}

.copyright a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-shadow: none;
}
.text-footer {
  color: #ffffff;
  font-family: "Permanent Marker";
  font-size: 1.4em;
  padding-top: 2%;
  padding-bottom: 2%;
}
.center-div {
  margin-left: auto !important;
  margin-right: auto !important;
}
.box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.box-item{
    display: flex;
    margin: 20px;
    
}
.caja {
  background-color: #005884 !important;
  margin-right: 50px;
  border-radius: 10px 10px 10px 10px;
  
}
.icono {
 
  color: #ffffff !important;
  font-size: 2rem !important;
  padding-left: 5px !important;
  margin-left: 5px !important;

  
  
}
.icon{
    color: #00486C;
    font-size: 2.5em !important;
    text-align: center;
  
}
.text-contact a {
 
  text-decoration: none !important;
  color: #ffffff;
  font-size: 2rem !important;
 

  padding-bottom: 0px;
  font-family: "Open Sans", Arial, sans-serif;
  padding-left: 10px;
}
.mision{
    padding-bottom: 40px;
}
.vision{
    padding-top: 10px;
    padding-bottom: 20px;
}
.contacto{
    padding-top: 50px;
    padding-bottom: 50px;
}
.informacion{
    padding-bottom: 30px;
}
.titcont{
    color: #377C9F;
    font-size: 2rem;
}
.centercont{
    font-size: 1.5rem;
    font-weight: 500;

}
.btn-enviar{
    color: #ffffff;
    background-color: #00486C ;
    font-size: 1.5rem;
}

.btn-enviar:hover {
  color:#ffffff;
}

.my-float{
 
    margin-top:8px;
    margin-left: 8px;
    padding: 2px;
    cursor: pointer;
  }
  .text_cita{
    font-size: 20px !important;
    cursor: pointer;
   }
   .texto_encuesta {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .texto_encuesta p{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
  }
  .encuesta_form{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .panel_encuesta{
    background-color: #094F3C  !important;
    color: #ffff !important;
  
  }
  .panel_datos{
    background-color: #2C3E50 !important;
    color: #ffff !important;
  
  }
  .encuesta_res{
    color: #002F2F;
  }
  
.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 17px;
  }
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
  .control_indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
  }
  .control:hover input ~ .control_indicator,
  .control input:focus ~ .control_indicator {
    background: #180157b6 !important;
  }
  
  .control input:checked ~ .control_indicator {
    background: #2aa1c0;
  }
  .control:hover input:not([disabled]):checked ~ .control_indicator,
  .control input:checked:focus ~ .control_indicator {
    background: #0e6647;
  }
  .control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
  }
  .control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
  }
  .control input:checked ~ .control_indicator:after {
    display: block;
  }
  .control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
  }
  .control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
  }
  @keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
  }
  @keyframes s-ripple-dup {
   0% {
       transform: scale(0);
    }
   30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
  }
  .control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
  }
  .control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
  }
  .terminos{
  color:#005884;
  
  
  }

  .whatsapp {
    position:fixed;
    width:160px;
    height:60px;
    bottom:40px;
    right:30px;
    background-color:#25d366;
    color:#FFF;
   border-radius: 25px;
    text-align:center;
    font-size:20px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
    font-size:30px;
    margin-right: 5px;
  }

  .img-modal{
    width: 100%;
    height: 80%;
  }
  .img-modal img{
    width: 100%;
    height: 100%;

  }
  .text-modal p{
    color: #004E75;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
  }
  .text-comentario {

    position: absolute;
    z-index: 1000;
    top: 20%;
  }
  .icon-comentario{
    font-size: 5rem !important;
  }
  .hide{
    display: none;
  }
  .terminos{
      height: 456px !important;
      color: #000000;
  
  }
  .disable_encuesta{
      pointer-events: none;
  }
  
  [type="radio"]:checked,
  [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
  }
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label
  {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666;
  }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #ddd;
      border-radius: 100%;
      background: #fff;
  }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #005884;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
  }
  [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }