/*----------------------------
GENÃ‰RICOS
---------------------------- */
* {
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
}

body {
  margin: 0;
  padding: 0;
}

 
body {
	font-family: 'Poppins', sans-serif;
	background: #ffffff;
	font-size: 16px;
	color: #000000;
	overflow-x:hidden;
} 
h1, h2, h3, h4 , h5, h6{
	font-family: 'Poppins', sans-serif;
}
	
 img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.container {
    max-width: 1200px;
}
.container.full {
    max-width: 1820px;
 }
 
/*
-------------------------	TEXTO
*/
h1 {
	font-weight:700;
	font-size:38px;
	line-height:1.3;
	color:#FA5738;
	position:relative;
	font-family: 'Poppins', sans-serif;
} 
h1 span {
	color:#FA5738;
	line-height:1.3;
}

h2 {
	font-weight:300;
	font-size:56px;
		line-height:1.2;

	color:#000;
	position:relative;
	text-align:left;
	margin-bottom:30px;
} 

h3 {
	font-size:32px;
	color:#FA5738;	
	line-height:1.4;
	position:relative;
	font-weight:300;
	text-align: left;
	margin-top:20px;
	margin-bottom:20px;
}
 h3.tit {
	 font-size:28px;
	 font-weight:700;
 }
 
h4 {
	font-size:21px;
	color:#FA5738;	
	line-height:1.4;
	position:relative;
 	text-align: left;
	margin-bottom:10px;
	font-weight:700;
}
h4.parrafo{
	font-size:20px;
	color:#1B2B3A;	
	font-weight:300;

}
 
h5 {
	font-size:18px;
	color:#1B2B3A;	
	line-height:1.4;
	position:relative;
 	text-align: left;
	margin-bottom:10px;
	font-weight:700;
}
 
p {
	font-size:18px;
	color:#1B2B3A;	
	line-height:1.5;
	font-weight:300;
	text-align:left;
 }
strong {
	font-weight:700;
}
.c-blanco {
	color:#ffffff;
}
.bg-blanco {
	background:#ffffff;
}
.c-naranja {
	color:#FA5738;
}
.bg-naranja {
	background:#FA5738;
}
 sup {
	 font-size:50%;
	     top: -1em;
 }
.boton {
	text-align:center;
	height:40px;
	line-height:30px;
	border-radius:20px;
	padding:5px 20px;
	min-width:140px;
	color:#FA5738;
	font-weight:700;
	background:#ffffff;
	border:1px solid #FA5738;
	display:inline-block;
	transition: all 0.3s;
}
.boton.transparente{
	color:#FA5738;
	background:transparent;
	border:1px solid #FA5738;
}
.boton.light{
	color:#ffffff;
	background:#FA5738;
	border:1px solid #ffffff;
}
 .boton:hover{
	color:#ffffff;
 	background:#FA5738;
	border:1px solid #ffffff;
 }
 	.boton.light:hover{
		color:#FA5738;
		background:#ffffff;
		border:1px solid #FA5738;
	}
/*------------------
header
--------------------*/
/*
-------------------------	TEXTO
*/
/*** Header Styles ***/
header {
  width: 100%;
   display: flex;
  background: #103756;
}

/*** Navigation Styles ***/
nav#header-scroll {
  width: 100%;
  height:125px;
  background: #ffffff;
  position: fixed;
	top:0;
	left:0;
	right:0;
  z-index: 10;
	padding-left:0px;
	padding-right:100px;
	display: flex;
  align-items: center;
  transition: all 0.3s;
}
nav#header-scroll > .container {
	display: flex;
  align-items: center;
	justify-content:space-between;
 
}
nav#header-scroll.small{
	height:60px;
} 

#menu, ul {
  display: flex;
  align-items: center;
}
 
 
nav#header-scroll .brand{
	text-indent:-99999px;
	background:url("../images/leadpatron_brand.svg") no-repeat top center transparent;
	background-size:contain;
	width: 170px;
	height: 60px; 
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
nav#header-scroll.small .brand {
		width: 120px;
	height: 40px; 
}
 
.brand a {
    display: block;
    height: 100%;

}
/*** Menu Styles ***/
#menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 55%;
}
#menu ul {
	width:100%;
		align-items: center;
	justify-content: space-between;
}
#menu li {
   margin-left: 15px;
}
#menu li a {
	position:relative;
  display: inline-block;
	padding:5px;
	font-weight:700;
	text-decoration:none;
	color:#1B2B3A;
	font-size:14px;
	text-decoration:none;
 	transition: all 0.3s;
	transition: all 0.3s linear;
}

#menu li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FA5738;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#menu li a.boton {
	padding:5px 20px;
}
#menu li a.boton.contacto {
	color:#FA5738;
}
#menu li a.boton.contacto:hover {
	background:#FA5738;
	color:#ffffff;
}
#menu li a.boton.ingresa {
	color:#1B2B3A;
	border-color:#1B2B3A;
}
#menu li a.boton.ingresa:hover {
	color:#fff;
	background:#1B2B3A;
}
 
#menu li a.boton:before {
	display:none;
}

#menu li a:hover,
#menu li a.active {
	color:#FA5738;
}
#menu li a:hover:before,
#menu li a.active:before {
  visibility: visible;
  width: 100%;
}
#menu-toggle {
  width: 30px;
  height: 30px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
   cursor: pointer;
  display: none;
}
#menu-toggle:hover .bar {
  width: 30px;
}
#menu-toggle.closeMenu .bar {
  width: 30px;
}
#menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.bar {
  width: 30px;
  height: 3px;
  background: #fa5738;
  transition: 0.3s ease-in-out;
}
.bar:nth-child(2) {
   margin: 5px 0;
}
.bar:last-child {
 }

 
/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 768px) {
	nav#header-scroll {
		height: 100px;
	}
  #menu-toggle {
display: block;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -15px;
   }
#menu {
	width:100%;
}

#menu ul {
    display: inline-block;
    width: 300px;
   height: 0 ;
    background: #ffffff;
    position: fixed;
    top: 100px;
    box-shadow: 0 0px  0px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    right: 0;
}
nav#header-scroll.small #menu ul{
	top: 60px;
}
#menu  ul.showMenu {
    height: 100%;
  }
#menu  ul.showMenu li {
    height: 30px;
    opacity: 1;
    visibility: visible;
  }

#menu  li {
    width: 100%;
    height: 30px;
    float: left;
    padding-left: 40px;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    transition: all 0.3s 0.1s;
  }
#menu  li  {
    margin-top: 30px;
  }

}
 
#menu li.top-social a {
	width: 38px;
	height: 38px;
	line-height: 28px;
	background: #ffffff;
	display: inline-block;
	padding: 5px;
	border-radius: 100%;
	margin-left: 5px;
	transition: all 0.3s 0.1s; 
	color:#103756;
	font-size:21px;
	text-align:center;
}

#menu li.top-social a:hover {
	background:#103756;
	color:#ffffff;
} 
 
 
/*
-------------------------	home
*/ 
.main {
	padding-bottom:80px;
	position:relative;
}
 
.main:before {
	content:'';
	position:absolute;
	z-index:-1;
	top:0;
	height:900px;
	width:100%;
	padding-bottom:50px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f8f9+14,f6f8f9+30,ffffff+100 */
background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,248,249,1) 14%, rgba(246,248,249,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 14%,rgba(246,248,249,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(246,248,249,1) 14%,rgba(246,248,249,1) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
 
.main:after {
	content:'';
	position:absolute;
	z-index:-1;
	bottom:0;
	height:500px;
	width:100%;
	padding-bottom:50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,fa5738+100&0+0,0.46+100 */
background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(250,87,56,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(250,87,56,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(250,87,56,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#75fa5738',GradientType=0 ); /* IE6-9 */

}

/*
-------------------------	home
*/
section{
position: relative;
padding:60px 0 60px;	
 
}
 .content-skills,
	.content-box {
	position: relative;
	display: flex;
 	justify-content:space-between;
  }
	
 .box,
 .box-skill {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	 background:#ffffff;
	 border-radius:20px;
	 padding:15px 27px;
	 width:45%;
	 margin:1.5%;
 	 min-height:265px;
	 position: relative;	
	 box-shadow: 0px 0px 58px 9px #D6D6D6;
 }
 
 .box {
	  padding:20px 40px;
	 width:23%;
	 margin:1.6% 0;
 	 min-height:220px;
 }
 
.box-lead {
   background:#FA5738;
   background:#ffffff;
	 border-radius:20px;
  margin:1.6%;
	 min-width:250px;
	 min-height:300px;
	 position: relative;	
	 box-shadow: 0px 0px 58px 9px #D6D6D6;
	   position: relative;
  
  text-align: center;
  overflow: hidden;
  transition:.5s;
 }
.box-lead:hover {
	background:#FA5738;
}  
.box-lead .puntos {
display: block;
    font-size: 32px;
    line-height: 10px;
}
.box-lead:hover .puntos {
  display:none;
} 
.box-lead .oculto {
  display:none;
}
.box-lead:hover .oculto {
  display:block;
} 
.box-lead .oculto {
  display:none;
}
.box-lead:hover .oculto {
  display:block;
}
 .box-lead .inner-tit{
	 width:100%;
	 height:80px;
	 background: #ffffff;
	 border-top-left-radius: 20px;
   border-top-right-radius: 20px;
	 padding:10px 50px 0;
 }
.box-lead .inner-tit2{
	 width:100%;
	 height:90px;
	 background: #ffffff;
	 border-top-left-radius: 20px;
   border-top-right-radius: 20px;
	 padding:29px 70px 0;
 }
 .box-lead .segu{
	 width:100%;
	 height:90px;
	 background: #ffffff;
	 border-top-left-radius: 20px;
   border-top-right-radius: 20px;
	 padding:0px 0px 0;
 }
 .box-lead .inner-tit h3{
	 margin:0;
	 padding:10px 0 10px 60px;
	 background:url("../images/icon_01.svg") no-repeat left center ;
}
.box-lead .segu h3{
	 margin:0;
	 padding:0px 0 0px 65px;
		
 
 }
  .box-lead .inner-txt {
		padding:20px 75px;
	}
	.box-lead .inner-txt p {
		color:#FA5738;
		margin-bottom:25px;
	}
	.box-lead:hover .inner-txt p {
		color:#fff;
		
	}

 .box-medium {
	 background:#ffffff;
	 border-radius:20px;
	 padding:30px 40px;
	 width:47%;
	 margin:1.5%;
 	 min-height:265px;
	 position: relative;	
	 box-shadow: 0px -30px 55px -12px #D6D6D6;
 }
 .box-medium h3.icon{
	 margin:0;
	 padding:10px 0 10px 60px;
  }
 .box-medium h3.icon.serv{
	 margin:0;
	 padding:10px 0 10px 70px;
	 background:url("../images/icon_servicios.svg") no-repeat left center ;
 }
 .box-medium h3.icon.casos{
	 margin:0;
	 padding:10px 0 10px 70px;
	 background:url("../images/icon_casos.svg") no-repeat left center ;
 }
  .box-medium p ,
  .box-big p {
		margin:20px 0;
	}
 .box-big {
	 background:#ffffff;
	 border-radius:20px;
	 padding:30px 40px;
	 width:100%;
	 
 	 min-height:265px;
	 position: relative;	
	 box-shadow: 0px 0px 55px -12px #D6D6D6;
 }

/*
-------------------------	home
*/
 
 
a.btn-big {
	display:block;
	background:#2ba84a;
	border-radius:8px;
	color:#ffffff;
	max-width:80%;
	margin:30px auto;
	height:55px;
	line-height:55px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
	text-align:center;
	letter-spacing:1px;
		 	  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
a.btn-big:hover{
		background:#e3e3e3;
	border-radius:5px;
	color:#2ba84a;
} 
 
 
/*
-------------------------	home
*/
.header-section {
	margin-top:125px;
	padding:0;
 	min-height:600px;
	display:flex;
	align-items:center;
}
 .header-section .container {
 	min-height:500px;
	display:flex;
	align-items:center;
	}
 .header-section .container .row{
	     width: 100%;
 	min-height:500px;
	display:flex;
	align-items:center;
	}
/*
-------------------------	home
*/
.funnel {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.funnel .texto{
	width:40%;
	padding-right:50px;
}
.funnel .imagen{
	width:60%;
	
}
.funnel.hide{
	display:none;
}

/*
-------------------------	home
*/
#atributos .txt {
	padding:30px 50px;
}
#atributos .txt p a{
	color:#1B2B3A;
	font-weight:700;
}

#atributos .row:nth-child(2) .txt,
#atributos .row:nth-child(2) .txt p,
#atributos .row:nth-child(2) .txt h4 {
 	text-align:right;
}
/*
-------------------------	home
*/
.call-to-action {
	width:100%;
	padding:20px 40px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:#fff;
	border-radius:20px;
-webkit-box-shadow: 0px 0px 40px 0px rgba(133,133,133,0.5);
-moz-box-shadow: 0px 0px 40px 0px rgba(133,133,133,0.5);
box-shadow: 0px 0px 40px 0px rgba(133,133,133,0.5);
}
.call-to-action h3{
	font-size:27px;
	font-weight:700;
}

.call-to-action.deco {
	padding-left:35%;
	position:relative;
}
.call-to-action.deco:after{
	content:'';
	width:260px;
	height:200px;
	position:absolute;
	left:40px;
	bottom:0;
	background:url("../images/mob.svg") no-repeat center bottom transparent;
	background-size:contain;
}

 
/*
-------------------------	home
*/
.content-mod{
 
}
.modulo {
	width:230px;
	padding:30px;
	min-height:330px;
	background:#fff;
	float:left;
	border-radius:20px;
-webkit-box-shadow: 0px 0px 40px 0px rgba(133,133,133,0.5);
-moz-box-shadow: 0px 0px 40px 0px rgba(133,133,133,0.5);
box-shadow: 0px 0px 40px 0px rgba(133,133,133,0.5);
}
.modulo.dos{
	margin-top:100px;
	float:right;
}
/*
-------------------------	home
*/
.casos {
	padding:30px;
	
	background:#fff;
	
	border-radius:20px;
}
/*--------/*
-------------------------	home
*/
button.escribinos {
	position:fixed;
	bottom:0;
	right:5%;
	z-index:1000;
	background:url("../images/globa.svg") no-repeat 15px 10px #fa5738;
	color:#ffffff;
	width:170px;
	height:48px;
	border:0;
	outline:0;
	box-shadow:none;
	padding-left:20px;
	border-radius: 20px 20px 0px 0px;
	
}

/*--------/*
-------------------------	home
*/

#contacto {
	position:relative;
		padding:190px 0;
	
}
#contacto .titular{
top:40px;
}
#contacto .titular h2{
	color:#2ba84a;
	text-align:left;
	    padding-top: 30px;
}

#contacto .titular p {
    font-size: 16px;
		color:#fff;
}
#contacto .titular:before{
	content:'';
	background-color:#2ba84a;
	position:absolute;
	top:50px;
	right:10%;
	width:180px;
	height:24px;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
#contacto h4{
	text-transform:uppercase;
}

.formulario {
	padding-top:80px;
	padding-bottom:80px;
	padding:40px 0;
	background:url(../img/bg-contact.jpg) no-repeat left center #fff;
	background-size:contain;	
}
form {
	padding-left:0px;
	padding-right:0px;
}
.form-control {
    display: block;
    height: 40px;
    border-radius: 38px;
    padding: 10px 20px;
    max-width: 350px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #848484;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(133,133,133,0.5);
-moz-box-shadow: 0px 0px 20px 0px rgba(133,133,133,0.5);
box-shadow: 0px 0px 20px 0px rgba(133,133,133,0.5);
}
textarea.form-control{
height: 160px;
    resize: none;
    border-radius: 15px;
}
 .form-group a {
	 color:#1B2B3A;
	 font-weight:300;
 }
button.butt{
	width: 100%;
	border: 0;
	background: #2d3a3a;
	border-radius: 8px;
	font-size: 20px;
	margin: auto;
	display: block;
	text-align: center;
	padding: 15px;
	color: white;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	outline:none;
	transition: all 0.3s;
}
  button.butt i{
	margin-right:10px;
	color:#2ba84a;
	transition: all 0.3s;
}
button.butt:hover{
	border: 0;
	background: #ffffff;
	color:#2d3a3a;

} 
.done{
	width: 100%;
	border: 0;
	background: #2ba84a;
	border-radius: 8px;
	font-size: 20px;
	margin: auto;
	display: block;
	text-align: center;
	padding: 15px;
	color: white;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	outline:none;
	transition: all 0.3s;
}
.done i{
	margin-right:10px;
	color:#ffffff;
	transition: all 0.3s;
}


.contacto-box{
	position:absolute;
	width:40%;
	max-width:600px;
	height:300px;
	top:50%;
	margin-top:-150px;
	padding:40px 20px;
	background:#e8e8e8;
 	right:0;
	-webkit-box-shadow: 0px 29px 31px 0px rgba(0, 0, 0, 0.6);
-moz-box-shadow:    0px 29px 31px 0px rgba(0, 0, 0, 0.6);
box-shadow:         0px 29px 31px 0px rgba(0, 0, 0, 0.6);
}

.contacto-box .social {
	margin-top:20px;
	margin-bottom:20px;
}
 .contacto-box .social a{
	font-weight:normal;
	background:#2ba84a;
	color:#ffffff;
	border-radius:100%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align:center;
	display:inline-block;
	font-size: 18px;
	margin:0 5px 0 0;
	 
}
.contacto-box  a,
.contacto-box .social p{
		display:inline-block;
		color:#2ba84a;
		font-weight:700;
}
.contacto-box .social a:hover{
	background:#ffffff;	
	color:#2ba84a;
 }
 .contacto-box a.mail{
	 margin-top:5px;
 }
 .contacto-box a.mail:before {
	 content: "\f0e0";
	     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight:normal;
	background:#2ba84a;
	color:#ffffff;
	border-radius:100%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align:center;
 	font-size: 18px;
	margin:0 10px 0 0;
	 
}
.thanks{
    width: 420px;
    height: 350px;
    background: #2d3a3a;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    color: white;
		font-size:32px;
		text-transform:uppercase;
		font-weight:700;
		line-height:1.3;
}
/*
-------------------------	home
*/

.end{
	padding-top:500px;
	min-height:600px;
	background:url("../img/nairoby_footer.jpg") no-repeat top center #fdfdff;	
	display:flex;
	position:relative;
}

.logos {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.logos.two{
	justify-content:center;
	margin-top: 30px;
}
/*
-------------------------	home
*/
.contact-section {
	margin-top:125px;
height:calc(100vh - 125px);
position:relative;}


.contact-section:before {
	content:'';
	position:absolute;
	z-index:-1;
	top:0;
	height:900px;
	width:100%;
	padding-bottom:50px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f8f9+14,f6f8f9+30,ffffff+100 */
background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,248,249,1) 14%, rgba(246,248,249,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 14%,rgba(246,248,249,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(246,248,249,1) 14%,rgba(246,248,249,1) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
 
.contact-section:after {
	content:'';
	position:absolute;
	z-index:-1;
	bottom:0;
	height:500px;
	width:100%;
	padding-bottom:50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,fa5738+100&0+0,0.46+100 */
background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(250,87,56,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(250,87,56,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(250,87,56,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#75fa5738',GradientType=0 ); /* IE6-9 */

}
/*
-------------------------	home
*/
footer{
	width:100%;
	background:#F7F8F9;
	min-height:200px;
	padding:100px 0;
	text-align:center;
}
  
.content-footer {
	display:flex;
	justify-content:space-between;
} 

  .footer-col {
		padding:20px;
	}
	.footer-col p {
		font-size:14px;
		margin-bottom:5px;
	}
	.footer-col p a {
		color:#1B2B3A;
	}
		
 .footer-col:nth-child(1){
    display: flex;
		flex-direction:column;
		width:20%;
 }
 .footer-col:nth-child(2){
    display: flex;
		flex-direction:column;
		min-width:43%;
		margin-left:1%;
		margin-right:1%;
 } 
 .footer-col:nth-child(3){
    display: flex;
		flex-direction:column;
		width:35%;
 }
.logo-footer {
	width:160px;
}
.footer-col ul {
	margin-bottom:20px;
}

 .footer-col ul.menu-footer {
	  display: flex;
		justify-content:space-between;
 }
 
 .footer-col ul li {
	margin-right:15px;
  }
 .footer-col ul li  a{
	font-weight: 600;
   color: #1B2B3A;
 }
  .footer-col .social {
		display:flex;
		margin-top:25px;
	}
	
 .footer-col .social a{
	color: #1B2B3A;
 	width:45px;
	font-size:46px;
	 display: block;
	 margin:15px 5px;
	transition: all 0.3s;
	
 }	
 .footer-col .social a.whatsapp {
	color: #1B2B3A;
 	transition: all 0.3s;
	width:45px;
	font-size:46px;
	 display: block;
  }
 .footer-col .social a.linkedin {
 
 }
 
 .footer-col  .social a:hover {
   opacity:0.5;
	background: transparent;
 }
 
 .modal-content {
	 padding:10px;
	 border: 0;
    border-radius: 20px;
    outline: 0;
 }
 .modal-content  h3 {
	 text-align:center;
	 font-size:27px;
 }
 .modalidad {
	 display:flex;
	 justify-content:center;
 }
 .modo {
 	 padding:2%;
	 margin:2%;
 }
 
 
 .modo h4 {
	 text-align:left;
	 font-size:16px;
	 line-height:1.2;
	 padding-left:55px;
	 margin-bottom:10px;
 } 
 .modo.correo h4 {
	 background:url("../images/mail.svg") no-repeat left center;
 }
 .modo.wapp h4 {
	 background:url("../images/wapp.svg") no-repeat left center;
 }
.ph-center {
  height: auto;
}
.ph-center::-webkit-input-placeholder {
  text-align: center;
  line-height: 100px;/* Centrado vertical */
}





