/*
  Theme Name: Briyam by Webshau!
  Theme URI: https://webshau.com
  Author: Webshau!
*/

@charset "UTF-8";
/***************************  MIXINS  **********************************/
/***************************  [END] MIXINS  **********************************/
/***************************  GENERAL  **********************************/
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #106386;
}

::-webkit-scrollbar {
  height: 5px;
  /* height of horizontal scrollbar ← You're missing this */
  width: 5px;
  /* width of vertical scrollbar */
  background-color: #ffffff;
  border: none;
  margin-top: 20px;
}

*.focus, *:focus, *:active {
  text-decoration: none !important;
  outline: none !important;
}

a {
  color: #ffffff;
}

a:hover {
  text-decoration: none;
  color: #ffffff;
}

::-moz-selection {
  background: #106386;
  color: #ffffff;
}

::selection {
  background: #27aae1;
  color: #ffffff;
}

.p-sm-0 {
  padding: 0;
}

html {
  scroll-behavior: smooth;
  margin: 0!important;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

img, svg {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: znone;
  user-drag: none;
}

b {
  font-weight: 700;
}

ul.naranja {
  list-style-image: url("img/bullet-n.svg");
}

ul.azul {
  list-style-image: url("img/bullet-a.svg");
}

section {
  padding: 100px 0;
}

.form-control:focus {
  box-shadow: none;
}

.or-2 {
  order: 2;
}

.mt-200 {
  margin-top: 200px;
}

.btn-line {
  color: #003349;
  text-transform: uppercase;
  border: 2px solid #003349;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  margin-top: 50px;
  line-height: 1.2;
  display: inline-block;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.btn-line:hover {
  background-color: #003349;
  color: #ffffff;
}

.btn-line-cl {
  color: #003349;
  text-transform: uppercase;
  border: 2px solid #003349;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  margin-top: 50px;
  line-height: 1.2;
  display: inline-block;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  color: #27aae1;
  border-color: #27aae1;
}

.btn-line-cl:hover {
  background-color: #27aae1;
  color: #ffffff;
}

.btn-line-v {
  color: #003349;
  text-transform: uppercase;
  border: 2px solid #003349;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  margin-top: 50px;
  line-height: 1.2;
  display: inline-block;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  color: #ffffff;
  border-color: #98cd48;
}

.btn-line-v:hover {
  background-color: #98cd48;
  color: #003349;
}

.btn-fill {
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #27aae1;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  background-color: #27aae1;
  margin-top: 50px;
  line-height: 1.2;
  display: inline-block;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.btn-fill:hover {
  background-color: #f68723;
  color: #ffffff;
  border-color: #f68723;
}

.title {
  color: #003349;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1;
  letter-spacing: 1px;
}

.subtitle-sup {
  padding: 10px 30px 10px 20px;
  background-color: #27aae1;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  clip-path: polygon(0 0%, 100% 0%, 95% 100%, 0% 100%);
}

.subtitle-sup-verde {
  padding: 10px 30px 10px 20px;
  background-color: #27aae1;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 100px;
  background-color: #98cd48;
  display: inline-block;
  padding: 10px 20px;
  clip-path: none !important;
}

.subtitle-sup-naranja {
  padding: 10px 30px 10px 20px;
  background-color: #27aae1;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 100px;
  padding: 11px 24px;
  background-color: #fff;
  color: #f68723;
}

.pattern-r {
  background-image: url("img/pattern.svg");
  height: 200px;
  width: 500px;
  position: absolute;
  z-index: -1;
  top: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  background-size: contain;
  right: 0;
}

.pattern-l {
  background-image: url("img/pattern.svg");
  height: 200px;
  width: 500px;
  position: absolute;
  z-index: -1;
  top: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  background-size: contain;
  top: 0;
  left: 0;
}

/***************************  [END] GENERAL  **********************************/
/***************************  HEADER  **********************************/
#mainnavbar {
  height: 130px;
  padding: 0 150px;
  background: linear-gradient(#003349, transparent);
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#mainnavbar #logo {
  background-image: url("img/logo-white.svg");
  height: 130px;
  width: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#mainnavbar .nav-item {
  margin-right: 20px;
}
#mainnavbar .nav-item a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#mainnavbar .nav-link {
  font-size: 14px;
  padding: 0px;
}
#mainnavbar .nav-link:hover {
  color: #98cd48;
}
#mainnavbar .btn-line {
  color: #ffffff;
  border-color: #ffffff;
  margin: 0 10px;
}
#mainnavbar .btn-line:hover {
  color: #003349;
  background-color: #ffffff;
}
#mainnavbar .btn-fill {
  background-color: #ffffff;
  margin: 0;
  border-color: #ffffff;
  color: #003349;
}
#mainnavbar .btn-fill:hover {
  background-color: #27aae1;
  border-color: #27aae1;
  color: #ffffff;
}

#mainnavbar.scrolled {
  height: 90px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#mainnavbar.scrolled #logo {
  background-image: url("img/logo.svg");
  height: 70px;
  width: 140px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#mainnavbar.scrolled .nav-link {
  color: #003349;
  font-weight: 600;
}
#mainnavbar.scrolled .nav-link:hover {
  color: #27aae1;
}
#mainnavbar.scrolled .btn-line {
  border-color: #003349;
  color: #003349;
}
#mainnavbar.scrolled .btn-line:hover {
  background-color: #003349;
  color: #ffffff;
}
#mainnavbar.scrolled .btn-fill {
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  color: #FFF;
  background-color: #003349;
  border-color: #003349;
}
#mainnavbar.scrolled .btn-fill:hover {
  background-color: #27aae1;
  border-color: #27aae1;
  color: #ffffff;
}

#mainnavbar-secondary {
  height: 90px;
  padding: 0 150px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#mainnavbar-secondary #logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("img/logo.svg");
  height: 70px;
  width: 140px;
}
#mainnavbar-secondary .nav-item {
  margin-right: 20px;
}
#mainnavbar-secondary .nav-item a {
  text-transform: uppercase;
  font-weight: #003349;
  letter-spacing: 1px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#mainnavbar-secondary .nav-link {
  color: #003349;
  font-weight: 600;
  font-size: 14px;
  padding: 0px;
}
#mainnavbar-secondary .nav-link:hover {
  color: #27aae1;
}
#mainnavbar-secondary .btn-line {
  margin: 0 10px;
  border-color: #003349;
  color: #003349;
}
#mainnavbar-secondary .btn-line:hover {
  background-color: #003349;
  color: #ffffff;
}
#mainnavbar-secondary .btn-fill {
  margin: 0;
  border-color: #003349;
  color: #FFF;
  background-color: #003349;
}
#mainnavbar-secondary .btn-fill:hover {
  background-color: #27aae1;
  border-color: #27aae1;
  color: #ffffff;
}

@media screen and (max-width: 576px) {
  #mainnavbar, #mainnavbar-secondary {
    padding: 0 10px;
    height: 80px;
  }
  #mainnavbar #logo, #mainnavbar-secondary #logo {
    height: 55px;
  }
}
/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: white;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 0;
  margin-left: 30px;
  font-size: 15px;
  margin-bottom: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #003349;
  display: block;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #27aae1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav span {
  font-size: 20px;
  padding: 0;
}

.sidenav .btn-menu {
  color: #ffffff;
  font-weight: 600;
  padding: 14px;
  margin: 0 auto;
  text-align: center;
  background-color: #27aae1;
  font-size: 12px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
/***************************  [END] HEADER  **********************************/
/***************************  HOME  **********************************/
#home {
  padding: 0;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}
#home #main-banner {
  font-size: 60px;
  color: #fff;
}
#home .play img {
  height: 185px;
}
#home .play2 {
  position: absolute;
  left: 30px;
  top: 90px;
}
#home .play2 img {
  height: 190px;
}
#home #index-login #login-cont {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
}
#home #index-login .title {
  font-size: 26px;
  color: #003349;
  margin: 0;
  line-height: 1;
}
#home #index-login .text {
  color: #003349;
  font-size: 12px;
  margin: 10px 0 7px;
  line-height: 1;
}
#home #index-login .form-group {
  padding: 5px;
}
#home #index-login .form-control {
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #003349;
  color: #003349;
  font-weight: 500;
}
#home #index-login .btn-line-v {
  margin: 5px;
  background-color: transparent;
  border-color: #27aae1;
  color: #27aae1;
}
#home #index-login .btn-line-v:hover {
  background-color: #27aae1;
  border-color: #27aae1;
  color: #ffffff;
}

/***************************  [END] HOME  **********************************/
/***************************  CLIENTS  **********************************/
#clientes .text {
  font-size: 24px;
  margin: 0 auto 50px;
}
#clientes img {
  width: auto;
  height: 45px;
  margin: 8px auto;
}
#clientes .logo-cliente {
  margin: 30px 0;
}

/***************************  [END] CLIENTS  **********************************/
/***************************  ABOUT  **********************************/
.img-circle {
  height: 430px;
  width: 430px;
  border-radius: 500px;
  border: 5px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}

#about .img-circle-sm {
  height: 250px;
  width: 250px;
  border-radius: 500px;
  position: absolute;
  top: 250px;
  right: 0;
  border: 5px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}
#about .laptop {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  background-size: contain;
}

/***************************  [END] ABOUT  **********************************/
/***************************  CHARS  **********************************/
#chars .borders {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
#chars .icon {
  margin: 0 0 35px;
}
#chars .icon img {
  width: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}
#chars .subtitle {
  margin: 10px 0;
  color: #003349;
  font-size: 19px;
  text-transform: uppercase;
}

/***************************  [END] CHARS  **********************************/
/***************************  TABLERO  **********************************/
#tablero {
  background-color: #f5f5f5;
}
#tablero .disp {
  display: flex;
  align-content: center;
  padding: 0;
}
#tablero .disp .pattern-r {
  z-index: 1;
}
#tablero .disp img {
  margin: auto 0;
  z-index: 2;
  width: 100%;
}
#tablero ul.bullet {
  list-style-image: url("../../../img/bullet.html");
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.8;
  color: #003349;
}

/***************************  [END] TABLERO  **********************************/
/***************************  MEDODOLOGIA  **********************************/
#metodologia.quad {
  background: linear-gradient(to bottom, #059fa6, #1c81c4);
}
#metodologia.quad::after {
  content: "";
  background: linear-gradient(to bottom, #055d6c, #035472);
  -webkit-mask-image: linear-gradient(to left, white, transparent);
}

#metodologia .title {
  color: #fff;
  text-align: center;
  text-transform: initial;
  border-bottom: 1px solid #fff;
  padding: 0 0 12px;
  width: 100%;
  margin: 15px 0 60px;
}
#metodologia .nav-link.active {
  opacity: 1;
}
#metodologia .nav-link {
  opacity: 0.6;
  background-color: transparent;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 30px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#metodologia .nav-link.active:hover {
  opacity: 1;
}
#metodologia .nav-link:hover {
  opacity: 1;
  color: #ffffff;
}
#metodologia .nav
{
  display: block;
}
#metodologia .tab-content .title {
  font-size: 30px;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
#metodologia .tab-content .text, #metodologia .tab-content ul {
  color: #fff;
  font-weight: 500;
}

/***************************  [END]MEDODOLOGIA  **********************************/

#whatsapp .title
{
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}

#whatsapp .title p b
{
  font-weight: 600!important;
}

#whatsapp .line
{
  height: 2px;
  background-color: #27aae1;
  margin: 10px 0 30px;
  width: 300px;
}

#whatsapp .img-phone
{
  height: 500px;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#whatsapp .cont-wa
{
  padding-left: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#whatsapp .btn-line
{
  margin-right: auto;
  margin-top: 20px;
}
/***************************  DIVISOR  **********************************/
#divisor {
  padding: 50px 0;
}
#divisor .naranja {
  color: #f68723;
  font-weight: 700;
  line-height: 1;
  align-self: center;
  font-size: 20px;
}
#divisor img {
  height: 35px;
  margin: 0 30px;
  align-self: center;
}
#divisor .btn-line {
  margin: 0;
  align-self: center;
  width: auto;
}

/***************************  [END] DIVISOR  **********************************/
/***************************  FOOTER  **********************************/

#contact .wpcf7-submit
{
  margin: 0 auto;
  display: flex;
}
#contact {
  color: #ffffff;
  background-color: #003349;
}
#contact .title {
  color: #ffffff;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 600;
  margin-left: 15px;
}
#contact .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #98cd48;
  color: #fff;
}
#contact .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #ffffff;
}
#contact a {
  color: #98cd48;
}
#contact a:hover {
  color: #f68723;
}
#contact .social {
  display: flex;
  width: 80%;
  /*justify-content: space-between;*/
  margin-top: 10px;
}
#contact .social a {
  color: #ffffff;
}
#contact .social .icon {
  background-color: transparent;
  border: 2px solid #ffffff;
  padding: 9px;
  border-radius: 100px;
  text-align: center;
  width: 44px;
  margin: 0 5px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#contact .social .icon:hover {
  background-color: #98cd48;
  border-color: #98cd48;
  color: #003349;
  cursor: pointer;
}
#contact #info-contact p
{
  color: #90c14f;
  margin: 0;
}

#contact .wpcf7-mail-sent-ok, #demo .wpcf7-acceptance-missing
{
  padding: 8px 20px;
  background-color: #27aae1;
  color: #fff;
  border-color: transparent;
}

#contact .wpcf7-mail-sent-ok, #demo .wpcf7-acceptance-missing
{
  padding: 8px 20px;
  background-color: #27aae1;
  color: #fff;
  border-color: transparent;

}

#contact .wpcf7-validation-errors
{
  padding: 8px 20px;
  background-color: #27aae1;
  color: #fff;
  border-color: transparent;
}

#contact .wpcf7-not-valid-tip
{
  color: #f68723;
}
/***************************  [END] FOOTER  **********************************/
/***************************  MODAL  **********************************/
#solicita-demo-pag .modal-header, #solicita-demo-modal .modal-footer, #login-modal .modal-header, #login-modal .modal-footer {
  padding: 0;
  border: none;
}
#solicita-demo-modal .modal-content, #login-modal .modal-content {
  padding: 20px;
  border-color: transparent;
  border-radius: 30px;
}
#solicita-demo-modal .title, #login-modal .title
{
  text-align: center;
  font-size: 25px;
  color: #f68723;
  margin-bottom: 30px;
}
#solicita-demo-modal .form-group, #login-modal .form-group
{
  margin: 10px 20px;
}
#solicita-demo-modal .form-control, #login-modal .form-control {
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #98cd48;
  color: #003349;
}
#solicita-demo-modal a, #login-modal a {
  color: #98cd48;
}
#solicita-demo-modal a:hover, #login-modal a:hover {
  color: #f68723;
}
#solicita-demo-modal .custom-control, #login-modal .custom-control {
  font-size: 12px;
  margin: 0 20px;
}
#solicita-demo-modal .btn-line-v, #login-modal .btn-line-v {
  margin: 0 auto !important;
  color: #003349;
}
#solicita-demo-modal .btn-line-v:hover, #login-modal .btn-line-v:hover {
  color: #FFFFFF;
}
#solicita-demo-modal .custom-control-input:checked ~ .custom-control-label::before, #login-modal .custom-control-input:checked ~ .custom-control-label::before {
  color: #98cd48;
  border-color: transparent;
  background-color: #f68723;
  box-shadow: none;
}

#login-modal .modal-content {
  padding-bottom: 40px;
}
#login-modal .text {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 18px;
}
#login-modal a {
  color: #f68723;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

/***************************  [END] MODAL  **********************************/

#demo
{
  padding: 200px 0 100px;
}

#demo .form-control {
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #98cd48;
  color: #003349;
  width: 350px;
  margin: 0 auto;
}
#demo a {
  color: #98cd48;
}
#demo a:hover {
  color: #f68723;
}

#demo .title
{
  font-size: 35px;
  color: #f68723;
}

#demo .wpcf7-submit
{
  margin: 0 auto;
  display: flex;
  margin-top: 10px;
}
#demo .custom-checkbox
{
  padding: 0;
  justify-content: center;
  display: flex;
}
#demo .wpcf7-mail-sent-ok, #demo .wpcf7-acceptance-missing
{
  padding: 8px 20px;
  background-color: #1c81c4;
  color: #fff;
  border-color: transparent;
  width: 350px;
}

#demo .wpcf7-mail-sent-ok, #demo .wpcf7-acceptance-missing
{
  padding: 8px 20px;
  background-color: #1c81c4;
  color: #fff;
  border-color: transparent;

}

#demo .wpcf7-validation-errors
{
  padding: 8px 20px;
  background-color: #1c81c4;
  color: #fff;
  border-color: transparent;
  width: 350px;
}

#demo .wpcf7-not-valid-tip
{
  color: #f68723;
  width: 350px;
  margin: 0 auto;
}
/***************************  CREDITS  **********************************/
#credits {
  padding: 0;
  margin: 0 !important;
  background-color: #212121 !important;
  color: #ffffff;
}
#credits img {
  height: 25px;
  width: auto;
}

/***************************  [END] CREDITS  **********************************/
/***************************  PROGRAMAS  **********************************/
#programas-home, #compania-home {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  background-blend-mode: multiply;
  padding: 150px 0 100px;
}
#programas-home .title, #compania-home .title {
  color: #ffffff;
}
#programas-home .text, #compania-home .text {
  color: #ffffff;
}

#programas-intro .title {
  margin: 0 auto;
  margin-bottom: 20px;
}
#programas-intro .text {
  text-align: center;
  padding: 0 150px;
  font-size: 18px;
}

#programas-tipos #cont-tipos {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  top: 240px;
  margin-top: -240px;
}
#programas-tipos .subtitle-sup {
  margin: 0 auto;
  margin-bottom: 25px;
}
#programas-tipos .btn-line, #programas-tipos .btn-line-cl {
  margin: 0 0 40px;
}
#programas-tipos .title {
  font-size: 38px;
  font-weight: 700;
  padding: 0 20px;
}
#programas-tipos #tipoA {
  padding: 60px;
  background-color: #ffffff;
  height: 550px;
}
#programas-tipos #tipoA .subtitle-sup {
  background-color: #003349;
}
#programas-tipos #tipoA .title {
  color: #003349;
}
#programas-tipos .text
{
  margin-bottom: 30px;
}
#programas-tipos #tipoB {
  padding: 60px;
  background-color: #ffffff;
  border-left: 1px solid #eaeaea;
  height: 550px;
}
#programas-tipos #tipoB .subtitle-sup {
  background-color: #27aae1;
}
#programas-tipos #tipoB .title {
  color: #27aae1;
}
#programas-tipos video {
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 105px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f2f2f2;
}
#programas-tipos #paralax-img {
  top: -100px;
  z-index: -1;
}
#programas-tipos #paralax-img div {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-blend-mode: multiply;
  z-index: -1;
}

#programas-tipos iframe
{
  width: 100%;
  height: 300px;
  left: 5%;
  top: 300px;
}

#programas-servicios .pos {
  position: relative;
  top: 400px;
  margin-top: -400px;
}
#programas-servicios .servicio-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  width: 880px;
  height: 600px;
  position: absolute;
  z-index: 1;
  top: 200px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
}
#programas-servicios #info-servicios {
  padding: 100px;
  background-color: #eaeaea;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
#programas-servicios #info-servicios .text {
  margin: 10px 0 40px;
  font-size: 16px;
}
#programas-servicios #info-servicios .servicio-item {
  margin: 10px 0;
}
#programas-servicios #info-servicios .servicio-item .icon {
  display: flex;
  width: 100px;
}
#programas-servicios #info-servicios .servicio-item .icon .icon-w {
  border-radius: 100px;
  margin: auto 0;
  background-color: #003349;
  padding: 30px;
}
#programas-servicios #info-servicios .servicio-item .icon .icon-w img {
  width: 50px;
  height: auto;
}
#programas-servicios #info-servicios .servicio-item .desc {
  margin: 0 0 10px;
  margin-left: 35px;
}
#programas-servicios #info-servicios .servicio-item .desc .small-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #003349;
}
#programas-servicios #info-servicios .servicio-item .desc .text {
  font-size: 15px;
  margin: 0;
}
#programas-servicios .bg-bl {
  background-color: #27aae1;
  height: 550px;
}

#programas-chars .title {
  font-size: 60px;
  font-weight: 700;
  word-spacing: 100vw;
  color: #4d4d4d;
}
#programas-chars .servicio-info-A, #programas-chars .servicio-info-B {
  align-self: center;
}
#programas-chars .servicio-info-B {
  padding-left: 100px;
}
#programas-chars .servicio-img-A {
  display: flex;
  justify-content: flex-end;
}
#programas-chars .servicio-img-B {
  display: flex;
  justify-content: flex-start;
}

/***************************  PROGRAMAS [END]  **********************************/
/***************************  COMPANIA  **********************************/
#compania {
  padding-bottom: 0;
}
#compania .row {
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 19px;
  text-align: center;
}
#compania b {
  color: #27aae1;
}
#compania .text {
  margin: 20px 0;
}
#compania img {
  height: 370px;
}
#compania .cont-text {
  display: flex;
  flex-direction: column;
  align-self: center;
}
#compania .ladoa {
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
#compania .ladob {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
#compania .ladob img {
  transform: rotate(180deg);
}

#counter .gradient {
  background: linear-gradient(to right, #27aae1, #98cd48);
  padding: 3px;
  border-radius: 180px;
  text-align: center;
  display: flex;
  justify-content: center;
}
#counter .number-counter {
  color: #ffffff;
  text-align: center;
  background-color: #003349;
  border-radius: 400px;
  padding: 60px 35px;
  height: 250px;
  width: 250px;
  line-height: 1.5;
}
#counter .extra{
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}
#counter .numscroller {
  font-size: 60px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
}
#counter .desc {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

#compania-ventajas {
  background-color: #f2f2f2;
  color: #003349;
}
#compania-ventajas .title {
  margin: 0 auto;
  margin-bottom: 50px;
}

#partners #partners-img {
  height: 430px;
  width: 100%;
  border-radius: 500px 0 0 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}
#partners .pattern-r
{
  top: 350px;
}
#partners a
{
  height: 100%;
  width: 100%;
}
#partners .logos {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#partners .logos img {
  width: 90%;
  height: auto;
  padding: 0 10px;
  max-height: 60px;
}
#partners .text {
  font-size: 18px;
}
#partners .title {
  margin: 0;
}

/***************************  [END] COMPANIA  **********************************/
/***************************  SOLUCIONES  **********************************/
#soluciones-home {
  margin-top: 80px;
}
#soluciones-home h2 {
  font-size: 60px;
  color: white;
  font-weight: 700;
}
#soluciones-home #soluciones-img p {
  font-size: 18px;
  color: white;
  font-weight: 400;
}
#soluciones-home .tab-info p {
  font-size: 15px;
  color: #003349;
  font-weight: 400;
}
#soluciones-home #soluciones-img {
  height: 600px;
  padding-top: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}
#soluciones-home .home-title {
  align-self: center;
  margin: 0 auto;
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 200px;
}
#soluciones-home .cont-nav {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  background-color: #fff;
  padding: 60px 0;
  padding-right: 60px;
}
#soluciones-home .cont-nav #tab-soluciones {
  left: -80px;
}
#soluciones-home .cont-nav .tab-img {
  height: 380px;
  top: -140px;
  position: relative;
  margin-bottom: -120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}
#soluciones-home .cont-nav .tab-info {
  padding: 0 30px;
}
#soluciones-home .cont-nav .title {
  font-size: 40px;
}
#soluciones-home .cont-nav .subtitle-sup {
  border-radius: 100px;
  background-color: #98cd48;
  display: inline-block;
  clip-path: polygon(0, 50%, 100% 100%, 0% 100%);
}
#soluciones-home .cont-nav .nav-link {
  color: #003349;
  background-color: #f2f2f2;
  margin: 2px 0;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 15px 20px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#soluciones-home .cont-nav .nav-link:hover, #soluciones-home .cont-nav .nav-link.active {
  background-color: #003349;
  color: #ffffff;
}
#soluciones-home #texture-banner {
  background-repeat: repeat-x;
  background-size: auto 35%;
}

@media screen and (max-width: 576px) {
  #soluciones-home .cont-nav {
    padding: 0;
  }
  #soluciones-home .card-header {
    background: #003349;
    padding: 0 0 10px 0;
  }
  #soluciones-home .card-header .btn {
    color: white;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
  }
  #soluciones-home .card-header {
    border-radius: 0 !important;
  }
  #soluciones-home .card-body {
    background-color: #f9f9f9;
    color: #003349;
  }
  #soluciones-home .accordion {
    top: -150px;
    margin-bottom: -200px;
  }
  #soluciones-home .card {
    margin-top: 1px;
    margin-bottom: 1px;
    border: none;
  }
  #soluciones-home .mb-0 {
    margin: 0;
    line-height: 1;
    font-size: 50px;
    text-align: center;
  }

  #soluciones-home #soluciones-img {
    padding-top: 100px;
  }
  #soluciones-home #soluciones-img h2 {
    font-size: 28px;
  }
  #soluciones-home #soluciones-img p {
    font-size: 14px;
    padding: 0 20px;
  }
}



.blog-home, .home-single
{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}
.blog-home .title
{
  color: #FFFFFF;
  text-align: center;
  margin: 50px auto 10px;
}
.blog-home .pattern-r
{
  z-index: 1;
}
#posts .cont-post
{
  text-align: center;
}

#posts .cont-post .title
{
  font-size: 28px;
  margin: 10px;
  color: #27aae1;
}
#posts .cont-post .date
{
  margin-top: 10px;
  color: #717171;
}
#posts .cont-post .text
{
  padding: 0 15px;
}

#posts .cont-post a .article-img
{
  height: 335px;
  border-radius: 200px;
  border: 5px solid #003348;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-single
{
  min-height: 300px;
}

.home-single .pattern-r
{
  position: absolute;
  top: 230px;
  z-index: 1;
}

.home-single .single-img
{
  height: 400px;
  width: 400px;
  position: absolute;
  right: 25%;
  border-radius: 200px;
  border: 5px solid #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-single .date
{
  color: #4d4d4d;
}
.home-single .title
{
  width: 55%;
}

#content
{
  padding-top: 160px;
}

#content .title
{
  margin-bottom: 30px;
  color: #003349;
}



#pagination {
  width: 100%;
}

.page-navi.meta {
  color: RGB(38, 166, 154);
  font-size: 20px;
  font-weight: normal;
  border: solid 1px rgb(221, 221, 221);
  padding: 10px 20px;
  padding-left: 0;
  border-radius:3px;
}

.page-numbers {
  border-right: solid 1px rgb(221, 221, 221);
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
  margin-left:-6px;
}

.page-numbers.current {
  padding: 10px 20px;
  background: RGB(38, 166, 154);
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.page-navi .prev {
  float: left;
  margin-right: 0;
  margin-top: -10px;
  border-right: solid 1px #eee;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal;
}

.page-navi .next {
  float: right;
  margin-top: -10px;
  border-left: solid 1px #ddd;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
}



/***************************  [END] SOLUCIONES  **********************************/
@media screen and (max-width: 576px) {
  .navbar-toggler {
    border: none;
  }

  .navbar-toggler-icon {
    color: white;
  }
}

/*# sourceMappingURL=style.css.map */
