

/*------------------------------------*\
	General
\*------------------------------------*/


/* -- typography -- */

@font-face {
font-family: Gilroy-ExtraBold;
src: url(../fonts/Gilroy-ExtraBold.otf);
}

@font-face {
font-family: Gilroy-Light;
src: url(../fonts/Gilroy-Light.otf);
}

body {
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #434950;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
    font-family: 'Varela Round', sans-serif;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
    font-family: 'Varela Round', sans-serif;
}

a {
    color: #1a5e9f;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #2480D7;
}

.main-color {
    color: #1a5e9f;
}

.white-text {
    color: #FFF;
}

.black-text {
    color: #000;
}

.blue-text {
    color: #1a5e9f;
}

::-moz-selection {
    background-color: #1a5e9f;
    color: #FFF;
}

::selection {
    background-color: #1a5e9f;
    color: #FFF;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


ol {
    list-style: none;
}

ol li::before {content: "•"; color: white;
  display: inline-block; width: 1em;
  margin-left: -1em}


ol.serv li::before {content: "•"; color: #868F9B;
  display: inline-block; width: 1em;
  margin-left: -1em}
/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-0{
	padding-top: 0 !important;
}

.pd-20{
	padding:20px  0 !important;
}

.pd-0{
	padding:0 !important;
}

.align-top{
	vertical-align: top !important;
}

.align-middle{
	vertical-align: middle !important;
}


/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-dark {
    background-color: #092036;
}


/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    background: #092036;
}



/* --  section header  -- */

.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-header .title {
    text-transform: capitalize;
}

.section-header:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #1a5e9f;
    margin: 20px auto 0px;
}

.section-header-white {
    position: relative;
    margin-bottom: 60px;
}

.section-header-white .title {
    text-transform: capitalize;
}

.section-header-white:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #FFF;
    margin: 20px auto 0px;
}

.section-header-left {
    position: relative;
    margin: 60px 0px 40px;
}

.section-header-left .title {
    text-transform: capitalize;
}

.section-header-left:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #1a5e9f;
    margin: 20px 0px 0px;
}

.title-border {
    position: relative;
    margin-bottom: 30px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

.title-border:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #FFF;
    margin: 10px 0px 0px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}

.pb-0{
	padding-bottom: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}

.g-recaptcha-response {
        display: inline-block;
    }


.line{
	height: 1px;
	border-top: 1px solid #ededed;
	padding: 0px 15px 40px;
}	
	
/* --  Scroll mouse icon  -- */
.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
  display: block;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
/* --  Social bar  -- */

.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	right: 0; /* Establecemos la barra en la izquierda */
	top: 33%; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

.social ul {
	list-style: none;
	background: #1a5e9f;
	max-width:48px;
}

.social ul li a {
	min-width:48px;
	display: inline-block;
	color:#fff;
	background: #1a5e9f;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	opacity: 1;
}

.social ul li .fa-facebook:hover {background:#3b5998; opacity: 1;} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .fa-twitter:hover {background: #1DA1F2; opacity: 1;}
.social ul li .fa-instagram:hover {background: #fdf497;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 95%); opacity: 1;}
.social ul li .fa-whatsapp:hover {background: #33CC66; opacity: 1;}
.social ul li .fa-phone:hover {background: #700C70; opacity: 1;}
.social ul li .fa-envelope:hover {background: #c71610; opacity: 1;}

.social ul li a:hover {
	padding: 10px 50px 10px 10px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}

.cont-wtapp{
	width: 350px;
	background-color: #fff;
	position: absolute;
	top: 33%;
	z-index: 9000;
	right: 60px;
	border-radius: 5px;	
}

.tt-wtapp{
	width: 100%;
	padding: 5px 15px;
	background: #33CC66;
	color: #fff;
	font-size:14px;
	border-radius: 5px 5px 0px 0px;	
}

.opt-wtapp{
	width: 100%;
	height:60px;
	font-size:12px;
	border-bottom: 1px solid #ededed;
	color: #868F9B;
	text-align: left;
	display: block;
	border-radius: 5px;
}
a .opt-wtapp {
	color: #868F9B;
	width: 100%;
}
 a:hover .opt-wtapp{
	color: #868F9B;
	background:#ededed;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.ico-wtapp {
	width: 10%;
	height:60px;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	vertical-align: middle;
}

.ico-wtapp img{
    width: 30px;
}

.txt-wtapp{
	width: 80%;
	display: inline-block;
	padding: 10px 15px;
}


.txt2-wtapp{
	font-size:16px;
	color: #414141;
	font-weight: 600;
}

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	opacity:0;
	pointer-events: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	background: rgba(9, 32, 54, 0.4)
}
.modalDialog > div {
	width: 350px;
	background-color: #fff;
	top: 33%;
	z-index: 9000;
	right: 60px;
	border-radius: 5px;	
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.close {
	background: #33CC66;
	color: #FFFFFF;
	border: solid 2px #FFF;
	line-height: 21px;
	font-size: 14px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -12px;
	width: 25px;
	height: 25px;
	text-decoration: none;
	opacity: 1 !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.close:hover { 
	color: #FFFFFF;
	background: #ff0000;
	border: solid 2px #FFF;
	opacity: 1 !important;
}


/* --  Modal  -- */
.mod {
	text-align: center;
	margin: 0;
}

.modal {
	width: 100%;
	height: 100vh;
	background: rgba(8,26,44,0.9);
	
	position: absolute;
	top: 0;
	left: 0;
	
	display: flex;
	
	animation: modal 0s 1s forwards;
	visibility: hidden;
	opacity: 0;
}

.contenido {
	margin: auto;
	width: 60%;
	height: auto;
	text-align: center;
}

#cerrar {
	display: none;
}

#cerrar + label {
	position: absolute;
	color: #fff;
	font-size: 18px;
	z-index: 9999;
	background: #1a5e9f;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 0;
	animation: modal 1s 4s forwards;
	visibility: hidden;
	opacity: 0;
    bottom: 16%;
    left: 40%;
    right: 40%;
}


#cerrar:checked + label, #cerrar:checked ~ .modal {
	display: none;
}

@keyframes modal {
	100% {
		visibility: visible;
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {

/* --  Modal  -- */

.contenido {
	position: absolute;
	width: 90%;
	height: auto;
	bottom:15%;
    left: 5%;
    right: 5%;
}
#cerrar + label {
    left: 20%;
    right: 20%;
	bottom: 80%;
}
	
	.section-header-left p {
		text-align:center !important;
	}
}

@media only screen and (max-width: 767px) {
#inicio .home-wrapper {
    top: 45% !important;
}
	
.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	top:auto;
	bottom: 0;
	right: 0;/* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

.social ul {
	list-style: none;
	background: #1a5e9f;
	max-width:100%;
    text-align: center;
	height: 70px;
}
.social li {
	min-width:15%;
	display: inline-block;
	font-size: 30px;
    text-align: center;
	margin-top: 10px;
}

.social ul li a {
	min-width:100%;
	display: inline-block;
	color:#fff;
	background: #1a5e9f;
	padding: 10px 0px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	opacity: 1;
}

.social ul li .fa-facebook:hover {background:#3b5998; opacity: 1; width: 100%;} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .fa-twitter:hover {background: #1DA1F2; opacity: 1; width: 100%;}
.social ul li .fa-instagram:hover {background: #fdf497;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 95%); opacity: 1; width: 100%;}
.social ul li .fa-whatsapp:hover {background: #33CC66; opacity: 1; width: 100%;}
.social ul li .fa-phone:hover {background: #700C70; opacity: 1; width: 100%;}
.social ul li .fa-envelope:hover {background: #c71610; opacity: 1; width: 100%;}

.social ul li a:hover {
	padding: 10px 0px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}

.section-header-left:after {
    margin: 20px auto 0px;
}

.modalDialog {
	background: rgba(9, 32, 54, 0.6)
	
}
.modalDialog > div {
    width: 90%;
    background-color: #fff;
    top: 25%;
    z-index: 9000;
    right: auto;
	left: 4.5%;
}
.tt-wtapp{
	font-size:15px;	
}

.txt2-wtapp{
	font-size:15px;
}

.scroll-downs {
  display: none;
}
	
}

/* --  Input  -- */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], input[type="pais"], textarea, select {
    height: 40px;
    width: 100%;
    border: none;
	  background: #fff;
    border-bottom: 2px solid #ddd;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}

textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="pais"]:focus, textarea:focus, select:focus {
    border-color: #1a5e9f;
    opacity: 1;
}
.seguros input[type="text"], .seguros input[type="email"], .seguros input[type="password"], .seguros input[type="number"], .seguros input[type="date"], .seguros input[type="url"], .seguros input[type="tel"], .seguros input[type="pais"], .seguros textarea, .seguros select {
    height: 40px;
    width: 100% !important;
    border: none;
	background: #F4F4F4;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    opacity: 1;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
	border-radius: 3px;
	margin: 5px 0 !important;
}

.seguros textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
	border-radius: 3px;
}

.seguros input[type="text"]:focus, .seguros input[type="email"]:focus, .seguros input[type="password"]:focus, .seguros input[type="number"]:focus, .seguros input[type="date"]:focus, .seguros input[type="url"]:focus, .seguros input[type="tel"]:focus, .seguros input[type="pais"]:focus, .seguros textarea:focus, .seguros select:focus {
    border-color: #1a5e9f;
    opacity: 1;
}


/* --  Buttons  -- */

.main-btn, .ae-btn, .seg-btn, .white-btn, .outline-btn, .outline-btn-white, .outline-btn-green {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #1a5e9f;
    color: #FFF;
}

.ae-btn {
    background: #1b8e49;
    color: #FFF;
}

.seg-btn {
    background: #2480D7;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #1a5e9f !important;
    border-color: #1a5e9f;
}

.outline-btn-white {
    background: transparent;
    color: #FFF !important;
    border-color: #FFF;
}

.outline-btn-green {
    background: transparent;
    color: #409661 !important;
    border-color: #409661;
}


.main-btn:hover, .ae-btn:hover, .seg-btn:hover, .white-btn:hover, .outline-btn:hover, .outline-btn-white:hover, .outline-btn-green:hover {
    opacity: 0.8;
}


/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    height: 42px;
    display: block;
	margin-top: 5px;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
	display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
	display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
    }
	.navbar-brand .logo {
    margin-left: 5px;
}
}


/*------------------------------------*\
	Navigation
\*------------------------------------*/


ul.sup-info{
    width: 100%;
	text-align: right;
	color: white;
	font-size: 10px;
}
ul.sup-info > li{
    padding: 3px 0 0 10px;
	display: inline-block;
}

#nav {
    padding: 10px 0px;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
    border-bottom: 1px solid #EEE;
}

#nav.nav-transparent {
    background: transparent;
}


/* -- default nav -- */

@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 0px 12px;
    }
    .main-nav li a {
        font-size: 14px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    .main-nav>li>a {
        color: #092036;
        padding: 15px 0px;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        color: #1a5e9f;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #1a5e9f;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }
    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #2480d7;
        width: 200px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 10px 0px;
    }
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-collapse {
        display: none;
    }
}


/* -- mobile nav -- */

@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: #FFF;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #092036;
        box-shadow: 0px 80px 0px 0px #092036;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #092036;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>li.active {
        border-left: 6px solid #1a5e9f;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: #1a5e9f;
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }
    .dropdown li a {
        padding: 6px 10px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}


/* -- nav btn collapse -- */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #1a5e9f;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}


/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#inicio {
    height: 100vh;
}

#inicio .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.home-content h1 {
  text-transform: uppercase;
}
.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}


/*------------------------------------*\
	About
\*------------------------------------*/

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}

.about i {
    font-size: 36px;
    color: #1a5e9f;
    margin-bottom: 20px;
}

.about:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.about:hover:after {
    width: 100%;
}

.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover h3 {
    color: #fff;
}



/*------------------------------------*\
	Ayudas Económicas
\*------------------------------------*/


.img-responsive{
	background-size:cover;
	max-width: 95%;
	position: absolute;
	left: 0px;
	height: auto;
}
.no-cel{
	display: block;
}
.cel{
	display: none;
}

.especificaciones-bg{
	background-color: #409661;
	color: #FFF;
	padding-bottom: 5px;
    border-radius: 3px;
}

.especificaciones-bg-seg{
	background-color: #a7cbec;
	color: #FFF;
	padding-bottom: 5px;
    border-radius: 3px;
	padding: 20px 0;
}


.especificaciones-bg-index{
	background-color: #409661;
	color: #FFF;
    border-radius: 3px;
}

.especificaciones-bg-seg-index{
	background-color: #2480D7;
	color: #FFF;
    border-radius: 3px;
}

.especificaciones-bg-seg-seg{
	background-color: #409661;
	color: #FFF;
    border-radius: 3px;
	width: 100%;
	padding: 20px;
	margin: 30px 0;
	font-size: 20px;
}

.especificaciones-bg-seg-seg ul{
	padding-bottom: 50px;
}


.especificaciones-bg-seg-ae{
	background-color: #2480D7;
	color: #FFF;
    border-radius: 3px;
	width: 100%;
	padding: 15px;
	margin:0;
	margin-top: -17px;
}

.especificaciones-bg-seg-ae ul{
	padding-bottom: 50px;
}

.especificaciones{
	width: 100%;
	padding: 20px;
	text-align: center;
}

.especificaciones-index{
	width: 100%;
	padding: 20px;
	text-align: center;
}

.especif{
	width: 23%;
	display: inline-table;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

.especif-icon{
	width: auto;
	height: 50px;
}

.aclaracion{
	width: 90%;
	border-top: 1px solid #FFF;
	color:#FFF;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}


.deduccion {
	opacity: 1;
	display: inline-table;
	background-color: #E6F3FF;
    border-radius: 3px;
	padding: 10px !important;
	color: #092036;
	font-size: 14px;
	margin:0 0 10px 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
	width: 100%;
}

.deduccion-index {
	position: relative;
	display: inline-table;
	background-color: #E6F3FF;
    border-radius: 3px;
	padding: 10px !important;
	color: #092036;
	font-size: 14px;
	margin-bottom: 10px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.marg{
	margin-top: -40px;
}


.boton-caracteristicas{
	padding: 0;
	margin-bottom: 20px;
}

.boton-caracteristicas button .seg-cont:before {
	display: none;
}

.seg-cont {
	display:inline-block;
	border: 1px solid #ededed;
	padding: 15px !important;
}

@media only screen and (max-width: 991px) {
.no-cel{
	display: none;
}
	
.cel{
	display: block;
}
	
}

@media only screen and (max-width: 767px) {
	
.especif{
	width: 49%;
}

.wd-100{
	width:100% !important;
}

.especificaciones-bg-seg-seg ul{
	padding-bottom: 0px;
}

.especificaciones-bg-seg-ae ul{
	padding-bottom: 0px;
}

.especificaciones-bg-seg-ae{
	width: 80%;
	text-align: center;
    margin: 20px auto 0;
}

}

/*------------------------------------*\
	Portfolio
\*------------------------------------*/

.work {
    position: relative;
    padding: 20px;
}

.work>img {
  width: 100%;
}

.work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8;
}

.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work .work-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #1a5e9f;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #1a5e9f;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}


/*------------------------------------*\
	Services
\*------------------------------------*/

.masonry-column {
  padding: 0 20px;
}

.masonry-grid > div .thumbnail {
  margin: 5px 1px;
}

.service {
    position: relative;
    padding: 40px 20px 40px 70px;
    margin: 15px 0px 40px;
    border: 1px solid #EEE;
}

.services-icon {
    position: absolute;
    left: 20px;
	margin-top:-3px;
    text-align: center;
    height: 30px;
	width: auto;
    color: #1a5e9f;
	padding-right: 30px;
}

.service:after {
    content: "";
    background-color: #ededed;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.service  .destacado {
    color: #434950;
	font-weight: normal;
}
.service:hover  .destacado {
    color: #1a5e9f;
	font-weight: 500;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.service:hover:after {
    width: 100%;
}

.service h3 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.service:hover h3 {
    color: #1a5e9f;
}

.aclaraciones{
	font-style:italic;
	font-size: 12px;
}


.serv li > .btn-serv{
	opacity: 0;
	font-size: small;
	font-style: italic;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}


.serv li:hover > .btn-serv{
	opacity: 1;
	color: #1a5e9f;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

.blog-content ol.serv li span.italic{
	font-style: italic;
	font-size: 70%;
	line-height: 1 !important;
}
@media only screen and (max-width: 767px) {
	
	.serv li{
		margin-bottom: 15px;
		
	}
	
	.serv li > .btn-serv{
	opacity: 1 !important;
}

}
/*------------------------------------*\
	Why choose us
\*------------------------------------*/

.feature {
    margin: 15px 0px;
}
.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color: #1a5e9f;
    border: 1px solid #1a5e9f;
    margin-right: 5px;
}

/*------------------------------------*\
	Numbers
\*------------------------------------*/

.number {
    text-align: center;
    margin: 15px 0px;
}

.number i {
    color: #1a5e9f;
    font-size: 36px;
    margin-bottom: 20px;
}

.number h3 {
    font-size: 36px;
    margin-bottom: 10px;
}


/*------------------------------------*\
	Pricing
\*------------------------------------*/

.pricing {
    position: relative;
    text-align: center;
    border: 1px solid #EEE;
    background-color: #FFF;
    z-index: 11;
    margin: 15px 0px;
}

.pricing::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: -1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.pricing:hover:after {
    height: 100%;
}

.pricing .price-head {
    position: relative;
    margin-bottom: 20px;
}

.pricing .price-title {
    display: block;
    padding: 40px 0px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .price-title {
    color: #1a5e9f;
}

.pricing .price {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #1a5e9f;
}

.pricing .price h3 {
  font-size: 42px;
  margin: 0px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.pricing:hover .price h3 {
    color: #fff;
}

.pricing .duration {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #10161A;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .duration {
    color: #fff;
}

.pricing .price-btn {
    padding-top: 20px;
    padding-bottom: 40px;
}

/*------------------------------------*\
	Testimonial
\*------------------------------------*/

.testimonial {
    margin: 15px 0px;
}

.testimonial-meta {
    position: relative;
    padding-left: 90px;
    height: 70px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.testimonial img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
}

.testimonial h3 {
    margin-bottom: 5px;
}

.testimonial span {
    font-size: 14px;
    color: #1a5e9f;
    text-transform: uppercase;
}


/*------------------------------------*\
	Team
\*------------------------------------*/

.team {
    position: relative;
    background-color: #F4F4F4;
    padding: 40px 20px;
    margin: 15px 0px;
}

.team::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.team:hover:after {
    height: 100%;
}

.team-img {
    position: relative;
    margin-bottom: 20px;
    z-index: 11;
}

.team-img>img {
  width: 100%;
}

.team .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team:hover .overlay {
    opacity: 0.8;
}

.team .team-content {
    text-align: center;
    position: relative;
    z-index: 11;
}

.team .team-content h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team .team-content span {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team:hover .team-content h3 {
    color: #FFF;
}

.team:hover .team-content span {
    color: #1a5e9f;
}

.team .team-social {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #1a5e9f;
    color: #FFF;
}

.team:hover .team-social {
    opacity: 1;
}


/*------------------------------------*\
	Blog
\*------------------------------------*/

.blog {
    margin: 15px 0px;
}

.blog .blog-content {
    padding: 20px 20px 40px;
}

.blog .blog-meta {
    margin-bottom: 20px;
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161A;
    margin-right: 10px;
}

.blog .blog-meta li i {
    color: #1a5e9f;
    margin-right: 5px;
}


.ayudas {
  background-position: center right;}

.mobile-img, .mobile-img2,.mobile-img3, .mobile-img-index {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; 
}

.seguros{
	height: 100%;
	margin-bottom: 40px;
}

.colorlib-work-featured .img-seguros {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; 
  border-radius: 3px;
  height: 260px;
  margin-bottom: 30px;
	
}

.colorlib-work-featured .img-seguros-v-activo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; 
  border-radius: 3px;
  height: 380px;
  margin-bottom: 30px;
	
}

.colorlib-work-featured .img-seguros-v-pasivo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; 
  border-radius: 3px;
  height: 200px;
  margin-bottom: 30px;
	
}

.colorlib-work-featured .img-seguros-sepelio {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; 
  border-radius: 3px;
  height: 240px;
  margin-bottom: 20px;
	
}

.colorlib-work-featured .mobile-wrap .mobile-img {
    background-position: top;
    height: 726px;
    border-radius: 3px;
}

.colorlib-work-featured .mobile-wrap .mobile-img2 {
    background-position: top;
    height: 730px;
    border-radius: 3px;
}

.colorlib-work-featured .mobile-wrap .mobile-img3 {
    background-position: bottom;
    height: 755px;
    border-radius: 3px;
}

.colorlib-work-featured .mobile-wrap .mobile-img-index {
    background-position: left bottom;
    height: 922px;
    border-radius: 3px;
}

.soporte-icon{
	text-align: center;
	margin: 0 auto;
}

.soporte-icon{
	height: auto;
	width: 80px;
}

@media only screen and (max-width: 991px) {
.colorlib-work-featured .mobile-wrap .mobile-img {
	height: 200px;
    background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}
	
.colorlib-work-featured .mobile-wrap .mobile-img2 {
	height: 200px;
    background-position: top;
	background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}
	
.colorlib-work-featured .mobile-wrap .mobile-img3 {
	height: 200px;
    background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}
	
.colorlib-work-featured .mobile-wrap .mobile-img-index {
	height: 200px;
    background-position: top;
	background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}


}

@media only screen and (max-width: 1024px) {
.colorlib-work-featured .img-seguros-v-activo {
  background-position: top center;
  height: 480px;
	
}

}

@media only screen and (max-width: 991px) {
.colorlib-work-featured .img-seguros-v-activo {
  background-position: top center;
  height: 200px;
  margin-bottom: 20px;
	
}

.colorlib-work-featured .img-seguros-v-pasivo {
  background-position: center center;
  height: 200px;
  margin-bottom: 20px;
}

.colorlib-work-featured .img-seguros-sepelio {
  background-position: top center;
  height: 200px;
  margin-bottom: 20px;
}

.seguros{
	margin-bottom: 40px;
}

.line{
}

}


/*------------------------------------*\
	Blog post
\*------------------------------------*/

#main .blog .blog-content {
  padding: 20px 0px 0px;
}

#main .blog {
  margin-top: 0px;
}

/* -- blog tags -- */

.blog-tags {
    margin: 40px 0px;
}

.blog-tags h5 {
    margin-bottom: 0;
    display: inline-block;
}

.blog-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}

.blog-tags a:hover {
  color: #FFF;
  background-color: #1a5e9f;
}

.blog-tags a i {
    margin-right: 3px;
    color: #1a5e9f;
}

.blog-tags a:hover i {
  color: #FFF;
}


/* -- blog author -- */

.blog-author {
    margin: 40px 0px;
}

.blog-author .media .media-left {
    padding-right: 20px;
}

.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}

.blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.blog-author .media .media-heading .author-social {
  float: right;
}

.blog-author .author-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    margin-left: 5px;
    color: #FFF;
    background-color: #1a5e9f;
}

/* -- blog comments -- */

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #1a5e9f;
    border-bottom: 1px solid #1a5e9f;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #1a5e9f;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}

/* blog reply form */

.reply-form {
    margin: 40px 0px;
}

.reply-form form .input, .reply-form form .input , .reply-form form textarea {
	margin-bottom:20px;
}

.reply-form form .input, .reply-form form .input {
    width: calc(50% - 10px);
    display: inline-block;
}

.reply-form form .input:nth-child(2) {
    margin-left: 15px;
}



/*------------------------------------*\
	Blog sidebar
\*------------------------------------*/

#aside .widget {
    margin-bottom: 40px;
}

.widget h3 {
  text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
	  bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #1a5e9f;
}

/* -- category sidebar -- */

.widget-category a {
    display: block;
    font-size: 14px;
    color: #354052;
    border-bottom: 1px solid #EEE;
    padding: 5px;
}

.widget-category a:nth-child(1) {
  border-top: 1px solid #EEE;
}

.widget-category a span {
    float: right;
    color: #1a5e9f;
}

.widget-category a:hover {
    color: #1a5e9f;
}

/* -- tags sidebar -- */

.widget-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  background: #F4F4F4;
  color: #10161A;
}

.widget-tags a:hover {
  color: #FFF;
  background-color: #1a5e9f;
}

/* -- posts sidebar -- */

.widget-post {
    min-height: 70px;
    margin-bottom: 25px;
}

.widget-post img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.widget-post a {
    display: block;
    color: #10161A;
}

.widget-post a:hover {
    color: #1a5e9f;
}

.widget-post .blog-meta {
    display: inline-block;
}

.widget-post .blog-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #1a5e9f;
    font-size: 12px;
}

.widget-post li i {
    color: #1a5e9f;
    margin-right: 5px;
}



/*------------------------------------*\
	Contact
\*------------------------------------*/
.contact-space{
	height: 90px;
	
}
.contact {
    margin: 15px 0px;
    text-align: center;
}

.contact h3{
	font-family: 'Gilroy-ExtraBold', sans-serif; 
}

.contact i {
    font-size: 36px;
    color: #1a5e9f;
    margin-bottom: 20px;
}

.contact-form {
    text-align: center;
    margin-top: 40px;
}


.contact-form.seguros {
    text-align: center;
    margin-top: 20px;
}

.contact-form .input {
    margin-bottom: 20px;
}

.contact-form .seguros .input {
    margin-bottom: 20px;
	background: #FFF;
}


.contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
    width: calc(50% - 10px);
}

.contact-form .input:nth-child(2) {
    margin-left: 15px;
}


/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
    position: relative;
}

.footer-logo {
    text-align: center;
    margin-bottom: 20px;
}

.footer-logo>a>img {
    max-height: 50px;
}

.footer-follow {
    text-align: center;
}

.footer-follow li {
    display: inline-block;
    margin-right: 0px;
    padding: 0 5px;
	margin-bottom: 20px;
}

.footer-follow li a {
  display: inline-block;
  width:auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #FFF;
  color:#409661;
  padding: 0 20px;
  font-size: small;
}


.footer-follow li a i {
  font-size: 20px;
}
.footer-follow-seg {
    text-align: center;
}

.footer-follow-seg li {
    display:block;
	text-align: center;
}


.footer-follow-seg li a {
  display: block;
  width:90%;
  margin: 0 auto 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #FFF;
  color:#409661;
  padding: 0 20px;
  font-size: small;
}

.footer-follow-seg li a i {
  font-size: 20px;
}

.footer-copyright p {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 70px 0;
	color:#1a5e9f;
}

.blue{
	color: #1a5e9f !important;
}

.footer-copyright p {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}

@media only screen and (max-width: 767px) {

.footer-follow li {
    display:block;
	text-align: center;
}


.footer-follow li a {
  display: block;
  width:90%;
  margin: 0 auto 20px;
}
.footer-copyright p {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 70px 0;
}

}
/*------------------------------------*\
	Responsive
\*------------------------------------*/


@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .section-header h2.title {
  		font-size:31.5px;
	}

  .main-btn , .default-btn , .outline-btn , .white-btn, .outline-btn-white  {
  		padding: 8px 22px;
  		font-size:14px;
	}
	
	.white-btn, .ae-btn, .seg-btn, .outline-btn, .outline-btn-white, .main-btn  {
  		padding: 10px 35px;
  		font-size:18px;
		width: 80%;
	}
	
	.white-btn, .outline-btn-white  {
  		
		width: 47%;
		display: inline-block;
	}
	
	.outline-btn-green{
		font-size: 20px;
	}

  .home-content h1 {
		font-size:36px;
	}

  .header-wrapper h2 {
      margin-bottom: 20px;
      text-align: center;
      display: block;
  }

  .header-wrapper .breadcrumb {
      float: none;
      text-align: center;
  }
  .home-content button {
      margin-top: 10px;
      width: 90%;
	}
}

@media only screen and (max-width: 480px) {
  #portfolio [class*='col-xs'] {
		  width:100%;
	}

  #numbers [class*='col-xs'] {
		  width:100%;
	}

  .contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
      width: 100%;
  }
  .contact-form .input:nth-child(2) {
      margin-left: 0px;
  }

  .reply-form form .input, .reply-form form .input {
      width: 100%;
  }
  .reply-form form .input:nth-child(2) {
      margin-left: 0px;
  }



  .blog-author .media .media-left {
      display: block;
      padding-right: 0;
      margin-bottom: 20px;
  }
  .blog-author .media {
      text-align: center;
  }
  .blog-author .media .media-heading .author-social {
      margin-top: 10px;
      float: none;
  }
  .blog-author .media .media-left img {
      margin: auto;
  }

  .blog-comments .media .media {
      margin:0px -15px;
  }
	.service {
    padding: 40px 20px 40px 20px;
}
	.services-icon {
		position: relative;
		height: 30px;
		color: #1a5e9f;
		padding-right: 10px;
		left: 0px;
		display: inline-block;
	}
	
	.service h3 {
    display: inline-block;
	}
}



/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #EEE;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #1a5e9f;
}
.owl-theme .owl-dots .owl-dot.active span {
	  background: #1a5e9f;
	  width:20px;
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #1a5e9f;
    color: #FFF;
  	padding: 0px;
  	width: 50px;
  	height: 50px;
  	border-radius:3px;
  	line-height: 50px;
  	margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #1a5e9f;
}


/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
  	display:none;
  	position: fixed;
  	bottom: 0px;
  	right: 0px;
  	width: 48px;
  	height: 48px;
  	line-height: 50px;
  	text-align: center;
  	background: #1a5e9f;
  	border-radius:0px;
  	color: #FFF;
  	z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  	cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 767px) {
	#back-to-top {
  	width: 55px;
  	height: 55px;
  	bottom: 60px;
  	right: 12px;
  	border-radius:3px;
}
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-image: url(../img/vita.svg);
    width: 60px;
    height: 60px;
	margin:0 10px;
    -webkit-animation: 1s preload ease-in-out infinite;
            animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius:50%;
}

@-webkit-keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

@keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}
