@import url("../webfonts/fonts.css");
@import url("../webfonts/Montserrat_Regular/stylesheet.css");
@import url("../webfonts/Montserrat_Medium/stylesheet.css");
@import url("../webfonts/Montserrat_Bold/stylesheet.css");


/*---------------------------------------
     GENERAL               
-----------------------------------------*/


  body {
    background: #ffffff;
    overflow-x: hidden;
    padding-top: 70px;
  }

  html{
    -webkit-font-smoothing: antialiased;
  }

  ::-webkit-scrollbar{
    width: 18px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  section {
    position: relative;
    padding-top: 100px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
  }

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

/*---------------------------------------
      MENU              
  -----------------------------------------*/
  .custom-navbar {
    background-color: #FFFFFF;
    border-top: 5px solid #5cc2eb;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
}
.custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-top: -5px;
    height: 75px;
}
.custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
    float: right;
}
.custom-navbar .nav li a {
    line-height: 40px;
    color: #999999;
    padding-right: 22px;
    padding-left: 22px;
    font-family: "Montserrat Regular";
}
.custom-navbar .navbar-nav>li>a:hover, .custom-navbar .navbar-nav>li>a:focus {
	background-color: transparent;
}
.custom-navbar .nav li a:hover {
    background-color: #f29424;
    color: #ffffff;
    -webkit-box-shadow: inset 0px -5px #58d3d9;
    box-shadow: inset 0px -5px #58d3d9;
}
.custom-navbar .nav li.active>a {
    background-color: #F29324;
    color: #ffffff;
}
.custom-navbar .navbar-toggle {
	border: none;
	padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
	background: #252525;
	border-color: transparent;
}


/*---------------------------------------
     BUTTONS               
-----------------------------------------*/
  .section-btn {
    background-color: #5CC2EB;
    border-radius: 3px;
    border: 1px none #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
    font-family: "Montserrat Regular";
    margin-top: -1px;
  }

  .section-btn:hover {
    background-color: #5CC2EB;
    border-color: transparent;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
  }

 
 
.fiskur-button:hover, 
.fiskur-button:focus, 
.fiskur-button:active, 
.fiskur-button.active, 
.open .dropdown-toggle.fiskur-button {
    color: #ffffff;
    background-color: #646698;
    border-color: #4FD2DD;
} 

.buton-demo {
    background-color: #F29324;
    color: #FFFFFF;
    border: 1px none #454779;
}
#team .buton-demo {
    background-color: #5BC2EB;
    color: #FFFFFF;
    border: 1px none #454779;
}
#team2 .buton-demo {
    background-color: #F29324;
    color: #FFFFFF;
    border: 1px none #454779;
}
#team .buton-demo:hover  {
    background-color: #FFFFFF;
    color: #F29324;
    border: 1px none #454779;
}
#team2 .buton-demo:hover  {
    background-color: #FFFFFF;
    color: #5CC2EB;
    border: 1px none #454779;
}


  /*---------------------------------------
      HOME          
  -----------------------------------------*/

#home {
    padding: 0;
}


#home .container-fluid.bannermain {
    height: 700px;
    background-image: url(../images/top-banner.jpg);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: 100% 41%;
}
.caption  {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    color: #fff;
    cursor: e-resize;
    margin-top: 3%;
    position: relative;
  }

#home .container-fluid.estas-preparado {
    min-height: 250px;
    background-color: #454779;
    width: 70%;
    position: relative;
    display: block;
    max-width: 70%;
    min-width: 400px;
    bottom: 125px;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
}

#home .row.estaspreparado .section-btn.btn {
    width: 100%;
    color: rgba(255,255,255,1.00);
}
#home form .row .col-lg-6 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}



  /*---------------------------------------
      ABOUT          
  -----------------------------------------*/

#about {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}
/*---------------------------------------
      ABOUT          
  -----------------------------------------*/

#about2 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}
#about .container  {
    padding-bottom: 88px;
}
#contenedor-columna, #contenedor-columna2, #contenedor-columna3, #contenedor-columna4   {
    width: 100%;
    background-color: #FFFFFF;
    height: 100%;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.24);
    min-height: 600px;
}
#contenedor-columna ul, #contenedor-columna2 ul , #contenedor-columna3 ul , #contenedor-columna4 ul    {
	font-size: 18px;
	font-family: "Montserrat Regular";
	line-height: 24px;
	margin-left: -10px;
}

.container .row.row-no-gutters .col-lg-3 {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.col-md-3.col-sm-6 {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}


#contenedor-columna h1, #contenedor-columna2 h1, #contenedor-columna3 h1, #contenedor-columna4 h1 {
	font-family: "Montserrat Regular";
	color: #394166;
	font-size: 18px;
	text-align: center;
}

#kpi-icon-container , #kpi-icon-container2 , #kpi-icon-container3 , #kpi-icon-container4   {
    text-align: center;
}
.kpi-icons {
    margin-left: auto;
    margin-right: auto;
}

#player {
	width: 560px;
	height: 400px;
	border-radius: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 58%;
}
.playerbut {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
}
  /*---------------------------------------
      FEATURE          
  -----------------------------------------*/

#feature {
    background-color: #F9F8FA;
    background-image: url(../images/divider-diagonal-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    padding-top: 50px;
    padding-bottom: 100px;

}
#feature .container {
    padding-bottom: 100px;
    padding-top: 0px;
}
.imagenes-fiskur-left {
    height: 500px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.imagenes-fiskur-right {
    height: 500px;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}
.imagenes-fiskur-right-dashboard {
    height: 300px;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}
.feature-thumb ul   {
    color: #777777;
    font-size: 18px;
    font-family: "Montserrat Regular";
    line-height: 30px;
    margin-left: -15px;
}
  /*---------------------------------------
     TEAM         
  -----------------------------------------*/
#team {
    background-color: rgba(242,147,36,1.00);
    padding-bottom: 0px;
    background-image: url(../images/bg-1-orange.jpg);
    background-attachment: fixed;
    background-size: cover;
	
}
/*---------------------------------------
     TEAM         
  -----------------------------------------*/
#team2 {
    background-color: rgba(92,194,235,1.00);
    padding-bottom: 60px;
    background-image: url(../images/bg-2-blue.jpg);
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
	
}
#team .container .row {
    margin-bottom: 120px;
    margin-top: 0px;
	
}

.col-lg-7 .feature-thumb {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
}
/*---------------------------------------
      CONTACT             
  -----------------------------------------*/
#contact {
    background-repeat: no-repeat;
    background-position: 0%;
    background-color: rgba(92,194,235,1.00);
    opacity: 1;
    /*clip-path: polygon(0 150px, 100% 0,100% 100%,0 100%);*/
    padding-bottom: 0px;
}
#contact .container {

}

  #contact_form {
    padding: 1em 0;
  }

  #contact_form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
    height: 50px;
    width: 100%;
  }

p {
    font-size: 18px;
    font-family: "Montserrat Regular";
    line-height: 28px;
    color: #5A5A5A;
}
#cotizacion {
    height: 1px;
    display: none;
}


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 100px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    font-size: medium;
  }

.logo-footer {
    width: 200px;
}
#footer h1 {
    color: rgba(255,255,255,1.00);
    font-family: "Montserrat Bold";
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 32px;
    margin-left: 15px;
}
#footer ul {
    color: rgba(255,255,255,1.00);
    list-style-type: none;
    list-style-position: inside;
    margin-left: -25px;
    font-size: 14px;
    line-height: 32px;
}
#footer ul a {
    color: rgba(255,255,255,1.00);
    list-style-type: none;
    list-style-position: inside;
    font-size: 14px;
    line-height: 32px;
}
#footer ul a:hover  {
    color: rgba(69,71,121,1.00);
    list-style-type: none;
    list-style-position: inside;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
}
#footer .iconosocial   {
    float: left;
    margin-left: 10px;
    width: 25px;
}
.social {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}


/*---------------------------------------
      FONTS            
  -----------------------------------------*/

  h1  {
    color: #FFFFFF;
    font-size: 36PX;
    line-height: 50px;
    font-family: "Montserrat Medium";
    margin-bottom: 20px;
  }



h3 {
    font-family: "Montserrat Regular";
    color: #999999;
    font-size: 28px;
    margin-bottom: 20px;
}
.col-md-6.col-sm-12 #contact-form h3 {
    color: rgba(255,255,255,1.00);
}

#team h3 {
	font-family: "Montserrat Regular";
	color: #FFFFFF;
	font-size: 32px;
}
#team2 h3 {
    font-family: "Montserrat Regular";
    color: #FFFFFF;
    font-size: 38px;
}
h3 strong {
    color: #999999;
    font-weight: bold;
}
#team h3 strong {
    color: #FFFFFF;
    font-weight: bold;
}
#team2 h3 strong {
    color: #FFFFFF;
    font-weight: bold;
}
#footer .container .container-fluid {
    height: 120px;
    margin-top: 50px;
    color: rgba(255,255,255,1.00);
    padding-top: 50px;
    border-top: 1px solid rgba(207,117,12,1.00);
    font-family: "Montserrat Medium";
    font-size: 14px;
}
#footer .container .container-fluid a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
#footer .container .container-fluid a:hover  {
    color: rgba(206,172,255,1.00);
    text-decoration: none;
}
.rigths {
    float: right;
}
.footer-alt {
	background: transparent linear-gradient(226deg, #58d3d9 0%, #58d3d9 25%, #454779 100%) 0% 0% no-repeat padding-box;
}
.nosotros {
    background-color: #F9F8FA;
    margin-bottom: 120px;
}
.nosotros-texto {
    padding-top: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
}
.nosotros-texto .row.row-no-gutters {



}
.logobitam {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.logosapien {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.titulo-seccion {
    padding-left: 130px;
    padding-bottom: 30px;
    padding-top: 0px;

}
.titulonosotros {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Montserrat Regular";
	font-size: 46px;
}
.titulo-buscador {
    margin-bottom: 50px;
}
.contenedor-excerpt {
    margin-top: 50px;

}


.excerpt-blog {
}


.image-excerpt {
    width: 370px;
}

.sbx-custom__input::-webkit-search-decoration, .sbx-custom__input::-webkit-search-cancel-button, .sbx-custom__input::-webkit-search-results-button, .sbx-custom__input::-webkit-search-results-decoration {
  display: none;
}

.sbx-custom__input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.sbx-custom__input::-moz-placeholder {
  color: #AAAAAA;
}

.sbx-custom__input:-ms-input-placeholder {
  color: #AAAAAA;
}

.sbx-custom__input::placeholder {
  color: #AAAAAA;
}

.sbx-custom__input:valid ~ .sbx-custom__reset {
  display: block;
  -webkit-animation-name: sbx-reset-in;
          animation-name: sbx-reset-in;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
}

@-webkit-keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}


.pages   {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
}
.pag-link {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.pag-link.disabled > span,
.pag-link.current > span,
.pag-link > a{
    display: block;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1.42857;
    margin-right: 5px;
    padding: 10px 17px;
    position: relative;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pag-link > a{
    background-color: #F9F8FA;
    color: #394166;
    cursor: pointer;
    font-family: "ExoSoft Regular";
}
.pag-link.disabled > span,
.pag-link.current > span{
    background-color: #394166;
    cursor: inherit;
    color: #F9F8FA;
}
.pag-link:active > a,
.pag-link:hover > a,
.pag-link:focus > a {
    background-color: #efeef2 !important;
    border-color: #ec217c #ec217c #58D3D9;
    color: #394166;
}
.titulo-entrada {
    font-weight: bold;

}
.datosdelpost {
    display: inline;
    margin-bottom: 10px;

}

#autor {
    float: left;
    margin-right: 10px;
}
#fecha-post {
    float: left;
    margin-right: 10px;
}
#tiempo-post {
    float: left;
    margin-right: 10px;
}
.parrafos-entrada {
    font-size: 20px;
}
.share {
    width: 24px;
    float: right;
    margin-right: 15px;
}


.media-left a .media-object {
    width: 120px;
    margin-right: 5px;
}
.media .media-body p {
    font-size: 14px;
    line-height: 18px;
}
#alerta_mensaje {
    color: rgba(255,255,255,1.00);
    background-color: rgba(57,65,102,1.00);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 9px;
    display: none;
}
.nosotrosbanner {
    height: 500px;
    background-image: url(../images/BITAM%20letras%203.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 57%;
}
#top .navbar.custom-navbar.navbar-fixed-top .container {
    width: 100%;
}
.sellout {
	color: rgba(255,255,255,1.00);
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 16px;
}
.inteligente {
    color: rgba(92,194,235,1.00);
    font-weight: bold;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.parrafo {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	font-style: italic;
	margin-bottom: 24px;
}
#team ul   {
    color: rgba(255,255,255,1.00);
    line-height: 30px;
}
#team2 ul   {
    color: rgba(255,255,255,1.00);
    line-height: 30px;
}
#team2 .container .row .col-lg-3 p {
    color: rgba(255,255,255,1.00);
    text-align: center;
}
.10razones {
    text-align: center;
}
.barrita {
}

.btn {
    background-color: #F29324;
    border-radius: 3px;
    border: 1px none #ffffff;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 30px;
    font-weight: normal;
    transition: 0.5s;
    font-family: "Montserrat Regular";
    font-style: normal;
}
.btn:hover {
    background-color: #5CC2EB;
    border-radius: 3px;
    border: 1px none transparent;
    color: rgba(255,255,255,1.00);
    font-size: 18px;
    padding: 15px 30px;
    font-weight: normal;
    transition: 0.5s;
    font-family: "Montserrat Regular";
    text-decoration: none;
    font-style: normal;
}
.foto {
    padding-top: 20px;
    padding-bottom: 20px;
}
ul {
  list-style: none; /* Remove default bullets */
}

.row ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: rgba(91,194,234,1.00); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 24px;
}
.col-lg-3 ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: rgba(91,194,234,1.00); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 0px;
}
#home2 {
    background-color: #606060;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    text-align: center;
    display: none;
}
form .checkbox.checkbox-primary #checkbox1 {
    margin-left: 0px;
}

	


@media screen and (max-width: 991px) {
  #home {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }
	
		#home2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    text-align: center;
    visibility: visible;
    display: block;
    background-color: #606060;
}
	
	.custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 0px;
    text-align: center;
    width: 100%;

}
.custom-navbar .nav li a {
    line-height: 40px;
    color: #999999;
    padding-right: 22px;
    padding-left: 22px;
    font-family: "Montserrat Regular";
    height: 45px;
}
footer {
    padding-top: 100px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    font-size: medium;
    text-align: center;
  }
.logo-footer {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.social {
    display: inline-block;
    justify-content: space-between;
    margin-top: 10px;
}

}
