/*--------------------------------------------------------------
#fonts #fuentes de letras
--------------------------------------------------------------*/
@font-face{
  font-family: "Nunito";
  src: url("../lib/font-awesome/fonts/Nunito-Regular.ttf");
}
@font-face{
  font-family: "Open Sans";
  src: url("../lib/font-awesome/fonts/OpenSans-Regular.ttf");
}
@font-face{
  font-family: "Montserrat";
  src: url("../lib/font-awesome/fonts/Montserrat-Regular.ttf");
}
@font-face{
  font-family: "Montserrat-Black";
  src: url("../lib/font-awesome/fonts/Montserrat-Black.ttf");
}
@font-face{
  font-family: "Montserrat-Medium";
  src: url("../lib/font-awesome/fonts/Montserrat-Medium.ttf");
}
/*--------------------------------------------------------------
#body
--------------------------------------------------------------*/
body {
  background: #ffffff;
  color: #070707;
  font-family: "Nunito", sans-serif;
  /*font-family: "Biennale", sans-serif;*/
  margin: 0;
  padding: 0;
}

a {
  color: #092753;
  transition: 0.5s;
  font-family: "Nunito", sans-serif;
}

a:hover,
a:active,
a:focus {
  color: #092753;
  outline: none;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
}
p {
  padding: 0;
  margin: 0 0 40px 0;
  font-family: "Nunito", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  /*font-family: "Biennale", sans-serif;*/
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
/*--------------------------------------------------------------
#pagination
--------------------------------------------------------------*/
.pagination {
  margin-bottom: 5px;
}
.pagination .page-link {
  color: #1E3859;;
  border-radius: 0;
  border-color: #1E3859;;
  font-size: 18px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
}
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  /*color:#fcec04;*/
  color: #D9CE3B;
  /*background: #253b80;*/
  background: #1E3859;
  /*color: #d7b369;
  background: #004279;*/
  font-size: 18px;
}
.pagination .disabled .page-link {
  color: #999999;
}
/*--------------------------------------------------------------
#imagen-widget
--------------------------------------------------------------*/
 .image-widget {
  display: block;
  width: 100%;
  overflow: hidden;
}
.image-widget img {
  max-width: 100%;
  border-radius: 5px;
  transition: .3s;
}
.image-widget img::after{
   content: '';
    position: absolute;
  background-color: rgba(41, 34, 35, 0.75);
}
.image-widget img:before{
  content: '';
   position: absolute;
 background-color: rgba(41, 34, 35, 0.75);
}
.image-widget img:hover {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
#blog slide
--------------------------------------------------------------*/
.blog-slide h2{
	font-weight: 600;
	font-size: 45px;
	margin-bottom: 20px;
	text-align: center;
}
.post-slide{
    margin: 0 15px;
    background: #fff;
    border-bottom: 4px solid #1273eb;
}
.post-slide .post-header{
    padding: 15px 20px;
}
.post-slide .title{
    margin-bottom: 5px;
}
.post-slide .title a{
    font-size: 15px;
    color: #323232;    
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}
.post-slide .title a:hover{
    color: #fd6058;
    text-decoration: none;
}
.post-slide .post-bar{
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 20px;
    color: #1273eb;
}
.post-slide .post-bar li a{
    font-size: 15px;
    color: #808080;
    text-transform: capitalize;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color: #1273eb;
}
.post-slide .post-bar li img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.post-slide .post-bar li i,
.post-slide .post-bar li img{
    margin-right: 5px;
}
.post-slide .pic{
    overflow: hidden;
    position: relative;
}
.post-slide .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    /*transition: all 0.9s ease 0s;*/
}
.post-slide:hover .pic:after{
    background: rgba(255,255,255,0.2);
}
.post-slide .pic img{
    width: 100%;
    height: auto;
    transform:  scale(1,1);
   /*transition: all 0.6s ease-in-out 0s;*/
}
.post-slide:hover .pic img{
    transform: scale(1.5,1.5);
}
.post-slide .post-category{
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1273eb;
    z-index: 1;
}
.post-slide .post-category li{
    display: inline-block;
    text-transform: uppercase;
}
.post-slide .post-category li:after{
    content: " ,";
    color: #fff;
}
.post-slide .post-category li:last-child:after{
    content: "";
}
.post-slide .post-category li a{
    color: #fff;
}
.post-slide .post-category li a:hover{
    text-decoration: none;
    color: #333;
}
.post-slide .post-description{
    font-size: 16px;
    color: #808080;
    padding: 15px;
}
@media only screen and (max-width: 480px) {
    .post-header .post-bar li{
        margin-right: 5px;
    }
}
/*--------------------------------------------------------------
#table
--------------------------------------------------------------*/
table {
  font-family: "Nunito", sans-serif;
}
table thead {
  color: #d7b369;
  /*background-color: #004279;*/
  /*background-color: #253b80;*/
  background-color: #1E3859;
  font-family: "Nunito", sans-serif;
}
table th{
  font-family: "Nunito", sans-serif;
}
table td {
  font-family: "Nunito", sans-serif;
}
/*--------------------------------------------------------------
#footer1
--------------------------------------------------------------*/
.footer1 { 
	width:100%; 
	background: url(../img/footer-bg.jpg) no-repeat center;
	background-size: cover;
	min-height:200px; 
	padding:10px 0px 15px 0px;
	}
.pt2 { 
	padding-top:40px ;
	margin-bottom:20px ;
	color: #ffffff;
	font-weight: 500;
	}
.footer1 p { 
	font-size:15px; 
	color:#CCC; 
	padding-bottom:0px; 
	margin-bottom:8px;
	}
.mb10 { 
	padding-bottom:0px ;
	}
.footer1_ul_amrc { 
	margin:0px ; 
	list-style-type:none ; 
	font-size:14px; 
	padding:0px 0px 10px 0px ; 
	}
.footer1_ul_amrc li {
	padding:0px 0px 5px 0px;
	}
.footer1_ul_amrc li a{ 
	color:#cccccc;
	font-size: 15px;
	font-weight: 400;
	}
.footer1_ul_amrc li a i{
	margin-right: 5px;
}
.footer1_ul_amrc li a:hover{ 
	color:#fff; 
	text-decoration:none;
	}
.footer1_ul_amrc li .media-left{
	margin-right: 10px;
}
.footer1_ul_amrc li .media-left img{
	max-width: 50px;
}
.footer1_ul_amrc li .media-body p{
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}
.footer1_ul_amrc li .media-body span{
	color: #cccccc;
	font-size: 14px;
	font-weight: 400;
}
.fleft { 
	float:left;
	}
.padding-right { 
	padding-right:10px; 
	}
.footer1_ul2_amrc {
	margin:0px; 
	list-style-type:none; 
	padding:0px;
	}
.footer1_ul2_amrc li p { 
	display:table; 
	}
.footer1_ul2_amrc li a:hover { 
	text-decoration:none;
	}
.footer1_ul2_amrc li i { 
	margin-top:5px;
	}
.footer1_ul2_amrc li a {
	color: #1273eb;
	font-size: 12px;
}
.bottom_border { 
	border-bottom:1px solid #323f45; 
	padding-bottom:20px;
	}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { 
	display:inline;
	}
.foote_bottom_ul_amrc li a {
	color:#ffffff; 
	margin:0 12px;
	font-size: 16px;
	font-weight: 300;
	}
.footer1-logo{
	padding: 20px 0px;
	text-align: center;
}
.copyright{
	margin-top: 30px;
}
.copyright h6{
	font-family: "Nunito", sans-serif;
}
.copyright a{
	color: #1273eb;
	text-decoration: underline;
}
.copyright a:hover{
	color: #ffffff;
	text-decoration: none;
}
.social_footer1_ul { 
	display:table; 
	margin:15px auto 0 auto; 
	list-style-type:none;
	padding: 0;	
	}
.social_footer1_ul li { 
	padding-left: 5px; 
	padding-top:  5px; 
	float:left; 
	}
.social_footer1_ul li a { 
	color:#CCC; 
	border:2px solid #CCC; 
	padding: 2px;
	border-radius:50%;
	}
.social_footer1_ul li i {  
	width:20px; 
	height:20px; 
	text-align:center;
	}
.social_footer1_ul li a:hover {
	color: #1273eb; 
	border:2px solid #1273eb; 
}
.footer1-social{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer1-social li{
	display: inline-block;
}
/*--------------------------------------------------------------
#button
--------------------------------------------------------------*/
.hb {
	display: inline-block;
	position:relative;
	text-align: center; /*  Default text align center */
	z-index: 0;
}
.hb:before,
.hb:after {
	position: absolute;
	content: "";  
	left: 0;
	top: 0;
	z-index: -1;
}
.hb:before {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
.hb:after {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.hb i {
	z-index: 9;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.hb,
.hb:before,
.hb:after { 
	 box-sizing: border-box;
	 /* default transition time is set .25s = 250 millisecond  
	 Uncomment following if you want to set transition on hexagon color change */ 
	 -webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.hb-xs-margin {
    margin: 5px;
    display: inline-block;
    overflow: hidden;
}	
.hb-xs {
    line-height: 18.5px;
    font-size: 18.5px;
    margin: 9.5px 0;
}
.hb-xs, .hb-xs::after, .hb-xs::before {
    height: 18.5px;
    width: 32px;
}
.spin,
.spin-icon i {
	-webkit-transition: -webkid-transform .25s  ease;
	   -moz-transition: -moz-transform .25s  ease;
	    -ms-transition: -ms-transform .25s  ease;
	     -o-transition: -o-transform .25s  ease;
	        transition: transform .25s  ease;
}
.spin-icon:hover i,
.spin:hover {
	-webkit-transform:rotate(360deg);
	   -moz-transform:rotate(360deg);
	    -ms-transform:rotate(360deg);
	     -o-transform:rotate(360deg);
			transform:rotate(360deg);	
}
.hb:hover,
.hb:hover:before,
.hb:hover:after {
	background: transparent;  
	border-left:1px solid #2ecc71;
	border-right:1px solid #2ecc71;  
	color: #2ecc71; /* Default hover font color */
}
.hb-facebook,
.hb-facebook:before,
.hb-facebook:after {
	background: #3B5998;
	border-color: #3B5998;
	color: #ffffff;
}
.hb-facebook:hover,
.hb-facebook:hover:before,
.hb-facebook:hover:after {
	background: transparent;
	border-color: #3B5998;
	color: #3B5998;
}
/* Facebook inverts */
.hb-facebook-inv,
.hb-facebook-inv:after,
.hb-facebook-inv:before {
	color: #3B5998;   
	border-color: #3B5998;
	background: transparent;
}
.hb-facebook-inv:hover,
.hb-facebook-inv:hover:after,
.hb-facebook-inv:hover:before {
	background: #3B5998; 
	border-color: #3B5998;
	color: #ffffff;  
}

.hb-twitter,
.hb-twitter:before,
.hb-twitter:after  {
	background: #55ACEE;
	border-color: #55ACEE;
	color: #ffffff;
}
.hb-twitter:hover,
.hb-twitter:hover:before,
.hb-twitter:hover:after   {
	background: transparent;
	border-color: #55ACEE;
	color: #55ACEE;
}
/* Twitter inverts */
.hb-twitter-inv,
.hb-twitter-inv:after,
.hb-twitter-inv:before {
	background: transparent;
	border-color: #55ACEE;
	color: #55ACEE;
}
.hb-twitter-inv:hover,
.hb-twitter-inv:hover:after,
.hb-twitter-inv:hover:before {
	background: #55ACEE;
	border-color: #55ACEE;
	color: #ffffff;
}
.hb-instagram,
.hb-instagram:before,
.hb-instagram:after  {
	background: #ef3b77;
	border-color: #ef3b77;
	color: #ffffff;
}
.hb-instagram:hover,
.hb-instagram:hover:before,
.hb-instagram:hover:after   {
	background: transparent;
	border-color: #ef3b77;
	color: #ef3b77;
}
/* Twitter inverts */
.hb-instagram-inv,
.hb-instagram-inv:after,
.hb-instagram-inv:before {
	background: transparent;
	border-color: #ef3b77;
	color: #ef3b77;
}
.hb-instagram-inv:hover,
.hb-instagram-inv:hover:after,
.hb-instagram-inv:hover:before {
	background: #ef3b77;
	border-color: #ef3b77;
	color: #ffffff;
}
.hb-google-plus,
.hb-google-plus:before,
.hb-google-plus:after {
	background: #229946;
	border-color: #229946;
	color: #ffffff;
}
.hb-google-plus:hover,
.hb-google-plus:hover:before,
.hb-google-plus:hover:after {
	background:transparent;
	border-color: #229946;
	color: #229946;
}
/* google-plus inverts */
.hb-google-plus-inv,
.hb-google-plus-inv:after,
.hb-google-plus-inv:before {
	background:transparent;
	border-color: #229946;
	color: #229946;
}
.hb-google-plus-inv:hover,
.hb-google-plus-inv:hover:after,
.hb-google-plus-inv:hover:before {
	background: #229946;
	border-color: #229946;
	color: #ffffff;
}
.hb-dribbble,
.hb-dribbble:before,
.hb-dribbble:after {
	background: #1a4eb5;
	border-color: #1a4eb5;
	color: #ffffff;
}
.hb-dribbble:hover,
.hb-dribbble:hover:before, 
.hb-dribbble:hover:after {
	background:transparent;
	border-color: #1a4eb5;
	color: #1a4eb5;
}
/* dribbble inverts */
.hb-dribbble-inv, 
.hb-dribbble-inv:after,
.hb-dribbble-inv:before {
	background:transparent;
	border-color: #1a4eb5;
	color: #1a4eb5;
}
.hb-dribbble-inv:hover,
.hb-dribbble-inv:hover:after,
.hb-dribbble-inv:hover:before {
	background: #1a4eb5;
	border-color: #1a4eb5;
	color: #ffffff;
}
.news-box p{
	line-height: 24px;
	margin-bottom: 30px;
}
/*------------------------------------------------------------
 # portfolio-col
-------------------------------------------------------------*/
 .portfolio-col{
	padding: 45px 0px 10px 0px;
}
/*.portfolio-col{
	padding: 45px 0px;
}*/
.portfolio-col i{
	color: #ffffff;
}
.portfolio-col .card-body img{
	width:30px;
  height:25px;
}
.portfolio-item .card{
	border: none;
}
.portfolio-item .card img{
	border: 1px;
}
.portfolio-item .card .card-body{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
 
}
.portfolio-item .card-body.container{
	font-size: 10px;
  color: #004279;
}
.portfolio-item .card .card-body h4{
	/*margin-bottom: 12px;*/
  font-size: 16px;
  font-weight: 600;
  color: #004279;
  letter-spacing: 2px;
}
.portfolio-item .card .card-body h6{
	/*margin-bottom: 12px;*/
  font-size: 20px;
  font-weight: 600;
  color: #004279;
  letter-spacing: 2px;
}
.portfolio-item .card .card-body h5{
	/*margin-bottom: 12px;*/
  font-size: 17px;
  font-weight: 600;
  text-transform:uppercase; 
  text-align: justify;
  color:  #004279;
  /*letter-spacing: 2px;*/
}
.portfolio-item .card .card-body h4 a{
	color: #323232;
	text-decoration: none;
	font-size: 22px;
	text-transform: capitalize;
}
.portfolio-item .card .card-body h6 a{
  color: #004279;
	text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
	text-transform: capitalize;
  text-align: justify;
}
.portfolio-item .card .card-body p{
	margin-bottom: 0px;
  text-align: justify;
  font-size: 15px;
}
.portfolio-item  .card-body .title p{
	margin-bottom: 0px;
  text-align: justify;
  /*color:#004279;*/
  /* color:#fcec04;*/
  color:#004279;
  font-weight: 500;
  font-size: 15px;
}
.hover-box{
	position: relative;
	overflow: hidden;
}
.dot-full{
	/*background: #004279;*/
  background: #fcec04;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -5px;
	right: -5px;
	border-radius: 50px;
	transition: all 0.5s ease 0s;
}
.dot-full i{
	color: #ffffff;
	font-size: 30px;
	width: 80px;
	height: 80px;
	/*background: #d7b369;*/
  background: #fcec04;
  /*background: #024873;*/
	text-align: center;
	line-height: 80px;
	border-radius: 50px;
	opacity: 0;
}
.dot-full img{
	color: #ffffff;
	font-size: 30px;
	width: 80px;
	height: 80px;
	/*background: #d7b369;*/
  background: #fcec04;
  /*background: #024873;*/
	text-align: center;
	line-height: 80px;
	border-radius: 50px;
	opacity: 0;
}
.portfolio-item .card:hover .dot-full{
	/*background: rgba(18,115,235,0.4);*/
  background: rgba(18,115,235,0.4);
	width: 100%;
	height: 100%;
	border-radius: 0px;
	top: 0px;
	right: 0px;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.portfolio-item .card:hover .dot-full i{
	opacity: 1;
}
.item-pro{
	padding: 30px 0px;
}
.item-pro h3{
	font-size: 20px;
	font-weight: 600;
}
.item-pro ul{
	padding-left: 0px;
}
.item-pro ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 30px;
}
.item-pro ul li span{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.project-inner h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
/*.pagination_bar .pagination .page-item .page-link{
	font-size: 20px;
	background: #000000;
	border: 1px solid #323232;
	color: #ffffff;
	width: 35px;
	text-align: center;
}
.pagination_bar .pagination .page-item .page-link:hover{
	background: #004279;
}
.pagination .page-item .page-link {
 
  height: 40px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 18px;
  /*letter-spacing: 1px;*/
/*}*/
.portfolio-item h4.card-title a{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #323232;
}
.related-projects{
	padding: 30px 0px; 
}
.related-projects h3{
	font-weight: 600;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 20px;
}
.portfolio-item .btn-get-startedb1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
  width:200px;
  height:38px;
 /* background: #004279;*/
 background: #253b80;
}
.portfolio-item .btn-get-startedb2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 10px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
  width:200px;
  height:38px;
  /*background: #d7b369;*/
  /*background: #fcec04;*/
  background: #D9CE3B;
}
.portfolio-item .btn-get-startedb3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #137c9f;
}
.portfolio-item .btn-get-startedb4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #219d0e;
}
.portfolio-item .btn-get-startedb5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #ad3913;
}
.portfolio-item .modal-header{
  background: #004279;
}

.portfolio-item .modal-footer{
  background: #d6d8d8a9;
}
.portfolio-item .modal-body img{
 text-align: center;
 height: 200px;
 width: 350px;
 float: left; 
 padding: 15px;
}
.portfolio-item .modal-header .model-titleimg{
 text-align: center;
 height: 30px;
 width: 25px;
}
/*---------------------------------------------------------------
#portfolio1-col
---------------------------------------------------------------*/
.portfolio1-col{
	padding: 20px 0px 90px 0px;
}
.portfolio1-col{
	padding: 20px 0px;
}
.portfolio1-col i{
	color: #ffffff;
}
.portfolio1-item .card{
	border: none;
}
.portfolio1-item .card .card-body{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
  background: #004279;
}
.portfolio1-item .card .card-body img{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
  background: #004279;
}
.portfolio1-item .card .card-body h4{
	/*margin-bottom: 12px;*/
  font-size: 9px;
  font-weight: 600;
  color: #ebc95a;
  letter-spacing: 1px;
}
.portfolio1-item .card .card-body h6{
	/*margin-bottom: 12px;*/
  font-size: 20px;
  font-weight: 600;
  color: #124ba5;
  letter-spacing: 2px;
}
.portfolio1-item .card .card-body h5{
	/*margin-bottom: 12px;*/
  font-size: 12px;
  font-weight: 600;
  text-transform:uppercase;
  color: #124ba5;
  /*letter-spacing: 2px;*/
}
.portfolio1-item .card .card-body h4 a{
  color: #ebc95a;
	text-decoration: none;
	font-size: 13px;
  text-transform:uppercase;
  font-weight: 600;
	/*text-transform: capitalize;*/
}
.portfolio2-item .card .card-body h4 a{
  /*color: #ebc95a;*/
  color: #D9CE3B;
	text-decoration: none;
  text-transform:uppercase;
	font-size: 16px;
	/*text-transform: capitalize;*/
}
.portfolio1-item .card .card-body h6 a{
  color: #124ba5;
	text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
	text-transform: capitalize;
  text-align: justify;
}
.portfolio1-item .card .card-body p{
	margin-bottom: 0px;
  font-size: 13px;
  text-align: justify;
}
.hover-box{
	position: relative;
	overflow: hidden;
}
.dot-full{
	background: #1273eb;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -5px;
	right: -5px;
	border-radius: 50px;
	transition: all 0.5s ease 0s;
}
.dot-full i{
	color: #ffffff;
	font-size: 30px;
	width: 80px;
	height: 80px;
	/*background: #ebc95a;*/
  /*background: #fcec04 ;*/
  /*background: #024873;*/
  background: #D9CE3B;
	text-align: center;
	line-height: 80px;
	border-radius: 50px;
	opacity: 0;
}
.portfolio1-item .card:hover .dot-full{
	background: rgba(18,115,235,0.4);
	width: 100%;
	height: 100%;
	border-radius: 0px;
	top: 0px;
	right: 0px;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.portfolio1-item .card:hover .dot-full i{
	opacity: 1;
}
.item-pro{
	padding: 30px 0px;
}
.item-pro h3{
	font-size: 20px;
	font-weight: 600;
}
.item-pro ul{
	padding-left: 0px;
}
.item-pro ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 30px;
}
.item-pro ul li span{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.project-inner h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.pagination_bar .pagination .page-item .page-link{
	font-size: 20px;
	background: #000000;
	border: 1px solid #323232;
	color: #ffffff;
	width: 35px;
	text-align: center;
}
.pagination_bar .pagination .page-item .page-link:hover{
	background: #004279;
}
.portfolio1-item h4.card-title a{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #323232;
}
.related-projects{
	padding: 30px 0px; 
}
.related-projects h3{
	font-weight: 600;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 20px;
}
.portfolio1-item .btn-get-startedb1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
  background: #024873;
}
.portfolio1-item .btn-get-startedb2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
  background: #ebc95a;
}
.portfolio1-item .btn-get-startedb3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 5px;*/
  color: #fff;
  background: #137c9f;
}
.portfolio1-item .btn-get-startedb4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 5px;*/
  color: #fff;
  background: #219d0e;
}
.portfolio1-item .btn-get-startedb5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #ad3913;
}
.portfolio1-item .modal-header{
  background: #024873;
}
.portfolio1-item .modal-footer{
  background: #d6d8d8a9;
}
/*---------------------------------------------------------------
#portfolio3-main
---------------------------------------------------------------*/
.portfolio3-col{
	padding: 20px 0px 90px 0px;
}
.portfolio3-col{
	padding: 20px 0px;
}
.portfolio3-col i{
	color: #ffffff;
}
.portfolio3-item .card{
	border: none;
}
.portfolio3-item .card .card-body{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
  background: #004279;
}
.portfolio3-item .card .card-body img{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
  background: #004279;
}
.portfolio3-item .card .card-body h4{
	/*margin-bottom: 12px;*/
  font-size: 9px;
  font-weight: 600;
  color: #ebc95a;
  letter-spacing: 1px;
}
.portfolio3-item .card .card-body h6{
	/*margin-bottom: 12px;*/
  font-size: 20px;
  font-weight: 600;
  color: #124ba5;
  letter-spacing: 2px;
}
.portfolio3-item .card .card-body h5{
	/*margin-bottom: 12px;*/
  font-size: 12px;
  font-weight: 600;
  text-transform:uppercase;
  color: #124ba5;
  /*letter-spacing: 2px;*/
}
.portfolio3-item .card .card-body h4 a{
  color: #ebc95a;
	text-decoration: none;
	font-size: 13px;
  text-transform:uppercase;
  font-weight: 600;
	/*text-transform: capitalize;*/
}
.portfolio3-item .card .card-body h4 a{
  /*color: #ebc95a;*/
  color: #D9CE3B;
	text-decoration: none;
  text-transform:uppercase;
	font-size: 16px;
	/*text-transform: capitalize;*/
}
.portfolio3-item .card .card-body h6 a{
  color: #124ba5;
	text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
	text-transform: capitalize;
  text-align: justify;
}
.portfolio3-item .card .card-body p{
	margin-bottom: 0px;
  font-size: 13px;
  text-align: justify;
}
.hover-box{
	position: relative;
	overflow: hidden;
}
.dot-full{
	background: #1273eb;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -5px;
	right: -5px;
	border-radius: 50px;
	transition: all 0.5s ease 0s;
}
.dot-full i{
	color: #ffffff;
	font-size: 30px;
	width: 80px;
	height: 80px;
	/*background: #ebc95a;*/
  /*background: #fcec04 ;*/
  /*background: #024873;*/
  background: #D9CE3B;
	text-align: center;
	line-height: 80px;
	border-radius: 50px;
	opacity: 0;
}
.portfolio3-item .card:hover .dot-full{
	background: rgba(18,115,235,0.4);
	width: 100%;
	height: 100%;
	border-radius: 0px;
	top: 0px;
	right: 0px;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.portfolio3-item .card:hover .dot-full i{
	opacity: 1;
}
.item-pro{
	padding: 30px 0px;
}
.item-pro h3{
	font-size: 20px;
	font-weight: 600;
}
.item-pro ul{
	padding-left: 0px;
}
.item-pro ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 30px;
}
.item-pro ul li span{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.project-inner h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.pagination_bar .pagination .page-item .page-link{
	font-size: 20px;
	background: #000000;
	border: 1px solid #323232;
	color: #ffffff;
	width: 35px;
	text-align: center;
}
.pagination_bar .pagination .page-item .page-link:hover{
	background: #004279;
}
.portfolio3-item h4.card-title a{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #323232;
}
.related-projects{
	padding: 30px 0px; 
}
.related-projects h3{
	font-weight: 600;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 20px;
}
.portfolio3-item .btn-get-startedb1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
  background: #024873;
}
.portfolio3-item .btn-get-startedb2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
  background: #ebc95a;
}
.portfolio3-item .btn-get-startedb3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #137c9f;
}
.portfolio3-item .btn-get-startedb4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #219d0e;
}
.portfolio3-item .btn-get-startedb5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #ad3913;
}
.portfolio3-item .modal-header{
  background: #024873;
}
.portfolio3-item .modal-footer{
  background: #d6d8d8a9;
}
/*---------------------------------------------------------------
#portfolio4-col
---------------------------------------------------------------*/
.portfolio4-col{
	padding: 20px 0px 90px 0px;
}
.portfolio4-col{
	padding: 20px 0px;
}
.portfolio4-col i{
	color: #ffffff;
}
.portfolio4-item .card{
	border: none;
}
.portfolio4-item .card .card-body{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
  background: #004279;
}
.portfolio4-item .card .card-body img{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
  background: #004279;
}
.portfolio4-item .card .card-body h4{
	/*margin-bottom: 12px;*/
  font-size: 9px;
  font-weight: 600;
  color: #ebc95a;
  letter-spacing: 1px;
}
.portfolio4-item .card .card-body h6{
	/*margin-bottom: 12px;*/
  font-size: 20px;
  font-weight: 600;
  color: #124ba5;
  letter-spacing: 2px;
}
.portfolio4-item .card .card-body h5{
	/*margin-bottom: 12px;*/
  font-size: 12px;
  font-weight: 600;
  text-transform:uppercase;
  color: #124ba5;
  /*letter-spacing: 2px;*/
}
.portfolio4-item .card .card-body h4 a{
  color: #ebc95a;
	text-decoration: none;
	font-size: 13px;
  text-transform:uppercase;
  font-weight: 600;
	/*text-transform: capitalize;*/
}
.portfolio4-item .card .card-body h4 a{
  /*color: #ebc95a;*/
  color: #D9CE3B;
	text-decoration: none;
  text-transform:uppercase;
	font-size: 16px;
	/*text-transform: capitalize;*/
}
.portfolio4-item .card .card-body h6 a{
  color: #124ba5;
	text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
	text-transform: capitalize;
  text-align: justify;
}
.portfolio4-item .card .card-body p{
	margin-bottom: 0px;
  font-size: 13px;
  text-align: justify;
}
.hover-box{
	position: relative;
	overflow: hidden;
}
.dot-full{
	background: #1273eb;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -5px;
	right: -5px;
	border-radius: 50px;
	transition: all 0.5s ease 0s;
}
.dot-full i{
	color: #ffffff;
	font-size: 30px;
	width: 80px;
	height: 80px;
	/*background: #ebc95a;*/
  /*background: #fcec04 ;*/
  /*background: #024873;*/
  background: #D9CE3B;
	text-align: center;
	line-height: 80px;
	border-radius: 50px;
	opacity: 0;
}
.portfolio4-item .card:hover .dot-full{
	background: rgba(18,115,235,0.4);
	width: 100%;
	height: 100%;
	border-radius: 0px;
	top: 0px;
	right: 0px;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.portfolio4-item .card:hover .dot-full i{
	opacity: 1;
}
.item-pro{
	padding: 30px 0px;
}
.item-pro h3{
	font-size: 20px;
	font-weight: 600;
}
.item-pro ul{
	padding-left: 0px;
}
.item-pro ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 30px;
}
.item-pro ul li span{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.project-inner h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.pagination_bar .pagination .page-item .page-link{
	font-size: 20px;
	background: #000000;
	border: 1px solid #323232;
	color: #ffffff;
	width: 35px;
	text-align: center;
}
.pagination_bar .pagination .page-item .page-link:hover{
	background: #004279;
}
.portfolio4-item h4.card-title a{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #323232;
}
.related-projects{
	padding: 30px 0px; 
}
.related-projects h3{
	font-weight: 600;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 20px;
}
.portfolio4-item .btn-get-startedb1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
  background: #024873;
}
.portfolio4-item .btn-get-startedb2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
  background: #ebc95a;
}
.portfolio4-item .btn-get-startedb3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #137c9f;
}
.portfolio4-item .btn-get-startedb4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #219d0e;
}
.portfolio4-item .btn-get-startedb5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #ad3913;
}
.portfolio4-item .modal-header{
  background: #024873;
}
.portfolio4-item .modal-footer{
  background: #d6d8d8a9;
}
/*---------------------------------------------------------------
#portfolio-main
---------------------------------------------------------------*/
.portfolio-main{
	padding: 30px 0px;
}
.portfolio-main h2{
	font-weight: 600;
	font-size: 45px;
	margin-bottom: 20px;
	text-align: center;
}
.project-menu {
    margin-bottom: 30px;
}
.portfolio-main .card {
	border: none;
	border-radius: 10px;
	overflow: hidden;
}
.portfolio-main .card .card-body .card-title{
	margin-bottom: 0px;
}
.portfolio-main .card .card-body .card-title a{
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	color: #ffffff;
	margin: 0;
}
.portfolio-main .card .card-body{
	position: absolute;
	background: #323232;
	padding: 0px 20px;
	height: 40px;
	transform: scale(0);
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	display: flex;
	align-items: center;
	vertical-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.portfolio-main .card:hover .card-body{
	transform: scale(1);
	top: 80%;
}
.card-img{
	overflow: hidden;
	position: relative;
}
.portfolio-item .card:hover .card-img .card-img-top{
	transform: scale3D(1.2, 1.2, 2);
	opacity: .5;
}
/*.card-img-top{
	transition: all 500ms linear 0s;
}*/
.overlay{
	background: rgba(18,115,235,0.5);
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.overlay i{
	font-size: 35px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
}
.portfolio-main .card:hover .overlay{
	bottom: 0px;
}
.blog-slide h2{
	font-weight: 600;
	font-size: 45px;
	margin-bottom: 20px;
	text-align: center;
}
.post-slide{
    margin: 0 15px;
    background: #fff;
    border-bottom: 4px solid #1273eb;
}
.post-slide .post-header{
    padding: 15px 20px;
}
.post-slide .title{
    margin-bottom: 5px;
}
.post-slide .title a{
    font-size: 15px;
    color: #323232;    
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}
.post-slide .title a:hover{
    color: #fd6058;
    text-decoration: none;
}
.post-slide .post-bar{
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 20px;
    color: #1273eb;
}
.post-slide .post-bar li a{
    font-size: 15px;
    color: #808080;
    text-transform: capitalize;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color: #1273eb;
}
.post-slide .post-bar li img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.post-slide .post-bar li i,
.post-slide .post-bar li img{
    margin-right: 5px;
}
.post-slide .pic{
    overflow: hidden;
    position: relative;
}
.post-slide .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    transition: all 0.9s ease 0s;
}
.post-slide:hover .pic:after{
    background: rgba(255,255,255,0.2);
}
.post-slide .pic img{
    width: 100%;
    height: auto;
    transform:  scale(1,1);
    transition: all 0.6s ease-in-out 0s;
}
.post-slide:hover .pic img{
    transform: scale(1.5,1.5);
}
.post-slide .post-category{
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1273eb;
    z-index: 1;
}
.post-slide .post-category li{
    display: inline-block;
    text-transform: uppercase;
}
.post-slide .post-category li:after{
    content: " ,";
    color: #fff;
}
.post-slide .post-category li:last-child:after{
    content: "";
}
.post-slide .post-category li a{
    color: #fff;
}
.post-slide .post-category li a:hover{
    text-decoration: none;
    color: #333;
}
.post-slide .post-description{
    font-size: 16px;
    color: #808080;
    padding: 15px;
}
@media only screen and (max-width: 480px) {
    .post-header .post-bar li{
        margin-right: 5px;
    }
}
/*--------------------------------------------------------------
#services
--------------------------------------------------------------*/
.services {
  position: relative;
  width: 100%;
  padding: 35px 0 15px 0;
}
.services .services-item {
  position: relative;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.services .services-item img {
  width: 100%;
  border-radius: 60px 60px 0 0;
}
.services img{
    border-radius: 80%;
    width: 80px;
    height: 80px; 
}
.services .services-item h3 {
  margin: 0;
  padding: 25px 15px 15px 15px;
  font-size: 30px;
  font-weight: 500;
  /*color: #024873;*/
  /*color: #253b80;*/
  color: #253b80;
}
.services .services-item p {
  margin: 0;
  padding: 0 25px 25px 25px;
  font-size: 60px;
  text-align: center; 
}
/*.services .services-item a.btn {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  border: none;
  border-radius: 5px;
  background: #FFD662;
  transition: .3s;
}
.services .services-item:hover a.btn {
  color: #ffffff;
  background: #052e52;
}
.services .services-item a.btn:hover {
  color: #f3f3f3;
  background: #FFD662;
}*/
.services p{
  text-align: justify;
}
/*--------------------------------------------------------------
#blog-area
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}
.blog-text h4 a {
  color: #444;
  text-decoration: none;
}
.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}
.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}
.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}
.blog-btn {
  position: relative;
}
.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}
.blog-btn:hover::after {
  right: -30px;
}
.blog-btn:hover {
  color: #333;
  text-decoration: none;
}
.blog_meta span.date_type i {
  margin-left: 5px;
}
.blog-meta span.comments-type {
  margin-left: 5px;
}
.blog-meta span i {
  padding-right: 10px;
}
.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}
.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}
.comments-type>a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}
.blog-meta .comments-type i {
  padding-right: 0 !important;
}
.blog-content-right .comments-type>a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}
.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}
/*--------------------------------------------------------------
#touch-line
--------------------------------------------------------------*/
.touch-line{
	padding: 70px 0px 40px 0px;
	background: #1273eb;
	position: relative;
	/*margin-top: 100px;*/
}
/*.touch-line::before{
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: -46px;
	bottom: auto;
	right: auto;
	z-index: -1;
	width: 100%;
	height: 50px;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(../img/imagen-contactos/01_bdpst_contactos.png);
}*/
.touch-line p{
	color: #ffffff;
  font-family: "Montserrat", sans-serif;
	font-size: 15px;
}
.touch-line a.btn-secondary{
	background-color: #ffffff;
	border-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
	color: #1273eb;
}
/*--------------------------------------------------------------
#imagen-widget
--------------------------------------------------------------*/
.faq-main{
	padding: 30px 0px;
	margin: 30px 0px;
}
.faq-main h2{
	font-weight: 600;
	font-size: 45px;
	text-align: center;
	margin-bottom: 15px;
}
.faq-main{
  padding: 20px 15px;
}
.faq-main{
  padding: 20px 15px;
}
.faq-main h2{
  font-size: 26px;
}
/*--------------------------------------------------------------
#blog-entries
--------------------------------------------------------------*/
.blog-entries .card{
	box-shadow: 3px 5px 15px rgba(69, 54, 230, 0.15);
	border: none;
}
.blog-entries .card .card-body h2.card-title{
	font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #004279;
}
.feature .feature-item h6 {
  /*margin-bottom: 24px;*/
  font-size: 12px;
  /*font-size: 20px;*/
  font-weight: 600;
  letter-spacing: 2px;
  /*color: #004279;*/
  color:#253b80;
}
.feature .feature-item i {
  color: #ffffff !important;
}
.blog-entries .card .card-footer{
	background-color: #004279;
}
.blog-entries .card .card-footer.text-muted{
	color: #ffffff !important;
}
.blog-entries .card .card-footer a{
  font-weight: 600;
	color: #004279;
}
.blog-right-side .card{
	box-shadow: 3px 5px 15px #004279;
  font-weight: 600;
	border: none;
}
.blog-right-side .card h5.card-header{
	background-color: #004279;
  font-weight: 600;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}
.blog-right-side .card .card-body ul li{
	margin-bottom: 2px;
}
.blog-right-side .card .card-body ul li a{
	border-radius: 4.8px;
	padding: 6px;
  font-weight: 600;
	background: #323232;
	color: #ffffff;
	display: inline-block;
}
.blog-main .blockquote{
	border-left: 3px solid #1273eb;
	padding-left: 20px;
}
.blog-main .blockquote p{
	/*font-style: italic;*/
	font-size: 20px;
}
.blog-right-side .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
  font-weight: 600;
	border: none;
}
.blog-right-side .card h5.card-header{
	background-color: #004279;
  font-weight: 500;
	color: #ffffff;
	font-size: 20px;
	
}
.blog-right-side .card .card-body ul li{
	margin-bottom: 2px;
}
.blog-right-side .card .card-body ul li a{
	border-radius: 4.8px;
	padding: 6px;
  font-weight: 600;
	background: #004279;
	color: #ffffff;
	display: inline-block;
}

.blog-main{
	padding: 30px 0px;
}
.blog-main .blockquote{
	border-left: 3px solid #1273eb;
	padding-left: 16px;
}
.blog-main .blockquote p{
	font-style: italic;
	font-size: 20px;
}

.blog-main .by-post {
  font-size: 15px;
  font-weight: 600;
  color: #004279;
  text-align: justify;
  /*font-style: italic;*/
}
.blog-main  i {
  color: #004279;
}
.blog-main .modal-header i {
  color: #ffffff !important;
}

.blog-main .modal-footer i {
  color: #ffffff !important;
}
.blog-main h5 {
  /*margin-bottom: 18px;*/
  font-size: 17px;
  font-weight: 600;
  color: #004279;
}
.blog-main h2 {
  /*margin-bottom: 18px;*/
  font-size: 17px;
  font-weight: 600;
  color: #004279;
}
.blog-main .btn-get-startedb1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 5px;*/
  color: #fff;
  /*background: #004279;*/
  background: #253b80;
}
.blog-main .btn-get-startedb2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  /*background: #d7b369;*/
  background: #fcec04 ;
}
.blog-main .btn-get-startedb3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #137c9f;
}
.blog-main .btn-get-startedb4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
 /* letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #238114;
}
.blog-main .btn-get-startedb5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
 /* letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #9d4021;
}
/*.feature .btn-get-started:hover {
  background: #ffffff;
  color: #26b637;
}*/
.blog-main .modal-header{
  background: #004279;
  text-align: justify;
}
.blog-main .modal-footer{
  background: #d6d8d8a9;
}
.blog-main .modal-body img{
  width: 60%;
  border-radius: 5px 5px 5px 5px;
}
.blog-main .modal-body p{
  font-size: 16px;
  font-style: italic;
}
.blog-main .modal-body h6{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #004279; 
}
/*--------------------------------------------------------------
#accordion
--------------------------------------------------------------*/
#accordionExample .accordion-single{
	border-radius: 0px;
	border: none;
	position: relative;
	margin-bottom: 15px;
}
#accordionExample  .accordion-single .card-header{
	background-color: transparent;
	padding: 0px;
	border: none;
}
#accordionExample  .accordion-single .card-header h5 button{
	/*color: #0e4e8e;*/
  color: #253b80;
	/*display: block;*/
	position: relative;
	padding: 0px 3px 15px 60px;
	font-size: 10px;
	/*text-transform: capitalize;*/
	width: 100%;
	text-align: left;
	border: none;
	font-weight: 600;/*GROSOS DE LETRA*/
}
#accordionExample  .accordion-single .card-header h5 button:hover{
	color: #124ba5;
	text-decoration: none;
}
#accordionExample  .accordion-single h5 button[aria-expanded="false"]::before {
  content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 40px;
	height: 47px;
	line-height: 47px;
	background: #124ba5;
	border: 1px solid #124ba5;
	/*border-radius: 3px;*/
	font-size: 25px;
	color: #fafafa;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease 0s;
}
#accordionExample  .accordion-single h5 button[aria-expanded="true"]::before{
  content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 40px;
	height: 47px;
	line-height: 47px;
	background: #2969d6;
	border: 1px dashed #2969d6;
	/*border-radius: 3px;*/
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease 0s;
}
#accordionExample .accordion-single:before {
    content: "";
    /*display: block;*/
    width: 1px;
    height: 100%;
    border: 1px dashed #124ba5;
    position: absolute;
    top: 25px;
    left: 18px;
}
#accordionExample .accordion-single .card-body{
	padding: 3px 3px 15px 35px;
	margin-left: 35px;
	background: #fff;
	border-top: none;
	font-size: 15px;
	color: #111112;
	line-height: 22px;
	letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  text-align: justify; 
}
.accordion-single .card-header h5 a{
  font-size: 15px;
} 
#accordionExample .accordion-single .card-header h5 button{
  white-space: inherit;
  font-size: 18px;
}
#accordionExample img{
  width:20px;
  height:20px;
}
/*--------------------------------------------------------------
#team1
--------------------------------------------------------------*/
.team1 {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}
.team1 .team1-item {
  position: relative;
  margin-bottom: 75px;
}
.team1 .team1-img {
  position: relative;
}
.team1 .team1-img img {
  width: 100%;
}
.team1 .team1-text {
  position: absolute;
  width: calc(100% - 30px);
  height: 96px;
  bottom: -46px;
  left: 15px;
  padding: 25px 15px;
  text-align: center;
  background: rgba(256, 256, 256, .9);
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  transition: .3s;
  overflow: hidden;
}
.team1 .team1-text h2 {
  color: #0661a2;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.team1 .team1-text p {
  margin-bottom: 20px;
  color: #092a49;
}
.team1 .team1-social {
  position: relative;
  font-size: 0;
}
.team1 .team1-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #092a49;
  border: 2px solid #092a49;
  transition: .3s;
}
.team1 .team1-social a:hover {
  color: #0796fe;
  border-color: #0796fe;
}
.team1 .team1-item:hover .team1-text {
  height: 160px;
}
/*--------------------------------------------------------------
#directors
--------------------------------------------------------------*/
.directors {
  
  padding: 40px 0 50px 0;
  position: relative;
  background-size: cover;
}
.directors .card-body p{
  font-size: 20px;
}
.directors .directors-item {
  position: relative;
  margin-bottom: 20px;
}
.directors .directors-img {
  position: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.directors .directors-img img {
  width: 100%;
  transition: .3s;
  transform: scale(1.1);
}
.directors .directors-item:hover img {
  transform: scale(1.1);
}
.directors .directors-text {
  position: relative;
  width: 100%;
  padding: 35px 30px 30px 30px;
  text-align: center;
  background: #004279;
  border-radius: 0 0 5px 5px;
  transition: .5s;
}
.directors .directors-item:hover .team2-text {
  background: #ebc95a;
}
.directors .directors-text h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.directors .directors-text p {
  /*margin: 0;*/
  font-size: 17px;
  color: #ffffff;
}
.directors .directors-social {
  position: absolute;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  text-align: center;
  font-size: 0;
}
.directors .directors-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  padding: 7px 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #202C45;
  border-radius: 40px;
  transition: .5s;
}
.directors .directors-item:hover .directors-social a {
  background: #E81C2E;
}
.directors .directors-social a:hover {
  color: #202C45;
}
/*--------------------------------------------------------------
#executive
--------------------------------------------------------------*/
.executive {
  position: relative;
  width: 100%;
  padding: 40px 0 40px 0;
}
.executive .executive-item {
  position: relative;
  margin-bottom: 20px;
}
.executive .executive-img {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.executive .executive-img img {
  width: 100%;
  transition: .3s;
}
.executive .executive-item:hover img {
  transform: scale(1.1);
}
.executive .executive-text {
  position: relative;
  width: 100%;
  width: 255px;
  height: 180px;
  padding: 35px 35px 35px 35px;
  text-align: center;
  background: #023b5d;
  border-radius: 0 0 5px 5px;
  transition: .5s;
}
.executive .executive-item:hover .executive-text {
  background: #ebc95a;
}
.executive .executive-text h2 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.executive .executive-text p {
  margin: 0;
  font-size: 13px;
  color: #ffffff;
}
.executive .executive-social {
  position: absolute;
  width: 100%;
  height: 40px;
  top: -20px;
  left: 0;
  text-align: center;
  font-size: 0;
}
.executive .executive-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  padding: 7px 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #202C45;
  border-radius: 40px;
  transition: .5s;
}
.executive .executive-item:hover .executive-social a {
  background: #E81C2E;
}
.executive .executive-social a:hover {
  color: #202C45;
}
/*--------------------------------------------------------------
#about-main
--------------------------------------------------------------*/
.about-main{
	padding: 0px 0px;
}
.about-main h2{
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.about-main h2:after{
	content: "";
	position: absolute;
	border-bottom: 2px dotted #000000;
	bottom: 0px;
	height: 2px;
	width: 100px;
	left: 0px;
}
.about-main h5{
	font-size: 20px;
}
.about-main p{
	font-size: 15px;
  /*line-height: 28px;*/
	text-transform: capitalize;
}
/*.about-main img{
	height:100px;
  width: 200px;
  text-align: center;
}*/
.about-main ul{
	padding-left: 20px;
}
.about-main ul li{
	position: relative;
	font-weight: 300;
	list-style: none;
	line-height: 29px;
	font-size: 15px;
}
.about-main ul li:before{
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;	
	position: absolute;
	left: -15px;
	top: 0px;
	color: #1273eb;
}
.about-main .description p{
  font-size: 15px;
}
/*--------------------------------------------------------------
#section
--------------------------------------------------------------*/
.section {
	padding:100px 0 70px;
	position:relative;
}
.section .container {
	position:relative;
}
.title-box {
	border-bottom-width: 0px;
	margin-bottom: 75px;
	position: relative;
}
.title-box h2.title {
	font-weight: 700;
	font-size: 29px;
	line-height: 32px;
	text-transform: uppercase;
}
.title-box h2:before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: -22px auto;
	position: absolute;
	width: 40px;
	background: #00AAB3;
}
/*--------------------------------------------------------------
#services-bar
--------------------------------------------------------------*/
.services-bar{
	padding: 20px 0px 20px 0px;
	background: url(../images/dott.jpg);
}
.services-bar h1{
	font-weight: 100;
	font-size: 45px;
	text-align: center;
	margin-bottom: 0px;
}
.services-bar .card{
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
}
.services-bar .card h4.card-header{
	background-color: transparent;
	color: #1273eb;
	font-size: 18px;
	font-weight: 500;
	border: none;
	padding: 0px;
	margin-bottom: 10px;
}
.services-bar .card .card-footer{
	background-color: #323232;
}
.about-main{
	padding: 20px 0px;
}
.about-main h2{
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.about-main h2:after{
	content: "";
	position: absolute;
	border-bottom: 2px dotted #000000;
	bottom: 0px;
	height: 2px;
	width: 100px;
	left: 0px;
}
/*--------------------------------------------------------------
#feature
--------------------------------------------------------------*/
.feature {
  position: relative;
  width: 100%;
  padding: 50px 0 40px 0;
}
.feature .section-header {
  margin-bottom: 30px;
}
/*.feature a.btn {
  margin-top: 10px;
  padding: 15px 35px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  border: none;
  border-radius: 5px;
  background: #6262ff;
  transition: .3s;
}
.feature a.btn:hover {
  color: #ffffff;
  background: #00539C;
}*/
.feature .feature-item {
  margin-bottom: 20px;
}
.feature .feature-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  text-align: center;
}
.feature .feature-item h3 {
  margin-bottom: 24px;
  font-size: 23px;
  font-weight: 300;
  color: #004279;
}
.feature .feature-item h5 {
  /*margin-bottom: 18px;*/
  font-size: 14px;
  font-weight: 600;
  color: #004279;
}
.feature .feature-item h6 {
  /*margin-bottom: 24px;*/
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #004279;
}
.feature .feature-item p {
  margin: 0;
  line-height: 25px;
  font-size: 16px;
  color: #000000;
}
@media (max-width: 767.98px) {
  .feature a.btn {
      margin-bottom: 30px;
  }
}
.feature .btn-get-startedb1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 5px;*/
  color: #fff;
  /*background: #004279;*/
  /*background: #253b80;*/
  background: #1E3859;
}
.feature .btn-get-startedb2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  /*background: #d7b369;*/
  /*background: #fcec04;*/
  background: #D9CE3B;
}
.feature .btn-get-startedb3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #137c9f;
}
.feature .btn-get-startedb4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #238114;
}
.feature .btn-get-startedb5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
 /*margin: 5px;*/
  color: #fff;
  background: #9d4021;
}
/*.feature .btn-get-started:hover {
  background: #ffffff;
  color: #26b637;
}*/
.feature .modal-header{
  background: #004279;
}
.feature .modal-footer{
  background: #d6d8d8a9;
}
.feature .modal-header img{
  width:30px;
  height:30px;
}
.feature .alert-heading{
  height: 60px;            
  overflow: hidden;            
  display: flex;               
  align-items: center;         
  justify-content: flex-start; 
  gap: 10px;                   
  flex-wrap: wrap; 
}
.feature .alert-heading img{
  width:30px;
  height:30px;
}
.feature-item p {
  flex-grow: 1;
  text-align: justify;
}
/*--------------------------------------------------------------
#blog-card
--------------------------------------------------------------*/
.blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
  overflow: hidden;
  margin: 0 30px 30px;
}
.blog-card .img-holder {
  min-width: 300px;
  max-width: 200px;
}
.blog-card .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .content-holder {
  padding: 30px 20px 30px 30px;
}
.blog-card .content-holder .title {
  font-weight: 500;
  font-size: 25px;
  opacity: .8;
}
.blog-card .content-holder .post-details {
  margin: 15px 0 15px !important;
}
.blog-card .content-holder .post-details i {
  display: inline-block;
  width: 15px;
}

.blog-card .content-holder .post-details a {
  margin-right: 10px;
  color: #2e2c2c;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  opacity: .7;
  font-size: 13px;
}

.blog-card .content-holder .read-more {
  text-decoration: none;
  margin-top: 20px;
  display: block;
  font-size: 13px;
}

.blog-card .content-holder .read-more i {
  position: relative;
  top: 1px;
}

@media (max-width: 991.98px) {
  .blog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-card .img-holder {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
/*--------------------------------------------------------------
#section
--------------------------------------------------------------*/
.section {
  padding: 80px 0;
}
.section.bg-custom-gray {
  background: rgba(81, 103, 136, 0.15);
}
.about-section {
  border-bottom: 1px solid #dee2e6;
}
.about-section .about-card {
  padding: 60px;
  border-right: 1px solid #dee2e6;
}
.about-section .about-card:last-child {
  border-right: none;
}
/*--------------------------------------------------------------
#full-title
--------------------------------------------------------------*/
.full-title{
  /*230*/
	padding: 160px 0px 0px 0px;
  background: url(../img/imagen-cabecera/imagen_ultimo.jpg)  center;
	/*background: url(../video/cabecera.gif) no-repeat center;*/
	position: relative;
  background-size: cover;
}
.full-title:before{
	content: "";
  /*background: rgba(128, 125, 125, 0.363);*/
	background: rgba(0,0,0,0.65);
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.full-title h1{
	position: relative;
	color: #ffffff;
  font-weight: 800;
	font-size: 28px;
	text-align: center;
}
.full-title h1 small{
	float: right;
	padding: 15px 0px;
	font-size: 14px;
}
.full-title .container img{
  width:33px;
  height:25px;
}
.breadcrumb-main{
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.breadcrumb-main .breadcrumb{
	/*background:  #004279;*/
  /*background: #253b80;*/
  /*background: #201c54;*/
  background: #1E3859;
	border-radius: 100px 100px 0px 0px;
	display: block;
}
.breadcrumb-main .breadcrumb li a{
	color: #ffffff;
  font-weight: 700;
	font-size: 15px;
}
.breadcrumb-main .breadcrumb li{
	/*color: #d7b369;*/
  color:#D9CE3B; 
  font-weight: 700;
	display: inline-block;
	font-size: 15px;
}
.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before{
	color: #ffffff;
}
/*--------------------------------------------------------------
#full-title1
--------------------------------------------------------------*/
.full-title1{
  /*230*/
	padding: 220px 0px 0px 0px;
	background: url(../video/cabecera.gif) no-repeat center;
	position: relative;
  background-size: cover;
}
.full-title1:before{
	content: "";
	background: rgba(0,0,0,0.3);
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.full-title1 h1{
	position: relative;
	color: #ffffff;
  font-weight: 800;
	font-size: 28px;
	text-align: center;
}
.full-title1 h1 small{
	float: right;
	padding: 15px 0px;
	font-size: 14px;
}
.breadcrumb1-main{
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.breadcrumb-main .breadcrumb{
	/*background:  rgba(10, 68, 134, 0.902);*/
  /*background: #253b80;*/
  /*background: #201c54;*/
  background: #263F73;
	border-radius: 100px 100px 0px 0px;
	display: block;
}
.breadcrumb-main .breadcrumb1 li a{
	color: #ffffff;
  font-weight: 700;
	font-size: 15px;
}
.breadcrumb-main .breadcrumb li{
	/*color: #ebc95a;*/
  color:#fcec04;
  font-weight: 700;
	display: inline-block;
	font-size: 15px;
}
.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before{
	color: #ffffff;
}
/*--------------------------------------------------------------
#Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  /*background: #ebc95a;*/
  background: #fcec04;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#Back to top 1 button
--------------------------------------------------------------*/

.back-to-top1 {
  position: fixed;
  display: none;
  background: #db1450;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top1 i {
  padding-top: 12px;
  color: #fff;
}
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#prelaoder
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff1f1;
  border-top: 6px solid #092753;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#header
--------------------------------------------------------------*/
  
  #header {
    /*background-color: rgba(8, 5, 53, 0.9); /*fondo de color (CABECERA)*/
    /*background-color: rgba(5, 54, 110, 0.902);*/
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 1.5s;
    z-index: 70;
  }
  
  #header.header-scrolled {
    /*background: rgba(8, 5, 53, 0.9);*/
    /*background-color: #004279;*/
    /*background-color:  #1E3859; */
    background-color: #201c54;
    /*padding: 20px 0;*/
    padding: 20px 0;
    height: 80px;
    transition: all 0.5s;
  }
  
  #header #logo {
    float: left;
  }
  
  #header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Biennale", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
  /*#header #logo h1 a,
  #header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 6px solid #D2AB66;
  }*/
  #header #logo img {
    /*padding: 0;*/
    width: 140px;
    height: 45px;
    /*margin: 0;*/
  }  
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#faqs
--------------------------------------------------------------*/
  .faqs {
      position: relative;
      width: 100%;
      padding: 45px 0;
  }
  
  .faqs .section-header {
      margin-bottom: 30px;
  }
  
  .faqs img {
      width: 100%;
      border-radius: 6px;
  }
  
  @media(max-width: 767.98px) {
      .faqs img {
          margin-bottom: 30px;
      }
  }
  
  .faqs .card {
      margin-bottom: 15px;
      padding-top: 15px;
      border: none;
      border-radius: 0;
      border-top: 1px solid #eeeeee;
  }
  
  .faqs .card:last-child {
      margin-bottom: 0;
      padding-bottom: 15px;
      border-bottom: 1px solid #eeeeee;
  }
  
  .faqs .card-header {
      padding: 0;
      border: none;
      background: #ffffff;
  }
  
  .faqs .card-header a {
      display: block;
      width: 100%;
      color: #0b0f55;
      font-size: 18px;
      font-weight: 300;
      line-height: 40px;
  }
  
  .faqs .card-header a span {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      text-align: center;
      background: #e9cc13;
      color: #ffffff;
      border-radius: 10px;
  }
  
  .faqs .card-header [data-toggle="collapse"]:after {
      font-family: 'font Awesome 5 Free';
      content: "\f067";
      float: right;
      color: #0b0f55;
      font-size: 12px;
      font-weight: 900;
      transition: .3s;
  }
  
  .faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
      font-family: 'font Awesome 5 Free';
      content: "\f068";
      float: right;
      color: #0b0f55;
      font-size: 12px;
      font-weight: 900;
      transition: .3s;
  }
  
  .faqs .card-body {
      padding: 15px 0 0 0;
      font-size: 16px;
      border: none;
      background: #ffffff;
  }
  
  .faqs a.btn {
      margin-top: 30px;
      padding: 15px 35px;
      font-size: 16px;
      text-transform: uppercase;
      color: #000000;
      border: none;
      border-radius: 5px;
      background: #FFD662;
      transition: .3s;
  }
  
  .faqs a.btn:hover {
      color: #ffffff;
      background: #0b0f55;
  }
/*--------------------------------------------------------------
#intro section
--------------------------------------------------------------*/
#intro {
  /*display: table;*/
  width: 100%;
  height: 100vh;
 
  
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  /*background-color: rgba(0, 0, 0, 0.65);*/
  /*background: rgba(128, 125, 125, 0.363);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;

}

#intro .carousel-content {
  text-align: center;
}
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#intro
--------------------------------------------------------------*/
/*Cambio de tamaño de letra introducción*/
/*#intro h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
}*/
#intro h2 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  position: relative;
  padding-bottom: 15px;
}
#intro h2::before{
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ffffff;
  bottom: 1px;
  left: calc(50% - 60px);
}
/* Para los titulos 
--------------------------------*/
#intro h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 45px;
  height: 8px;
  /*background: #004279;*/
  /*background:   #201c54;*/
 /* background: #253b80;*/
 background: #1E3859;
  bottom: 0;
  left: calc(50% - 20px);
}


#intro p {
  width: 80%;
  font-weight: 500;
  margin: 0 auto 40px auto;
  font-size: 16px;
  position: relative;
  padding-bottom: 15px;
  color: #fff;
  font-family: "Nunito", sans-serif;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 3;
  transition: 0.6s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 20%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 80px;
  line-height: 2;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fcfcfc;
  /*background: #024873;*/
  font-size: 30px;
  transition: .3s;
  border-radius: 50px;

}

#intro .carousel-indicators li {
  cursor: pointer;
}
/* Cambio de color (BOTON DE VER INFORMACIÓN) */
#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  width: 220px;
  height: 50px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 15px;
  color: #fff;
  background: #004279;
}

#intro .btn-get-started:hover {
  background: #ffffff;
  color: #004279;
  font-weight: 600;
}
 
#intro .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#intro .cta-btn:hover {
  font-size: 15px;
  /*background: #18d256;*/
 /* background: #d7b369;
  border: 2px solid #d7b369;*/
  /*background:  #e2e02d  ;
  border: 2px solid  #e2e02d  ;*/
  background: #D9CE3B;
  border: 2px solid #D9CE3B;
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#navegation menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#nav menu arrows
--------------------------------------------------------------*/
/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}




/*******************************/
/******** Location CSS *********/
/*******************************/
.location {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.location .location-item {
  display: flex;
  margin-bottom: 30px;
}

.location .location-item i {
  padding-top: 3px;
  font-size: 30px;
  color: #E81C2E;
}

.location .location-text {
  padding-left: 15px;
}

.location .location-text h3 {
  font-size: 18px;
  font-weight: 700;
}

.location .location-text p {
  margin-bottom: 5px;
}

.location .location-text p strong {
  margin-right: 5px;
  font-weight: 600;
}

.location .location-form {
  padding: 35px 30px 25px 30px;
  /*background: #E81C2E;*/
  background: #263F73;
  border-radius: 5px;
}

.location .location-form h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.location .location-form a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.location .location-form .control-group {
  margin-bottom: 15px;
}

.location .location-form .form-control {
  height: 40px;
  color: #ffffff;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background: transparent;
}

.location .location-form textarea.form-control {
  height: 120px;
  padding: 15px;
}

.location .location-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.location .location-form .form-control:-ms-input-placeholder,
.location .location-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.location .location-form .btn.btn-custom {
  width: 100%;
  /*color: #E81C2E;*/
  color: #ffffff;
  background: #D9CE3B;
  box-shadow: inset 0 0 0 0 #263F73;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

/*.location .location-form .btn.btn-custom:hover {
  color: #ffffff;
  /*background: #E81C2E;*/
  /*background: #D9CE3B;
  box-shadow: inset 1200px 0 0 0 #263F73;
}*/

@media(min-width: 576px) and (max-width: 991.89px) {
  .location .location-form .btn.btn-custom:hover {
      box-shadow: inset 650px 0 0 0 #263F73;
  }
}


.location .btn-get-startedb1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 550;
  font-size: 16px;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 7px 12px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px;*/
  color: #fff;
 /* background: #004279;*/
 background: #D9CE3B;
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
							#nav menu container
--------------------------------------------------------------*/
/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  /*text-transform: uppercase;*/
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  /*color: #d7b369;*/
  /*color: #e0e12a;*/
  color:  #D9CE3B;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  text-transform: none;
}
/*CAMBIO DE COLOR AL MOMENTO DE SEÑALAR LA CABECERA*/
.nav-menu ul li:hover > a {
  color: #000000;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*-------------------------------------------------------------------
							#Mobile Nav Styling
--------------------------------------------------------------------*/

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  /*background: #004279;*/
  background:  #1E3859;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-y: auto;
}

/*#mobile-nav ul li {
  position: relative;
}*/

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
/*CAMBIO DE COLOR DE CABECERA*/

/*#mobile-nav ul li a:hover {
  color: #c6a511;
}*/

#mobile-nav ul li li {
  padding-left: 30px;
}


/*#mobile-nav ul li.menu-active a {
  color: #d2aa18;
}*/

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 18px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  /*color: #d7b369;*/
  color: #D9CE3B;
}

#mobile-nav ul .menu-has-children i.fa-chevron-right {
  /*color: #d7b369;*/
  color: #D9CE3B;
}

#mobile-nav ul .menu-has-children i.fa-chevron-down {
  /*color: #d7b369;*/
  color: #D9CE3B;
}


#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  /*color: #d7b369;*/
  color: #D9CE3B;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(8, 9, 11, 0.459);
  display: none;
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*-------------------------------------------------------------------
							#Mobile Nav body classes
--------------------------------------------------------------------*/
/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#section header
--------------------------------------------------------------*/

.section-header h3 {
  font-size: 25px;
  color: #353333;
  /*letter-spacing: 3px;*/
  text-transform: uppercase;
  text-align: center;
  font-weight: 1000;
  position: relative;
  padding-bottom: 20px;
  font-family: "Montserrat-Medium", sans-serif;
  max-width: 100%;
  border-radius: 5px;
  transition: .3s;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #d1d0d0;
  bottom: 1px;
  left: calc(50% - 60px);
}
/* Para los titulos 
--------------------------------*/
.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 45px;
  height: 9px;

  /*background: #024873;*/
  /*background: #201c54;*/
 /* background: #253b80;*/
 /*background: #201c54;*/
 background: #253b80;
  bottom: 0;
  left: calc(50% - 20px);
}



.section-header h3:hover{
  transform: scale(1.1);
}
.image-widget {
  display: block;
  width: 100%;
  overflow: hidden;
}

.image-widget img {
  max-width: 100%;
  border-radius: 5px;
  transition: .3s;
}

.image-widget img:hover {
  transform: scale(1.1);
}


.section-header p {
  text-align: center;
  padding-bottom: 35px;
  color: #000000;
}

.section-header span {
  /*color: #024873;*/
 /* color: #201c54;*/
 color: #253b80;
}
/*******************************************************/

.section-header1 h3 {
  font-size: 35px;
  color: #353333;
 text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  position: relative;
  padding-bottom: 15px;
}
@keyframes maquina{
  from{
      width: 100%;
  }
  to{
      width: 0;
  }
}
.section-header1 h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #d1d0d0;
  bottom: 1px;
  left: calc(50% - 60px);
  
}

/* Para los titulos 
--------------------------------*/
.section-header1 h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 45px;
  height: 7px;
  background: #253b80;
  bottom: 0;
  left: calc(50% - 20px);
  
}

.section-header1 p {
  text-align: center;
  padding-bottom: 35px;
  color: #000000;
 
}

/*.section-header1 h3 span{
  float: left;
  position: absolute;
  right: 0;
  width: 0;
  background: rgb(255, 255, 255);
  border-left: 0px solid #000;
  animation: maquina 5s infinite  ;
}

@keyframes maquina{
  from{
      width: 100%;
  }
  to{
      width: 0;
  }
}
*/

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#Section with background
--------------------------------------------------------------*/

/**Cambio de fondo section-bg**/
.section-bg {
  background: #ffffff;
}

/* Featured Services Section
--------------------------------*/

#featured-services {
  background: #024873;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #0a206e 0%, #0a206e 50%, #0a206e 100%);
}
/*ACONTECIMIENTOS CAMBIO DE*/
#featured-services i {
  color: #024873;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #2940c3;
}

#featured-services p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}


/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#section header
--------------------------------------------------------------*/

.section-header2 h3 {
  font-size: 25px;
  color: #353333;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 1000;
  position: relative;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  border-radius: 5px;
  transition: .3s;
}

.section-header2 h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #d1d0d0;
  bottom: 1px;
  left: calc(50% - 60px);
}
/* Para los titulos 
--------------------------------*/
.section-header2 h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 45px;
  height: 9px;

  /*background: #024873;*/
  /*background: #201c54;*/
 /* background: #253b80;*/
 /*background: #201c54;*/
 background: #D9CE3B;
  bottom: 0;
  left: calc(50% - 20px);
}



.section-header2 h3:hover{
  transform: scale(1.1);
}
.image-widget {
  display: block;
  width: 100%;
  overflow: hidden;
}

.image-widget img {
  max-width: 100%;
  border-radius: 5px;
  transition: .3s;
}

.image-widget img:hover {
  transform: scale(1.1);
}


.section-header2 p {
  text-align: center;
  padding-bottom: 35px;
  color: #000000;
}

.section-header2 span {
  /*color: #024873;*/
 /* color: #201c54;*/
 color: #263F73;
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#about us section
--------------------------------------------------------------*/

/* Imagen de Fondo (EMPRESA)
--------------------------------*/

#about {
  background: url("../img/imagen-nosotros/01_concepto_nosotros.jpg") center;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(243, 242, 242, 0.92);
  /*background: rgba(243, 242, 242, 0.92);*/
 /* background-color: rgba(0, 0, 0, 0.9);*/
  z-index: 9;
}

@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(20px);
  }
  100%{
      transform: translateY(0);
  }
}

#about .container {
  position: relative;
  z-index: 10;
  
}

#about p{
  text-align: justify;
}

#about .description p{
  text-align: center;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  /*box-shadow: 1px 10px 25px rgba(0,0,0,0.5);*/
  float: rigth;
  width:fit-content;
  height:auto;
  animation: movimiento 2.5s linear infinite;
}


#about .about-col .img {
  position: relative;
  border-radius: 5px 5px 0 0;
  transition: 2s;
  background: rgba(0, 0, 0, 0.08);
  display: flex;
  
}

#about .about-col .img::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  /*background: rgba(128, 125, 125, 0.363);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#about .about-col .img img {
  border-radius: 5px 5px 0 0;
  /*transition: 0.2s;*/
  background: rgba(255, 254, 254, 0.9);
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}

#about .about-col .title img{
width: 25px;
  height: 25px;
}
/*#about .about-col .img img:hover {
  transform: scale(1.2);
 
}*/


/*#about .about-col .img:hover {
  transform: translate(-30%);
filter:brightness(80%);
 
}*/

/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;

  /*background-color: #004279;*/
  background-color: #253b80;
  border-radius: 60%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.2s;
}

#about .about-col i {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  transition: 0.2s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

/*#about .about-col img{

}
/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#about .about-col:hover i {
  /*color: #004279;*/
  color:#253b80;
}

#about .about-col h2 {
 /* color: #004279;*/
 color:#253b80;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color:#253b80;
 /* color: #004279;*/
  font-size: 10px;
}

#about .about-col h2 a:hover {
  /*color: #004279;*/
  color:#253b80;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #090909;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  /*background-color: #004279;*/
  background-color:#253b80;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}
/*******/
#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  /*background-color: #004279;*/
  background-color: #253b80;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#about .about-col:hover i {
  color: #124ba5;
}

#about .about-col h2 {
 /* color: #004279;*/
 color: #253b80;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #024873;
}

#about .about-col h2 a:hover {
  color: #024873;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #090909;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#about1
--------------------------------------------------------------*/
/* Fondo normal 1*/
/*-------------------*/
#about1 {
  background:  #ffffff;
  padding: 60px 0 60px 0;
  position: relative;
}

#about1::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(255, 254, 254, 0.92);*/
  z-index: 9;
}

#about1 .container {
  position: relative;
  z-index: 10;
}

#about1 .about1-col {
  background: #fefefe;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

#about1 .about1-col .img {
  position: relative;
}

#about1 .about1-col .img img {
  border-radius: 5px 5px 0 0;
}

/*About 1 color icono*/
/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#about1 .about1-col .icon {
  width: 80px;
  height: 80px;
  padding-top: 13px;
  text-align: center;
  position: absolute;
  background-color: #1624a4;
  border-radius: 100%;
  text-align: center;
  border: 4px solid #fff;
  /*direccionar cambio de icono azul*/
  left: calc( 50% - 45px);
  bottom: -30px;
  transition: 0.3s;
}

#about1 .about1-col i {
  font-size: 45px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

/*About 1 iconos*/

/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#about1 .about1-col:hover i {
  color: #ffffff;
}

#about1 .about1-col h2 {
  color: #120e81;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about1 .about1-col h2 a {
  color: #120e81;
}

#about1 .about1-col h2 a:hover {
  color: #0a0752;
}

#about1 .about1-col p {
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #090909;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*--------------------------------------------------------------
						#about2
--------------------------------------------------------------*/

#about2 {
  background:  #ffffff;
  padding: 40px 0 40px 0;
  position: relative;
}

#about2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 254, 254, 0.92);
  z-index: 9;
}

#about2 .container {
  position: relative;
  z-index: 10;
}

#about2 .about2-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about2 .about2-col .img {
  position: relative;
}

#about2 .about2-col .img img {
  border-radius: 4px 4px 0 0;
}

/*About 1 color icono*/
/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#about2 .about2-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #1624a4;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about2 .about2-col i {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  transition: 0.3s;
}

#about2 .about2-col:hover .icon {
  background-color: #ffffff;
}

/*About 1 iconos*/

/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#about2 .about2-col:hover i {
  color: #120e81;
}

#about2 .about2-col h2 {
  color: #120e81;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about2 .about2-col h2 a {
  color: #120e81;
}

#about2 .about2-col h2 a:hover {
  color: #0a0752;
}

#about2 .about2-col p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #090909;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*=====================================================================================
                                    #about
========================================================================================*/

#values {
  background: url("../img/imagen-antecedentes/02_bdpst_valores.jpg") center ;
  padding: 60px 0 60px 0;
  position: relative;
  background-size: cover;
}

#values::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 254, 254, 0.85);
  /*z-index: 9;*/
}

#values .container {
  position: relative;
  z-index: 10;
}

/*#about3 .about3-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}*/

#values .values-col .img {
  position: relative;
}

#values .values-col .img img {
  border-radius: 4px 4px 0 0;
}

/*About 1 color icono*/
/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#values .values-col .icon {
  width: 85px;
  height: 85px;
  padding-top: 18px;
  text-align: center;
  position: absolute;
 /* background-color: #004279;*/
background-color: #253b80;
  border-radius: 50%;
  text-align: center;
  /*border: 4px solid #fff;*/
  left: calc( 50% - 40px);
  bottom: -30px;
  transition: 0.3s;
}

#values .values-col i {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#values .values-col .icon:hover{
  transform: scale(1.1);
}

/*About 1 iconos*/

/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#values .values-col:hover i {
  color: #ffffff;
}

#values .values-col h2 {
  /*color: #024873;*/
  color: #253b80;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 40px 0 12px 0;
}

#values .values-col h6 {
 /* color: #024873;*/
 color: #253b80;
  /*text-align: center;*/
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  /*margin: 40px 0 12px 0;*/
}
  


#values .values-col h2 a {
 /* color: #024873;*/
 color: #253b80;
  
}

#values .values-col h2 a:hover {
 /*color: #024873;*/
 color: #253b80;
}

#values .values-col p {
  /*font-style: italic;*/
  font-size: 18px;
  /*line-height: 18px;*/
  text-align: center;
  color: #0e0e0e;
  /*font-weight: 700;*/
  margin-bottom: 0;

  padding: 0 20px 20px 20px;
}



#values .banner_img{
  float:rigth;
  animation: movimiento 4.5s linear infinite;
}
#values .banner_img img{
  /*width: 500px;
  height: 500px;*/
  display: block;
}
@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(20px);
  }
  100%{
      transform: translateY(0);
  }
}
/*******************************************************************/
/*******************************************************************/

#profits {
  background: url("../img/imagen-empresa/01_empresa_bdpst.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#profits ::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(243, 242, 242, 0.92);
  z-index: 9;
}

@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(20px);
  }
  100%{
      transform: translateY(0);
  }
}

#profits  .container {
  position: relative;
  z-index: 10;
  
}

#profits  .profits-col {
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  /*box-shadow: 1px 10px 25px rgba(0,0,0,0.5);*/
  float:rigth;
  animation: movimiento 2.5s linear infinite;

}


#profits .profits-col .img {
  position: relative;
  border-radius: 5px 5px 0 0;
  transition: 2s;
  display: flex;
  
}


#profits .profits-col .img img {
  border-radius: 5px 5px 0 0;
  /*transition: 0.2s;*/
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;

  transition: all 500ms ease;
 
}

/*#about .about-col .img img:hover {
  transform: scale(1.2);
 
}*/


/*#about .about-col .img:hover {
  transform: translate(-30%);
filter:brightness(80%);
 
}*/

/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#profits  .profits-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #024873;
  border-radius: 60%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.2s;
}

#profits  .profits-col i {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  transition: 0.2s;
}

#profits  .profits-col:hover .icon {
  background-color: #fff;
}
/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#profits  .profits-col:hover i {
  color: #024873;
}

#profits  .profits-col h2 {
  color: #024873;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#profits  .profits-col h2 a {
  color: #024873;
}

#profits  .profits-col h2 a:hover {
  color: #024873;
}

#profits  .profits-col p {
  font-size: 14px;
  line-height: 24px;
  color: #090909;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#profits  .profits-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #024873;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#profits  .profits-col i {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#profits .profits-col:hover .icon {
  background-color: #fff;
}
/*******/
#profits  .profits-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #024873;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#profits  .profits-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#profits .profits-col:hover .icon {
  background-color: #fff;
}

/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#profits  .profits-col:hover i {
  color: #124ba5;
}

#profits  .profits-col h2 {
  color: #024873;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#profits  .profits-col h2 a {
  color: #024873;
}

#profits  .profits-col h2 a:hover {
  color: #024873;
}

#profits  .profits-col p {
  font-size: 14px;
  line-height: 24px;
  color: #090909;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
/******************************************************************/
/*Values
/******************************************************************/
#values1 {
  /*background: url("../img/imagen-conceptos-generales/01_bdpst_conceptos_generales.jpg") center ;*/
  background: url("../img/imagen-conceptos-generales/gama.jpg") center ;
  padding: 60px 0 15px 0;
  position: relative;
  background-size: cover;
}
#values1::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 254, 254, 0.9);
  z-index: 9;
}

#values1 .container {
  position: relative;
  z-index: 10;
}

/*#about3 .about3-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}*/

#values1 .values-col .img {
  position: relative;
}

#values1 .values-col .img img {
  border-radius: 4px 4px 0 0;
}

/*About 1 color icono*/
/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#values1 .values-col .icon {
  width: 85px;
  height: 85px;
  padding-top: 18px;
  text-align: center;
  position: absolute;
  background-color: #024873;
  border-radius: 50%;
  text-align: center;
  /*border: 4px solid #fff;*/
  left: calc( 50% - 40px);
  bottom: -30px;
  transition: 0.3s;
}

#values1 .values-col i {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

/*About 1 iconos*/

/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#values1 .values-col:hover i {
  color: #ffffff;
}

#values1 .values-col h2 {
  color: #024873;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 40px 0 12px 0;
}

#values1 .values-col h6 {
  color: #024873;
  /*text-align: center;*/
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  /*margin: 40px 0 12px 0;*/
}
  
#values1 .container h3{
  font-size: 20px;
}

#values1 .values-col h2 a {
  color: #024873;
  
}

#values1 .values-col h2 a:hover {
  color: #024873;
}

#values1 .values-col p {
  /*font-style: italic;*/
  font-size: 15px;
  /*line-height: 18px;*/
  text-align: center;
  color: #0e0e0e;
  /*font-weight: 700;*/
  margin-bottom: 0;

  padding: 0 20px 20px 20px;
}

#values1 .banner_img{
  float:rigth;
  animation: movimiento 4.5s linear infinite;
}
#values1 .banner_img img{
  /*width: 500px;
  height: 500px;*/
  display: block;
}
@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(20px);
  }
  100%{
      transform: translateY(0);
  }
}

#values1 .container p{
  text-align: justify; 
  font-size: 17px; 
}
/*******************************************************************/

#error {
    background: url("../img/imagen-empresa/bg1.png") ;
    background-size: cover;
    /*position: relative;*
    /*padding: 60px 0 40px 0;*/
    /*padding: 220px 0 40px 0;*/
    /*max-width: 980px;
    margin: 0 auto;*/
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

/*#error::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(243, 242, 242, 0.92);
  z-index: 9;
}*/

/*#error .container {
  position: relative;
  z-index: 10;
  
}*/



/*--------------------------------------------------------------
						#services section
--------------------------------------------------------------*/
/*Cambio de Espacio de forma VERTICALES Y HORIZONTALES**/
#services {
  background: #fff;
  background-size: cover;
  padding: 40px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
  
}
/* Cambio de color de Iconos (SERVICIOS)
--------------------------------*/
#services .icon i {
  color: #004279;
  font-size: 100px;
  font-weight: 800;
  line-height: 2;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 15px;
}

#services .description p {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 9px;

}

#services p{
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
}

#services .title1 {
  /*margin-left: 60px;*/
  font-weight: 700;
  /*margin-bottom: 15px;*/
  font-size: 15px;
}
/* Cambio de Color Subtitulos
--------------------------------*/
#services .title a {
  color: #004279;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;

}

#services .title1 a {
  color: #004279;
}
/* Cambio de Color de iconos (SERVICIOS)
--------------------------------*/
#services .box:hover .title a {
  color: #004279;
  font-size: 14px;
  transform: translate(-30%);
}

#services .description {
  font-size: 15px;
  margin-left: 60px;
  line-height: 60px;
  margin-bottom: 0;
}

/*#services img{
  box-shadow: 1px 10px 25px rgba(0,0,0,0.5);
}*/

/*#services img:hover{
  transform: scale(1.2);
  cursor: pointer;
}*/

#services .services-item img{
  /*cambio de tamaño de la imagen*/
  width: 400px;
 height: 370px;
  /**/
  /*border-radius: 50%;*/
  border: 6px solid #fff;
  margin: 0 auto;
}

#services .services-item1 img{
  /*cambio de tamaño de la imagen*/
  width: 500px;
  height: 300px;
  border-radius: 50%;
  border: 6px solid #fff;
  margin: 0 auto;
}

/*#services .container img{
  width: 600px;
  height: 200px;
}*/
/*
#services .banner_img{
  float:rigth;
  animation: movimiento 5.5s linear infinite;
}
#services .banner_img img{
  /*width:800px;
  height:500px;*/
  /*display: block;
}
@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(10px);
  }
  100%{
      transform: translateY(0);
  }
}

/*#services img:hover{
  transform: rotate(0deg) scale(1.1);
  transition: all 0.6s ease-in-out 0s;
}*/

/****************************************************/
/****************************************************/
/****************************************************/
/*--------------------------------------------------------------
						#services section
--------------------------------------------------------------*/
/*Cambio de Espacio de forma VERTICALES Y HORIZONTALES**/
/*#vent {
  /*background: #0a497b;**/
  /*background: url("../img/imagen-carousel-oficial/19406372.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 40px 0 40px 0;
}*/


#vent {
  position: relative;
  width: 100%;
  min-height: 300px;
 /*margin: 40px 0;*/
  display: flex;
  align-items: justify;
  /*background: #0a497b;*/
 background: url("../img/imagen-carousel-oficial/19406372.jpg") center top no-repeat fixed;
  /*background: url("../img/imagen-contador/graph_chart_with_moving_up_arrow_stock_market_financial_investment_diagram_on_blue_background.jpg") center top no-repeat fixed;*/
}

#vent::before{
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  /*background: rgba(255, 254, 254, 0.12);
  /*background: rgba(128, 125, 125, 0.363);*/
  /*background: rgba(7, 81, 124, 0.2);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#vent .box {
  margin-bottom: 30px;
}

#vent .icon {
  float: left;
}

#vent .icon:hover{
  transform: scale(1.2);
}

/* Cambio de color de Iconos (SERVICIOS)
--------------------------------*/
#vent .icon i {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  transition: 0.5s;
}

#vent .section-header{
  color: #ffffff;
}

#vent .title {
  margin-left: 60px;
  font-weight: 500;
  justify-content:center;
  text-align: justify;
  margin-bottom: 15px;
  font-size: 14px;
}

#vent h2 {
 /*margin-left: 60px;*/
  font-weight: 600;
  color: #ffffff;
  /*margin-bottom: 14px;*/
  font-size: 25px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

#vent h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #d1d0d0;
  bottom: 1px;
  left: calc(50% - 60px);
}

#vent h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 45px;
  height: 7px;
  /*background: #d7b369;*/
  background: #D9CE3B;
  bottom: 0;
  left: calc(50% - 20px);
}

#vent p{
  content: '';
  justify-content:justify;
  position: relative;
  text-align: justify;
  display: block;
  font-size: 15px;
  color: #ffffff;
}

#vent p::before{
  content: '';
  position: relative;
  display: block;
  color: #ffffff;
  bottom: 0;
  left: calc(50% - 20px);
}

#vent p::after{
  content: '';
  position: absolute;
  display: block;
  color: #ffffff;
  bottom: 0;
  left: calc(50% - 20px);
}

#vent .title1 {
  /*margin-left: 60px;*/
  font-weight: 700;
  /*margin-bottom: 15px;*/
  font-size: 19px;
}
/* Cambio de Color Subtitulos
--------------------------------*/
#vent .title a {
  color: #004279;
}

#vent .title1 a {
  color: #004279;
}
/* Cambio de Color de iconos (SERVICIOS)
--------------------------------*/
#vent .box:hover .title a {
  color: #004279;
  transform: translate(-30%);
}

#vent .description {
  font-size: 18px;
  margin-left: 60px;
  line-height: 60px;
  margin-bottom: 0;
}

/*#services img{
  box-shadow: 1px 10px 25px rgba(0,0,0,0.5);
}*/

/*#services img:hover{
  transform: scale(1.2);
  cursor: pointer;
}*/

#vent .services-item img{
  /*cambio de tamaño de la imagen*/
  width: 400px;
 height: 370px;
  /**/
  /*border-radius: 50%;*/
  border: 6px solid #fff;
  margin: 0 auto;
}

#vent .services-item1 img{
  /*cambio de tamaño de la imagen*/
  width: 500px;
  height: 300px;
  border-radius: 50%;
  border: 6px solid #fff;
  margin: 0 auto;
}

#vent .container img{
  width:30px;
  height:25px;
}
/*#services .container img{
  width: 600px;
  height: 200px;
}*/
/*
#services .banner_img{
  float:rigth;
  animation: movimiento 5.5s linear infinite;
}
#services .banner_img img{
  /*width:800px;
  height:500px;*/
  /*display: block;
}
@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(10px);
  }
  100%{
      transform: translateY(0);
  }
}

/*#services img:hover{
  transform: rotate(0deg) scale(1.1);
  transition: all 0.6s ease-in-out 0s;
}*/



/*=====================================================================================
                                    #section record
=====================================================================================*/
/*Cambio de Espacio de forma VERTICALES Y HORIZONTALES
--------------------------------*/
#record {
  background: #fff;
  background-size: cover;
  padding: 40px 0 10px 0;
}

#record .container p{
  text-align: justify;
  font-size: 18px;
}

#record .icon {
  float: left;
  
}
/* Cambio de color de Iconos (SERVICIOS)
--------------------------------*/
#record .icon i {
  color: #004279;
  font-size: 55px;
  line-height: 1;
  transition: 0.5s;
}
#record h5{
  font-weight: 400;
}

#record .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 18px;
}

#record .title1 {
  /*margin-left: 60px;*/
  font-weight: 600;
  /*margin-bottom: 15px;*/
  font-size: 14px;
}
/* Cambio de Color Subtitulos
--------------------------------*/
#record .title a {
  /*color: #004279;*/
  color:#04447c;
}

#record .title1 a {
  /*color: #004279;*/
  color:#04447c;
  font-size: 18px;
  text-align: justify;
  
}

#record .title1 p{
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: justify;
  
 
}
/* Cambio de Color de iconos (SERVICIOS)
--------------------------------*/
#record .box:hover .title a {
  /*color: #004279;*/
  color:#04447c;
  transform: translate(-30%);
}

#record .description {
  font-size: 18px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

/*#services img{
  box-shadow: 1px 10px 25px rgba(0,0,0,0.5);
}*/

/*#services img:hover{
  transform: scale(1.2);
  cursor: pointer;
}*/

#record img::before{
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  
}

#record .banner_img{
  float:rigth;
  
  animation: movimiento 5.5s linear infinite;
}
#record .banner_img img{
  /*text-align: justify;*/
  /*width: 400px;
  height: 300px;*/
  /*border-radius: 100%;*/
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  
  /*position: fixed;**/
}
@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(8px);
  }
  100%{
      transform: translateY(0);
  }
}
#record .alert{
  color: #004279;
}
#record p{
  font-size: 17px;
}

#record .feature-item {
 background-color: #eaeaea;
}

#record .feature-item p{
 text-align: justify;
 font-size: 17px
}

#record .feature-item h5{
 font-weight: 800;
 font-size: 16px
}

#record .feature-item img{
width:30px;
height:30px;
text-align: justify;
}


/*=====================================================================================
                                    #section 
=====================================================================================*/
/*Cambio de Espacio de forma VERTICALES Y HORIZONTALES**/
#services {
  background: #fff;
  background-size: cover;
  padding: 40px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
  
}
/* Cambio de color de Iconos (SERVICIOS)
--------------------------------*/
#services .icon i {
  color: #024873;
  font-size: 55px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 18px;
}

#services .title1 {
  /*margin-left: 60px;*/
  font-weight: 700;
  /*margin-bottom: 15px;*/
  font-size: 18px;
}
/* Cambio de Color Subtitulos
--------------------------------*/
#services .title a {
  color: #024873;
}

#services .title1 a {
  /*color: #024873;*/
  color:#253b80;
}
/* Cambio de Color de iconos (SERVICIOS)
--------------------------------*/
#services .box:hover .title a {
  color: #024873;
  transform: translate(-30%);
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/*#services img{
  box-shadow: 1px 10px 25px rgba(0,0,0,0.5);
}*/

/*#services img:hover{
  transform: scale(1.2);
  cursor: pointer;
}*/


#services .banner_img{
  float:rigth;
  animation: movimiento 4.5s linear infinite;
}
#services .banner_img img{
  /*width: 500px;
  height: 500px;*/
  display: block;
}
@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(20px);
  }
  100%{
      transform: translateY(0);
  }
}

/*#services img:hover{
  transform: rotate(0deg) scale(1.1);
  transition: all 0.6s ease-in-out 0s;
}*/

#services p{
  font-size: 17px;
}

#services h5{
  text-align: justify;
  font-size: 18px;
  font-weight: 600;
  color: #263F73;

}

#services .imagen img{
  width:30px;
  height:20px;
}


/* Call To Action Section
--------------------------------*/

/* Fondo de Imagen 
--------------------------------*/
#call-to-action {

  background: url(../img/imagen-contactos/01_contactos.jpg) fixed center center;
  padding: 60px 0 40px 0;
  background-size: cover;
  position: relative;
}
#call-to-action::before{
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  /*background: rgba(128, 125, 125, 0.363);*/
  /*background: rgba(7, 81, 124, 0.2);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#call-to-action .container {
  position: relative;
  z-index: 10;
  
}

#call-to-action h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
#call-to-action p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
#call-to-action:after p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

#call-to-action1:after h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action1:after p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  font-size: 15px;
  background: #18d256;
  border: 2px solid #18d256;
}

/*#call-to-action:before{
	content: "";
	background: rgba(0,0,0,0.4);
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}*/

#call-to-action img{
  width:30px;
  height:30px;
}

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/

#facts {
  
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}


#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}
/* Contador de números (CAMBIO DE COLOR)
--------------------------------*/
#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 70px;
  display: block;
  color: #124ba5;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #000000;
}

#facts .facts-img {
  text-align: center;
  padding-top: 40px;
}
/*******************************/
/********** Facts CSS **********/
/*******************************/
.events {
  
  position: relative;
  width: 100%;
  min-height: 300px;
 /*margin: 40px 0;*/
 display: flex;
  align-items: center;
  /*background: #0a497b;*/
  background: url("../img/imagen-carousel-oficial/19406372.jpg") center top no-repeat fixed;
  /*background: url("../img/imagen-contador/graph_chart_with_moving_up_arrow_stock_market_financial_investment_diagram_on_blue_background.jpg") center top no-repeat fixed;*/
}

.events::before{
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  /*background: rgba(255, 254, 254, 0.12);
  /*background: rgba(128, 125, 125, 0.363);*/
  /*background: rgba(7, 81, 124, 0.2);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.events,
.events1 {
  justify-content: center; /* Centra horizontal */
  text-align: center; /* Asegura el centrado del texto */
  align-items: center;
  display: flex;
}

.events .events-item {
  display: flex;
  flex-direction: row;
  margin: 25px 0;
}

.events .events-item i:hover {
  transform: scale(1.1);
}

.events .events-item i {
  margin-top: 10px;
  font-size: 70px;
  
  /*color: #fcec04;*/
  /*color: #d7b369;*/
 /* color:  #e3e22c;*/
 color:  #D9CE3B;
}

.events .events-text {
  
  padding-left: 18px;
}

.events .events-text h3 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

.events .events-text h3:hover{
  transform: scale(1.1);
}

.events .events-text h4 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
}

.events .events-text h3::after {
  position: absolute;
  content: "\f067";
  top: 0px;
  right: -25px;
  color: #ffffff;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.events .events-text p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
 /* text-align: center;*/
}


/*******************************/
/********** Facts CSS **********/
/*******************************/

.events1 {
  position: relative;
  width: 100%;
  min-height: 200px;
 /*margin: 40px 0;*/
  display: flex;
  align-items: center;
  /*background: #0a497b;*/
 background: url("../img/imagen-carousel-oficial/19406372.jpg") center top no-repeat fixed;
  /*background: url("../img/imagen-contador/graph_chart_with_moving_up_arrow_stock_market_financial_investment_diagram_on_blue_background.jpg") center top no-repeat fixed;*/
}

.events1::before{
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  /*background: rgba(255, 254, 254, 0.12);
  /*background: rgba(128, 125, 125, 0.363);*/
  /*background: rgba(7, 81, 124, 0.2);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events1 .events-item {
  /*display: flex;*/
  flex-direction: row;
  margin: 35px 0 10px 0;
}

.events1 .events-item h5{
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 1000;
  position: relative;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.events1 .events-item h5::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #d1d0d0;
  bottom: 1px;
  left: calc(50% - 60px);
}

.events1 .events-item h5::after {
  content: '';
  position: absolute;
  display: block;
  width: 45px;
  height: 8px;
  /*background: #d7b369;*/
  /*background: #fcec04;*/
  background-color: #D9CE3B;
  bottom: 0;
  left: calc(50% - 20px);
}

#events1 .events-item img{
  width:1px;
  height:1px;
}


/*.events1 .events-item i {
  margin-top: 10px;
  font-size: 70px;
  align-items: center;
  color: #d7b369;
}*/

.events1 .events-text {
  padding-left: 18px;
  text-align: center;
}

.events1 .events-text img{
  width:25px;
  height:25px;
}

.events1 .events-text h3 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

.events1 .events-text h4 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
}

.events1 .events-text h5 {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: 800;
}

.events1 .events-text h3::after {
  position: absolute;
  content: "\f067";
  top: 0px;
  right: -25px;
  color: #ffffff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.events1 .events-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 550;
  margin: 0;
 /* text-align: center;*/
}
/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 40px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 20px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 10px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background:  #124ba5;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #124ba5;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #ffffff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #000000;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #124ba5;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #0f0e0e;
  font-weight: 500;
  font-size: 14px;
 
}


/*===============================================================================
noeee
========================================================================*/
/* Portfolio Section
--------------------------------*/

#portfolio3 {
  padding: 40px 0 40px 0;
}

#portfolio3 #portfolio3-flters {
  padding: 0;
  margin: 5px 0 20px 0;
  list-style: none;
  text-align: center;
}

#portfolio3 #portfolio3-flters li {
  cursor: pointer;
  margin: 15px 15px 10px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio3 #portfolio3-flters li:hover,
#portfolio3 #portfolio3-flters li.filter-active {
  background:  #124ba5;
  color: #fff;
}

#portfolio3 #portfolio3-flters li:last-child {
  margin-right: 0;
}

#portfolio3 .portfolio3-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio3 .portfolio3-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio3 .portfolio3-item {
  position: relative;
  height: 430px;
  overflow: hidden;
}

#portfolio3 .portfolio3-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio3 .portfolio3-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio3 .portfolio3-item figure .link-preview,
#portfolio3 .portfolio3-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio3 .portfolio3-item figure .link-preview i,
#portfolio3 .portfolio3-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio3 .portfolio3-item figure .link-preview:hover,
#portfolio3 .portfolio3-item figure .link-details:hover {
  background: #124ba5;
}

#portfolio3 .portfolio3-item figure .link-preview:hover i,
#portfolio3 .portfolio3-item figure .link-details:hover i {
  color: #fff;
}

#portfolio3 .portfolio3-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio3 .portfolio3-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio3 .portfolio3-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio3 .portfolio3-item figure:hover .link-details {
  opacity: 2;
  right: calc(50% - 44px);
}

#portfolio3 .portfolio3-item .portfolio3-info {
  background: #ffffff;
  text-align: center;
  padding: 15px;
  height: 160px;
  border-radius: 0 0 3px 3px;
}

#portfolio3 .portfolio3-item .portfolio3-info h4 {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio3 .portfolio3-item .portfolio3-info h4 a {
  color: #000000;
}

#portfolio3 .portfolio3-item .portfolio3-info h4 a:hover {
  color: #124ba5;
}

#portfolio3 .portfolio3-item .portfolio3-info p {
  padding: 0;
  margin: 0;
  color: #0f0e0e;
  font-weight: 500;
  font-size: 14px;
 
}



/*=====================================================================================
                                    #about
========================================================================================*/

#values2 {
  /*background: url("../img/imagen-factibilidad/inte.jpg") center ;*/
  background: url("../img/imagen-conceptos-generales/gama.jpg") center ;
  padding: 60px 0 20px 0;
  position: relative;
  background-size: cover;
}

#values2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 254, 254, 0.9);
  z-index: 9;
}

#values2 .container {
  position: relative;
  z-index: 10;
}

/*#about3 .about3-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}*/

#values2 .values-col .img {
  position: relative;
}

#values2 .values-col .img img {
  border-radius: 4px 4px 0 0;
}

/*About 1 color icono*/
/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#values2 .values-col .icon {
  width: 85px;
  height: 85px;
  padding-top: 18px;
  text-align: center;
  position: absolute;
  /*background-color: #004279;*/
  background-color: #253b80;
  border-radius: 50%;
  text-align: center;
  /*border: 4px solid #fff;*/
  left: calc( 50% - 40px);
  bottom: -30px;
  transition: 0.3s;
}

#values2 .values-col .icon:hover {
  transform: scale(1.1);
}

#values2 .values-col i {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

/*About 1 iconos*/

/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#values2 .values-col:hover i {
  color: #ffffff;
}

#values2 .values-col h2 {
  /*color: #004279;*/
  color: #253b80;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 40px 0 12px 0;
}

#values2 .values-col h6 {
  /*color: #024873;*/
  color:#253b80;
  /*text-align: center;*/
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  /*margin: 40px 0 12px 0;*/
}
  
#values2 .values-col p {
  /*color: #024873;*/
  color:#253b80;
  /*text-align: center;*/
  font-weight: 700;
  font-size: 21px;
  padding: 0;
  /*margin: 40px 0 12px 0;*/
}

#values2 .values-col p:hover{
  transform: scale(1.1);
}


#values2 .values-col h2 a {
  /*color: #024873;*/
  color: #253b80;
  
}

#values2 .values-col h2 a:hover {
  color: #024873;
}

#values2 .values-col p {
  /*font-style: italic;*/
  font-size: 14px;
  /*line-height: 18px;*/
  text-align: center;
  /*color: #024873;*/
  color:#253b80;
  /*font-weight: 700;*/
  margin-bottom: 0;

  padding: 0 20px 20px 20px;
}



#values2 .banner_img{
  float:rigth;
  animation: movimiento 4.5s linear infinite;
}
#values2 .banner_img img{
  /*width: 500px;
  height: 500px;*/
  display: block;
}
@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(20px);
  }
  100%{
      transform: translateY(0);
  }
}

/************************************/
/************************************/
#values3 {
  /*background: url("../img/imagen-estructuracion/01_concepto_estructuracion.jpg") center ;*/
  background: url("../img/imagen-conceptos-generales/gama.jpg") center ;
  padding: 60px 0 60px 0;
  position: relative;
  background-size: cover;
}

#values3::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 254, 254, 0.9);
  z-index: 9;
}

#values3 .container {
  position: relative;
  z-index: 10;
}

/*#about3 .about3-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}*/

#values3 .values-col .img {
  position: relative;
}

#values3 .values-col .img img {
  border-radius: 4px 4px 0 0;
}

/*About 1 color icono*/
/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#values3 .values-col .icon {
  width: 85px;
  height: 85px;
  padding-top: 18px;
  text-align: center;
  position: absolute;
  /*background-color: #004279;*/
  background-color: #253b80;
  border-radius: 50%;
  text-align: center;
  /*border: 4px solid #fff;*/
  left: calc( 50% - 40px);
  bottom: -30px;
  transition: 0.3s;
}

#values3 .values-col .icon:hover {
  transform: scale(1.1);
}

#values3 .values-col i {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

/*About 1 iconos*/

/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#values3 .values-col:hover i {
  color: #ffffff;
}

#values3 .values-col h2 {
  /*color: #004279;*/
  color:#253b80;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 40px 0 12px 0;
}

#values3 .values-col h6 {
  color: #024873;
  /*text-align: center;*/
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  /*margin: 40px 0 12px 0;*/
}
  
#values3 .values-col p {
  /*color: #024873;*/
  color: #253b80;
  /*text-align: center;*/
  font-weight: 700;
  font-size: 20px;
  text-align: justify;
  padding: 0;
  /*margin: 40px 0 12px 0;*/
}

#values3 .values-col p:hover {
  transform: scale(1.1);
}

#values2 .values-col h2 a {
  color: #024873;
  
}

#values3 .values-col h2 a:hover {
  color: #024873;
}

#values3 .values-col p {
  /*font-style: italic;*/
  font-size: 14px;
  /*line-height: 18px;*/
  text-align: center;
  /*color: #024873;*/
  color:#253b80;
  /*font-weight: 700;*/
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#values3 .banner_img{
  float:rigth;
  animation: movimiento 4.5s linear infinite;
}
#values3 .banner_img img{
  /*width: 500px;
  height: 500px;*/
  display: block;
}
@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(20px);
  }
  100%{
      transform: translateY(0);
  }
}

#values .large p{
  text-align: justify;font-size: 17px;
}

/***************************************/
/***************************************/
/***************************************/
#values4 {
  /*background: url("../img/imagen-conceptos-generales/03_bdpst_conceptos_generales.jpg") center ;*/
  background: url("../img/imagen-conceptos-generales/gama.jpg") center ;
  padding: 60px 0 60px 0;
  position: relative;
  background-size: cover;
}

#values4::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 254, 254, 0.9);
  z-index: 9;
}

#values4 .container {
  position: relative;
  z-index: 10;
}

/*#about3 .about3-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}*/

#values4 .values-col .img {
  position: relative;
}

#values4 .values-col .img img {
  border-radius: 4px 4px 0 0;
}

/*About 1 color icono*/
/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#values4 .values-col .icon {
  width: 85px;
  height: 85px;
  padding-top: 18px;
  text-align: center;
  position: absolute;
 /* background-color: #004279;*/
 background-color: #253b80;
  border-radius: 50%;
  text-align: center;
  /*border: 4px solid #fff;*/
  left: calc( 50% - 40px);
  bottom: -30px;
  transition: 0.3s;
}

#values4 .values-col i {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

/*About 1 iconos*/

/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#values4 .values-col:hover i {
  color: #ffffff;
}

#values4 .values-col h2 {
  /*color: #004279;*/
  color: #253b80;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 40px 0 12px 0;
}

#values4 .values-col h6 {
  /*color: #004279;*/
  color: #253b80;
  /*text-align: center;*/
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  /*margin: 40px 0 12px 0;*/
}
  
#values4 .values-col p {
  /*color: #000000;*/
  /*text-align: center;*/
  font-weight: 500;
  font-size: 16px;
  padding: 0;
  /*margin: 40px 0 12px 0;*/
}


#values4 .values-col h2 a {
  color: #024873;
  
}

#values4 .values-col h2 a:hover {
  color: #024873;
}

#values4 .values-col p {
  /*font-style: italic;*/
  font-size: 15px;
  /*line-height: 18px;*/
  text-align: justify;
  color: #024873;
  /*font-weight: 700;*/
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#values4 .values-col img{
  width:30px;
  height:25px;
}


#values4 .banner_img{
  float:rigth;
  animation: movimiento 4.5s linear infinite;
}
#values4 .banner_img img{
  /*width: 500px;
  height: 500px;*/
  display: block;
}
@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(20px);
  }
  100%{
      transform: translateY(0);
  }
}

/************************************/
/***********************************/


/************************************/
/************************************/
#values5 {
 
    background: #fff;
    background-size: cover;
    padding: 40px 0 10px 0;
  
}



#values5 .container {
  position: relative;
  z-index: 10;
}

/*#about3 .about3-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}*/

#values5 .values-col .img {
  position: relative;
}

#values5 .values-col .img img {
  border-radius: 4px 4px 0 0;
}

/*About 1 color icono*/
/* Cambio de color de icono (ACERCA DE NOSOTROS)
--------------------------------*/
#values5 .values-col .icon {
  width: 85px;
  height: 85px;
  padding-top: 18px;
  text-align: center;
  position: absolute;
  /*background-color: #004279;*/
  background-color: #253b80;
  border-radius: 100%;
  text-align: center;
  /*border: 4px solid #fff;*/
  left: calc( 50% - 40px);
  bottom: -30px;
  transition: 0.3s;
  
  
}


#values5 .values-col i {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  transform: scale(1.1);
  
  
}

#values5 .values-col .icon:hover{
  transform: scale(1.1);
}

/*About 1 iconos*/

/* Seleccionar icono (CAMBIO DE COLOR)
--------------------------------*/
#values5 .values-col h5 {
 /* color: #004279;*/
 color: #253b80;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  font-family: "Montserrat-Medium", sans-serif;
  padding: 0;
  margin: 40px 0 20px 0;
}

#values5 .values-col h6 {
  color: #024873;
  /*text-align: center;*/
  font-weight: 900;
  font-size: 20px;
  padding: 0;
  /*margin: 40px 0 12px 0;*/
}
  
#values5 .values-col p {
  color: #024873;
  /*text-align: center;*/
  /*font-weight: 700;*/
  font-size: 13px;
  padding: 0;
  /*margin: 40px 0 12px 0;*/
}


#values5 .values-col h2 a {
  color: #024873;
  font-size: 12px;
  
}

#values5 .values-col h2 a:hover {
  color: #024873;
}

#values5 .values-col p {
  /*font-style: italic;*/
  font-size: 14px;
  /*line-height: 18px;*/
  text-align:justify;
  color: #000000;
  /*font-weight: 700;*/
  margin-bottom: 0;

  padding: 0 20px 20px 20px;
}



#values5 .banner_img{
  float:rigth;
  animation: movimiento 4.5s linear infinite;
}
#values5 .banner_img img{
  /*width: 500px;
  height: 500px;*/
  display: block;
}
@keyframes movimiento{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(20px);
  }
  100%{
      transform: translateY(0);
  }
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
 
  
}

#clients img {
  max-width: 80%;
  /*opacity: 0.6;*/
  transition: 0.1s;
  padding: 15px 0;
  width:220px;
  height:130px;
  
  
}


#clients img:hover {
  opacity: 3;
  position: relative;
  transform: scale(1.1);
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: hsl(0, 1%, 52%);
 
}
/* Cambio de color de Botones (ACONTECIMIENTOS)
--------------------------------*/
#clients .owl-dot.active {

  /*background-color: #004279;*/
  background-color: #253b80;
}
/*--=====================================================================================
                                      #section testimonials
=========================================================================================-->*/
#testimonials {
  padding: 10px 0;
  /*top no-repeat fixed*/
  /*background: url("../img/imagen-titularizacion/03_titularizacion_esquema.jpg") center ;*/
  background: url("../img/imagen-conceptos-generales/gama.jpg") center ;
  background-size: cover;
  padding: 60px 0 50px 0;
  position: relative;
}
#testimonials::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(243, 242, 242, 0.9);
  z-index: 9;
}
#testimonials .container {
  position: relative;
  z-index: 10;
  
}

#testimonials .section-header {
  margin-bottom: 20px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img{
  width: 220px;
  height: 190px;
  border-radius: 100%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
 /* color: #004279;*/
 color: #253b80;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  /*font-style: italic;*/
  font-size: 17px;
  color:#000;
  font-weight: 400;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color:#808080;
}
/* Botones de Cambio (TITULARIZACION)
--------------------------------*/
#testimonials .owl-dot.active {
  /*background-color: #004279;*/
  background-color: #253b80;
}

/* teams Section
--------------------------------*/

.teams-member {
  margin-bottom: 3rem;
  text-align: center;
}
.teams-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.teams-member h4, .teams-member .h4 {
  margin-top: 1.6px;
  margin-bottom: 0;
}

.img-brand {
  height: 2.75rem;
}
.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", 
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}


/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #0b1d51;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*CREATIVE TEAM STYLE*/
#teamp {
  padding: 50px 0;
}
#teamp .wrap {
  margin: 100px auto 0;
  max-width: 290px;
  padding: 20px 40px;
  background: #F7F7F7;
  box-shadow: 0px 8px 6px -8px rgba(0, 0, 0, 0.54);
}

#teamp .img-teamp {
  margin: -100px 0 0 0;
  padding: 0;
}

.img-circle {
  border-radius: 50%;
}

#teamp .wrap img {
  border: 7px solid #f3f2f2;
  height: 150px;
  width: 150px;
}

#teamp .wrap h6 {
  /*text-transform: uppercase;*/
  color: #103091;
  line-height: 20px;
  font-weight: 520;
  margin-bottom: 10px;
}

#teamp .wrap h5 {
  /*text-transform: uppercase;*/
  
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
  color: #0a0a0a;
}

#teamp .wrap p {
  font-size: 15px;
  min-height: 25px;
  color: #000000;
}

.teamp-social {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  height: 16px;
}

.teamp-social:before {
  content: "";
  display: block;
  background-color: #ccc;
  width: 50px;
  height: 1px;
  margin: 15px auto;
}

.social-list li {
  padding: 0;
  list-style: none;
  width: 24px;
  display: inline-block;
}

.social-list li a {
  font-size: 16px;
  line-height: 16px;
  color: #AAA;
  width: 24px;
  opacity: 1;
  margin: 0;
  padding: 0;
}

.social-list li a:hover {
  color: #008ED6
}


/*CREATIVE TEAM STYLE*/
#teamp1 {
  padding: 50px 0;
}
#teamp1 .wrap {
  margin: 75px auto 0;
  
  
  max-width: 275px;
  height: 240px;
  padding: 40px 10px;
  /*background: #004279;*/
  /*background: #201c54;;*/
  background: #263F73;
  box-shadow: 0px 8px 6px -8px rgba(0, 0, 0, 0.54);
  position: relative;
	top: -5px;
	right: -5px;
	transition: all 0.5s ease 0s;
}


#teamp1 .img-teamp1 {
  margin: -100px 0 0 0;
  padding: 0;
}





.img-circle {
  border-radius: 50%;
 /* color: #1E3859;*/
 color: #1E3859;
}

#teamp1 .wrap img {
  /*border: 7px solid #d7b369;*/
  border: 9px solid   #747c7c ;
  height: 150px;
  width: 150px;
}

#teamp1 .wrap h6 {
  /*text-transform: uppercase;*/
  color: #13be1c;
  line-height: 10px;
  font-weight: 50;
  margin-bottom: 1px;
}

#teamp1 .wrap h5 {
  /*text-transform: uppercase;*/
  
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 12px;
  color: #eeeeee;
  font-weight: bold;
}

#teamp1 .wrap p {
  font-size: 15px;
  min-height: 25px;
  color: #000000;
  font-weight: bold;
}
#teamp1 .wrap h3{
    color: #eeeeee;
    /*color:  #fcec04;*/
    font-weight: bold;
    text-decoration: none;
    text-transform:uppercase;
    font-size: 12px;
}



/*CREATIVE TEAM STYLE*/
#teamp2 {
  padding: 50px 0 50px;
}
#teamp2 .wrap {
  margin: 75px 200px 0;
  max-width: 275px;
  padding: 40px 40px;
  background: #004279;
  box-shadow: 0px 8px 6px -8px rgba(0, 0, 0, 0.54);
}

#teamp2 .img-teamp {
  margin: -100px 0 0 0;
  padding: 0;
}

.img-circle {
  border-radius: 50%;
}

#teamp2 .wrap img {
  border: 7px solid #d7b369;
  height: 150px;
  width: 150px;
}

#teamp2 .wrap h6 {
  /*text-transform: uppercase;*/
  color: #13be1c;
  line-height: 10px;
  font-weight: 50;
  margin-bottom: 1px;
}

#teamp2 .wrap h5 {
  /*text-transform: uppercase;*/
  
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 12px;
  color: #eeeeee;
  font-weight: bold;
}

#teamp2 .wrap p {
  font-size: 15px;
  min-height: 25px;
  color: #000000;
  font-weight: bold;
}
#teamp2 .wrap h3{
    color: #eeeeee;
    font-weight: bold;
    text-decoration: none;
    text-transform:uppercase;
    font-size: 12px;
}


/* Contact Section
--------------------------------*/

#contact {
  /*background: url("../img/imagen-empresa/01_empresa_bdpst.jpg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 45px 0 0 0;
  position: relative;
}

/*#contact::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(243, 242, 242, 0.92);
  z-index: 9;
}*/

#contact .container {
  position: relative;
  z-index: 10;
  
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i:hover {
  transform: scale(1.1);
}
/* cambio de color (CONTACTOS)
--------------------------------*/
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #024873;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info h3:hover {
  transform: scale(1.1);
}


#contact .contact-info p:hover {
  transform: scale(1.1);
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* Cambio de Color (PIE DE PÁGINA)
--------------------------------*/
#footer {
  /*background: #05476d;*/
  /*background: #004279;*/
  background:  #201c54;
  padding: 0 0 20px 0;
  color: #eee;
  font-size: 15px;
}

#footer .footer-top {
  /*background: #004279;*/
  background:  #201c54;
  /*background: #151068;*/
  padding: 40px 0 0 0;
}
/*Cambio del footer inferior*/
#footer .footer-top .footer-info {
  margin-bottom: 10px;
}

/* Cambio de Color (LOGO)
--------------------------------*/

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 5px solid #D2AB66;
}

#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 19px;
  display: inline-block;
  background: #D2AB66;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  /*background: #b99c1aea;*/
  background: #D9CE3B;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
/* Cambio de color (LINEAS DE SUBTITULOS)
--------------------------------*/
#footer .footer-top h4::before {
  right: 0;
  background: #b6b4b4;
}
/* Cambio de color (PIE DE PÁGINA)
--------------------------------*/
#footer .footer-top h4::after {
/*background: #d7b369;*/
/*background: #D9CE3B;*/
background: #D9CE3B;
  width: 80px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #b9aeae;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #dfc23eea;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
 /*background: #18d26e;*/
 background: #fcec04;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  /*background: #13a456;*/
  background: #fcec04;
}

#footer .copyright {
  text-align: center;
  font-size: 500;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 10px;
  color: #ddd;
}

#footer img{
  width: 25px;
  height:25px;
  object-fit: cover;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}
/*******************************/

.bg-01{
	background: url(../img/imagen-carousel/1.jpg) no-repeat center;
	background-size: cover;
}
.bg-02{
	background: url(../img/imagen-carousel/1.jpg) no-repeat center;
	background-size: cover;
}
.bg-03{
	background: url(../images/pricing-bg-03.jpg) no-repeat center;
	background-size: cover;
}

.pricing-box .card:hover .card-header{
	background: none;
  padding: 45px 0;
}
.pricing-box .card{
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 30px rgba(105,106,119,.1);
	box-shadow: 0 5px 30px rgba(105,106,119,.1);
	border: none;
}

.pricing-box .card .card-header{
	padding: 80px 15px;
	text-align: center;
	background: #323232;
	color: #ffffff;
}
.pricing-box .card:hover .card-header{
	color: #323232;
}
.pricing-box .card:hover .list-group-item{
	background-color: rgba(225,225,225,0.5);
}
.most_popular{
	position: absolute;
	top: 32px;
	font-size: 12px;
	text-align: center;
	width: 181px;
	padding: 4px 0;
	right: -36px;
	transform: rotate(40deg);
	background-color: #1273eb;
	color: #323232;
}


.contact-main{
	padding: 30px 0px;
}
.contact-left h3{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-right h3{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-right p abbr{
	font-weight: bold;
	font-size: 18px;
}

.help-block ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: red;
	color: #fff;
	padding: 0px 15px;
}

/****************************************************************/

/* More Info */

.more-info {
	/*margin-top: 140px;*/
  padding: 5px 0 50px 10px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
 /* background-color: #bad8e8;*/
 

}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 10px;
}

.more-info .right-content {
	padding: 25px 25px 25px 20px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #a4c639;
}

.more-info .right-content p {
	margin-bottom: 5px;
}

/******************************************************************
/*********************************************************************/

/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: 'Raleway';*/
}

.texto{
  margin: 30px auto;
  width: 80%;
}

.texto p, h1{
  margin-bottom: 30px;
}

.texto p{
  font-size: 20px;
}

.btn-abrir{
  background: #0063a5;
  color:#fff;
  padding: 10px;
  display: inline-block;
  border: none;
  cursor: pointer;
}

/* VENTANA MODAL */

.pop-up{
  background: rgba(48, 48, 48, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.pop-up-wrap{
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 400px;
  transform: scale(0.6);
  opacity: 0;
  transition: .3s ease all;
}

.pop-up-title{
  flex-basis: 0;
  flex-grow:1.5;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url('../img/office.jpg');
  background-size: 165%;
  background-position: center;
  background-repeat: no-repeat;
}

.pop-up-title::after{
  content: '';
  position: absolute;
  background: rgba(228, 63, 90, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pop-up-title::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.subcription::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.pop-up-title h2,
.pop-up-title p{
  z-index: 10;
  color: #fff;
}

.sub-content h2{
  /*font-family: 'Chiller';*/
  font-size: 10px;
  color:#004279;
}


.pop-up-title p{
  font-size: 20px;
  font-weight: 300;
}*/

.subcription{
  background: #fff;
  flex-basis: 0;
  flex-grow: 2;
  height: 500px; /**ALTO*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: center;
}

.sub-content{
  width: 100%;
 /* height: 10%;*/
}
.sub-content img{
  width: 500px; /*ANCHO*/
  height: 380px;
  max-width: 100%;
  max-height: auto;
}

.sub-content h2{
  font-weight: 100;
  font-size: 10px;
  color: #20436e;
  margin-bottom: 15px;
}

.sub-content p{
  font-weight: 500;
  color: #1bc59b;
  margin-bottom: 30px;
}

.subs-email{
  width: 100%;
  padding: 15px;
  border: none;
  background: #ccc;
  margin-bottom: 15px;
}

.subs-send{
  width: 100%;
  padding: 15px;
  border: none;
  background: #327fd1;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 5px;
  transition: .25s ease background;
}

.subs-send:hover{
  background: #1bc59b;
}

.line{
  width: 100%;
  height: 20px;
  background: #004279;
}

#close{
  position: absolute;
  top: 36px;
  right: 18px;
  font-size: 25px;
  /*color: #004279;*/
  color:#de142f;
  cursor: pointer;
}

.pop-up.show{
  visibility: visible;
}

.pop-up-wrap.show{
  transform: scale(1);
  opacity: 1;
}

@media only screen and (max-width: 980px){
  .pop-up-title{
      display: none;
  }

}

@media only screen and (max-width: 320px){
  .sub-content h2{
      font-size: 30px;
  }
}
  
  /***********************************************/


  .modal1 {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  
  .modal1-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
  }
  .modal1.fade .modal1-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    .modal1.fade .modal1-dialog {
      transition: none;
    }
  }
  .modal1.show .modal1-dialog {
    transform: none;
  }
  .modal1.modal-static .modal1-dialog {
    transform: scale(1.02);
  }
  
  .modal1-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal1-dialog-scrollable .modal1-content {
    max-height: 100%;
    overflow: hidden;
  }
  .modal1-dialog-scrollable .modal1-body {
    overflow-y: auto;
  }
  
  .modal1-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  
  .modal1-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }
  
  .modal1-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
  }
  .modal1-backdrop.fade {
    opacity: 0;
  }
  .modal1-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
  }
  
  .modal1-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
  }
  .modal1-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  }
  
  .modal1-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
  }
  
  .modal1-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
  }
  
  .modal1-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  }
  .modal1-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
  }
  
  @media (min-width: 576px) {
    .modal1 {
      --bs-modal-margin: 1.75rem;
      --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modal1-dialog {
      max-width: var(--bs-modal-width);
      margin-right: auto;
      margin-left: auto;
    }
    .modal1-sm {
      --bs-modal-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal1-lg,
    .modal1-xl {
      --bs-modal-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal1-xl {
      --bs-modal-width: 1140px;
    }
  }
  .modal1-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal1-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal1-fullscreen .modal-header,
  .modal1-fullscreen .modal-footer {
    border-radius: 0;
  }
  .modal1-fullscreen .modal-body {
    overflow-y: auto;
  }
  
  @media (max-width: 575.98px) {
    .modal1-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal1-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal1-fullscreen-sm-down .modal-header,
    .modal1-fullscreen-sm-down .modal-footer {
      border-radius: 0;
    }
    .modal1-fullscreen-sm-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 767.98px) {
    .modal1-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal1-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal1-fullscreen-md-down .modal-header,
    .modal1-fullscreen-md-down .modal-footer {
      border-radius: 0;
    }
    .modal1-fullscreen-md-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 991.98px) {
    .modal1-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal1-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal1-fullscreen-lg-down .modal-header,
    .modal1-fullscreen-lg-down .modal-footer {
      border-radius: 0;
    }
    .modal1-fullscreen-lg-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1199.98px) {
    .modal1-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal1-fullscreen-xl-down .modal1-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal1-fullscreen-xl-down .modal1-header,
    .modal1-fullscreen-xl-down .modal1-footer {
      border-radius: 0;
    }
    .modal1-fullscreen-xl-down .modal1-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1399.98px) {
    .modal1-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal1-fullscreen-xxl-down .modal1-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal1-fullscreen-xxl-down .modal1-header,
    .modal-fullscreen-xxl-down .modal1-footer {
      border-radius: 0;
    }
    .modal1-fullscreen-xxl-down .modal1-body {
      overflow-y: auto;
    }
  }
  /********************************************/
  /********************************************/
  #portfolio .portfolio-item {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  #portfolio .portfolio-item .portfolio-link .portfolio-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 200, 0, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
  }
  #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 1.25rem;
    color: white;
  }
  #portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
    opacity: 1;
  }
  #portfolio .portfolio-item .portfolio-caption {
    padding: 1.5rem;
    text-align: center;
    background-color: #fff;
  }
  #portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
    font-size: 1.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    margin-bottom: 0;
  }
  #portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  
  .portfolio-modal1 .modal1-dialog {
    margin: 1rem;
    max-width: 100vw;
  }
  .portfolio-modal1 .modal1-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
  }
  .portfolio-modal1 .modal1-content h2, .portfolio-modal .modal-content .h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .portfolio-modal1 .modal1-content p.item-intro {
    font-style: italic;
    margin-bottom: 2rem;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .portfolio-modal1 .modal1-content p {
    margin-bottom: 2rem;
  }
  .portfolio-modal1 .modal1-content ul.list-inline {
    margin-bottom: 2rem;
  }
  .portfolio-modal1 .modal1-content img {
    margin-bottom: 2rem;
  }
  .portfolio-modal1 .close-modal1 {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
  }
  .portfolio-modal1 .close-modal1:hover {
    opacity: 0.3;
  }
  


  /*===============================================================================
noeee
========================================================================*/
/* Portfolio Section
--------------------------------*/

#portfolio4 {
  padding: 40px 0;
}

#portfolio4 #portfolio4-flters {
  padding: 0;
  margin: 5px 0 10px 0;
  list-style: none;
  text-align: center;
}

#portfolio4 #portfolio4-flters li {
  cursor: pointer;
  margin: 15px 15px 10px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio4 #portfolio4-flters li:hover,
#portfolio4 #portfolio4-flters li.filter-active {
  background:  #124ba5;
  color: #fff;
}

#portfolio4 #portfolio4-flters li:last-child {
  margin-right: 0;
}

#portfolio4 .portfolio4-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.09);
  transition: 0.3s;
}

#portfolio4 .portfolio4-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio4 .portfolio4-item {
  position: relative;
  height: 340px;
  overflow: hidden;
}

#portfolio4 .portfolio4-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio4 .portfolio4-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio4 .portfolio4-item figure .link-preview,
#portfolio4 .portfolio4-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio4 .portfolio4-item figure .link-preview i,
#portfolio4 .portfolio4-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio4 .portfolio4-item figure .link-preview:hover,
#portfolio4 .portfolio4-item figure .link-details:hover {
  background: #124ba5;
}

#portfolio4 .portfolio4-item figure .link-preview:hover i,
#portfolio4 .portfolio4-item figure .link-details:hover i {
  color: #fff;
}

#portfolio4 .portfolio4-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio4 .portfolio4-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio4 .portfolio4-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio4 .portfolio4-item figure:hover .link-details {
  opacity: 2;
  right: calc(50% - 44px);
}

#portfolio4 .portfolio4-item .portfolio4-info {
  background: #ffffff;
  text-align: center;
  padding: 15px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio4 .portfolio4-item .portfolio4-info h4 {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 10px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio4 .portfolio4-item .portfolio4-info h4 a {
  color: #000000;
}

#portfolio4 .portfolio4-item .portfolio4-info h4 a:hover {
  color: #124ba5;
}

#portfolio4 .portfolio4-item .portfolio4-info p {
  padding: 0;
  margin: 0;
  color: #0f0e0e;
  font-weight: 500;
  font-size: 14px;
 
}
