/*===========================================================
=============================================================
========================CSS SInfoni==========================
=============================================================
===========================================================*/

.topheader {
  	height: 32px;
	background: #e6007e;
	position: relative;
	z-index: 20;
}
.TopAcceder{
	display: none;
}
.topheader nav {
  	/*float: left;*/
  	width:100%;
    /*display: inline-block;*/
    position: relative;
}

.topheader .nav-menu {
  display:blocK;
}

.topheader nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background:#e6007e;
}

.topheader nav ul li {
  float: left;
  position: relative;
  /*width: 20%;*/
  width: 50%;
}

.topheader nav ul li a {
	display: block;		
	text-decoration: none;
	padding: 6px 0!important;
	font-size: 11px;    
	color: #fff;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
.topheader nav ul li a img{
	width: 18px;
}

.topheader nav ul li a:hover {
  background: #be0068;
  color: #ffffff;
}

.topheader nav ul li a:not(:only-child):after {
  padding-left: 5px;
  content: ' ▾';
}

/*.topheader .nav-submenu {
  width:auto;
  position: absolute;
  z-index: 1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  width: auto;
  display: none;
}

.topheader .nav-submenu li {
   width: 100%;
   white-space: nowrap;
}*/

.topheader .nav-movil {
  display: none;
  position: absolute;
  top: -14px;
  right: 0;
  background: #001628;;
  /*height: 70px;*/
  width: 100%;
}
.btn-whatsapp {
  display: block;
  width: 70px;
  height: 70px;
  color:#fff;
  position: fixed;
  right: 20px;
  bottom: 30px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}
p .btn-descarga{
    color: #fff !important;
    background-color: #E5067D !important;
    border-color: #E5067D !important;
    padding: 5px 20px;
    border-radius: 5px;
}
p .btn-descarga:hover{
    text-decoration:none;
    background:#c40069 !important;
    border:#c40069 !important;
}
#submenu {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  visibility: hidden;
  z-index: 1;
}
li:hover ul#submenu {
  opacity: 1;
  top: 40px;
  visibility: visible;
  width: 185px;
  left: -30px;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0px 0px 4px #e9e9e9;
}
#submenu li {
  float: none;
  width: 100%;
  display: block;
}
#submenu a {
  color: #000000;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  display: block;
  text-align: left;
  padding: 0 10px;
}
#submenu a:hover {
  color: #777;
}
nav .dropdown-menu{
  border: none;
}
#sec-unete{
  display: none;
}
.ItemSpace{
  padding: 42px 0;
}
@media screen and (max-width: 979px) {
	.TopAcceder{
		display: block;
	    text-align: right;
	    margin-right: 80px;
	    line-height: 32px;
	    color: #fff;
	}
  .topheader .nav-movil {
    display: block;
  }

  .topheader .nav-menu {
    display: none;
    /*margin-top: 70px;*/
  }
  
  .topheader .nav-menu li {
    float: none;
    width: 100%;
  }
  .topheader .nav-menu li a {
    line-height: 20px;
    text-align: left;
    padding: 7px 0 7px 25px!important;
  }
  .topheader .nav-menu li ul li a {
    padding-left: 30px;
  }
  
  .topheader .nav-submenu {
    position: static;
  }
}

@media screen and (min-width: 980px) {
  .topheader .nav-menu {
    display: block !important;
  }  
}

.topheader #nav-boton {
  position: absolute;
  /*left: 20px;*/
  top: 25px;
  cursor: pointer;
  width:20px;
  height: 10px;
  padding: 5px 15px 15px 0px;
  z-index:1;
  right: 50px;
}

.topheader #nav-boton span,
.topheader #nav-boton span:after,
.topheader #nav-boton span:before {
	transition: all 500ms ease-in-out;
	border-radius: 1px;
	height: 2px;
	width: 25px;
	position: absolute;
	display: block;
	content: "";
	background: #fff;
}

.topheader #nav-boton span:before {
  top: -6px;
}
.topheader #nav-boton span:after {
  bottom: -6px;
}

.topheader #nav-boton.activo span {
  background-color: transparent;
}

.topheader #nav-boton.activo span:before,
.topheader #nav-boton.activo span:after {
  top: 0;
}

.topheader #nav-boton.activo span:after {
  transform: rotate(-45deg);
}

.topheader #nav-boton.activo span:before {
  transform: rotate(45deg);
}

/*Agente*/
.navstyle{
  margin-top: 32px;
}
.navstyle2{
  margin-top: 0;
}
.fixed-top{
  z-index: 10!important;
}
.fixed-bottom{
  z-index: 10;
}
/*Slider*/
.carousel-indicators{
  z-index: 5;
}
/*ModalSaldo*/
#modalSaldo h3{
  font-size: 28px;
  color: #e6007e!important;
  line-height: initial;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 900;
}
#modalSaldo .ImgConsulta{
  width: 50%;
  margin:20px 0 30px;
}
#modalSaldo .InputSaldo{
  margin-bottom: 15px;
}
#modalSaldo input{
  padding: .9rem 0.75rem;
}
#modalSaldo .form-control{
  font-weight: 300;
  font-size: 12px;
}
#modalSaldo #btn-buscar{
  background-color: #e6007e;
  color: #fff;
  margin: 5px 0 25px;
  width: 50%;
}
#modalSaldo #btn-buscar:hover{
  background: #af0060;
}
#modalSaldo .ResultadoSaldo {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  margin-top: 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.iconConsul {
  margin-top: 20px;
}
.SubStep2{
  display: none;
}
.Step2{
  display: none;
}
.ItemComunicado{
  padding-top: 115px;
  margin-bottom: 50px;
}
.ItemComunicado h3{
  color: #e6007e;
  margin-bottom: 50px;
  font-weight: 800;
}
.ItemComunicado h4{
  color: #e6007e;
  font-size: 22px;
  font-weight: 900;
  /*text-align: center;*/
  margin: 40px 0;
}
.ItemCuadro{
  background: #00a499;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 40px;
  border-radius: 15px;
  font-weight: 300;
}
.ItemComunicado ul{
  background: #efefef;
  padding: 40px 40px 25px;
  border-radius: 15px;
  font-weight: 300;
  margin-bottom: 50px;
  font-size: 15px;
}
.ItemComunicado li{
  padding-bottom: 10px;
}
/*.ItemComunicado ul li::before {
  content: "\2022";  
  color: red; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}*/
.bullet{
  padding-right: 10px;
}
.ItemComunicado p{
  font-weight: 300;
  font-size: 15px;

}
video{
  width: 60%;
  margin: 0 auto;
  display: block;
}
.ImgApp{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.carousel.slide.slider_banners{
  display: none;
}
/*Resposive*/
@media (max-width: 576px) {
  .ItemComunicado h3{
    font-size: 18px;
  }
  video{
    width: 100%;
  }
  .ImgApp{
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  li:hover ul#submenu {
    opacity: 1;
    top: 0;
    visibility: visible;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0px 0px 4px #e9e9e9;
    position: relative;
  }
  #submenu a {
    text-align: center;
  }
}
