.nav .navbar-nav .centrar-header > li > i{
  color: red !important;
}

/*
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap);
*/
  body {
      /*font-family: 'Montserrat', sans-serif;*/
      font-family: 'Seravek', sans-serif;
      background-size: 100%;
      background-repeat: no-repeat;
      font-size: 20px;
      text-align: justify;
  }
  .negritas{
      font-weight: 900;
      font-weight: bolder;
  }
  .bloque{
      padding-top: 40px;
      padding-bottom: 35px;
  }
  #formulario {
      border-radius: 25px;
      border: 4px solid #5B6871;
      padding: 20px;
  }
  .msg-error {
    color: red;
   }
/*JJGB 27-03-19*/

  .escudogdl {
    /*padding-top:0px;*/
  }
  .escudogdl > img{
    /*height: 350%;*/
    height: 180%;
    /*
    background-color: #FE647C;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    padding:10px;*/
  }

  @media only screen and (max-width: 1024px){
    .escudogdl > img{
      height: 200%;
    }
  }



  @media (min-width: 1200px)
{ /*escritorio*/
  .divisor{
    border-right: solid white; 
    padding-right: 15px;
  }

  .escudod{
    height: 180% !important;
    /*
    height: 350% !important;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    */
  }

  .header_vertical{
    /*padding-top: 20px !important;*/
    height: 80px!important;;
  }

  .header_vertical2{
    padding-top: 0px !important;
  }


  .headertyld{
    height: 60px !important;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05)!important;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
  }

  .headertyld2{
    height: 100px !important;
    /*-webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05)!important;*/
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
  }

  .escudop{
    height: 180% !important;
    /*
    height: 155% !important;
    margin-top: 0px !important;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    */
  }

  .hidden-lg{
      display: none !important;
  }
  /*.backwhite{
    background-color: white;
    transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-timing-function: ease-out;
  }

  .backwhite li a{
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    color: #6B3BE0 !important;
    transition-timing-function: ease-in;
    font-size: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #00C4B3!important;
  }*/

  .subtituloAq{
    margin-top:-25px !important;
    width:50%;
  }

  .fpl{
    width:50% !important; 
    min-width:50% !important; 
    max-width:50% !important;
    display: flex; 
    float:left; 
    margin: auto;
  }
  .fpl .col-md-10{
    margin-top:160px;
  }
  .fpr{
    width:50% !important; 
    min-width:50% !important; 
    max-width:50% !important;
    display: flex; 
    float:left; 
    margin: auto;
  }

  .divtylc{
    width:100% !important; min-width:100% !important; max-width:100% !important;display: flex; float:left; margin: auto;
  }
  .divtylc .divuno{
    width:33% !important; min-width:33% !important; max-width:33% !important;
  }
  .divuno img{
    width:70px;margin-left:200px; padding-top:30px;
  }
  .divuno div{
    margin-left:180px; font-size:15px; font-weight:800 !important;padding-top:10px;
  }
  .divtylc .divdos{
    width:27% !important; min-width:27% !important; max-width:27% !important; color:rgb(122,134,140);
  }
  .divtylc .divtres{
    width:40% !important; min-width:40% !important; max-width:40% !important;display: flex; float:left; margin: auto;
  }
}


@media (max-width: 1200px){ /*celular*/
    .escudo{
      height: 140% !important;
    }

    .hidden-xs{
        display: none !important;
    }
    .subtituloAq{
      margin-top:-35px !important;
      width:90%;
    }

    .header_vertical{
      /*padding-top: 20px !important;*/
      height: 60px!important;;
    }

    .headertyld{
      height: 100px !important;
      -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05)!important;
      transition-duration: .5s;
      -webkit-transition-duration: .5s;
      -o-transition-duration: .5s;
    }
    .escudop{
      height: 120% !important;
      transition-duration: .5s;
      -webkit-transition-duration: .5s;
      -o-transition-duration: .5s;
    }

    .escudod{
      height: 150% !important;
      transition-duration: .5s;
      -webkit-transition-duration: .5s;
      -o-transition-duration: .5s;
    }

    .fpl{
      width:90% !important; 
      min-width:90% !important; 
      max-width:90% !important;
    }
    .fpr{
      width:90% !important; 
      min-width:90% !important; 
      max-width:90% !important; 
      padding-right: -10px;
    }
    .fpc{
      width: 100% !important;
    }
    


    .divtylc .divuno{
      width:100% !important; min-width:100% !important; max-width:100% !important; text-align: center; margin-top:-10px;
    }
    .divuno img{
      width:90px; padding-top:15px;
    }
    .divuno div{
      font-size:15px; color:rgb(24,203,196); font-weight:800 !important;padding-top:10px;
    }
    .divtylc .divdos{
      width:100% !important; min-width:100% !important; max-width:100% !important; color:rgb(122,134,140); padding-left:15px;
    }
    .divtylc .divtres{
      width:100% !important; min-width:100% !important; max-width:100% !important; padding-left:15px;
    }
}

/***** START TEXT COLORS *****/
pre, .bg-dark, .navbar-default .navbar-brand, .navbar-default .navbar-text, .navbar-default .navbar-nav > li > a, .navbar-default .dropdown-header,
.navbar-default .dropdown-menu > li > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
navbar-default .navbar-link:hover, .navbar-default .btn-link:hover, .navbar-default .btn-link:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.panel-default > .panel-heading, .cd-hero .container h1, .cd-hero .container h2, .arrow-nav a, .pagination li.active a, .pagination li a:hover, .pagination li a:active, .pagination li a:focus,
.pagination li.active a:hover, .pagination li.active a:active, .pagination li.active a:focus, #services-4 .feature i, #pricing-1 .top, .team-item .team-top ul li a, .portfolio-item-desc,
.portfolio-item-desc a, .portfolio-item .portfolio-top .portfolio-tag, .portfolio-item .portfolio-top .portfolio-tag a, .portfolio-item .portfolio-top ul li a,
.product-item .product-item-top .product-item-tag, .product-item .product-item-top .product-item-tag a, .product-item .product-item-top ul li a
{
    /*color: #7d868c;*/
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-link, .navbar-default .btn-link, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus,
.portfolio-item-desc a:hover, .portfolio-item .portfolio-top .portfolio-tag a:hover, .product-item .product-item-top .product-item-tag a:hover, #footer a:hover, footer a:active
{
    /*color: #DDD;*/
    color: white;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, #footer a
{
    color: #CCC;
}

#title .breadcrumbs, .bigfeature-heading .text-muted, blockquote::before, .portfolio-controls li, #blog-grid .blog-meta, #blog-list .blog-meta, #blog-single .blog-meta
{
    color: #888;
}

a:not(".ancla-menu"), blockquote, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus 
{
    /*color: #666;*/
    text-align: left;
    /*font: normal normal medium 18px/22px Montserrat;*/
    font-size: 18px;
    /*font-family: Montserrat;*/
    font-family: 'Seravek', sans-serif;
    letter-spacing: 0px;
    color: #04B3E8;
}

#services-4 .feature p
{
    color: #555;
}

a:hover:not(".ancla-menu"), a:active, a:focus, .bigfeature-heading, .bigfeature-icon, .pagination li a, .portfolio-item .portfolio-top ul li a:hover, .product-item-inner .product-price, .product-item .product-item-top ul li a:hover,
.team-item .team-top ul li a:hover
{
    /*color: #333;*/
    text-align: left;
    /*font: normal normal medium 18px/22px Montserrat;*/
    font-size: 18px;
    /*font-family: Montserrat;*/
    font-family: 'Seravek', sans-serif;
    letter-spacing: 0px;
    color: #04B3E8;
}

#services-4 .feature h4
{
    color: #222;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge, #services-3 .big-icon:hover
{
    color: #111;
}

.portfolio-controls li.active
{
    color: #000;
}

.bigfeature-icon, #counters i, #services-2 h4 b, .big-icon, h1 b, h2 b, h3 b, h4 b, .preloader-animation
{
    /* color: #333; */
}
.progress-bar{
	background-color: #ff5bbf;
}
#services-3 .big-icon:hover
{
    color: #555;
}

#intro h1 b, #intro h2 b, #intro h3 b, #intro h4 b, #call-to-action h1 b, #call-to-action h2 b, #call-to-action h3 b, #call-to-action h4 b
{
    color: #FFF;
}
/***** END TEXT COLORS *****/




/***** START BACKGROUND COLORS *****/

.list-group-item.active > .badge, .nav-pills > .active > a > .badge, .team-item .team-top ul li a:hover, .portfolio-item .portfolio-top ul li a:hover, .product-item .product-item-top ul li a:hover
{
    background-color: #fff;
}

.bg-gray
{
    background-color: #EEE;
}

.navbar-default .navbar-toggle .icon-bar
{
    background-color: #DDD;
}

.panel-default > .panel-heading, #pricing-1 .top
{
    background-color: #AAA;
}

.bg-dark, .pagination li.active a, .pagination li a:hover, .pagination li a:active, .pagination li a:focus, .pagination li.active a:hover, .pagination li.active a:active, .pagination li.active a:focus,
#services-4 .feature i, #pricing-1 .featured .top, .team-item .team-top ul li a, .portfolio-item .portfolio-top ul li a, .product-item .product-item-top ul li a
{
    /*background-color: #333;*/
    background-color:#7d868c;
}

.btn-primary, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .label-primary, .progress-bar-primary
{
    background-color: #111;
}

 pre, .navbar-default .divider, .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus, .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover,
 .navbar-default .navbar-toggle:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:target, .btn-primary:active:focus, .owl-theme .owl-controls .owl-buttons div
{
    background-color: white;
    color: #395cad;
}

 .navbar-default, .cd-hero .container h2, .team-item .team-top .mask, .portfolio-item-desc, .portfolio-item .portfolio-top .mask, .product-item .product-item-top .mask
{
    background-color:#395cad !important;
    color: white;
z-index: 2000;}

/*JJGB 30-01-2020*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .dropdown-menu, /*.navbar-default .navbar-toggle,*/ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus, .arrow-nav a:hover, #footer_, .bg-mask-black
{
    /*background-color:rgba(0,0,0,0.8);
    color: #7d868c;*/
    color: white !important;;
    /*background-color:rgba(255,255,255,255);*/
    background-color: #395cad !important;
    -webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
}

/*JJGB 30-01-2020*/
.dropdown-menu > li
{
    /*background-color:rgba(0,0,0,0.8);
    color: #7d868c;*/
    color: #666 !important;;
    /*background-color:rgba(255,255,255,255);*/
    background-color: white !important;
    -webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
}

 .arrow-nav a
{
    /*background-color: rgba(0, 0, 0, 0.3);*/
}
#footer{
    /*background-color:rgba(0,0,0,0.8);*/ background-color:#7d868c;
}
/***** END BACKGROUND COLORS *****/

/***** START BORDER COLORS *****/
#pricing-1 ul li, #pricing-2 ul li, #pricing-3 ul li, #blog-grid .blog-meta, #blog-list .blog-meta, #blog-single .blog-meta
{
    border-color: #DDD;
}

.widget h4, #blog-grid .blog-item, #blog-list .blog-item, .reviews-list .media-body, #shop .product-item
{
    border-color: #CCC;
}

#shop .product-item:hover, #blog-list .blog-item:hover, #blog-grid .blog-item:hover
{
    border-color: #BBB;
}

#pricing-1 .price, #pricing-2 .price, #pricing-3 .price
{
    border-color: #AAA;
}

.form-control:focus, blockquote
{
    border-color: #999;
}

#pricing-1 .featured, #pricing-2 .featured, #pricing-3 .featured
{
    border-color: #555;
}

.pagination li.active a, .pagination li a:hover, .pagination li a:active, .pagination li a:focus, .pagination li.active a:hover, .pagination li.active a:active, .pagination li.active a:focus
{
    border-color: #333;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:target, .btn-primary:active:focus,
.panel-default > .panel-heading
{
    border-color: #7d868c; /*JJGB 31-01-2020*/
}
/***** END BORDER COLORS *****/




/***** START SHADOWS *****/
.btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(0, 0, 0, 0.19);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(0, 0, 0, 0.19);
}

.cd-hero .container {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

#blog-grid .blog-item:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#blog-list .blog-item:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#shop .product-item:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/***** END SHADOWS *****/



/***** START COLLAPSED NAVBAR *****/
@media (max-width: 995px) {
    .navbar-collapse {
        /*background-color: rgba(0,0,0,0.8);*/
        background-color: #395cad;
        color: white;
        border-color: #000;
        font-weight: bold;
        text-align: center; /*JJGB 30-01-2020*/
    }
    .navbar-default .navbar-nav > li > a {
        /*color: #EEE;*/
        color:white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu,
    .navbar-default .navbar-nav .open .dropdown-submenu  {
        /*background-color: rgba(0,0,0,0.8);*/
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      /*color: #DDD;*/
        color: #7d868c; /*JJGB 30-01-2020*/
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        /*color: #FFF;*/
        color: #7d868c; /*JJGB 30-01-2020*/
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #DDD;
        background-color: rgba(0,0,0,1);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
    }
}
/***** END COLLAPSED NAVBAR *****/
.navbar-toggle{
    border-color:#7d868c !important;
}


.change .b1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 4px);
  transform: rotate(-45deg) translate(-5px, 4px);
}

.change .b2 {opacity: 0;}

.change .b3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
}

.dropdown-menu{
  background-color:white !important;
}



@media only screen and (max-width: 1024px){
  .escudogdlt > img{
    height: 110%;
  }
}


.navbar-header {
  z-index: 1001 !important;
}

.navbar-collapse {
  z-index: -1 !important;
}

/*JJGB 30-01-2020*/
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 640px !important;
}
.dropdown-toggle .dropdown-menu > li > a {
  color: white !important;
}







.btn-tyl{
  font-size:15px;
  padding-bottom:10px;
  padding-top:10px;
  cursor:pointer;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
}
.btn-tyl:hover{
  font-size:15px;
  padding-bottom:10px;
  padding-top:10px;
  cursor:pointer;
  background-color:rgb(255,255,255);
  -webkit-box-shadow:0 4px 5px 0 rgba(.10,.10,.10,.10)!important;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
}

.btn-tyl:active{
  font-size:15px;
  padding-bottom:10px;
  padding-top:10px;
  cursor:pointer;
  background-color:rgb(246,246,247);
  -webkit-box-shadow:0 4px 5px 0 rgba(.10,.10,.10,.10)!important;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
}


.btn-tyl-descarga > center > img{
  width:20%;
}
.btn-tyl-descarga > center > h3{
  font-weight:bold;
  padding-bottom:20px;
  color:#7d868c;
}
.btn-tyl-descarga > center > h3 > span{
  color:rgb(235,76,152);
  font-weight:900 !important;
  border: solid rgb(247,235,95) 2px;
  padding:6px;
}





/*
* BREAKPOINT DE BOOTSTRAP 3
*/

/* Extra small devices (phones, less than 768px 'col-xs') */
@media (max-width: 767.98px) { 
  
}

/* Small devices (tablets, 768px and up 'col-sm') */
@media (min-width: 768px) and (max-width: 991.98px) { 

}

/* Medium devices (desktops, 992px and up 'col-md') */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  
}

/* Large devices (large desktops, 1200px and up 'col-lg') */
@media (min-width: 1200px) { 

}

.titulo {
  color: #5A6771 !important;
  text-align: center;
  font-size: 36px !important;
  margin: 20px 0px;
  font-weight: bold;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Seravek', sans-serif;
  line-height: normal;
}

.btns a {
  background: #395cad;
  /* float: left; */
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
}

.separador {
  border: 1px solid #E6E6E8;
}

.bt-ver-mas {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  background-color: #395cad ;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #395cad ;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bt-ver-mas_a {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #395cad ;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #395cad ;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.color-blanco {
  color: #fff !important;
}

.text-tramite {
  background-color: #40BFE5;
  color: #FFF;
  padding: 7px 13px 0px 13px;
  /* margin-top: 13px; */
}

.mt20{
  font-size: 14px !important;
  /*font-family: 'Roboto', sans-serif !important;*/
  font-family: 'Seravek', sans-serif;
  color: #949CA1;
  font-weight: bold;
}

.fondo-rosa{
  color: #FFF;
  background-color: #395cad;
}

.fondo_link{
  color: #395cad;
  text-decoration: none;
}

h3 {
  font-size: 20px !important;
  /*color: #525657;*/
  color: #00263e;
  font-weight: bold;
  /*font-family: 'Roboto', sans-serif !important;*/
  font-family: 'Seravek', sans-serif;
}
