@import url("../webfonts/Nunito_Regular/stylesheet.css");
/*Author:
--*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;list-style: none;}
li {list-style: none;}
p {
    margin: 0;
    text-align: justify;
    font-size: 16px;
}
html, body{
	font-family: 'OpenSans-Regular', sans-serif;
}
@font-face{
   font-family:OpenSans-Regular;
	 src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face{
   font-family: Nunito-Regular;
    src: url(../fonts/Nunito-Regular.ttf) format('truetype');
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.logo {
  text-align: center;
  padding: 2em 0;
}
.logo h1 a {
  color: #fff;
  text-decoration: none;
  font-size: 1.7em;
  font-weight: 700;
  font-family: Nunito-Regular;
}
.logo h1{
    margin: 0;
    color: #3D3D90;
    font-family: "Nunito Regular";
    text-align: right;
    font-size: 50px;
}
.banner {
  background: url(../images/Ilustracion-Paulina-Banner.gif) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height:700px;
}
.banner-info  {
  padding:17em 0 0;
}
.scroll {
  margin: 0em 0 0;
  text-align: center;
  background-color: #ffc907;
}
.banner-info h2 {
    color: #3D3D90;
    font-size: 5em;
    text-align: center;
    margin: 0;
    font-weight: 700;
    background-color: rgba(255,255,255,0.0);
    padding: 0.4em 1em;
    width: 60%;
    font-family: Nunito-Regular;
}
.banner-info h3 {
    color: #3D3D90;
    text-align: center;
    margin: 1em 0 0;
    font-weight: 400;
    background-color: rgba(255,255,255,0.0);
    padding: 0.4em 1em;
    width: 50%;
    font-family: Nunito-Regular;
    font-size: 36px;
}
.about{
	background:#ffc907;
	padding:5em 0;
}
.about h3,.services h3,.gallery h3,.client h3,.contact h3 {
    color: #6F6F6E;
    font-size: 24px;
    text-align: left;
    font-weight: normal;
    margin: 0 0 1em;
    letter-spacing: 1px;
    font-family: Nunito-Regular;
}
.progress {
	margin: 20px 0;
	 box-shadow: none;
}
.progress-bar-success {
  background-color: #DEECDF;
   box-shadow: none;
}
.progress-bar-info {
  background-color: #ACB5B8;
    box-shadow: none;
}
.progress-bar-warning {
  background-color: #78B3AE;
   box-shadow: none;
}
.progress-bar-danger {
  background-color: #8C9D82;
  box-shadow: none;
}
.about h4 {
  font-size: 1.58em;
  text-transform: capitalize;
  color: #fff;
  margin: 0 ;
  font-weight:700;
  font-family: Nunito-Regular;
  letter-spacing: 1px;
}
.services{
    background-color: #CFD1DA;
    padding: 5em 0;
}
span.glyphicon.glyphicon-time {
    font-size: 2em;
    color: #fff;
    border-radius: 50px;
    border: 2px solid;
    padding: 1em;
    font-family: "Glyphicons Halflings";
}
span.glyphicon.glyphicon-star {
  font-size: 2em;
  color:  #fff;
  border-radius: 50px;
  border: 2px solid;
  padding: 1em;
}
span.glyphicon.glyphicon-bullhorn {
  font-size: 2em;
  color:  #fff;
  border-radius: 50px;
  border: 2px solid;
  padding: 1em;
}
span.glyphicon.glyphicon-eye-open {
  font-size: 2em;
  color:  #fff;
  border-radius: 50px;
  border: 2px solid;
  padding: 1em;
}
span.glyphicon.glyphicon-globe{
  font-size: 2em;
  color:  #fff;
  border-radius: 50px;
  border: 2px solid;
  padding: 1em;
}
span.glyphicon.glyphicon-wrench{
  font-size: 2em;
  color: #fff;
  border-radius: 50px;
  border: 2px solid;
  padding: 1em;
}
.services h4 {
    color: #6F6F6E;
    font-size: 1.5em;
    font-weight: 700;
    margin: 1em 0 0;
    font-family: Nunito-Regular;
    letter-spacing: 1px;
}
.gallery{
    background: #ffffff;
    padding: 5em 0;
}
.services p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 1em 0;
  color:#fff;
}
.service-grids {
  text-align: center;
}
.client{
	background:#3f4e62;
	padding:5em 0;
}
.contact {
    background-color: #EBECEF;
    padding: 5em 0 1em;
}
.project-section-head h3{
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	font-size: 3.2em;
	
}	
.project-section-head p{
	color: #FFF;
	font-weight: 400;
	font-size: 1.3em;
}
#portfoliolist .portfolio {
  width: 30%;
  margin: 1.5%;
  float: left;
  box-sizing: border-box;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#portfoliolist .portfolio:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
/* Responsivo para tabletas */
@media (max-width: 992px) {
  #portfoliolist .portfolio {
    flex: 1 1 calc(45% - 2%);
  }
}

/* Responsivo para celulares */
@media (max-width: 600px) {
  #portfoliolist .portfolio {
    flex: 1 1 100%;
  }
}
div#portfoliolist {
  padding: 0em 0 3em;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
    width: 100%;
    transition: all 300ms!important;
    -webkit-transition: all 300ms!important;
    -moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #FFFFFF;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; 
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(../images/.png) center center no-repeat rgba(77, 78, 98, 0.45);
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.grid_box .zoom-icon {
	top: -5px;
	width: 100%;
	height: 203px;
}
.grid_box a:hover .zoom-icon {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=99);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    color: #fff;
    height: 1942px;
    width: 1558px;
}
/*--flexisel--*/
.flex-slider{	
background:#222227;
padding: 70px 0 165px 0;
}
.opportunity{
background:#28282e;
margin:0px 20px;
padding:80px 0;
position:relative;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:60px;
	height:115px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
i.add {
  width: 17px;
  height: 24px;
  display: inline-block;
  background: url(../images/spr.png) no-repeat -6px -3px;
  vertical-align: middle;
  margin-right: 0.5em;
}
.footer-left li {
  display: block;
  font-size: 1em;
  color: #fff;
  line-height: 1.8em;
}
.footer-left li a{
  color: #fff;
  text-decoration:none;
}
i.phone {
  width: 19px;
  height: 21px;
  display: inline-block;
  background: url(../images/spr.png) no-repeat -5px -31px;
  vertical-align: middle;
  margin-right: 0.5em;
}
i.mail {
  width: 17px;
  height: 14px;
  display: inline-block;
  background: url(../images/spr.png) no-repeat -6px -68px;
  margin-right: 0.5em;
  vertical-align: middle;
}
.footer-left {
    background-color: #9CA1B3;
    padding: 3em 3.2em;
    width: 22%;
    margin: 0 auto 3em;
}
.co-ntact {
  margin: 0 0 2em;
}
i.facebk {
  width: 34px;
  height: 34px;
  background: url(../images/img-sprite.png)no-repeat -115px 1px;
  float: left;
  vertical-align: middle;
}
i.facebk:hover {
  background: url(../images/img-sprite.png)no-repeat -115px -43px;
}
i.twter {
  width: 34px;
  height: 34px;
  background: url(../images/img-sprite.png)no-repeat 1px 1px;
  float: left;
  vertical-align: middle;
}
i.twter:hover {
  background: url(../images/img-sprite.png)no-repeat 1px -43px;
}
i.goopl{
  width: 34px;
  height: 34px;
  background: url(../images/img-sprite.png)no-repeat -37px 1px;
  float: left;
  vertical-align: middle;
}
i.goopl:hover {
  background: url(../images/img-sprite.png)no-repeat -37px -43px;
}
i.insta {
  width: 34px;
  height: 34px;
  background: url(../images/img-sprite.png)no-repeat -77px 1px;
  float: left;
  vertical-align: middle;
}
i.insta:hover {
  background: url(../images/img-sprite.png)no-repeat -77px -43px;
}
.soci ul {
  padding: 0;
}
.soci li {
  display: inline-block;
  margin:0 0.1em;
}
.soci {
  margin: 2em 0 0;
}
.to input[type="text"] {
    padding: 18px;
    width: 95%;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0;
    border: none;
    color: #6F6F6E;
    background: #F8F8F8;
    float: left;
    outline: none;
    border: 1px solid #FFFFFF;
}
.text input[type="text"], .text textarea {
    width: 100%;
    font-size: 1.1em;
    margin: 10px 0;
    border: none;
    color: #6F6F6E;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    background: #F8F8F8;
    height: 151px;
    padding: 18px;
    resize: none;
    border: 1px solid #fff;
}
.form-submit input[type="submit"] {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    padding: 14px 36px;
    text-transform: uppercase;
    background-color: #9593A4;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 100;
    border: none;
    cursor: pointer;
    outline: none;
}
.form-submit input[type="submit"]:hover {
    background-color: #CFD1DA;
}
.text {
  width: 50%;
  float: left;
}
.to {
  float: left;
  width: 50%;
}
.contact p {
    color: #9593A4;
    font-size: 14px;
    text-align: center;
    line-height: 1.8em;
    margin: 1em 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.contact p a:hover{
  color: #fff;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.1.png) no-repeat 0px 0px;
}
#toTop:hover{
	outline: none;
}
.service-grid {
    margin-bottom: 2em;
    float: none;
}

/* Para que se vea el correo del usuario */
input.text {
    display: block; /* Asegura que se muestre */
    width: 100%; /* Ajusta el tamaño */
    padding: 10px; /* Espaciado interno */
    font-size: 16px; /* Tamaño de letra */
}
input.text, textarea {
    background-color: white !important; /* Fondo blanco */
    color: black !important; /* Texto negro */
    border: 1px solid #ccc; /* Un borde gris para mejor visibilidad */
    padding: 10px;
    font-size: 16px;
}

/*--responsive-design--*/
@media (max-width:1024px){
.banner-info h2 {
  width: 58%;
  font-size:4em;
}
.banner-info h3 {
  width: 60%;
}
.banner-info {
  padding: 14em 0 0;
}
.banner {
  min-height: 600px;
}
.about {
  padding: 3em 0;
}
.about h3, .services h3, .gallery h3, .client h3, .contact h3 {
  font-size: 3.5em;
}
.services {
  padding: 3em 0;
}
.gallery {
  padding: 3em 0;
}
.client {
  background: #EBECEF;
  padding: 3em 0;
}
.contact {
  background: #EBECEF;
  padding: 3em 0 1em;
}
#portfoliolist .portfolio {
  width: 23.5%;
}
.footer-left {
  width: 27%;
}
}
/*--responsive-design--*/
@media (max-width:768px){
.banner-info h2 {
  width: 66%;
  font-size:3.5em;
}
.banner-info h3 {
  width: 78%;
}
.banner-info {
  padding: 12em 0 0;
}
.banner {
  min-height: 540px;
}
.about h3, .services h3, .gallery h3, .client h3, .contact h3 {
  font-size: 3em;
}
.about-left,.about-right {
  float: left;
  width: 50%;
}
.about h4 {
  font-size: 1.3em;
}
.progress {
  margin: 10px 0;
  box-shadow: none;
}
.progress {
  height: 15px;
}
.service-grid {
  float: left;
  width: 33.33%;
}
.services h4 {
  font-size: 1.2em;
}
span.glyphicon.glyphicon-time {
  font-size: 1.8em;
}
span.glyphicon.glyphicon-star{
  font-size: 1.8em;
}
span.glyphicon.glyphicon-bullhorn{
  font-size: 1.8em;
}
span.glyphicon.glyphicon-eye-open{
  font-size: 1.8em;
}
span.glyphicon.glyphicon-globe{
  font-size: 1.8em;
}
span.glyphicon.glyphicon-wrench{
  font-size: 1.8em;
}
#portfoliolist .portfolio {
  width: 23%;
}
.footer-left {
  width: 35%;
}
}
/*--responsive-design--*/
@media (max-width:640px){
.banner-info h2 {
  width: 69%;
  font-size: 3em;
}
.banner {
  min-height: 500px;
}
.about {
  padding: 2em 0;
}
.services {
  padding: 2em 0;
}
#portfoliolist .portfolio {
  width: 22.5%;
}
.contact {
  background: #EBECEF;
  padding: 2em 0 1em;
}
.footer-left {
  padding: 2em 2em;
  width: 37%;
}
.banner-info h3 {
  width: 81%;
  font-size:1.7em;
}
}
/*--responsive-design--*/
@media (max-width:480px){
.banner-info h2 {
  width: 86%;
  font-size: 2.5em;
}
.banner-info {
  padding: 6em 0 0;
}
.banner {
  min-height: 375px;
}
.logo h1 a {
  font-size: 1.5em;
}
.about h3, .services h3, .gallery h3, .client h3, .contact h3 {
  font-size: 1.5em;
}
.about-left, .about-right {
  float: none;
  width: 100%;
}
.service-grid {
  float: none;
  width: 100%;
}
#portfoliolist .portfolio {
  width: 46%;
}
div#portfoliolist {
  padding: 0em 0 0em;
}
.footer-left {
  padding: 2em 2em;
  width: 50%;
   margin: 0 auto 1em;
}
.to {
  float: none;
  width: 100%;
}
.text {
  width: 100%;
  float: none;
}
.to input[type="text"] {
  width: 100%;
}
.banner-info h3 {
  width: 97%;
  font-size: 1.5em;
}
.banner {
  background: url(../images/Ilustracion-Paulina-Banner.gif) /*no-repeat -49px 0px*/;
  background-position: center;
  background-size: cover;
}
}
/*--responsive-design--*/
@media (max-width:320px){
.logo h1 a {
  font-size: 1.2em;
}
.banner-info h2 {
  width: 84%;
  font-size: 2em;
  padding:0.4em 0;
}
.banner-info {
  padding: 3em 0 0;
}
.banner {
  min-height: 285px;
}
.logo {
  text-align: center;
  padding: 1.5em 0;
}
.about h3, .services h3, .gallery h3, .client h3, .contact h3 {
  font-size: 2em;
    margin: 0 0 0.8em;
}
.about-left, .about-right {
  padding: 0;
}
.about h4 {
  font-size: 1.2em;
}
.services p {
  font-size: 0.9em;
}
#portfoliolist .portfolio {
  width: 100%;
  margin: 0.5em 0;
}
.gallery {
  padding: 2em 0;
}
.client {
  background: #3f4e62;
  padding: 2em 0;
}
.footer-left {
  padding: 1em 2em;
  width: 79%;
  margin: 0 auto 1em;
}
.co-ntact {
  margin: 0 0 1em;
}
.map iframe {
  height: 152px;
}
.contact p {
  font-size: 0.9em;
}
.soci {
  margin: 1em 0 0;
}
.footer-left li {
  font-size: 0.9em;
}
.to input[type="text"] {
  padding: 10px;
  font-size: 1em;
}
.text input[type="text"], .text textarea {
  font-size: 1em;
  padding: 10px;
}
.form-submit input[type="submit"] {
  font-size: 1em;
  padding: 10px 24px;
}
.service-grid {
  padding: 0;
}
.banner-info h3 {
  width: 100%;
  font-size: 1.23em;
}
.banner {
  background: url(../images/Ilustracion-Paulina-Banner.gif) no-repeat -95px 0px;
  background-size:cover;
}
}
/* agregado al final  */
/* === Estilos para el GIF del header === */
/* === Estilos para el GIF del header === */

.banner {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 0;
}

.banner .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.banner .logo {
  text-align: center;
}

.banner .logo img.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  animation: fadeIn 1.5s ease-in-out;
}

/* Animación de entrada suave */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === Ajustes específicos para pantallas pequeñas (celulares) === */
@media (max-width: 480px) {
  .banner .logo img.responsive {
    max-width: 90vw; /* Que nunca supere el 90% del ancho de pantalla */
  }
}
