@charset "UTF-8";

@font-face {
  font-family: "Arkibal D Medium";
  src: url("/fonts/ArkibalDisplayMedium.otf");
}

@font-face {
  font-family: "Arkibal D Heavy";
  src: url("/fonts/ArkibalDisplayHeavyItalic.otf");
}

@font-face {
  font-family: "Arkibal D Regular";
  src: url("/fonts/ArkibalDisplayRegular.otf");
}

@font-face {
  font-family: "Arkibal D Light";
  src: url("/fonts/ArkibalLight.otf");
}
html,body{
  font-family: 'Arkibal D Medium' !important;
}

/*TITULO SECTION*/
.imgtittle{
    background-image: url("/imagenes/bgfinanciera.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;


    /*padding:70px;*/
    padding-top: 150px;
    padding-bottom: 150px;


    
  }
  .titlesection{
    font-family: 'Arkibal D Regular' !important;
    /*text-shadow: 2px 2px 3px gray;*/
  }
  .titlesection >img{
    /*padding-bottom:12px;*/
  }

  /*BARRA DE NAVEGACION*/

  .navbar {
    /*height: 45px;*/
    /*box-shadow: 2px 2px 5px black;*/
      background-color: white !important;      
  }
  .navbar a{
    color: #006EC7 !important;
    /*border-left: darkgray 1px solid;*/
    font-family: 'Arkibal D Medium' !important;

  }

  .navbar a:hover{
    color: white !important;
  }

  .navbar li:hover{
    color: white !important;
    background-color: #57BFE3;
    
    border-radius: 10px;

  }



  .sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: white !important;
}



/*LINEA DIVISIORIA*/
.hrdiv{
  width:200px;
  border-color: rgb(4, 118, 208);
  padding-bottom:50px;
}

/*SERVICIOS SECTION*/
  .servsection{
    padding-top:30px;
    padding-bottom:100px;
    /*background-color:#fafafa;*/
    background-color:#57BFE3;
  }

  .servicios{

    /*box-shadow: 2px 2px 6px black;*/
    padding:30px;
    padding-left:10px;
    /*
    border-color:blue;*/
    
    
  }
  .servicios h3{
    font-weight: bold;
  }

.servsectioncard .lt1, .lt2, h3{  
  font-size: 1.5em;
}

  .servsectioncard .lt1{
    
    padding-left:10px;
    padding-right:50px;
  }

  .servsectioncard .lt2{
    
    padding-left:50px;
    padding-right:10px;
  }

  .servsectioncard  h3{
    color: white;
  }

  
  .pservice{
    padding-top:15px;
    text-decoration:none;
    color:white;
  }

  .rowserv{
    margin-bottom:50px;
    background-color: #006EC7;
  }

  /*QUIENES SECTION*/

  .qsection{
    padding-top:10px;
    padding-bottom:100px;
    /**/
  }
  .textoresaltado{
    font-size: 1.5em;
       color: white;
  }
  .passimgcontent{
    padding-top:20px;
    padding-left:15;
    padding-right:15px;
  }
  .edtquienes{
    padding:10px;
    background-color:#0982BB;
    /*border: 3px solid #4169E1;*/
    /*background: url("imagenes/fondo2.jpg");
    background-size: cover;
    background-repeat: no-repeat;*/
    background-color: white;

  }


/*VALORES SECTION*/
.sectionvalores{
    background-image: url("../imagenes/2_fondo.png");
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    padding-top:70px;
    padding-bottom:100px;
    border:0px !important;
    /*background-color:#8DD5FF;*/
  }
  .valor{
    padding:20px;
  }
  .h2valores{
    /*text-shadow: 1px 1px 1px  black;*/
    font-family: "Arkibal D Heavy";
    color: #57BFE3;
    font-size: 180%;
  }

/*ALIADOS SECTION*/

.aliados{
    padding: 15px;
  }

  /*FOOTER SECTION*/
    .bgfooter{
    /*background-image: url("../imagenes/unnamed.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    background-color: #006EC7;
    padding-top: 50px;
  }
  .secbgdata{
    padding:0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 30px;
  }
  .office{
    border-right: solid white 2px;
    color: white;
  }

.ofinfo{
   /* border-right: solid white 2px;*/
    color: white;
  }

  .ofinfo ul{
   /*border-right: solid white 2px;*/
    color: white; 
  }

  .h3footer{
    font-family: "Arkibal D Regular";
  }
  .info_contact{
    font-family: "Arkibal D light";
    font-size: 1em;
    padding:0px !important;
  }

  .subtitle{
    font-family: "Arkibal D Medium";
    font-size: 1.5em;
  }
  .uldatac{
    margin: 0px !important;
    padding-top: 10px;

  }
  .col-md-3{
    display: table-cell;
    float: none;
  }
  .map{
    padding-bottom: 20px;
  }

  .redesfooter{
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.8em;
    
  }

  .redesfooter a{
    color: white;
  }

  .hrfootercontact{
    width: 200px;
    border-color: #57BFE3;
    padding-bottom: 10px;
  }



  /* Tooltip container */
.ttooltip {
  position: relative;
  /*display: block;*/
  opacity: 1;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
 .ttooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ttooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip_templates { display: none; }


/*CONVENIOS */
.convenios .imgconvenio{

    max-width: 300px;
    height: 200px;
    margin: 0px;
    background-image: url("../imagenes/aliados/convenios/entidades.jpg");
    background-repeat: no-repeat;
    background-size: 1200px 720px;
    /*border:1px blue solid;*/
    
  }

  .im1{
    background-position: -90px -35px;
  }
  .im2{
    background-position: -475px -45px;
  }
  .im3{
    background-position: -840px -35px;
  }
  .im4{
    background-position: -70px -260px;
  }
  .im5{
    background-position: -325px -260px;
  }
  .im6{
    background-position: -580px -263px;
  }

  .im7{
    background-position: -866px -270px;
  }

  .im8{
    background-position: -80px -485px;
  }
  .im9{
    background-position: -464px -480px;
  }
  .im10{
    background-position: -835px -470px;
  }



  @media (min-width: 992px) {
    .modal-lg {
      min-width: 800px !important;
    }
  }