/* ----------------------------------------------------------------
GENERAL CSS
-----------------------------------------------------------------*/

html {  
 font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    color: #151f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Poppins', sans-serif;
}

small { font-family: 'Poppins', sans-serif; }


.font-body { font-family: 'Poppins', sans-serif; }

.font-primary { font-family: 'Poppins', sans-serif; }

.font-secondary { font-family: 'Poppins', sans-serif; }

/*--------------- Sections ---------------*/
.section {
	position: relative;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #FFF;
	overflow: hidden;
}

.content-wrap {
	position: relative;
	padding: 80px 0px 0px 0px;
}


/*--------------- Header ---------------*/
#logo {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	margin-right: 40px;
}

#header.full-header #logo {
	padding-right: 30px;
	margin-right: 30px;
    border-right: none;
}


#header-wrap {
	position: relative;
	z-index: 199;
	-webkit-backface-visibility: hidden;
    
    background: url("../images/line-colors.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 3px;
}

#header.transparent-header {
    background-image: linear-gradient(rgba(35,44,122,0.6), rgba(35,44,122,0.0));
}

#header.blue-header {
    background-color: #233072;
}


#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #233072;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.dark .one-page-arrow,
.one-page-arrow.dark {
    color: #FFF;
}

#dark-arrow-styles-to-replace {
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.one-page-arrow {
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: 50%;
	margin-left: -16px;
	width: 70px;
	height: 70px;
	font-size: 70px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.45);
	text-align: center;
	color: #FFF;
}
/*--------------- Primary Menu ---------------*/

#primary-menu {
}

#header.full-header #primary-menu > ul {
	float: left;
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}


#primary-menu ul li > a {
	display: block;
	line-height: 22px;
	padding: 39px 0px 39px 12px;
	color: #FFF;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: none;
	font-family: 'Poppins', sans-serif;
	    -webkit-transition: margin .4s ease, padding .4s ease;
	    -o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}


#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #F92C63; }


.dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a,
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li > a,
.overlay-menu #primary-menu.dark > ul > li > a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > #overlay-menu-close,
.overlay-menu #primary-menu.dark > #overlay-menu-close,
.dark #header-wrap:not(.not-dark) #top-search a,
.dark #header-wrap:not(.not-dark) #top-cart a,
.dark #header-wrap:not(.not-dark) #side-panel-trigger a,
.dark #header-wrap:not(.not-dark) #top-account a,
.dark #top-cart .top-cart-item-desc a,
body.top-search-open .dark #header-wrap:not(.not-dark) #top-search a,
.dark #header-wrap:not(.not-dark) #top-search a:hover,
.dark #header-wrap:not(.not-dark) #top-cart a:hover,
.dark #header-wrap:not(.not-dark) #side-panel-trigger a:hover,
.dark #header-wrap:not(.not-dark) #top-account a:hover,
.dark #header-wrap:not(.not-dark) #top-search form input {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}



.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a,
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li.current > a {
    color: #E91E63;
}



/*----------------- Slider ------------------*/

.master {
    background-position: center right !important;
    
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #151f40;
	text-shadow: none;
}

.slider-caption h2 {
	font-size: 2.5rem;
	letter-spacing: 2px;
	text-transform: none;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.slider-caption p {
	font-size: 1.2rem;
    font-weight: 300 !important;
    margin-top: 10px;
}


.dark .slider-caption,
.dark .slider-caption h2 {
	color: #FFF;
	text-shadow: 6px 6px 21px rgba(0,0,0,0.8);
}

.icontect_home {
    width: 300px;
    height: auto;
    margin-bottom: 15px;
    
}

/*----------------- Page Title ------------------*/

#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-size: 28px;
	text-transform: none !important;
}

/*----------------- Buttons ------------------*/
.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 22px;
	height: auto;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
}

.button.button-desc span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	text-transform: none;
}

/*----------------- Tercerizar ------------------*/
.col-md-7 {
}

#primary-menu-trigger {
    color: #FFF;
    font-size: 1.5em;
}

/*----------------- Figures ------------------*/
#figures{
    background-image: url(../images/se-bg-2.png)!important;
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
}
    
.icon-figures {
    display: block;
	float: left;
    width: 64px !important;
	height: 64px !important;
    margin-bottom: 5px
}

.figures-shadow{
    background-color: #FFF;
    border: 0px solid #515875;
    border-radius: 2px;
    color: #151F40;
       -webkit-box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.15);
        -ms-box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.15);
        -o-box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.15);
}

#figure-one + h5:before {
	display: block;
	position: relative;
	margin: 5px auto 15px auto;
	content: '';
	width: 25%;
	border-top: 2px solid #FDD835;
}

#figure-two + h5:before {
	display: block;
	position: relative;
	margin: 5px auto 15px auto;
	content: '';
	width: 25%;
	border-top: 2px solid #FF6F00;
}

#figure-three + h5:before {
	display: block;
	position: relative;
	margin: 5px auto 15px auto;
	content: '';
	width: 25%;
	border-top: 2px solid #E91E63;
}

#figure-four + h5:before {
	display: block;
	position: relative;
	margin: 5px auto 15px auto;
	content: '';
	width: 25%;
	border-top: 2px solid #6A1B9A;
}

#figure-five + h5:before {
	display: block;
	position: relative;
	margin: 5px auto 15px auto;
	content: '';
	width: 25%;
	border-top: 2px solid #33CCCC;
}

#figure-six + h5:before {
	display: block;
	position: relative;
	margin: 5px auto 15px auto;
	content: '';
	width: 25%;
	border-top: 2px solid #1565C0;
}

.counter {
	font-size: 42px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

.counter.counter-small { font-size: 28px; }

.counter.counter-large { font-size: 56px; }

.counter.counter-xlarge {
	font-size: 64px;
	font-weight: 400;
}

.counter.counter-inherit {
	font-size: inherit;
	font-weight: inherit;
}

.counter + h5 {
    font-size: 16px;
    line-height: 18px;
	font-weight: 300;
    letter-spacing: 0px;
	text-transform: none;
    padding: 0% 10%;
	margin-top: 10px;
}

.counter.counter-lined {
}

.counter.counter-small + h5 { font-size: 13px; }

.counter.counter-large + h5,
.counter.counter-xlarge + h5 {
	font-size: 15px;
	font-weight: 300;
}

.widget .counter + h5 { opacity: 0.7; }


.col-lg-4-1 {
    -ms-flex: 0 0 30.666666%;
    flex: 0 0 30.666666%;
    max-width: 30.666666%;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 0px;
    padding: 3% !important;
  }
.col_middle-4-1 {
	margin-right: 0px !important;
    margin-left:  0px !important;
}

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

.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}

.feature-box:first-child { margin-top: 0; }

.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: transparent !important;

}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	border-radius: 50%;
}

.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}

.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #151F40;
}

.feature-box p {
	font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 1rem !important;
    line-height: 1.5em !important;
    color: #666;
    margin: 8px 0 0 0;
}

.feature-box .before-heading { font-size: 14px; }

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
	background-color: rgba(0, 0, 0, 0.2);
	color: #E91363;
}

.fbox-effect .fbox-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #E91E63;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

.more-info {
    font-size: 14px;
    color: #E91363;
    margin-top: 25px;
    float: left;
}

#info-seguros {
    background-image: url(../images/info-thumb-seguros.png);
    background-size: 100%;
    background-position: top center;
}

#info-seguridad {
    background-image: url(../images/info-thumb-seguridad.png);
    background-size: 100%;
    background-position: top center;
}

#info-scoring {
    background-image: url(../images/info-thumb-scoring.png);
    background-size: 100%;
    background-position: top center;
}

/* ---------------- Clients ----------------*/
.clientes-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 200 !important;
    font-size: 1rem !important;
    line-height: 1.5em !important;
    color: #666;    
}



/* ---------------- Testimonials ----------------*/

#testimonios {
    background-image: url(../images/opiniones.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 0px;
}

.testi-content p {
	margin-bottom: 0;
	font-family: 'PT Serif', serif;
	font-style: italic;
    font-size: 28px;
    line-height: 31px !important;
    color: #FFF;
}

.testi-content p:before,
.testi-content p:after { content: '"'; }

.testi-meta:before { content: none; }

.testi-meta span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 200 !important;
    font-size: 1em !important;
    line-height: 1.5em !important;
    color: #DDD;	
}


/*---------------------------- Heading Block - with Subtitle -------------------------------------*/

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 1px;
	color: #151f40;
}

.heading-block:after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 150px;
  border-top: 2px solid #151f40;
}


/*----------- Sub Heading ----------*/

.before-heading {
	display: block;
	margin: 0 0 5px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	
	font-weight: 400;
	color: deeppink;
}

/* ----------------------------------------- FAQ --------------------------------------------------*/
.spacer {
    margin-bottom: 15%;
}



#faqs div {
    color: #151F40;
}

.postcontent {
    border: 0 !important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    
}

.faq img {
    width: auto;
    height: 45px;
    margin: 0px;
    padding: 0px;
}

.faq i {
    color: #E91E63;
}

.faq p, .faq ol, .faq ul, .faq li {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 2em !important;
    color: #444;
}

.faq li {
    list-style-position: inside;
    margin-bottom: 1.5em;
}

.faq ul > li {
    list-style-position: outside;
    margin-bottom: 0px !important;
    margin-left: 35px;
}

.faq ol > li > ul > li {
    list-style-position: outside;
    
    margin-left: 35px;
}
.faq ol > li > ul > li > ul > li {
    list-style-position: outside;
    margin-bottom: 0px !important;
    margin-left: 35px;
}


.faq span {
    color: #E91E63;
    word-wrap:break-word !important;
}

.faq a {
    color: #E91E63;
    text-decoration: underline !important;
}

.portfolio-filter {
	position: relative;
	margin:  0px 0px 40px 0px;
	border: 0px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.02);
	float: left;
    list-style: none;
}

.portfolio-filter li {
	float: left;
	position: relative;
}

.portfolio-filter li a {
	display: block;
	position: relative;
	padding: 12px 18px;
    font-family: 'Poppins', sans-serif;	
	font-weight: 400;
	font-size: 12px !important;
	line-height: 15px;
	color: #151f40;
	border-right: 1px solid rgba(0,0,0,0.07);
    border-left: 0px;
}


.portfolio-filter li i {
    font-weight: 400;

}

.portfolio-filter li:first-child a {
	border-left: none;
	border-radius: 4px 0 0 4px;
}

.portfolio-filter li:last-child a { border-radius: 0 4px 4px 0; }

.portfolio-filter li a:hover { color: #F92C63; }

.portfolio-filter li.activeFilter a {
	color: #FFF !important;
	background-color: #F92C63;
	font-weight: 400;
}


.bothsidebar .portfolio-filter li a { padding: 12px 14px; }

.bothsidebar .portfolio-filter li.activeFilter a { padding: 13px 18px; }


#whatsapp-responsive { 
    background-color: #43d854 !important;
    
}

#whatsapp-responsive i {
    color: #FFF !important;
}


/*------------ WhatsApp ------------*/
.title-block {
	padding: 0px 0px 0px 0px;
	border-left: 0px solid #1ABC9C;
    border-bottom: 2px solid #151f40;
	margin-bottom: 20px;
}

.title-block > span {
	display: block;
	margin-top: 4px;
    margin-bottom: 20px;
	color: #555;
	font-weight: 200;
}

.title-block h2 {
    font-size: 1.1rem;
    
}
.title-block h2 + span {
    font-size: 12px;
}

.title-block h2 > i {
    color: #43d854;
    
}

.si-whatsapp:hover,
.si-colored.si-whatsapp {
    background-color: #43d854 !important;
}

.si-text-color.si-whatsapp i {
    color: #43d854;
}

.spost {
	margin-top: 0px;
	padding-top: 10px;
	border-top: 1px dashed #E5E5E5;
}

.list-whatsapp a  {
    color: #151F40;
}
.list-whatsapp a:hover  {
    color: #e91e63;
}

.list-whatsapp p  {
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 500;
    padding-top: 5px;
}

.list-whatsapp span  {
    color: #43d854;
}



/* ----------------------------------------- WORK WITH US --------------------------------------------------*/

.work {
    width: 100%;
    height: auto;
}

.work-cont {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    margin: 10px 0px;
    border-bottom: 1px dotted #CCC;

}

.work-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 300 !important;
    font-size: 0.9rem !important;
    line-height: 1.1rem !important;
    color: #666;
    margin: 0px 0px 25px 0px;
}

.work-desc  i {
    color: #E91E63;
}


.work span {
    color: #E91E63;
    word-wrap:break-word !important;
}

.work i {
    padding: 0 !important;
    margin: 0 !important;
}

.work .button {
    
    min-width: 50% !important;
    max-width: auto;
    height: 40px;
    
    display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;    
	white-space: nowrap;
    
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
	letter-spacing: 1px;
	
	margin: 0px !important;
	padding: 0px 12px;
    

	color: #333;
    background-color: transparent;
    text-shadow:  none;
    
    border: 2px solid #444;
    border-radius: 3px;
}

.work .button:hover {
    
    color: #FFF;
    background-color: #444;
    
    border: 2px solid #444;
    border-radius: 3px;
}

/* ----------------------------------------- CONTACT PAGE --------------------------------------------------*/

.cont-flag-col {
    width: 100%;
    height: auto;
    background-image: url(../images/flag_col.png);
    background-position: center left;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 5px 40px 5px 40px;
    font-weight: 400;
}

.cont-flag-pe {
    width: 100%;
    height: auto;
    background-image: url(../images/flag_pe.png);
    background-position: center left;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 5px 40px 5px 40px;
    font-weight: 400;
}

.button_contact {
    font-size: 14px;
}

#form-contacto p{
    font-family: 'Poppins', sans-serif;
    font-weight: 200 !important;
    font-size: 0.9rem !important;
    line-height: 1.2em !important;
    color: #666;
}

#form-contacto i {
    color: #E91E63;
}


.btn-form-deud {
    color: #fff !important;
    background-color: #E91E63;
    border-color: none;
    margin-bottom: 15px;
}
.btn-form-deud i{
  color: #fff !important;
}
.btn-form-deud:hover {
  color: #fff;
  background-color: #ad1457;
}


#form-contacto button {
    color: #FFF;
}


#form-deuddores h2{
    margin-bottom: 15px !important;
    line-height: 2rem;
}

#form-deuddores p{
    font-family: 'Poppins', sans-serif;
    font-weight: 200 !important;
    font-size: 0.9rem !important;
    line-height: 1.2em !important;
    color: #666;    
}

#form-deuddores i {
    color: #E91E63;
}

#form-deuddores span {
    color: #E91E63;
    word-wrap:break-word !important;
}

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

#footer {
	position: relative;
	border-top: 5px solid rgba(0,0,0,0.3);
    background: url("../images/line-colors.png"), #233072;
    background-position: bottom , top ;
    background-repeat: no-repeat, repeat;
    background-size: 100% 10px, 100%;
    font-weight: 200;
    color: #FFF !important;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
    padding: 0;
    margin: 0;
}

.map {
    background-image: url(../images/world_map.png);
    background-size: auto 85%;
    background-position: left center;
    background-repeat: no-repeat;
}



.flag-col {
    background-image: url(../images/flag_col.png);
    background-size: 25px;
    background-repeat: no-repeat;
    padding-top: 25px;
}

.flag-pe {
    background-image: url(../images/flag_pe.png);
    background-size: 25px;
    background-repeat: no-repeat;
    padding-top: 25px;
}

.footer-logo {
	display: block;
	margin-bottom: 10px;
    width: 200px;
}

/* --------------------- Certifications -----------------------------------*/

.logos-container {
    width: 100%;
    display: inline-block; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.logos-container div {
    width: 50%;
    padding-bottom: 2%;
    display: inline-block; 
    text-align: center;
    float: left;    
}

.logos-container h4{
    width: 100% !important;
    text-align: center;
    float:left;
    clear: both;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 3%;
    padding: 0px;
}

.logos-container img {
    display: inline-block;    
	width: 50% !important;
    margin: 2% 0% 2% 0%;
    float: left;
}

.certificaciones {   
    border-right: 1px dotted #777 !important;
    
}

.miembros {

}


.contacto{
    position: relative;
    padding: 5px 0px !important;
    margin-top: 2%;
    text-align: right;
}

.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0 22px;
	font-size: 14px;
    text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #FF2863;
	color: #FFF;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	border: none;
	text-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
}

.button:hover {
  color: #fff;
  background-color: #ad1457;
}

    

/* --------------------- Widgets -----------------------------------*/

.widget > h4 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: none;
}

.widget-filter-links li a {
	display: block;
	color: #444;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

/* --------------------- Politicas -----------------------------------*/

.politics {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    position: absolute;
    margin-bottom: 10px;
}

.politics a {
    color: #FFF !important;
    text-decoration: underline !important;
    margin-left: 5%;
}


.politics a:hover {
    color: #FF2863 !important;
}


.politics-content i {
    color: #E91E63;
}

.politics-content h4, .politics-content h3 {
    margin-top: 40px ;
}

.politics-content p {
    text-align: justify;
    text-justify: inter-word;
}

.politics-content p, .politics-content ol, .politics-content ul, .politics-content li {
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 1em;
    line-height: 2em !important;
    color: #444;
}

.politics-content li {
    list-style-position: inside;
    margin-bottom: 1.5em;
}

.politics-content ul > li {
    list-style-position: outside;
    margin-bottom: 0px !important;
    margin-left: 35px;
}

.politics-content ol > li > ul > li {
    list-style-position: outside;
    
    margin-left: 35px;
}
.politics-content ol > li > ul > li > ul > li {
    list-style-position: outside;
    margin-bottom: 0px !important;
    margin-left: 35px;
}


.politics-content span {
    color: #E91E63;
    word-wrap:break-word !important;
}


/*----------------------------------------------------------
MODALS
-----------------------------------------------------------*/

/* --------------------- Seleción País ----------------------*/

.modal-dialog {
  margin-top: 10rem;
}

.modal-title {
    font-size: 16px;
    line-height: 16px;
}

.pais {
    width: 50%;
    height: auto;
    float: left;
    text-align: center;
}

.modal-pais {
    margin: 20px 0px 0px 0px;
    text-align: center;
    color: #333333 ;
}

.modal-pais:hover {
    color: #F92C63;
}

.modal-right-line {
        border-right: 1px solid #AEAEAE ;    
}

.modal-pais p {
    font-weight: 300;
    margin: 10px 0px;
}

.modal-flag {
    width: 40px;
    height: auto;    
}

/* --------------------- Contacto  ----------------------*/
.button-contact-modal {
    width: 100% !important;
    height: 40px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px !important;
	font-size: 14px;
    text-align: center;
	line-height: 40px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	border: none;
	text-shadow: none; 
}

#btn-comercial {
    background-color: #233072;
	color: #FFF;
    margin-bottom: 20px;
}
#btn-comercial:hover {
  color: #fff;
  background-color: #151F40;
}

#btn-deudor {
    background-color: #1565C0;
	color: #FFF;
}
#btn-deudor:hover {
    background-color: #0F4C91;
	color: #FFF;
}


/* ------------------------- Error 404 ----------------------------------*/


.error404 {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #DDD;
	line-height: 1.35;
	letter-spacing: 4px;
}

.error404 h1{
	display: block;
    font-family: 'Poppins', sans-serif; 
	font-size: 100px;
	font-weight: bold!important;
    color: #FFF !important;
	opacity: 0.8;
	line-height: 1.35;    
	letter-spacing: 1px;
}


.error404-wrap .container { z-index: 7; }

.error404-wrap .error404 {
	margin-bottom: 40px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.error404-wrap .heading-block h4 {
	font-weight: 300;
	margin-bottom: 8px;
}

.error404-wrap .heading-block span { font-size: 17px; }

.error404-wrap form { max-width: 500px; }


/*----
Responsive ==============================================================================
----*/

#whatsapp-responsive {
    display: none;
}


@media (max-width: 991px) {
    
    .sticky-responsive-menu.device-touch #header,
	.sticky-responsive-menu.device-touch #header-wrap,
	.sticky-responsive-menu.device-touch #primary-menu-trigger,
	.sticky-responsive-menu.device-touch #side-panel-trigger
    {
        background-color: #233072;
	}
    
    #header.blue-header {
        background-color: #233072;
    }
    
    #logo {
        text-align: left;
    }
    #primary-menu-trigger {
        left: auto;
        right: 0;
    }
    
    #header.transparent-header,
	#header.semi-transparent {
		background: #233072;
		border-bottom: 0px !important;
		z-index: auto;
	}
    #header.dark.transparent-header,
	#header.dark.semi-transparent {
		background: #233072;
		border-bottom: 0px !important;
	}
    
    
/*--------------- FAQS---------------*/

    #whatsapp-responsive { 
        display: inherit;
    }
    
    
}


@media only screen and (max-width: 770px) {
    
    .content-wrap {
	    position: relative;
        margin-top: 5%;
	    padding: 0% 0% 0% 0%;
    }
    
/*----------------- Slider ------------------*/
    
.dark .slider-caption {
    background-color: rgba(35,44,122,0.6);
    width: 90% !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
    padding: 4%;
}
    

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #151f40;
	text-shadow: none;
}

.slider-caption h2 {
	font-size: 2.5rem;
	letter-spacing: 2px;
	text-transform: none;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
    
}

.slider-caption p {
	font-size: 1.2rem;
    font-weight: 300 !important;
    margin-top: 10px;
}


.dark .slider-caption,
.dark .slider-caption h2 {
	color: #FFF;
	text-shadow: 6px 6px 21px rgba(0,0,0,0.8);
}
    
/*--------------- Sections ---------------*/
.section {
	position: relative;
	margin: 5% 0;
	padding: 0 0;
	background-color: #FFF;
	overflow: hidden;
}
    
    
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
	margin-bottom: 0;
	font-weight: 700;
    line-height: 1;
	text-transform: none;
	letter-spacing: 1px;
	color: #151f40;
    margin-top: 5%;
    padding: 0% 0% 0% 0%;

}

.heading-block:after {
  content: '';
  display: block;
  margin-top: 15px;
  width: 150px;
  border-top: 2px solid #151f40;
}
    
.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 15px auto 0; }
    
/*--------------------- FAQ -----------------------*/
    
#portfolio-filter {
    
    }
    
.portfolio-filter {
		border: none;
		border-radius: 0;
		margin-bottom: 20px;
        text-align: center;
	}

.portfolio-filter li {
		width: 33.333% !important;
		margin:  0 !important;
        float: left;
        display: inline-block;
        color: #151f40;    
	   
	}

	.portfolio-filter li a {
		text-align: center;
		border-left: none;
		padding: 10px 0px !important;
		border-radius: 2px !important;
        border: 1px solid #ECECEC !important;
        overflow: hidden;
	}

	.portfolio-filter li a:hover { color: #F92C63; }

	.portfolio-filter li.activeFilter a {
		color: #FFF;
		margin: 0;
	}

	.portfolio-filter.style-2 li a,
	.portfolio-filter.style-3 li a { border-radius: 22px !important; }

	.portfolio-shuffle { display: none; }
    

/*--------------- Footer ---------------*/
        #footer {
            text-align: center;

        }

        #footer div {
            text-align: center;        
            }

        .map {
            background-size: 100% auto;
            background-position: center 30%;
        }


        .flag-pe {
            background-position: center top;
        }

        .flag-col {
             background-position: center top;
        }

        .footer-logo {
            display: block;
            margin-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
            width: 200px;
        }


    
}


@media only screen and (max-width: 450px) {
    
.heading-block:after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 200px;
  border-top: 4px solid #151f40;
}
    
.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 30px auto 0; }

    
/*--------------- Tercerizar---------------*/ 
    
    .col-md-7 {
    }
/*--------------- Figures---------------*/ 
    
    #figures{
        background-image: url(../images/se-bg-2.png)!important;
        background-size: auto 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .icon-figures {
        display: block;
        float: left;
        width: 64px !important;
        height: 64px !important;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .figures-shadow{
        background-color: #FFF;
        border: 0px solid #515875;
        border-radius: 2px;
        color: #151F40;
           -webkit-box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.15);
            -moz-box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.15);
            -ms-box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.15);
            -o-box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 28px -3px rgba(0,0,0,0.15);
    }

    #figure-one + h5:before {
        display: block;
        position: relative;
        margin: 5px auto 15px auto;
        content: '';
        width: 25%;
        border-top: 2px solid #FDD835;
    }

    #figure-two + h5:before {
        display: block;
        position: relative;
        margin: 5px auto 15px auto;
        content: '';
        width: 25%;
        border-top: 2px solid #FF6F00;
    }

    #figure-three + h5:before {
        display: block;
        position: relative;
        margin: 5px auto 15px auto;
        content: '';
        width: 25%;
        border-top: 2px solid #E91E63;
    }

    #figure-four + h5:before {
        display: block;
        position: relative;
        margin: 5px auto 15px auto;
        content: '';
        width: 25%;
        border-top: 2px solid #6A1B9A;
    }

    #figure-five + h5:before {
        display: block;
        position: relative;
        margin: 5px auto 15px auto;
        content: '';
        width: 25%;
        border-top: 2px solid #33CCCC;
    }

    #figure-six + h5:before {
        display: block;
        position: relative;
        margin: 5px auto 15px auto;
        content: '';
        width: 25%;
        border-top: 2px solid #1565C0;
    }

    .counter {
        font-size: 42px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
    }

    .counter.counter-small { font-size: 28px; }

    .counter.counter-large { font-size: 56px; }

    .counter.counter-xlarge {
        font-size: 64px;
        font-weight: 400;
    }

    .counter.counter-inherit {
        font-size: inherit;
        font-weight: inherit;
    }

    .counter + h5 {
        font-size: 16px;
        line-height: 18px;
        font-weight: 300;
        letter-spacing: 0px;
        text-transform: none;
        padding: 5% 5%;
        margin-top: 0px;
    }

    .counter.counter-lined {
    }

    .counter.counter-small + h5 { font-size: 13px; }

    .counter.counter-large + h5,
    .counter.counter-xlarge + h5 {
        font-size: 13px;
        font-weight: 300;
    }

    .widget .counter + h5 { opacity: 0.7; }


    .col-lg-4-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 5%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 0px;
        padding: 5% !important;
      }
    .col_middle-4-1 {
        margin-right: 0px !important;
        margin-left:  0px !important;
    }
    
    
  
/* ---------------- Services ----------------*/

.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 50px 50px;
}

.feature-box:first-child { margin-top: 0; }

.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	border-radius: 50%;
}

.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 41px;
}

.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #151F40;
}

.feature-box p {
	font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 0.8rem !important;
    line-height: 1.5em !important;
    color: #666;
    margin: 8px 0 0 0;
}

.feature-box .before-heading { font-size: 14px; }

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
	background-color: rgba(0, 0, 0, 0.2);
	color: #E91363;
}

.fbox-effect .fbox-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #E91E63;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

#service_last {
    width: 100%;
    height: 100%;
    float: left;
    border-bottom: 1px solid grey;
    margin-bottom: 30px;
    padding-bottom: 50px;
}
    
/* ---------------- Testimonials ----------------*/

#testimonios {
    background-image: url(../images/opiniones.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 0px;
}

.testi-content p {
	margin-bottom: 0;
	font-family: 'PT Serif', serif;
	font-style: italic;
    font-size: 20px;
    line-height: 23px !important;
    color: #FFF;
}

/*--------------- FAQS---------------*/

.postcontent {
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
    }

#portfolio-filter {
    width: 100% !important;
	}

.portfolio-filter {
		border: none;
		border-radius: 0;
		margin-bottom: 30px;
        text-align: center;
	}

.portfolio-filter li {
		width: 50% !important;
		margin:  0 !important;
        float: left !important;
        display: inline-block;
        color: #151f40;   
	}
    
.portfolio-filter li a {
	}
    
    
.portfolio-filter li > a > i {
		margin:  0 !important;
        padding: 0 !important;
        line-height: 0 !important;
        font-size: 14px !important;
}
    

/*--------------- Footer ---------------*/
  
    #footer {
        font-size: 14px !important;
        line-height: 16px !important;
        letter-spacing: 1.5px;
        padding: 0;
        margin: 0;
    }
    
/* ---- Certifications ----*/

    .logos-container {
        width: 100%;
    }

    .logos-container div {
        width: 100%;
        padding-bottom: 8%;  
    }


    .logos-container img {
        display: inline-block;    
        width: 50% !important;
        margin: 2% 0% 2% 0%;
        float: left;
    }

    .certificaciones {   
        border-right: 0px dotted #777 !important;

    }
    
    
    .politics-content p {
    text-align: left;
    text-justify: inter-word;
}

    
/* ---- Hide in Mobile----*/
.hidden-mobile {
        display: none !important;
    }
    
/* ---- Google ReCaptcha----*/
#rc-imageselect, .g-recaptcha {
    transform:scale(0.50);
        -webkit-transform:scale(0.50);
    transform-origin:0 0;
        -webkit-transform-origin:0 0;
}

    
    
}
