/* General */
body{
  font-family: 'Open Sans', sans-serif;
}


.link-sitios-informacion{
  font-weight: bold;
}
.link-sitios-informacion:hover{
  background-color: transparent;
  cursor: pointer;
  color: #f3f3f3;

}

.tooltip{
    z-index:100000000 !important;
}

.inp-error{
  border: 2px solid red !important;
}

.inp-valido{
  border: 2px solid green !important;
}

.text-error{
  color: white !important;
}
.text-aprobado{
  color: white !important;
}

.text-valido{
  color: green !important;
}



/*contraseña*/
.inp-error1{
  border: 2px solid red !important;
}

.inp-valido1{
  border: 2px solid green !important;
}

.text-error1{
  color: black !important;
}
.text-aprobado1{
  color: black !important;
}

.text-valido1{
  color: green !important;
}

/* input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
} */

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}


.btn:active,
 .btn:focus,
 .btn.active {
   background-image: none;
   outline: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }

textarea:focus, input:focus{
    outline: none;

}
.form-control:focus{
    -webkit-box-shadow: none;
    -webkit-appearance:none;
    box-shadow: none;
    outline: none;
    border-color: #CDCDCD;
}
.form-control{
  width: 100% !important;
}
*:focus {
    outline: none;
}
input:default {
  background-color: none;
}

.principal{
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 31px;
  padding-top: 10px;
  font-family: sans-serif;
  font-weight: normal;
}
.principal span {
    font-size: 30px;
}

/* a{
  color: #ffffff;

}
 a:hover{
  color: #b49ef4;
  background-color: #ffffff;

}  */

input[type=text]{
  /* border-radius: 20px; */
  -webkit-appearance: none;
  width: 100%;
  padding-left: 10px;
  background-color: #ffffff;
  /* border-radius: 15px; */
  border: 1px #ced4da solid;
  outline: none;
  padding-left: 13px;
}

.form-inline{
  padding-left: 13px;
}
input[type=text]:focus{
  /* border-radius: 20px; */
  -webkit-appearance: none;
  width: 100%;
  padding-left: 10px;
  background-color: #ffffff;
 /*  border-radius: 15px; */
  border: 1px #ced4da solid;
  outline: none;
  padding-left: 13px;
}
input[type=date]:focus{
  border-radius: 20px;
  -webkit-appearance: none;
  width: 100%;
  padding-left: 10px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px #ced4da solid;
  outline: none;
  width: 40%;
  padding-left: 13px;
}



/* Animations */
@-webkit-keyframes move-image {
  from {
     -webkit-transform: translateY(5%);
   }
   to {
     -webkit-transform: translateY(0%);
   }
}
@-webkit-keyframes move-image-down {
  from {
     -webkit-transform: translateY(0);
   }
   to {
     -webkit-transform: translateY(5%);
   }
}
.dropdown-item{
  font-size: 11px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5d5e5f;
}

.img-submenu{
  width: 26px;
}

/** Inputs **/

.title{
  color: #ffffff;
  font-weight: bold;
}

.subtitle{
  font-size: 16px;
}

.menu-usuario{
  padding-top: 30px;
  border-right: 1px solid #bbbbbb;
  min-height: 450px;
}
.menu-usuario-option{
  color: #616161;
  padding: 10px;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
}

.menu-usuario-option:hover{
  background-color: #dedcdc;
  /* text-decoration:underline; */
}

.menu-usuario-option i{
  color: #bbbbbb;
}
.btn-agregar{
  background-color: #7E2BA7;
  color: #ffffff;
  padding: 5px 25px 5px 25px;
  border-radius: 20px;
  font-size: 14px;

}

.btn-agregar:hover{
  background-color: #ffffff;
  color: #9c27b0;
}

.solicitud-acceso .btn-agregar-invert{
  border-radius: 20px;
  padding-top: 8px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 8px;
  color: #9c27b0 !important;
  border: 1px solid #9c27b0 !important;;
  background-color: #ffffff !important;
  font-size: 1rem;
  margin: 0 auto;
  display: block;
}

.solicitud-acceso .btn-agregar-invert:hover{
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #ffffff !important;;
  background-color: #9c27b0 !important;
  color: #ffffff !important;;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 auto;
  border: none;
  display: block;
}

.solicitud-datos .btn-agregar-invert2{
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 5px;
  color: #19A89D !important;
  border: 1px solid #19A89D !important;;
  background-color: #ffffff !important;
  font-size: 1rem;
  margin: 0 auto;
  display: block;
}

.solicitud-datos .btn-agregar-invert2:hover{
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #ffffff !important;;
  background-color: #19A89D !important;
  color: #ffffff !important;;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 auto;
  border: none;
  display: block;
}


.formulario{

}


.formulario .inline{
  display: inline;
}

.formulario label{
  width: 100%;
  font-size: 16px;
}
.formulario hr{
  border: .5px solid #b5b5b5;
}
.input-form{
  border-radius: 20px;
  border: 1px #888888 solid;
  outline: none;
  width: 40%;
  padding-left: 10px;
  height: 30px;
}

.input-form.all{
  width: 90%;
}

/* Header General **/
/* Footer General **/
.footer{

}

.texto-alineado{
  text-align: center;
}

.header-info{
  width: 94%;
  margin-left: 58px;
}

.footer-info{
  font-size: .9em;
    text-align: center;
    background-color: #3a3a3a;
    color: #fff;
    padding: 34px;
    margin-top: -20px;
}


.footer-info i{
  margin-right: 16px;
}

.footer-info .copy{
  padding: 24px;
}


.footer .aviso{
  background-color: #ffffff;
  z-index: 5;
}

.footer .aviso .title{
  text-align: center;
  color: #c52293;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer .aviso .estados{
  margin-bottom: 40px;
}

.footer .aviso .estados a{
  margin-bottom: 40px;
  color: #6b6666;
  text-decoration: none;
  font-size: 15px;
}
.footer .aviso .estados a:hover{
  margin-bottom: 40px;
  color: #c52293;
}

.footer .aviso .collapsable-option{
  text-align: right;
  color: #c52293;
  min-height: 70px;
  cursor: pointer;
}

/* Search Bar */
.search-section{
  background-color: #1A1A1A;
  color: #ffffff;
  margin-top: -10px;
  padding: 5px 0px;
}

.input-search{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  border: none;
}

.modal input{
  /*border: none;*/
}

.input-search-img {
  background-image: url("../img/Lupa.svg");
  background-size: 18px, 50%;
  background-position: center right; /* legacy browser support */
  background-position: center right 10px, center right 38px;
  background-repeat: no-repeat;
  padding-right: 25px; /* Prevents text overlap on the icon */
}

/* header */
.title-app{
  background-color: rgba(3, 3, 3, 0.31);
  margin-top: 140px;
  height: 60px;
}

.navbar-animation{width: 80px;}


#navbarDropdown:hover{
  margin-top: -2px;
  color: #c52293;

}


@media only screen and (min-width: 600px) {


  .text-simple{
    -webkit-transform: skew(-36deg);
    -moz-transform: skew(-36deg);
    -o-transform: skew(-36deg);
    transform: skew(-36deg);
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 40px;
    text-transform: none;
  }
}


@media only screen and (max-width: 599px) {

  .div-title-info{
    color: #ffffff;
    background-color: #787878;
    width: 100%;
    padding-left:135px;
  }  
  
}


/* Header */
.header{
  width: 100%;
}
.header .img-logo{
  width: 100%;
  z-index: 1;
  top: -15%;

}

.header .fondo-azul{
}
.header-parent{

  position: relative;
  height: 340px;
  overflow: hidden;
}

.imagen_de_fondo {
        width: 100%;
        height: 100%;
        background-image: url("../../img/header/fondo_pnt.png");
        background-size: cover;
}



.header-title-p{
  width: 70%;
  margin-left: 15%;
  position: absolute;
  top: 0px;
}
.header-subtitle-p{ 
  position: absolute;
  top: 40%;
  margin-left: 0px;
  width:100%;

}

#pnt-img{
  animation-duration: 3s;
  animation-delay: 0s;
}

#transp{
  animation-duration: 3s;
  animation-delay: 2.5s;
}

#logoh{
  animation-duration: 3s;
  animation-delay: 1s;
}

#infor-pub{
  animation-duration: 3s;
  animation-delay: 3s;
}

#solic{
  animation-duration: 3s;
  animation-delay: 3s;
}

#quejas-resp{
  animation-duration: 3s;
  animation-delay: 3s;
}

#infor-pu{
  animation-duration: 3s;
  animation-delay: 3s;
}

#soli{
  animation-duration: 3s;
  animation-delay: 3s;
}

#quejas-res{
  animation-duration: 3s;
  animation-delay: 3s;
}


#div-sitiosInfo{
  color: white;
}

/* Index Menu Bar */
.menu-item{
  padding: 35px;
  color: #c52293;
  text-align: center;
  margin-bottom: 0px;
}
.menu-container:hover img{
  opacity: 0.2;
}

.menu-item:hover img{
  opacity: 0.2;
}
.menu-item img{
  padding: 10px;
  max-width: 180px;
}

.menu-item .title{
  color: #666666;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
  z-index: 2;
  font-size: 16px;
  letter-spacing: 2px;
  animation-delay: 2s;
}


.menu-item:active{
  font-size: 18px;
  animation-duration: 2s;
  animation-delay: 3s;
}



.menu-container{
  padding: 10px;
  height: 260px;
}


.menu-sitios-bar{
  padding: 0;
  min-height: 20px;
  text-align: center;
}

.menu-sitios-bar .title{
  padding: 5px;
  letter-spacing: 2px;
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.menu-option-bar{
    width: 100%;
    text-align: center;
    z-index: 10;
    position: relative
}

.div-options{
  z-index: 2;
  cursor:pointer;
}

.menu-option{
  width: 60px;
  text-align: center;
  background-color: #c52293;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
}

@media only screen and (min-width: 600px) {
  .menu-option{
    margin-left: 48%;
    margin-top: -1.5%;
  }
}

@media only screen and (max-width: 599px) {
   .menu-option{
    margin-left: 46%;
    margin-top: -1.5%;
  }
  
  
}


@media only screen and (max-width: 2200px) and (min-width: 1600px){
      body{
        width: 80%;
        padding-left:  10%;
      }
}
@media only screen and (min-width: 2201px){
      body{
        width: 70%;
        padding-left:  15%;
      }
}


.nav-link-user{
  font-weight: bold;
}

.menu-container:hover{
  background-color: #3a3a3a;
}

.menu-item-inactive{
  opacity: 0.4;
  z-index: 2;

}

#div-menu-1:hover, #div-menu-2:hover, #div-menu-3:hover{

  z-index: 2;
}

.footer-aviso-privacidad{
  cursor: pointer;
  font-size: 13px;
}

.footer-aviso-privacidad:hover{
  cursor: pointer;
  color: #eccfe4;
  font-weight: bold;
}
.menu-container-user:hover .menu-footer{
  background-color: #C52293;
  opacity: 1;
}

.menu-container:hover .middle {
  opacity: 1;

}


.menu-container:hover .title{
  font-size: 22px;
  color: #000000;
}

.menu-footer{
  margin-top: 5px;
  background-color: #7e2ba7;
  min-height: 150px;
  color: #ffffff;
  font-weight: lighter;
}

.menu-footer-active{
  background-color: #c52293;
}
.menu-footer img{
  fill: #7e2ba7;
  color: #ffffff;
  width: 180px;
  padding: 20px;
}

.iniciar-sesion-redes-sociales{
  min-height: 50px;
}

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

.navbar-brand1:hover{
  background-color: transparent !important;
  position: absolute;
  margin-bottom: 10px;
}




.middle {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  width: 80%;
}


.middle:active {

  font-size: 20px;

}

.menu-option img{
  width: 20px;
}

img {
    vertical-align: middle;
    border-style: none;
}

/* backgrounds */
.bg-rosa{
  background-color: #c52293;
  color: #ffffff;
}

/* Sitios de informaci¨®n */

.sitios-informacion{
  font-size: 12px;
  text-align: left;
  max-height: 39%;
  overflow: auto;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  padding-bottom: 25px;
}

.sitios-informacion .col-9{
  padding-right: 0px !important;
}

.sitios-informacion p{
  font-size: 10px;
}
.sitios-informacion img{
  text-align: center;
}

.sitios-informacion .row{
  padding: 5px;
}

.sitios-informacion-img-info{
  border-radius: 50%;
  width: 60px;
}



/* Buttons */

button:not(.close,.btn-light){
  padding: 4px 20px 4px 20px;
  font-size: 13px;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  text-align: center;
  background-color: #b49ef4;
  color: #ffffff;
  font-size: 1rem;
}
button:not(.close,.btn-light):hover{
  padding: 4px 20px 4px 20px;
  font-size: 13px;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  text-align: center;
  color: #b49ef4;
  background-color: #ffffff;
  border: 1px solid #b49ef4;
  font-size: 1rem;
}

/* input[type=submit]:not(.close){
  font-size: 1rem;
  padding: 4px 20px 4px 20px;
  font-size: 13px;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  text-align: center;
  min-width: 130px;
  background-color: #b49ef4;
  color: #ffffff;
} */
/* input[type=submit]:not(.close):hover{
  padding: 4px 20px 4px 20px;
  font-size: 13px;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  text-align: center;
  min-width: 130px;
  background-color: #c52293;
  font-size: 1rem;
} */

.btn-inai{
  padding: 4px 20px 4px 20px;
  font-size: 13px;
  border-radius: 15px;
  cursor: pointer;
  border: none;
  text-align: center;
  min-width: 130px;
}

.btn-inai:hover{

}

.btn-f3{
  align: center;
  background-color: #b49ef4;
  color: #ffffff;
}
.btn-f3:hover{
  color: #b49ef4;
  background-color: #ffffff;
}

.btn-f2{
  background-color: #7e2ba7;
  color: #ffffff;
}
.btn-f2:hover{
  color: #7e2ba7;
  background-color: #ffffff;
}


.div-captcha{
  padding-top: 10px;
}
.div-captcha input{
  border-radius: 0px !important;
  width: 100%;
}

.p-option{
  cursor: pointer;
}

.p-option:hover{
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
.custom-control{
  padding: 20px;
}


.menu-left{
  position: fixed;
    bottom: 15%;
    left: -400px;
    width: 440px;
    height: 180px;
    background-color: #fff;
    font-family: 'Lato',sans-serif;
    -webkit-transition: all 600ms cubic-bezier(0.19,1,0.22,1);
    transition: all 600ms cubic-bezier(0.19,1,0.22,1);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 99999;
    border: 1px #c52293 solid;
    border-radius: 15px;
    color: #c52293;
}



.big-text{
  font-size: 8vw;
  margin-top: 40px;
}

.title-registro-exitos{
  padding: 20px;
  font-size: 2vw;
}

.registro-continuar-opc{
  margin-top: 50px;
}

.registro-continuar-opc:hover{
  font-weight: bold;
  cursor: pointer;
}




/* Aviso */
.footer-info-aviso-privacidad{
  cursor: pointer;
}

.aviso-privacidad{
  color: #c52293;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-family: 'Avenir Next Demi Bold', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.aviso-privacidad .title-aviso{
 color: #c52293;
  text-align: center;
  font-size: 18px;
  padding: 20px;
}
.aviso-privacidad p{
  color: #6d5666;
  font-size: 15px;
}

.aviso-privacidad .link-http{
  color: #0066FF
}

.aviso-privacidad .estados a{
  margin-bottom: 40px;
  color: #6b6666;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;

}
.aviso-privacidad .estados a:hover{
  margin-bottom: 40px;
  color: #c52293;
}

.aviso-privacidad-icon-small-2{
  color: #ffffff;
  width: 7px;
  margin-right: 7px;
  margin-top: -2px
}

.text-gray{
  color: #787878;
  font-size: 1em;
}

.martop{
  margin-top: 5px;
}



/* Modals */
.modal-purple{
  background-color: #7e2ba7;
  color: #ffffff;
  font-size: 13px;
  width: 35%;
}


.modal-purple .modal-content{
  background-color: #7e2ba7;
  color: #ffffff;
  text-align: left;

}

.modal-purple .modal-header{
  border: none;
  color: #ffffff;
}

.modal-purple .close{
  color: #ffffff;
  opacity: 1;
  font-weight: lighter;
  font-size: 15px;
}

.modal-purple .close:hover{
  color: #ffffff;
  opacity: 1;
  font-weight: lighter;
  background-color: transparent !important;
  font-size: 15px;
}

.modal-purple input{
  border-radius: 15px;
  border-style: none;
  width: 100%;
  height: 27px;
  color: #9e9e9e;
  padding-left: 15px;
}

.modal-registro input{
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.modal-registro .alert-inai{
  text-align: left;
  background-color: #ffffff;
  color: #c52293;
  padding: 10px;
}

.modal-registro a{
  background-color: transparent !important;
  color: #ffffff;
}
.modal-registro a:hover{
  background-color: transparent !important;
  color: #b49ef4;
  font-weight: bold;
}


.modal-purple .form{
  padding: 20px 0px;
}
.modal-rosa{
  background-color: #c52293;
  color: #ffffff;
  font-size: 17px;
  padding: 1em 3em;
}

.modal-content{
  border: 0 !important;
}

.modal-rosa i{
  padding: 4px;
}

.modal-rosa i:hover{
  padding: 4px;
  font-size: 23px;
}
.modal-rosa input{
  text-align: center;
  border-radius: 15px;
  border-style: none;
}

.modal-rosa input:focus{
  text-align: center;
  border-style: none;
  color: #9e9e9e;
}

.modal-rosa .row:first-child{
  margin-top: 15px;
}

.modal-rosa .modal-content{
  background-color: #c52293;
  color: #ffffff;
}

.modal-rosa .modal-header{
  border: none;
  color: #ffffff;
}

.modal-rosa .close{
  color: #ffffff;
  opacity: 1;
  font-weight: lighter;
  font-size: 15px;
}
.modal-rosa .close:hover{
  color: #ffffff;
  opacity: 1;
  font-weight: lighter;
  background-color: none !important;
  font-size: 15px;
}

.modal-rosa h2{
  font-weight: bold;
}

.modal-green{
  background-color: #19A89D;
  color: #ffffff;
  font-size: 17px;
  padding: 1em 3em;
}

.modal-green .modal-content{
  background-color: #19A89D;
  color: #ffffff;
  text-align: left;

}

.modal-green .modal-header{
  border: none;
  color: #ffffff;
}

.modal1{
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal .btn-success-log{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #b49ef4 !important;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 auto;
  border: none;
  display: block;
}

.modal .btn-success-log:hover{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #b49ef4 !important;
  border: 1px solid #b49ef4 !important;;
  background-color: #ffffff !important;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 auto;
  border: none;
  display: block;
}

.modal-green .close{
  color: #ffffff;
  opacity: 1;
  font-weight: lighter;
  font-size: 15px;
}

.modal-green .close:hover{
  color: #ffffff;
  opacity: 1;
  font-weight: lighter;
  background-color: transparent !important;
  font-size: 15px;
}

.modal-green input{
  border-radius: 20px;
  border-style: none;
  width: 100%;
  height: 27px;
  color: #19A89D;
  padding-left: 15px;
}

.nav-link-user:hover{
  color: #c52293;
}

.middle{
  font-size: 18px;
}


/*Solicitud datos*/
.solicitud-datos .title-green{
  color:#19A89D;
  margin-top: 40px;
}

.solicitud-datos .link-sitios-informacion:hover{
  color:#ffffff;
}

.solicitud-datos .title-green-subrayado{
  color:#19A89D;
  text-decoration: underline;
  margin-top: 40px;
}

.solicitud-datos .title-green-subrayado:hover{
  color:#19A89D;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 40px;
}


.solicitud-datos .same-as-selected{
  color:#19A89D;
}

.perfil .same-as-selected{
  color:#c52293;
}

.historial .same-as-selected{
   color:#c52293;
}

.solicitud-datos .title-green-bold{
  cursor: pointer;
  }
.solicitud-datos .title-green-bold:hover{
  color:#19A89D;
  font-weight: bold;
}

.solicitud-datos .form-control{
  border-radius: 20px;
}

.solicitud-datos .btn-success{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #19A89D !important;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 auto;
  border: none;
  display: block;
}

.solicitud-datos .btn-success:hover{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #19A89D !important;
  border: 1px solid #19A89D !important;;
  background-color: #ffffff !important;
  font-size: 1rem;
  margin: 0 auto;
  display: block;
}

.solicitud-datos .btn-light{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #19A89D;
}

.solicitud-datos .btn-light:hover{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #19A89D;
  color: #ffffff;
}



.solicitud-datos .modal-verde{
  background-color: #19A89D;
  color: #ffffff;
  font-size: 17px;
}

.solicitud-datos .modal-verde .modal-content{
  background-color: #19A89D;
  color: #ffffff;
}

.solicitud-datos .modal-verde .close{
  background-color: #19A89D;
  color: #ffffff;
}



.solicitud-datos .modal-verde .modal-header{
  border: none;
  color: #ffffff;
}

.solicitud-datos .modal-verde .modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: normal;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.solicitud-datos .modal-verde .modal-header .close:hover {
    float: right;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: normal;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background-color: none !important;
}


.solicitud-datos .menu-usuario-option.active i{
  color: #19A89D;
}

.solicitud-datos .domicilio{
  background-color: #f3f3f3;
}

.solicitud-datos .btn-file{
  background-color: #eee;
  color: #000000;
  margin-top: 10px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
}

.solicitud-datos .btn-file i{
  color: #19A89D;
  margin-right: 10px;
}

.solicitud-datos .card{
  border: 1px solid #ffffff;
}

.solicitud-datos .card-header {
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0px;
    cursor: pointer;
}

.solicitud-datos .input-form{
  width: 90% !important;
}

.solicitud-datos .subtitle {
    font-size: 16px;
    margin-top: 20px !important;
}

.solicitud-datos .formulario label {
    width: 100%;
    font-size: 16px;
    margin-top: 10px !important;
}

.solicitud-datos .form-inline {
  border-radius: 20px;
  border: 1px #888888 solid;
  outline: none;
  width: 40%;
  margin-left: 10px;
  display: inline;
}

.solicitud-datos .form-inline:focus {
  border-radius: 20px;
  border: 1px #888888 solid;
  outline: none;
  width: 40%;
  margin-left: 10px;
  display: inline;
}

.solicitud-datos input[type="radio"] {
  display: none;
}

.solicitud-datos input[type="radio"] + label:before {
  content: "";
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 4px;
  margin-right: 5px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: -5px;
}

.solicitud-datos input[type="radio"]:checked + label:before {
  background-color: #19A89D;
}

.solicitud-datos .sound-signal .radio-group{
  width: 60% !important;
}

.solicitud-datos .sound-signal {
  align-items: center;
}

.solicitud-datos .sound-signal2{
  display: flex;
}

.solicitud-datos textarea{
  border-radius: 0px !important;
}

.solicitud-datos #checklengua2{
  background-color: #eeeeee;
  padding: 20px 10px;
}

#checklengua3 .sound-signal2{
  padding: 20px 10px;
  background-color: #eeeeee;
}

.input-texto-datos{
  width: 50%;
}
.form-inline:focus {
  border-radius: 20px;
  border: 1px #888888 solid;
  outline: none;
  width: 40% !important;
  margin-left: 10px;
  display: inline;
}

/*Solicitud acceso*/
.title-purple{
  color: #7E2BA7;
  margin-top: 40px;

}

.subtitle-purple{
  color: #7E2BA7;
  margin-top: 20px;
}

.subtitle-purple-bold{
  cursor: pointer;
}

.solicitud-acceso .subtitle-purple-bold:hover{
  cursor: pointer;
  font-weight: bold;
  color: #7E2BA7;
}

.solicitud-acceso .subtitle-purple-subrayado{
  color: #7E2BA7;
  margin-top: 20px;
  text-decoration: underline;
}

.solicitud-acceso .subtitle-purple-subrayado:hover{
  color: #7E2BA7;
  margin-top: 21px;
  font-weight: bold;
  font-size: 18.2px;
  text-decoration: underline;
}

.solicitud-acceso .card{
  border: 1px solid #ffffff;
}

.solicitud-acceso .card-header {
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0px;
}

.solicitud-acceso .btn-link-purple{
  color: #7E2BA7;
  background-color: #ffffff;
}

.solicitud-acceso .menu-usuario-option.active i{
  color: #7E2BA7;
}
.solicitud-acceso .same-as-selected{
  color:#7E2BA7;

}
.solicitud-acceso .form-control{
  border-radius: 20px;
}

.solicitud-acceso .form-control[placeholder], select.form-control>option {
    font-size: 16px !important;
}

.solicitud-acceso textarea{
  border-radius: 0px !important;

}

.solicitud-acceso .domicilio{
  background-color: #f3f3f3;
}

.solicitud-acceso .domicilio-inputs{
  padding: 20px;
}

.solicitud-acceso .btn-file{
  background-color: #eee;
  color: #000000;
  margin-top: 10px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
}

.solicitud-acceso .btn-file i{
  color: #7E2BA7;
  margin-right: 10px;
}

.solicitud-acceso .btn-success{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #7E2BA7 !important;
  text-transform: uppercase;
  margin: 0 auto;
  border: none;
  display: block;
}

.solicitud-acceso .btn-success:hover{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #7E2BA7 !important;
  border: 1px solid #7E2BA7 !important;;
  background-color: #ffffff !important;
  font-size: 1rem;
  margin: 0 auto;
  display: block;
}



.solicitud-acceso .btn-agregar {
    text-transform: uppercase;
}

.solicitud-acceso input[type="radio"] {
  display: none;
}

.solicitud-acceso input[type="radio"] + label:before {
  content: "";
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 4px;
  margin-right: 5px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: -5px;
}

.solicitud-acceso input[type="radio"]:checked + label:before {
  background-color: #7E2BA7;
}

.solicitud-acceso .input-form{
  width: 90% !important;
  height: 30px;
}

.solicitud-acceso .subtitle {
    font-size: 16px;
    margin-top: 20px !important;
}

.solicitud-acceso .formulario label {
    width: 100%;
    font-size: 16px;
    margin-top: 10px !important;
}

.solicitud-acceso .sound-signal {
  display: flex;
  align-items: center;
}


.solicitud-acceso .sound-signal {
  align-items: center;
}

.solicitud-acceso .sound-signal2{
  display: flex;
}

.solicitud-acceso #checklengua2{
  background-color: #eeeeee;
  padding: 20px 10px;
}

.solicitud-acceso #checklengua3 .sound-signal2{
  padding: 20px 10px;
  background-color: #eeeeee;
}

.solicitud-acceso .form-inline {
    border-radius: 20px;
    border: 1px #888888 solid;
    outline: none;
    width: 40%;
    margin-left: 10px;
    display: inline;
}

.solicitud-acceso .input-texto-datos{
  width: 50%;
}



/*Historial*/
.historial .form-rosa{
  color: #c52293;
  font-size: 20px;
  font-weight: bold;

}

.historial input[type="date"]{
  text-transform: uppercase;
  text-align: center;
}

.historial .form-control{
  border-radius: 20px;
}

.historial .btn-success {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #c52293 !important;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
    display: block;
}


.historial .btn-success:hover {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff !important;
    border: 1px solid #c52293 !important;
    background-color: #c52293 !important;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
    display: block;
}

.historial h5{
  color: #c52293;
}

.historial .formulario label {
    font-size: 17px;
    text-align: right;
}

.historial .table td, .historial .table th {
  text-align: center;
  vertical-align: middle;
}

.historial .menu-usuario-option.active i{
  color: #c52293;
}

.historial .nav-link{
  color: #ffffff;
}

.historial .title-morado{
  color: #c52293;
  margin-top: 40px;
}

.historial .title-morado-bold{
  cursor: pointer;
}

.historial .title-morado-bold:hover{
  color: #c52293;
  font-weight: bold;
}

.btn-rosa {
    color: #ffffff;
    background-color: #c52293;
    border-radius: 20px;
    -webkit-appearance: unset !important;
    padding: 5px 30px;

}

.btn-rosa:hover {
    background-color: #ffffff;
    color: #c52293;
    border: 1px solid #c52293;
}

.historial .btn-rosa {
    color: #ffffff;
    background-color: #c52293;
    border-radius: 20px;
    -webkit-appearance: unset !important;
    padding: 5px 30px;

}
.historial .btn-rosa:hover {
    background-color: #ffffff;
    color: #c52293;
    border: 1px solid #c52293;
}
.historial .btn-rosa-row{
    padding: 1px 20px;
}

.historial .btn-rosa-tab {
    background-color: transparent;
    border: 2px solid #c52293 !important;
    color: #000000;
    border-radius: 0;
    margin: 0px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.historial a.btn-rosa-tab:first-child {
    margin-left: 0px;
}

.historial a.btn-rosa-tab:hover {
    text-decoration: none;
    background-color: #c52293;
    color: #ffffff;
}

.historial .nav-tabs{
  margin-bottom: 20px;
  border: 0;
}

.historial .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #c52293;
    color: #ffffff;
}

.historial input[type="radio"] {
  display: none;
}

.historial input[type="radio"] + label:before {
  content: "";
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 4px;
  margin-right: 5px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: -5px;
}

.historial input[type="radio"]:checked + label:before {
  background-color: #c52293;
}

.historial .btns{
  line-height: 0;
}

.historial .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}

.modal-dialog-reducida{
  max-width: 80%;
  margin: 1.75rem auto;
}

.modal-resolucion{
  max-width: 30%;
  margin: 1.75rem auto;
}

.btn-blanco{
  background-color: #ffffff;
  border: 0;
  color: #c52293;
  border-radius: 30px 30px;
}

.btn-blanco:hover{
  background-color: #c52293;
  border: 0;
  color: #ffffff;
  border-radius: 30px 30px;
  border: 2px solid white;

}


.historial .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    overflow: auto;
    height: 500px;
}

.historial .modal-body1 {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    overflow: auto;
    height: 260px;

}

.historial .modal-body-reducida{
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  overflow: auto;
  height: 315px;
}

.historial .modal-body-enviar{
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  overflow: auto;
  height: 330px;
}


.historial .modal-rosa{
  background-color: #c52293;
  color: #ffffff;
  font-size: 20px;
}

.historial .modal-rosa .modal-content{
  background-color: #c52293;
  color: #ffffff;
}

.historial .modal-rosa .modal-header{
  border: none;
  color: #ffffff;
}

.historial .modal-gestioon-medios-color .modal-header{
  background-color: #c52293;
  color: #ffffff;
}

.historial .modal-gestioon-medios-color .modal-header p{
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: bold;
}

.historial .modal-gestioon-medios-color .modal-header .close{
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  font-weight: normal;
  font-size: larger;
}

.historial .modal-gestioon-medios-color .modal-body .w-nov input{
  width: 95%;
}

.historial .modal-gestioon-medios-color .modal-body .accordion label{
  margin-right: 20px;
}

.historial #checklengua2 {
    background-color: #eeeeee;
    padding: 20px 10px;
}

.historial #checklengua3 .sound-signal2{
  padding: 20px 10px;
  background-color: #eeeeee;
  display: flex;
}

.historial

.historial .modal-gestioon-medios-color .modal-body .form-control{
  width: 30%;
}

.historial .btn-file{
  background-color: #eee;
  border: 0;
  color: #000000;
  margin-top: 10px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.historial .btn-file:hover{
  color: #eee;
  border: 1px solid #eee;
  background-color: #000000;
}



.historial .btn-file i{
  color: #c52293;
  margin-right: 10px;
}
.historial .btn-light{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  background-color: #c52293;
}

.historial .btn-light:hover{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #c52293;
  background-color: #ffffff;
}

.historial p{
  font-size: 13px;
}


/* C¨ªrculos de colores */
.historial span.green {
  background: green;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: green;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2em;
  margin-right: 5px;
  text-align: center;
  width: 1.2em;
}

.historial span.red {
  background: red;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: red;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2em;
  margin-right: 5px;
  text-align: center;
  width: 1.2em;
}

.historial span.orange {
  background: orange;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: orange;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2em;
  margin-right: 5px;
  text-align: center;
  width: 1.2em;
}

.historial span.dark {
  background: darkblue;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: darkblue;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2em;
  margin-right: 5px;
  text-align: center;
  width: 1.2em;
}

.historial span.acceso {
  background: purple;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: purple;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2em;
  margin-right: 5px;
  text-align: center;
  width: 1.2em;

}

.historial span.datos {
  background: aqua;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: aqua;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2em;
  margin-right: 5px;
  text-align: center;
  width: 1.2em;
}

.historial .text-muted {
  text-align: center;
}

.historial .thead{
  background-color: #aaaaaa;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
}

.historial .tbody td{
  border: 1px solid #cccccc;
  padding: 5px 0px;
}

.historial .tbody:hover{
  background-color: #eee;
}

.historial .tfoot{
  background-color: #e4d6ec;
}

.historial .tfoot .col-6 p{
  margin: 0;
}

.historial .tfoot td{
  text-align: left;
  padding: 20px 4%;
}

.historial .tfoot>td>p{
  margin-top: 20px;
}

.historial .tfoot .line{
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}

.historial .tfoot td p span.archivos a{

  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius: 15px;
  font-size: 11px;
}
.historial .tfoot td p span.archivos1 a{

  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius: 15px;
  font-size: 11px;
}

.historial .tfoot .archivos a{
  margin-left: 10px;
}

.historial .tfoot .archivos1 a{
  margin-left: -40px;
}

.historial .input-texto-datos{
  width: 50%;
}


#tabla-historial{
  margin-left: 0;
}

#tabla-historial p{
  font-size: 12px;
}

.table thead th {
    font-size: 13px;
}



/*Configuracion de perfil*/
.perfil .title-morado{
  color: #c52293;
  margin-top: 40px;
}
.perfil .title-morado-bold{
  cursor: pointer;
}
.perfil .title-morado-bold:hover{
  color: #c52293;
  font-weight: bold;
}

.perfil .menu-usuario-option.active i{
  color: #c52293;
}

.perfil .btn-rosa{
  background-color: #c52293;
  color: #ffffff;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
}

.perfil .btn-rosa:hover {
    background-color: #ffffff;
    color: #c52293;
    border: 1px solid #c52293;
}


.b strong{
  font-weight: bold;
}

.perfil .btn-link{
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #c52293 !important;
  background-color: #ffffff !important;
  border: 1px solid #c52293 !important;;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 auto;
  border: none;
  display: block;

}

.perfil .btn-link:hover{border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;;
  background-color: #c52293 !important;
  font-size: 1rem;
  margin: 0 auto;
  display: block;
  text-decoration: none;
}

.perfil .card{
  border: 1px solid #ffffff;
}

.perfil .card-header {
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0px;
}

.perfil .btn-link-purple{
  color: #c52293;
  background-color: #ffffff;
}

.perfil .modal-morado{
  background-color: #c52293;
  color: #ffffff;
  font-size: 20px;
}

.perfil .modal-morado .modal-content{
  background-color: #c52293;
  color: #ffffff;
}

.perfil .modal-morado .modal-header{
  border: none;
  color: #ffffff;
}

.perfil .card{
  border: 1px solid #ffffff;
}

.perfil .card-header {
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0px;
    cursor: pointer;
}

.perfil .subtitle {
    font-size: 16px;
    margin-top: 20px !important;
}

.perfil .formulario label {
    width: 100%;
    font-size: 16px;
    margin-top: 10px !important;
}

.perfil input[type="radio"] {
  display: none;
}

.perfil input[type="radio"] + label:before {
  content: "";
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 4px;
  margin-right: 5px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: -5px;
}

.perfil input[type="radio"]:checked + label:before {
  background-color: #c52293;
}

.perfil .sound-signal {
  align-items: center;
}

.perfil .sound-signal2{
  display: flex;
}

.perfil textarea{
  border-radius: 0px !important;
}

.perfil .form-control{
  border-radius: 20px;
}

.perfil #checklengua2{
  background-color: #eeeeee;
  padding: 20px 10px;
}

.perfil #checklengua3 .sound-signal2{
  padding: 20px 10px;
  background-color: #eeeeee;
}

.perfil .form-inline {
  border-radius: 20px;
  border: 1px #888888 solid;
  outline: none;
  width: 40%;
  margin-left: 10px;
  display: inline;
}

.perfil .form-inline:focus {
  width: 40%;
}

.perfil .input-texto-datos{
  width: 50%;
}

/*Ayuda*/
.ayuda .menu-usuario-option.active i{
  color: #c52293;
}

.ayuda .line{
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}

.ayuda p span.archivos a{
  color: #ffffff;
  text-decoration: none;
  background-color: #7E2BA7;
  padding: 10px 20px;
  border-radius: 15px;
  line-height: 20px;
  text-align: center;
}


.big-icon i{
  font-size: 200px;
}


.footer-icon{
  color: #ffffff;
  width: 20px;
  margin-right: 7px;
}

.footer-icon-small{
  color: #ffffff;
  width: 6px;
  margin-right: 7px;
}

.footer-icon-small-2{
  color: #ffffff;
  width: 4.5px;
  margin-right: 7px;
}

.footer-icon-small-3{
  color: #ffffff;
  width: 8px;
  margin-right: 7px;
}

.historial-icon-small-1{
  color: #ffffff;
  width: 32px;
  margin-right: 7px;
}

.historial-icon-small-2{
  color: #ffffff;
  width: 22px;
  margin-right: 7px;
}

.historial-icon-small-3{
  color: #ffffff;
  width: 32px;
  margin-right: 10px;
  margin-top: -5px;
}



.footer-icon-mid{
  color: #ffffff;
  width: 9px;
  margin-right: 7px;
}
.footer-icon svg{
  fill: #ffffff !important;
  width: 16px;
}

.modal-small{
  width: 50% !important;
  margin-left: 25%;
  height: 60%;
  margin-top: 5%;
}

.modal-purple strong{
  font-size: 22px;
}









.inai-select {
  padding-top: 5px;
  position: relative;
  font-family: Arial;
  color: #393D42;
}
.inai-select select {
  display: none;
}
.select-selected {
  background-color: #ffffff;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}

.select-items div,.select-selected {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: #bbbbbb;
  cursor: pointer;
  user-select: none;
  color: #393D42;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  color: #393D42;
}

.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.p-12{
  font-size: 12px !important;
}

@media only screen and (min-width: 1600px ) {

     .modal-green{
      max-width: 80%;
      margin: 3.75rem auto;
    }

    .modal-dialog {
      max-width: 80%;
      margin: 3.75rem auto;
    }

    .historial .modal-dialog {
    max-width: 80%;
    margin-left: 10px;
    margin: 3.50rem auto;
     }

     .modal-rosa2 .modal-content {
    background-color: #c52293;
    color: #ffffff;
    text-align: left;
    width: 290%;
    margin-left: 10%;
    }


}



.img-error {
    color: #ffffff;
    width: 120px;
    margin-top: -15px;
    margin-left: -910px;
}

.text-centerAv{
  margin-top: 10px;
  margin-left: 40%;
}

.text-center2{
  margin-top: -95px;
  margin-left: -30;
  width: 350px;
}
.texto-error{
  font-size: 16px;
}
.modal-small1{
  width: 40% !important;
  margin-left: 30%;
  height: 25%;
  margin-top: 15%;
}

.pos-image {
    margin-top: -12%;
    margin-left: -22%;
    width: auto !important;
    height: auto;
}

.pos-image1 {
    margin-top: -5px;
    margin-left: 5px;
    width: 100px;
    height: 100px;
}

.pos-image2 {
    margin-top: -7px;
    margin-left: -135px;
    width: 100px;
    height: 100px;
}


.modal-rosa2{
background-color: #c52293;
color: #ffffff;
font-size: 13px;
width: 116%;
}




.modal-rosa2 .modal-content{
background-color: #c52293;
color: #ffffff;
text-align: left;
width: 290%
}



.modal-rosa2 .modal-header{
border: none;
color: #ffffff;
width: 38%
}



.modal-rosa2 .close{
color: #ffffff;
opacity: 1;
font-weight: lighter;
font-size: 15px;
}


.modal-rosa2 .close:hover{
color: #ffffff;
opacity: 1;
font-weight: lighter;
background-color: transparent !important;
font-size: 15px;
}


.modal-rosa2 .close-error{
color: #ffffff;
opacity: 1;
font-weight: lighter;
font-size: 10px;
}


.modal-rosa2 .close-error:hover{
color: #ffffff;
opacity: 1;
font-weight: lighter;
background-color: transparent !important;
font-size: 20px;
}


.modal-rosa2 input{
border-radius: 15px;
border-style: none;
width: 100%;
height: 27px;
color: #9e9e9e;
padding-left: 15px;
}

.pos-textH{
margin-left: -7px;
}

.pos-textH1{
margin-top: auto;
margin-left: -22%;
margin-right: -20%;
}

.text-center3{

padding-left: 275px;
width: 350px;
}

.text-error{
font-size: 30px;
}

.text-center1{
width:auto !important;
margin-top: -17%;
margin-left: 30%;

}
.text-center5{
margin-top: -54px;
margin-left: 120px;
}

.p-12{
  font-size: 12px;
}


.sitios-informacion-footer {
    font-size: 12px;
    text-align: left;
    overflow: auto;
    width: 100%;
    padding-left: 7%;
    padding-right: 5%;
    margin: 1.2% auto;
}

.customArrow {
    height: 10px!important;
}

 .menu-left-show{
    position: fixed;
    bottom: 15%;
    left: -10px;
    width: 400px;
    height: 180px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 4;
    border: 1px #c52293 solid;
    border-radius: 10px;
    color: #c52293;
 }
 
.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-fluid-puntitos {
    max-width: 100%;
    height: auto;
}
.text-center{
	text-align: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-middle {
    vertical-align: middle !important;
}

.solapa{
	width: 40px;
	 margin-left: -20px; 
	margin-top: 10px;
}

