/*!
Theme Name: comafp
Theme URI: http://COMAFP.COM.PE
Author: Jenner Hoc
Author URI: http://appux.biz
Description: comafp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: comafp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

comafp is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

html {
	/*font-family: sans-serif;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	    text-decoration: none;
	    transition: 250ms color ease-in-out;
}

a:active,
a:hover {
	outline: 0 !important;
	text-decoration: none !important;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	/*color: #004c71;
	font-family: 'Roboto', sans-serif;
	font-size: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;*/
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f0f7fc;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	/*margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding:8px 5px;
	margin-bottom: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: 0;
	color: #111;
  border-color: #007dba;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	/*color: purple;*/
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*===========================================*
					   Custom Style
/*===========================================*/

body{
	background-color: #f0f7fc !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 0.95rem !important;
	line-height: 1.9;
	color: #014363 !important;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden !important;
}

a {
	color:#07a8c7;
  transition: color 135ms ease-in-out,
	background 135ms ease-in-out,
	border 135ms ease-in-out,
	opacity 135ms ease-in-out;
}

h1, h2, h3, h4{
	font-weight: 300 !important;
}

h3 a{
	color: #07a8c7 !important;
}

aside{
	font-size: 0.9rem;
}
aside h2{
	font-size: 1.2rem;
}
.site-main h1{
	font-size: 2.2rem !important;
}

.site-main h2{
	font-size: 1.6rem !important;
	color: #007bff;
}

.site-main h3{
	font-size: 1.5rem !important;
	font-weight: 700;
	color: #555;
	padding-top: 10px;
}

.site-main h4{
	font-size: 1rem !important;
	font-weight: 500;
	color: #555;
	padding-top: 10px;
}

h2{
	font-size: 1.8rem !important;
}

h3{
	font-size: 1.2rem !important;
	color: #07a8c7 !important;
}

h4{
	font-size: 1rem !important;
	color: #52657f;
}

.site-main p {
  margin-top: 0;
  margin-bottom: 1.5rem !important;
}

/* ================================
	BUTTON
*==================================*/
.btn-custom {
		font-size: 0.9em;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background: #47cbdf;
    padding: 0.9em 1.5em;
    text-align: center;
    border-radius: 5em !important;
    min-width: 11.66667em;
    font-weight: normal;
}

.btn-afp a{
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #007bff !important;
		background: #ffffff;
		padding: 0.05rem 1rem;
    border-radius: 1.4rem;
    margin-top: .55rem !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/*============================
 				MENU
 ============================*/
#header{
	position: absolute;
	width: 100%;
	z-index: 40;
}

.bg_blue{
	background: rgba(0, 123, 255, 0.80);
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.navbar-brand{
	z-index: 10000;
}

	 .submenu-indicator {
	     margin-left: 6px;
	     margin-top: 20px;
	     float: right;
	     -webkit-transition: all 0.3s;
	     transition: all 0.3s;
	 }

	 .submenu-indicator-chevron {
	     height: 6px;
	     width: 6px;
	     display: block;
	     border-style: solid;
	     border-width: 0 1px 1px 0;
	     border-color: transparent #70798b #70798b transparent;
	     -webkit-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	     transform: rotate(45deg);
	     -webkit-transition: border 0.3s;
	     transition: border 0.3s;
	 }


	 .menu-main ul.dropdown li a{
    color: #fff;
		line-height: 92px;
}
.menu-main a {
    -webkit-transition: color .3s, background .3s;
            transition: color .3s, background .3s;
}

.menu-main > li {
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
}

.menu-main > li > a {
   display: inline-block;
   padding: 0 12px;
   text-decoration: none;
   color: #ffffff;
   outline: 0;
	 line-height: 50px;
   -webkit-tap-highlight-color: transparent;
}

.menu-main > li.active > a,
.menu-main > li:hover > a {
    color: #113b63;
}

.menu-main ul.dropdown-menu,
.menu-main ul.dropdown-menu li ul.dropdown-menu {
    position: absolute;
    z-index: 1000;
    min-width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 2px;
    white-space: nowrap;
    background: #fff;
}

.menu-main ul.dropdown-menu li {
    position: relative;
    clear: both;
    width: 100%;
    border: 0;
    font-size: 12px;
}

.menu-main ul.dropdown-menu li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 9px 25px 9px 22px;
    text-decoration: none;
    color: #222;
    outline: 0;
    background: 0 0;
    font-size: 11px;
}

.menu-main ul.dropdown-menu li:hover > a {
    color: #333;
}

.menu-main ul.dropdown-menu,
.menu-main ul.dropdown-menu li ul.dropdown-menu {
    border-top: 2px solid #4ace8a;
		border-left:0;
		border-right:0;
		border-bottom:2px solid #4ace8a;
    background: #fbfcfe;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.175);
    box-shadow: 0 3px 6px rgba(0,0,0,.175);
}

.menu-main ul.dropdown-menu li:hover > a{
    background: #4ace8a;
		color: #fff;
}

.menu-main .nav-item.active .nav-link,
.menu-main .nav-item:hover .nav-link {
    color: #4db6f0 !important;
}

/* Menu Mobile */

/* @media (max-width: 768px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
				background: rgba(62, 62, 64, 0.94);
        left: 0;
				padding-top: 120px;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;

				top: 0;
				padding-top: 100px;
				height: 800px;
				width: 80%;
    }
} */

/*nav menu*/
/* .navbar-collapse-custom{
  padding-right: 20px;
}
  @media (max-width: 768px) {
      .navbar-collapse-custom {
          position: absolute;
          top: 50px;
          left: 0;
          padding-left: 35px;
          padding-right: 15px;
          padding-bottom: 15px;
          width: 100%;
      }
      .navbar-collapse-custom.collapsing {
          height: auto;
          -webkit-transition: right 0.3s ease;
               -o-transition: right 0.3s ease;
             -moz-transition: right 0.3s ease;
                  transition: right 0.3s ease;
          left: -100%;
      }
      .navbar-collapse-custom.show {
          top: 0;
          padding-top: 100px;
          left: 0px;
          -webkit-transition: right 0.3s ease-in;
               -o-transition: right 0.3s ease-in;
             -moz-transition: left 0.3s ease-in;
                  transition: left 0.3s ease-in;
          background: rgba(62, 62, 64, 0.94);
          height: 800px;
          width: 300px;
          z-index: 10000;
      }
  } */






/*hamburger menu*/
.hamburger-menu {
  z-index:2;
	position: absolute;
  top: 2px;
  right: 20px;
  width: 30px;
	height: 15px;
	cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
	height: 3px;
}

.bar {
	position: relative;
	transform: translateY(25px);
	background: rgba(255, 255, 255, 1);
	transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	background: rgba(255, 255, 255, 1);
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: rgba(255, 255, 255, 1);
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.bar.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

/*nav menu*/
.show {
  left:0%;
  opacity:1;
}

.hide {
  opacity:0;
  left:100%;
}

.mobile-nav {
  background:rgba(52,73,94,0.9);
  position:absolute;
  top:0;
  width:100vw;
  height:100vh;
  text-align:center;
  transition: .2s ease;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/
}
.mobile-nav ul{
  position:relative;
  top:50%;
  transform: translateY(-50%);
  list-style:none;
}

.mobile-nav a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:0;
  transition:opacity .9s ease-in-out;
}

.mobile-nav.show a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:1;
}

.mobile-nav a:hover {
  color:#2980b9;
}

th {
    font-weight: normal !important;
}
/*=================================
 	SLIDE
==================================*/
.banner-home{
	/*min-height: 400px;*/
	padding-top: 100px;
	position: relative;
	background-size: cover;
	background-position: center center;
	color: #ffffff !important;
}

.banner-home h2{
	color:#ffffff !important;
	font-size: 2.2rem;
}

.banner-home a{
	color:#ffffff !important;
}

.banner-home .lead{
	font-size: 1.0rem;
	color: #ffffff;
}
.control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*border: 1px solid #efefef;*/
    padding: 15px 20px;
    margin: 0 1%;
		background-color: #fff;
    cursor: pointer;
    color: #666;
    font-size: 15px;
    line-height: 22px;
    border-radius: 5px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}


/*.card:not([class*=card-outline-]) {
    border: 0;
}*/

.entry-header h1{
	display: inline-block;
	/* background: linear-gradient(to right, #014363 0%, #69c9f1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,0); */
}

.box-acceso{
	width: 100%;
}
.box-acceso h2{
	font-size: 1.4rem !important;
	margin-bottom: 1.2rem;
	color: #17a2b8;
	display: inline-block;
	/* background: linear-gradient(to right, #014363 0%, #69c9f1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,0); */
}

.box-acceso p{
	font-size: 0.9rem;
	line-height: 1.2rem;
}

.card{
	font-size: 0.85rem !important;
}

.cardW{
	/*border: 1px solid #3BC2DC !important;*/
	border-radius: 10px !important;
	background-color: #ffffff !important;
}
.bg-blue {
    background-color: #4264fb !important;
}

.cardC{
	/*border: 1px solid #3BC2DC !important;*/
	border-radius: 10px !important;
	background-color: #ffffff !important;
}

.cardT{
	font-size: 12px;
	border-radius: 10px !important;
	box-shadow: 0px 0px 30px 0px rgba(133, 197, 218, 0.45);
  background: white;
}

.cardT a{
	color: #fff;
	/* font-size: 12px; */
	border-bottom: 1px dotted #07a8c7;
}

.cardT a:hover{
	color: #333;
}

.cardC p{
	font-size: 0.85rem !important;
}


.cardC h2{
	font-size: 1.15rem !important;
}

.cardC h3{
	color: #3bc2dc;
	font-size: 1.0rem !important;
}

.highlight_email{
	font-size: 0.9vw;
	border-radius: 3px;
	padding: 0 3px;
	background-color: #3bc2dc;
}


.option {
  display: none;
  margin: 2rem 1rem;
}

/*=================================
 	INTRO
==================================*/
.c-content-box {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 27px 3px rgba(0,0,0,0.06);
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}

.box-shadow{
	/*border-top:5px solid #007bff !important;*/
	box-shadow: 0 0 30px 6px rgba(31,51,73,.1) !important;
}

.round-t-bold {
    border-radius: 8px !important;
}

.boximage{

}

.boximage .header_text {
		color: #1d92ff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    letter-spacing: 0.05rem;
}

.boximage .body_text {
		color: #757c85;
		font-size: 0.9rem;
}

.icon--arrow {
    position: relative;
    font-size: 1.25rem;
    transition: 250ms transform ease-in-out;
}

.c-main-features__item:hover,.c-main-features__item:focus{
	transform:scale(1.038)
	}
.c-main-features__item:hover .icon--arrow,.c-main-features__item:focus .icon--arrow{
	transform:translateX(5px);
	}
.c-main-features__item:nth-child(3n+1){
	margin-left:0
	}

	.c-main-features__item {
	    display: block;
	    border-radius: 4px;
	    background-color: rgba(255,255,255,0.85);
	    box-shadow: 0 10px 25px 0 rgba(13,19,26,0.05), 0 5px 10px 0 rgba(13,19,26,0.02);
	    padding: 1.5rem 1.85rem;
	    margin-bottom: 1.25rem;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    transition: 200ms transform ease-in-out;
	}

/*=================================
	 	SECTION
==================================*/
.bgGray{
	background-color: #f6f9fc;
	padding: 50px 0;
}

.banner-home .white-border {
	width: 100%;
  position: relative;
  bottom: -1px;
  overflow: hidden;
}

.image-home{
	padding: 50px 0;
}
	.c-icon {
	    display: inline-block;
	    vertical-align: middle;
	    transition: 150ms opacity ease-in-out;
	}

	.c-icon-doc{
     width: 40px;
     height: 45px;
     background: url(http://appux.biz/comafp/wp-content/themes/comafp/assets/icons/seguro.svg) no-repeat;
     background-size: 40px 45px;
 }

 .c-icon-med{
		width: 40px;
		height: 45px;
		background: url(http://appux.biz/comafp/wp-content/themes/comafp/assets/icons/ayuda.svg) no-repeat;
		background-size: 40px 45px;
}
/*=================================
	PAGE
==================================*/
.padT150{
	padding-top: 150px !important;
}

.rounded-image {
    border-radius: 5px;
}

.circle-image {
    display: block;
    border-radius: 50%;
}

.box-solid {
		min-height: 200px;
		background: linear-gradient(to right, #3fa3f5 0%, #587eee 100%);
	 }

	 .page-header{
	 		height: 80px;
	 		display: flex;
	 		z-index: 5000 !important;
	 	}

	   .img-page {
	     position: relative;
	 		display: -ms-flexbox;
	 		display: -webkit-flex;
	 		display: flex;

	     -ms-flex-direction: column;
	     flex-direction: column;
	     min-width: 0;
	 /*      min-height: 300px; */
	     word-wrap: break-word;
	     background-color: #fff;
	 	}

	  .img-page h2{
		 font-family: 'Titillium Web', sans-serif !important;
	 	 font-size: 2.2rem;
	 	 font-weight: 800;
	 	 color: #fff;
	 	 text-transform: uppercase;
	  }

		.header-default__title::before {
		    content: '';
		    display: block;
		    width: 10rem;
		    height: 2px;
		    margin: 0 0 3rem;
		    background: #014363;
		}

	   .page-title{
	 	  width: 600px;
	   }

.page-center {
	line-height: 1.5;
	font-size: 16px;
	max-width: 850px;
	padding: 25px;
	margin: auto;
	}

.page-centerM {
	line-height: 1.5;
	max-width: 950px;
	font-size: 16px;
	padding: 25px;
	margin: auto;
 }

.comite{

}
.comite h4{
	font-size: 1rem !important;
}
.comite h5{
	font-size: 0.90rem !important;
}
.comite h6{
	font-size: 0.80rem !important;
	color: #5e6e7f;
}
 .member-cargo{
    font-size: .80rem;
		line-height: 0.7rem;
}

.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
/*=================================
	BUTTON
==================================*/
.c-btn-blue{
    border-radius: 0.25rem;
    background-color: #3791fc;
    color: #fff;
}

.c-btn-blue a{
    color: #fff;
}
.c-btn-blue a:hover{
    color: #fff;
}

.c-btn-orange{
    box-shadow: 0 0.125rem 0.25rem rgba(13,19,26,0.3);
    border-radius: 0.2rem;
    background-color: #3BC2DC;
    color: #fff;
}

.c-btn-orange a{
    box-shadow: 0 0.125rem 0.25rem rgba(13,19,26,0.1);
    background-color: #3BC2DC;
    color: #fff;
}

.c-btn {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.50rem 1.0rem 0.50rem;
    transition: 250ms all ease-in-out;
}

.c-btn a {
    text-decoration: none;
    transition: 250ms color ease-in-out;
		color: #ffffff;
}
/*=================================
 	FOOTER
==================================*/

.footer{
	width: 100%;
	font-size: 0.8rem;
	padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #ffffff;
}

/*==================================
  Tabs
 ===================================*/
/* .nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
     background-color: #EEEEEE;
 }

 .nav-pills > li > a {
     line-height: 24px;
     text-transform: uppercase;
     font-size: 12px;
     font-weight: 500;
     min-width: 100px;
     text-align: center;
     color: #555555;
     transition: all .3s;
 }
 .nav-pills > li > a:hover {
     background-color: rgba(200, 200, 200, 0.2);
 }
 .nav-pills>li>a {
    border-radius: 4px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #9c27b0;
    color: #FFFFFF;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(156, 39, 176, 0.6);
} */

.tab-link {
	font-size: 12px;
	display: block;
  padding: .5rem 1rem;
	background-color: white;
	margin-bottom: 5px;
}

.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    color: #fff;
    background-color: #3a92fd !important;
}


/*==================================
  ESTADÍSTICAS
 ===================================*/
.cardE {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}


.cardE h3{
	font-size: 15px !important;
}
.cardE .card-content {
		font-size: 13px;
    padding: 15px 30px;
}


.cardE .header-primary, .cardE .content-primary {
    background: linear-gradient(60deg, #007bff, #3796fb);
}

.cardE .header {
    /* box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); */
    border-top-left-radius: 3px;
		border-top-right-radius: 3px;
    padding: 15px 0;
    background-color: #FFFFFF;
}


.card-nav-tabs .nav-tabs {
    background: transparent;
}

.nav-tabs .nav-link {
	margin-right: 10px;
    border: transparent !important;
		/* background-color: #ffffff; */
}

.nav>li>a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px 15px;
}


.nav-pills {
  	background: transparent;
    padding: 0 15px !important;
}

.card-header {
    margin-bottom: 10px;
}
/*==================================
  TIMELINE
 ===================================*/
 .demo-card:nth-child(1) {
 	order: 1;
 }

 .demo-card:nth-child(2) {
 	order: 6;
 }

 .demo-card:nth-child(3) {
 	order: 2;
 }

 .demo-card:nth-child(4) {
 	order: 7;
 }

 .demo-card:nth-child(5) {
 	order: 3;
 }

 .demo-card:nth-child(6) {
 	order: 8;
 }

 .demo-card:nth-child(7) {
 	order: 4;
 }

 .demo-card:nth-child(8) {
 	order: 9;
 }

 .demo-card:nth-child(9) {
 	order: 5;
 }




 #timeline .demo-card-wrapper {
 	position: relative;
 	margin: auto;
 }

 @media (min-width: 1000px) {
 	#timeline .demo-card-wrapper {
 		display: flex;
 		flex-flow: column wrap;
 		width: 1170px;
 		height: 2900px;
 		margin: 0 auto;
 	}
 }

 #timeline .demo-card-wrapper::after {
 	z-index: 1;
 	content: "";
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	left: 50%;
 	border-left: 1px solid rgba(191, 191, 191, 0.4);
 }

 @media (min-width: 1000px) {
 	#timeline .demo-card-wrapper::after {
 		border-left: 1px solid #bdbdbd;
 	}
 }

 #timeline .demo-card {
 	font-size: 12px;
 	position: relative;
 	display: block;
 	margin: 10px auto 80px;
 	max-width: 94%;
 	z-index: 2;
 }

 @media (min-width: 480px) {
 	#timeline .demo-card {
 		max-width: 60%;
 		box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
 	}
 }

 @media (min-width: 720px) {
 	#timeline .demo-card {
 		max-width: 40%;
 	}
 }

 @media (min-width: 1000px) {
 	#timeline .demo-card {
 		max-width: 450px;
 		/*height: 400px;*/
 		/* margin: 90px; */
 		/* margin-top: 45px;
 		margin-bottom: 45px; */
 	}
 	#timeline .demo-card:nth-child(odd) {
 		margin-right: 45px;
 	}
 	#timeline .demo-card:nth-child(odd) .head::after {
 		border-left-width: 15px;
 		border-left-style: solid;
 		left: 100%;
 	}
 	#timeline .demo-card:nth-child(odd) .head::before {
 		left: 491.5px;
 	}
 	#timeline .demo-card:nth-child(even) {
 		margin-left: 45px;
 	}
 	#timeline .demo-card:nth-child(even) .head::after {
 		border-right-width: 15px;
 		border-right-style: solid;
 		right: 100%;
 	}
 	#timeline .demo-card:nth-child(even) .head::before {
 		right: 489.5px;
 	}
 	#timeline .demo-card:nth-child(2) {
 		/* margin-top: 180px; */
 	}
 }

 #timeline .demo-card .head {
 	position: relative;
 	display: flex;
 	align-items: center;
 	color: #fff;
 	font-weight: 400;

 }

 #timeline .demo-card .head .number-box {
 	display: inline;
 	float: left;
 	margin: 15px;
 	padding: 10px;
 	font-size: 35px;
 	line-height: 35px;
 	font-weight: 600;
 	background: rgba(0, 0, 0, 0.17);
 	border-radius: 3px;
 }

 #timeline .demo-card .head h2 {
 	text-transform: uppercase;
 	font-size: 1.0rem !important;
 	text-align: left;
 	color: white;
 	font-weight: inherit;
 	margin: 0;
 	padding-bottom: 6px;
 	line-height: 1rem;
 }

 @media (min-width: 480px) {
 	#timeline .demo-card .head h2 {
 		font-size: 105%;
 		line-height: 1.2rem;
 	}
 }

 #timeline .demo-card .head h2 span {
 	display: block;
 	font-size: 0.6rem;
 	margin: 0;
 }

 @media (min-width: 480px) {
 	#timeline .demo-card .head h2 span {
 		font-size: 0.8rem;
 	}
 }

 #timeline .demo-card .body {
 	background: #fff;
 	/*border: 1px solid rgba(191, 191, 191, 0.4);*/
 	border-top: 0;
 	padding: 15px;
 	border-bottom-left-radius: 3px;
 	border-bottom-right-radius: 3px;
 }

 @media (min-width: 1000px) {
 	#timeline .demo-card .body {
 		height: 315px;
 	}
 	#timeline .demo-card-m .body {
 		height: 205px;
 	}
 }

 #timeline .demo-card .body p {
 	font-size: 12px;
 	line-height: 18px;
 	margin-bottom: 15px;
 }

 /* #timeline .demo-card .body img {
 	display: block;
 	width: 100%;
 } */

 #timeline .demo-card--step {
 	background-color: #3bc2dc;
 	border-radius: 3px;
 }

 #timeline .demo-card--step .head::after {
 	border-color: #3ac2dd;
 }


 		::-webkit-scrollbar {width:11px; height:11px;}
 		::-webkit-scrollbar-track {border:5px solid #fff; background-color:#eee;}
 		::-webkit-scrollbar-thumb {
 				border:5px solid rgba(0, 0, 0, 0);
 				background-clip:padding-box;
 				background-color:rgba(0, 0, 0, 1);
 		}


/* FAQ */
.faq-accordion .faq-main {
    border: transparent !important;
    margin-bottom: 15px;
    background: #ffffff;
		border-radius: 5px;
		box-shadow: 0 2px 15px rgba(0,0,0,0.1) !important;
}

.faq-title{
	padding-left: 15px !important;
}

.faq-title h4{
	color: #3a92fd;
	font-size: 1.1rem !important;
}

.faq-content{
	padding: 20px 25px;
}

.faq-accordion .faq-main.open h4 {
    color: #50ABC6 !important;
}
