.search-submit{
	background:#00807C;
}
.celeste{
	color:#00807C;
	font-family: 'Hero-Regular' !important;
}
.overflow-hidden{
	overflow: hidden;
}

.texto-descripcion-op p{
	font-family: 'Hero-Regular' !important;
    font-size: 17px;
    color: #7A7A7A;
}
.titulo-bold-op{
	font-family: 'UFONTS.COM' !important;
    font-size: 35px;
    color: #00807C;	
}
.titulo-bold-op::after{
	content: '';
	display: block;
	background: #00807C;
	height: 5px;
	width: 80px;
	border-radius: 50px;
	margin: 0 auto;
	top: 7px;
    position: relative;
}
g{
	  font-family: 'UFONTS.COM';
  font-family: 'Montserrat-Regular';
}
/* modal checkbox content box ======================= */
.opeadores-financieros .buscador .btn-modal-box .content{
	background: #fff;
    transition: 0.5s ease-in-out;
    border-radius: 4px;
/*pulls up the box*/
    position: relative;
    top: -600px;

	-webkit-box-shadow: 0px 0px 0px 1px rgba(242,242,242,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(242,242,242,1);
	box-shadow: 0px 0px 0px 1px rgba(242,242,242,1);    
}
/* search form ======================= */

.opeadores-financieros .buscador .btn-modal-box .content form h1{
	color: #aeaeb3;
	font-family: 'Hero-Regular';
	font-size: 110%; 
	border-bottom: 1px solid #aeaeb3;
}
.opeadores-financieros .buscador .btn-modal-box label{
    padding: 0.5rem 0rem;
    margin-bottom: 1.5em;
    width: 100%;
	color: #246f9e;
	cursor: pointer;
	text-align: left;
	font-family: 'Hero-Regular'; 
	border-bottom:1px solid #358bb0;
}
.opeadores-financieros .buscador .btn-modal-box .content form input{
    border: 0px;
    width: 100%;
    color: #358bb0;
    background: unset;
    border-bottom:1px solid #358bb0;
    font-family: 'Hero-Regular'; 
}

.opeadores-financieros .buscador .btn-modal-box .content form select{
	padding: 1px 2px;
    border: 0px;
    width: 100%;
    color: #6eb8ce;
    background: unset;
    border-bottom:1px solid #358bb0;
    font-family: 'Hero-Regular'; 
}

.opeadores-financieros .buscador .btn-modal-box .content form input::-webkit-input-placeholder { /* Edge */
  color: #6eb8ce;
  text-transform: uppercase$i;
}
.opeadores-financieros .buscador .btn-modal-box .content form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6eb8ce;
  text-transform: uppercase$i;
}
.opeadores-financieros .buscador .btn-modal-box .content form input::placeholder {
  color: #6eb8ce;
  text-transform: uppercase$i;
}
.opeadores-financieros .buscador .btn-modal-box .content form input:focus{
	outline: unset;
}
.opeadores-financieros .buscador .btn-modal-box .content form select:focus{
	outline: unset;
}
.opeadores-financieros .buscador .btn-modal-box .content form button:focus{
	outline: unset;
}
.opeadores-financieros .buscador .btn-modal-box .content form button.boton_buscar{
	border-radius: 50px;
    background: #056B8F;
    cursor: pointer;
    border:transparent 1px solid;
    color:  #fff;
    font-family: 'Hero-Light';  
    transition: 0.6s background ease-in-out;
}
.opeadores-financieros .buscador .btn-modal-box .content form .restablecer{
    color:  #605F61;
    font-family: 'Hero-Light';  

}
.opeadores-financieros .buscador .btn-modal-box .content form button.boton_buscar:hover{
	border-radius: 50px;
    color: #056B8F;
    background: transparent;
    border:#056B8F 1px solid;
}

/* checkbpx btn ======================= */
.opeadores-financieros .buscador .btn-modal-box .open{
    padding: 0.5rem 0rem;
    z-index: 1;
	color: #246f9e;
	cursor: pointer;
	text-align: left;
	background: #fff;
	font-family: 'Hero-Regular'; 
	border-bottom:1px solid #358bb0;
	padding-right: 3em;
    overflow: auto!important;
    outline: none;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #246f9e), color-stop(100%, #246f9e), to(#246f9e));
    background-image: -webkit-linear-gradient(bottom, #246f9e 100%, #246f9e 100%, #246f9e 100%);
    background-image: -o-linear-gradient(bottom, #246f9e 100%, #246f9e 100%, #246f9e 100%);
    background-image: linear-gradient(to top, #246f9e 100%, #246f9e 100%, #246f9e 100%);
    background-size: 0 3px;
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin: 0em 0;

}

.opeadores-financieros .buscador .btn-modal-box{
	height: 50px;
	transition: 0.3s ease-in-out;
}

.opeadores-financieros .buscador .btn-modal-box .open:hover{
    background-size: calc(112% - 8em) 5px;
    background-size: 100% 3px;
    cursor: pointer;

}

.opeadores-financieros .buscador .btn-modal-box .arrow-box{
	position: absolute;
	display: flex;
	height: 40px;
	z-index: 1;
	align-items: center;
}
.opeadores-financieros .buscador .btn-modal-box .arrow-box .arrow{
	color: #246f9e;
	transform: rotate(270deg);
	transition: 0.3s ease-in-out;
}
.opeadores-financieros .buscador .hidden{
    position: absolute;
    left: -100vw; 
}
.opeadores-financieros .buscador .btn-modal-box .content p{
	font-size: 30%;    
}
/* when checked ======================= */

.opeadores-financieros .buscador  #btn_modal_box:checked ~ .btn-modal-box{
	/*background: #fbfbfb;*/
	height: 100%;	
	transition: 0.3s ease-in-out;
}

.opeadores-financieros .buscador  #btn_modal_box:checked ~ .btn-modal-box .content{
	/*background: #fbfbfb;*/
    position: relative;
    top: 0px;
}
.opeadores-financieros .buscador  #btn_modal_box:checked ~ .btn-modal-box .arrow-box .arrow{
	transform: rotate(360deg);
}


/* item operadores  */

.opeadores-financieros .items-operadores span.company{
	color: #067e98;
	text-transform: uppercase;
	font-family: 'Hero-Regular';
}
.opeadores-financieros .items-operadores .operador{
	color: #605F61;
	font-family: 'Hero-Regular';
	font-size: 110%;
}
.opeadores-financieros .items-operadores .footer-item-operadores span{
	font-family: 'Hero-Light';
	color: #605F61;
}
.opeadores-financieros .items-operadores .footer-item-operadores a{
	font-family: 'Hero-Regular';
	color: #458da8;
	transition: 0.3s ease-in-out;
}
.opeadores-financieros .items-operadores .footer-item-operadores a:hover{
	font-family: 'Hero-Regular';
	color: #12afea;
}

