
@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);

body {
	font-family: 'Poppins', sans-serif;
	position: relative;
	font-weight:400;
	background: #fff;
	color:#232323;
	font-size: 16px;
}

body  section{
	padding: 75px 0;
}

a:hover {
	outline: none;
	text-decoration:none;
	color: #232323;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#05469c;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}

img {width:100%;}
.center {text-align: center;}
.justify {text-align: justify;}
.justifyc {text-align: justify;text-align-last: center;}

.imgc {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}

.delay1{
    animation-delay: 0.2s;
}

.delay2{
    animation-delay: 0.4s;
}

.delay3{
    animation-delay: 0.6s;
}

.delay4{
    animation-delay: 0.8s;
}

.delay5{
    animation-delay: 1.0s;
}

.delay6{
    animation-delay: 1.2s;
}

.delay7{
    animation-delay: 1.4s;
}

.delay8{
    animation-delay: 1.6s;
}

.slider-btn {
	background-color:#fc7700;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #fc7700;
	box-shadow: inset 0 0 0 2px #fc7700;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
    background: transparent;
    border-radius: 0;
    border-bottom: 0;
	transition: background-color 600ms linear;
    /* box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px; */
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-fixed-top.scrolled {
	background:  #fff!important;
	background-color: #fff!important;
	transition: background-color 600ms linear;
	box-shadow: 0 0 10px #00000030;
}

#navigation .navbar-toggle{
	margin-top: 20px;
    background-color: #244b9a;
    border-color: #244b9a;
}

#navigation .navbar-toggle:hover {
    background-color: #cd8f00;
    border-color: #cd8f00;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top: 15px
}

#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #05469c;
    background-color: transparent;
}


/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../img/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

/* CARRUSEL FADE */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.logo {width: 60px;padding: 5px 0;}

.btn {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#slider_ {padding: 0;}

#slide_home .caption {
	width: 100%;
    margin: 0;
    position:  absolute;
    top: -70px;
    padding: 50px 50px 0;
    right: 0;
    color: #fff;
	text-align: center;
    background: transparent;
}
#slide_home .caption h2 {
	color: #cd8f00;
    text-transform: uppercase;
    font-weight: bold;
    padding: 80px 50px 0;
    font-size: 4.1em;
}
#slide_home .caption h3 {
	color: #cd8f00;
    font-weight: bold;
    padding: 10px 50px 0;
    font-size: 2.1em;
}

#slide_home .carousel-indicators li {
    width: 10%;
    height: 5px;
    background-color: #dddddd59;
    border: 0px solid #ddd;
}

#slide_home .carousel-indicators .active {
    margin: 1px;
    background-color: #05469c;
}

#slider_ .btn-warning {
    color: #fff;
    background-color: #cd8f00;
    border-color: #cd8f00;
    margin: 35px 0 0 50px;
    border-radius: 33px;
    font-size: 22px;
	font-weight: bold;
    padding: 10px 30px;
}

#slider_ .btn-warning:focus,
#slider_ .btn-warning:hover {
    color: #cd8f00;
    background-color: #fff;
    border-color: #fff;
	box-shadow: 0 0 5px #cd8f00;
}

.bg_img {
	position: absolute;
    right: 0;
    top: 60px;
}

.card_ {
    width: 75%;
    min-height: 110px;
    padding: 30px 25px;
    margin: 0 auto;
    float: none;
    display: inline-block;
    border-radius: 10px;
	text-align: left;
}

.card_ img{
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.card_:hover img{
	/* transform: scale(1.5); */
	/* -webkit-transform: scale(1.5); */
	/* -moz-transform: scale(1.5); */
}

.img_slide {
    width: 95%;
    position: absolute;
    top: 65px;
}

.img_slide_ {
    width: 100%;
    position: absolute;
    top: 200px;
}

.card_ h2 {margin: 0 0 10px;text-transform: uppercase;}

#home_ {
	background: #05469c;
	padding: 100px 0;
	color: #fff;
}

#home_ h2,
#home_ h3 {
	font-weight: bold;
}

.main_title {
	font-size: 7em;
    margin: 0;
}

.info_hm {
	background: #fff;
	padding: 60px 40px;
	color: #232323;
	border-radius: 15px;
    margin: 0 0 30px;
	font-size: 14px;
}

.info_hm h4 {margin: 15px 0;}
.info_hm p {margin: 30px 0 40px;line-height: 2;}

.btn-primary {
    color: #fff;
    background-color: #244B9A;
    border-color: #244B9A;
    border-radius: 0;
    padding: 10px 20px;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #16294e;
    border-color: #16294e;
}

.clr_ {color: #05469c;}
.upp_ {text-transform: uppercase;}

#general {padding: 50px 0 40px;}
#general_ {padding: 50px 0 40px;background: #f2f2f2;}
#gral_ {padding: 50px 0 0;background: #f2f2f2;}

#footer {
    background-color: #244b9a;
	padding: 20px 0;
	color: #fff;
}

footer a {color: #fff;}
footer a:focus, footer a:hover {color: #f3af0f;}

footer ul li {
    list-style-image:  url(../img/bullet.svg);
    padding: 5% 0 3% 3%;
}

.img_ft {padding: 30px;width: 65%;}
.img_ft_ {padding: 30px;width: 210px;}
.space_ft {padding: 10px 0 20px;}

.space_ft i {
	width: 20px;
    text-align: center;
    margin: 0 5px 0 0;
}

.img_mail_ft {
	width: 50%;
    padding: 20px 0;
    margin: 0;
    position: absolute;
    right: 0;
}

#top_ {
	padding: 140px 0  40px;
	background-image: url(../img/bg_top.png);
    background-size: cover;
    color: #244b9a;
}

#top_ h2 {font-size: 4em;}

.quote_ {
	background: #1e73be;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 50px 10px;
	margin: 30px 0;
	font-size: 30px;
}

.pes_info {font-size: 35px;}

.nav-pills>li {
    float: none;
}

.nav-pills>li>a {
    border-radius: 0;
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover {
    color: #05469c;
    background-color: #fff;
}

.nav>li>a {
    color: #232323;
    font-weight: 600;
}

.info_tab {
	height: 300px;
    overflow: auto;
    padding: 20px;
    background: #fff;
}

.no_padd {padding-left: 0;padding-right: 0;}

.info_pp {
	font-weight:bold;
	color: #a0a0a0;
	line-height: 2;
}

#contacto {
	background: linear-gradient(90deg, transparent 20%, #fff 75%), url(../img/contacto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
	padding: 100px 0 50px;
}

#contacto i {
    width: 20px;
    text-align: center;
    margin: 0 5px 0 0;
}


#to_top {
	display: inline-block;
	background-color: transparent;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0 0 5px transparent;
}
#to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 32px;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
#to_top:hover {
  cursor: pointer;
  background-color: #c48f27;
}
#to_top:active {
  background-color: #c48f27;
}
#to_top.show {
  opacity: 1;
  visibility: visible;
}

::selection { background: #05469c; color: #fff;}

/* RESPONSIVE */
@media screen and (max-width: 1380px) {
	
#slide_home .caption { padding: 50px 0 0;}

#slide_home .caption h2 {
    padding: 75px 5px 0;
    font-size: 2.1em;
}

#slide_home .caption h3 {
    padding: 10px 0 0;
    font-size: 1.1em;
}

#slider_ .btn-warning {
    margin: 1% 0 0 0;
    font-size: 10px;
    padding: 15px 30px;
}

.card_ {
    width: 90%;
    margin: 30px auto;
    border-radius: 0;
}

.img_slide_ {
    top: 50px;
}
	
}

@media screen and (max-width: 767px) {

#navigation .navbar {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
}	

.logo {
    width: 70px;
    padding: 5px;
}

.img_mail_ft {
    padding: 0 0;
    right: -1px;
    opacity: 0.1;
}

#contacto {
	background: linear-gradient(90deg, #ffffffe0 0%, #ffffffe0 100%), url(../img/contacto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
	padding: 100px 0 50px;
}

.bg_img {
    right: -100%;
    top: 30%;
    width: 1050px;
}

#slide_home .caption { padding: 50px 0 0;}

#slide_home .caption h2 {
    padding: 75px 5px 0;
    font-size: 2.1em;
}

#slide_home .caption h3 {
    padding: 10px 0 0;
    font-size: 0.7em;
}

#slider_ .btn-warning {
    margin: 1% 0 0 0;
    font-size: 10px;
    padding: 5% 15%;
}

.card_ {
    width: 99%;
    margin: 70px auto 0;
    border-radius: 0;
}

.carousel-fade .carousel-inner .item {
    height: 500px;
}

.main_title {
    font-size: 3.5em;
}
	
}

footer .form-control {
    padding: 10px;
    margin: 0 0 10px;
    font-size: 14px;
    border: 0px solid #ccc;
    border-radius: 0;
}
/* footer .form-control:focus { */
    /* border-color: none; */
	/* background-color: #163b86; */
	/* color: #fff; */
    /* outline: 0; */
    /* -webkit-box-shadow: inset 0 0 0 #fff, 0 0 0 #fff; */
    /* box-shadow: inset 0 0 0 #fff, 0 0 0 #fff; */
/* } */


#videoINDEX {background: #fff;padding: 100px 0;}

#videoINDEX .contentt {
	width: 75%;
	margin: auto;
}

#videoINDEX .plyr {
    border-radius: 10px;
    margin-bottom: 15px;
}
  
@media screen and (max-width: 767px) {
#videoINDEX .contentt {
	width: 95%;
}
}

#footer_ {
    background-color: #244b9a;
    padding: 40px 0 20px ;
    color: #fff;
}
#footer_ .btn-primary {
    color: #fff;
    background-color: #efa334;
    border-color: #efa334;
    border-radius: 0;
    padding: 10px 20px;
}

#footer_ .btn-primary:focus,
#footer_ .btn-primary:hover {
    background-color: #16294e;
    border-color: #16294e;
}

.img_respr_head {
    width: 100px;
    margin: 0 10px;
}

#wa_ .btn-success {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 1031;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
}
#wa_ .btn-success:focus,
#wa_ .btn-success:hover {
    background-color: #128c7e;
    border-color: #128c7e;
}