/**
* Template Name: Maxim - v4.7.0
* Template URL: https://bootstrapmade.com/maxim-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&family=Open+Sans:wght@500&family=Poppins:wght@500&display=swap');
body {
  font-family: Open Sans,Arial,sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
}
a{
  text-decoration: none;
  color: #013365;
}
li{
  list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}

/**************
Header-Top
**************/
.top-header{
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	background-color: #006699;
  color: #FFFFFF!important;
  height: 40px;
}
.socialuach
{
  text-align: right !important;
}
.navbar-cori{
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  background: #003366;
  text-align: center;
  font-size: 15px;

}
.navbar-cori a{
  color: #FFFFFF;
  background: #003366;
}
.navbar-cori a:hover{
  text-decoration: none;
  background: #003366;
  color: #a43c7b;
}
.navbar-cori li{
  color: #FFFFFF;
}
.sub-menu a{
  background: #FFFFFF !important;
  color: #003366;
  border-bottom: 1px solid rgb(0,0,0,0.1) !important;
  margin-top: 0 !important;
  padding: 0 !important;
  position: relative !important;
  line-height: 2em !important;
  margin: 0 !important;
  padding: 12px 20px !important;
}
.sub-menu a:hover{
   background-color: rgba(0,0,0,.03) !important;
    opacity: .7 !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(126, 190, 197)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler{
  border: none;
}
.logos{
  margin-bottom: 1%;
    margin-top: 1%;
}
.carousel-caption{
    background: rgba(4, 4, 4, 0.7) !important;
    padding: 3px !important;
    color: #fff !important;
    border-top: 5px solid #1bbd36 !important;
    position: absolute !important;
    right: -2% !important;
    bottom: 0.25rem !important;
    left: 0.2% !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    text-align: center !important;
}
.carousel-control-prev, .carousel-control-next{
  color: #FFFFFF;
  font-size: 50px;
}
/**************
Tamaño para dispositivos mobiles
**************/

@media screen and (max-device-width:1200px), screen and (max-width:1200px) {
	.logos{
		display: none;
	}
	.sidebar-guide
	{
		display: none;
	}
  .top-header{
    text-align: center;
    height: auto;
  }
  .social-items{
    text-align: center;
  }
  .container-navbar{
      justify-content: center !important;
  }
  .col-sm-1{
    width: 15%;
  }
  .col-sm-8{
    width: 85%;
  }
  .carousel-caption{
      font-size: 7px !important;
  }
}




.section-bg {
    background-color: #f2f9f8;
}
section {
    padding: 60px 0;
    overflow: hidden;
}
/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #97cac2;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #1bac91;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 8px 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #1bac91;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #4ae3c6;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1bac91;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1bac91;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(33, 65, 60, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/
.steps {
  padding: 50px 0 40px 0;
}
.steps .row {
  overflow: hidden;
}
.content-item:hover{
  background-color: #1e5c7f;
}
.steps .content-item {
  padding: 40px;
  border-left: 1px solid #d4e9e6;
  border-bottom: 1px solid #d4e9e6;
  margin: -1px;
}
.steps .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #1bac91;
}
.steps .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
  color: #21413c;
}
.steps .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .steps .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{
  background-image: linear-gradient(180deg,#013365 27%,#0c71c3 100%)!important;
}
.container-footer{
  background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0icmdiYSgwLDAsMCwwLjAzKSIgaGVpZ2h0PSIxNjBweCIgd2lkdGg9IjgwcHgiIHZpZXdCb3g9IjAgMCA4MCAxNjAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQxLjEyLDQwLDUzLDE2LjI4LDYwLjYyLDFIODBWMEg1OC44OEw0MCwzNy43NiwyMS4xMiwwSDBWMUgxOS4zOEwyNywxNi4yOCwzOC44OCw0MCwxOS4zOCw3OUgwdjJIMTkuMzhsMTkuNSwzOS0xOS41LDM5SDB2MUgyMS4xMkw0MCwxMjIuMjQsNTguODgsMTYwSDgwdi0xSDYwLjYybC0xOS41LTM5LDE5LjUtMzlIODBWNzlINjAuNjJaTTQwLDExNy43NiwyMS4xMiw4MCw0MCw0Mi4yNCw1OC44OCw4MFoiLz48L3N2Zz4=);
  color: #FFFFFFFF;
}
.administration{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  border-top: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  text-align: center;
  margin-top: 11%;
  padding-bottom: 3%;
  padding-top: 3%;
}
.about{
  text-align: left;
  margin-top: 18%;
  border-bottom: solid 1px #f9a53b
}
.contactUs{
  margin-top: 10%;
}
.box1, .box1 a{
  margin-top: 3%;
  color: #FFFFFF!important;
  padding-right: 8%;
}
.box1-text{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 11px;
    color: #FFFFFF!important;
    line-height: 1.3em;
}
.box1-text a{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 11px;
    color: #FFFFFF!important;
    line-height: 1.3em;
}
.box1-text2 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  color: #FFFFFF!important;
  line-height: 1.3em;
}
.box1-text2 a{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  color: #FFFFFF!important;
  line-height: 1.3em;
}
.box1-text3{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 14px !important;
  letter-spacing: 1px;
}
.box-bottom{
  margin-top: 5%;
  margin-bottom: : 5%;
}
.box-bottom-text{
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}
.box-bottom a{
  color: #f9a53b!important;
  font-weight: 700;
    font-size: 12px;
}
.icon{
  padding-bottom: 1%;
}
.icon a{
  color: #013365!important;
  font-size: 30px;
}
.box2{
  margin-top: 8%;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px !important;
}
.box2 li{
  list-style: none;}
.box2 a{
  color: #FFFFFF;
}


/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.icons8-facebook-rodeado-de-círculo {
display: inline-block;
width: 30px;
height: 30px;
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIGZpbGw9IiMwMTMzNjUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxnIHRyYW5zZm9ybT0ic2NhbGUoNS4xMiw1LjEyKSI+PHBhdGggZD0iTTI1LDJjLTEyLjY4MiwwIC0yMywxMC4zMTcgLTIzLDIzYzAsMTIuNjgzIDEwLjMxOCwyMyAyMywyM2MxMi42ODMsMCAyMywtMTAuMzE3IDIzLC0yM2MwLC0xMi42ODMgLTEwLjMxNywtMjMgLTIzLC0yM3pNMzIsMTZoLTMuMjljLTEuOTM4LDAgLTIuNzEsMC40NTUgLTIuNzEsMS44MDZ2My4xOTRoNmwtMSw1aC01djEzaC02di0xM2gtM3YtNWgzdi0yLjc3NGMwLC00LjIyNSAxLjY4NiwtNy4yMjYgNi41ODEsLTcuMjI2YzIuNjIyLDAgNS40MTksMSA1LjQxOSwxeiI+PC9wYXRoPjwvZz48L2c+Cjwvc3ZnPg==') 50% 50% no-repeat;
background-size: 100%;
}
