/*@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBlack.woff2') format('woff2'),
        url('../fonts/GothamBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}*/

@font-face {
    font-family: 'Gotham-medium';
    src: url('../fonts/GothamMedium.woff2') format('woff2'),
        url('../fonts/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-light';
    src: url('../fonts/GothamLight.woff2') format('woff2'),
        url('../fonts/GothamLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-black';
    src: url('../fonts/GothamBlack.woff2') format('woff2'),
        url('../fonts/GothamBlack.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}






* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
   
}

header {

    position: fixed;
    z-index: 99;
}

.logo {
    padding: 20px;
}

 .sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    background:#1B4693;
    width: 300px;
    height: 500px;
    transition: 0.5s;
    
}

.active {
    right:  0;
}

 .sidebar ul {
    margin: 0;
    padding: 80px 40px;
    
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.4em;
}
 .sidebar ul li {
   list-style: none;
   font-family: 'Gotham-medium';
   
}

.sidebar ul li.active {
    border-bottom: 2px solid #fff;
    display: inline-block;
 }
 .sidebar ul li a {
    padding: 20px 0px 10px 0px;
    color: #fff;
    display: block;
    text-decoration: none;
    
   
 }

 .sidebarBtn {
     position: fixed;
     top: 0;
     right: 0px;
     width: 50px;
     height: 50px;
     box-sizing: border-box;
     cursor: pointer;
     background: transparent;
     border: none;
     outline: none;
 }

 .sidebarBtn span{
     
     display: block;
     width: 35px;
     height: 3px;
     background: #fff;
     position: absolute;
     top: 24px;
     transition: 0.3s;
 }

 .sidebarBtn span:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: 0.3;
}

.sidebarBtn span:after{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: 0.3;
}

.sidebarBtn.toggle span{
    background: transparent;
    
}
.sidebarBtn.toggle span:before{
    top: 0;
    transform: rotate(45deg);
}
.sidebarBtn.toggle span:after{
    top: 0;
    transform: rotate(-45deg);
}

.inicio {
    background-image: radial-gradient(circle 248px at center,#E88217  0%, #E88217  47%, #E88217 100%);

}

.section .contenedor-inicio {
    
    font-family: 'Gotham';
    
    
    display: flex;
    flex-flow: column;
    padding: 50px;
    
    margin: 0 auto;
}

.inicio .logo{
    
  position: absolute;
  top: 5px;
  left: 5px;
}

.inicio .logo img{
    
   width: 50px;
  }

.section .contenedor-inicio h1  {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	font-size: 1.6em;
	font-weight: 500;
	font-family: 'Gotham-light';
	font-weight: lighter;
	line-height: 1.3em;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 60px;
    
    
}
.section .contenedor-inicio h1 span.letragruesa  {
    font-family: 'Gotham-medium';
    
}

.contenedor-inicio .image {

    margin: 0 auto;
    width: 100%;
    
}

.contenedor-inicio img{
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    
}

.nosotros {
    background-image: radial-gradient(circle 248px at center, #10B2DA 0%, #0AA5D2 47%, #0999CD 100%);
}




.slick-us {

    width: 100vw;
    height: 100vh;
    margin: 0 auto;
  }

  .slick-dos {

    width: 100vw;
    height: 100vh;
    margin: 0 auto;
  }

  .slick-tres {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
  }



.slick-us .uno {
	background-image: url('../img/banner-servicios.jpg');
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex !important;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	color: #1B4693;
	font-family: Gotham-black;

}

.slick-us .uno h1{
	font-size: 2.5em;
	text-align: center;
	text-transform: uppercase;


}

.slick-us .dos {
	background-image: url('../img/banner-imagen.jpg');
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex !important;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: Gotham-black;

}


.slick-us .dos h1 {
	text-transform: uppercase;
	text-align: center;
	padding: 30px;
	font-size: 2.5em;
}

.slick-us .dos p {

  text-align: center;
  width: 400px;
  padding: 0px 30px;
  font-family: 'Gotham-light';
}




.slick-us .tres {
	height: 100vh;
	background-size: cover;
	background-image: url('../img/banner-animaciones.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	display: flex !important;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: Gotham-black;
}

.slick-us .tres h1 {
	text-transform: uppercase;
	text-align: center;
	padding: 30px;
	font-size: 2.5em;
}

.slick-us .tres p {

  text-align: center;
  width: 400px;
  padding: 0px 30px;
  font-family: 'Gotham-light';
}


.slick-us .cuatro {
	background-image: url('../img/banner-ilustraciones.jpg');
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex !important;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: Gotham-black;

}

.slick-us .cuatro h1 {
	text-transform: uppercase;
	padding: 30px;
	text-align: center;
	font-size: 2.5em;
}

.slick-us .cuatro p {

  text-align: center;
  width: 400px;
  font-family: 'Gotham-light';
  padding: 0px 30px;

}

/*Nosotros*/

.bg-nosotros {
   
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1d90bf;

}

section .slick-dos .contenedor-nosotros {

    /*background-image: url('../img/bg-prueba.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
    background-color: transparent;
    height: 100vh;
    max-width: 768px;
    margin: 0 auto;
    display: flex !important;
    flex-flow: column !important;
    justify-content: center !important;
}

section .slick-dos .contenedor-nosotros h1{

    font-size: 1.3em;
    text-align: left;
   padding: 50px 50px;
   font-family: 'Gotham-light';
  line-height: 1.1em;
   color: #fff;
   font-weight: lighter;
}

section .slick-dos .contenedor-nosotros h1 span.letracolor{

   background: #F4791F;
   font-family: 'Gotham-medium';
   padding: 2px;
}

section .slick-dos .contenedor-nosotros h1 span.letragruesa{

    
    font-family: 'Gotham-medium';
 }



section .slick-dos .contenedor-nosotros .image img{

    width: 50%;
    margin: 0 auto;
   
}






.servicios article {

    
    background-position: center;
    background-size: cover;
}

.servicios article:nth-child(1){

    background-image: url('../img/banner-servicios.jpg');
    
}

.servicios article:nth-child(2){

    background-image: url('../img/banner-imagen.jpg');
    
}

.servicios article:nth-child(3){

    background-image: url('../img/banner-animaciones.jpg');
    
}

.servicios article:nth-child(4){

    background-image: url('../img/banner-ilustraciones.jpg');
    
}


.servicios .info-servicios{

    padding: 20px;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    
}

.servicios .info-servicios h1   {

    
    margin: 0;
    text-align: center;
    font-family: 'Gotham-medium';
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    font-weight: 400;
}

.servicios .info-servicios p{

    padding-top: 20px;
    font-family: 'Gotham-medium';
  font-size: 1em;
  color: #fff;
  text-align: center    ;
  text-align: justify;
    
}
/*.servicios article:nth-child(3){

    background-image: url('../img/banner-servicios-logos.jpg');
    
}*/

.servicios article:nth-child(1) h1 {
    
    margin: 0;
    text-align: center;
    font-family: 'Gotham-medium';
    text-transform: uppercase;
    color: #0C4B85;
    font-size: 2.5em;
    font-weight: 400;

}

.servicios  article:nth-child(2) h1{

    

}
.servicios  article:nth-child(3) h1{

   /* margin: 0;
    text-align: center;
    font-family: 'Gotham';
    text-transform: uppercase;
    color: #fff;
    font-size: 2.5em;
    font-weight: 400;*/

}

section .slick-tres .container-items {

    
    padding: 20px;
    
    column-count: 3;
    width: 100vw !important;
    margin-top: 50px;
    
}

section .slick-tres .container-items span {

    
   position: absolute;
   bottom: 5%;
   left: 95%;
   text-decoration: none;
   display: block;
   color: #fff;
    
}
section .slick-tres {
    
    
    
}

section .slick-tres .nuevo-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
    width: 100vw !important;
    margin-top: 50px;
    
    
    
   
}

section .slick-tres .nuevo-grid a{

    background: #1B4693;
    color: #fff;
    font-family: 'Gotham-medium';
    padding: 20px;
    text-decoration: none;
    
    font-size: 0.5em;
    display: block;
    display: flex;
    align-items: center;
   justify-content: center;
    
   
}

section .slick-tres .nuevo-grid img {

    
    margin-bottom: 0;
    margin-right: 20px;
    cursor: pointer;
    
}




/*section .slick-tres .foto-grid {

    margin-top: 20px;
    padding: 20px;
    column-count: 3;
    
}*/

section .slick-tres .container-items img {

    
   opacity:1;
   
    
}



.slick-tres  article:nth-child(2) {

    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    

}

.slick-tres  img{
    width: 100%;
    vertical-align: middle;
    margin-bottom: 20px;
}

#fp-nav ul li a span{
    background-color: transparent;
}

.fp-slidesNav{
    text-align: center;
}

.fp-slidesNav ul li {

   background: #fff;
    border: none;
    padding: 8px;
    
}

.fp-slidesNav ul li a{
    background-color: transparent;
    border: none !important;
    
}

.fp-slidesNav ul li a span{

 
}

.fp-slidesNav ul li a.active span{
    background-color:#F4791F;
    
  
    
   
    
}

.fp-slidesNav ul li a span{
    background-color: #fff;
    border-radius: 0 !important;
    
}  


/***perfiles***/

.slick-dos {

    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.nosotros section:nth-child(2) {

   

}


.nosotros-perfil {

    margin: 0 auto;
    padding: 20px;
    display: flex ;
    flex-flow: column;
    font-family: 'Gotham-medium';
    height: 100vh;
    
    
}

.nosotros-perfil .team-imagen img{

    width: 40%;
    margin: 0 auto;
   display: none;
}

.nosotros-perfil .perfil-item {
    margin-top: 20px;
    
}

.nosotros-perfil .perfil-item h3 {
   color: #1B4593;
   font-size: 1em;
   font-weight: 400;
   text-transform: uppercase;
   font-family: 'Gotham-light';
   display: flex;
   align-items: center;
   margin-bottom: 5px;
}

.nosotros-perfil .perfil-item .fa {
  font-size: 0.6em;
  vertical-align: middle;
 }

.nosotros-perfil .perfil-item h3 span {
   text-transform: capitalize;
   color: #1B4593;
   font-family: 'Gotham-medium';
   padding-left: 3px;

 }

.nosotros-perfil .perfil-item span.bgnaranja{
    color: #fff;
    background-color: #EE8927;
    font-size: 0.8em;
    padding: 3px;
    
}

.nosotros-perfil .perfil-item p{
   padding-top: 10px;
   color: #1B4593;
   font-size: 0.65em;
   font-family: 'Gotham-light';
   
}

/*clientes*/

.clientes {

    background-image: url('../img/banner-clientes.jpg');
    
    background-position: top center;
    background-size: cover;
}

.clientes h1 {

    text-align: center;
    font-family: 'Gotham-black';
    text-transform: uppercase;
    color: #fff;
    font-size: 2.5em;
    font-weight: 400;
}

section .clientes span {

    
   
}

.clientes span.fa{
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 3%;
  display: block;
  font-size: 1.5em;
  animation: animate 2s infinite;
    
}

@keyframes animate {

    0%{
        opacity: 0;
        bottom:3%;
    }

    50%{
        opacity: 1;
        bottom:5%;
    }

    100%{

        opacity: 0;
        bottom:3%;
    }
}
/*logos*/

.logos{
    background-image: url('../img/banner-logos-2.jpg');
    
    background-position: top center;
    background-size: cover;
}

.logo-grid {

    
   
    display: flex;
    flex-flow: row wrap;
    padding: 20px;
    justify-content: center;
   align-items: center;
}

.logo-grid .logo-item{
    width: 21.2%;
    
    margin-right: 5%;
    margin-bottom: 5%;
}

.logo-grid .logo-item:nth-child(4n){
    
    margin-right: 0 !important;
}

.logo-grid .logo-item img{
        width: 100%;
        vertical-align: middle;
}

.logo-grid .logo-item:nth-child(2){

    width: 30px;
}


/*portafolio*/


.slick-tres .bg-portafolio{

    background-image: url('../img/banner-servicios-logos.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #1B4693;
    font-family: 'Gotham-medium';
}



.slick-tres .bg-portafolio h1{
	margin: 0;
	text-align: center;
	font-family: Gotham-black;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.5em;
	font-weight: 400;
}

/*contacto*/

.contacto {

   

    background-image: url('../img/banner-contacto.jpg');
    
    background-position: center;
    background-size: cover;
        
    
    
    
}

.contacto .footer {

    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #1B4693;
    padding: 10px 0;
    text-align: center;
}

.contacto .footer ul{

    list-style: none;
    display: flex;
    flex-flow: row;
    justify-content: center;
    
}
.contacto .footer ul li{

    
    padding: 5px;
}

.contacto .footer ul li a{

    text-decoration: none;
    padding: 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.contacto .footer p {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translate(-5%,-50%);
	text-align: left;
	font-family: 'Gotham-light';
	color: #FFF;
	font-size: 0.6em;

}

.contacto .footer p a {
    text-decoration: none;
    color: #fff;
    transition: all 0.4s;
   

}

.contacto .footer p a:hover {
    text-decoration: underline;
  
   

}
.info-contacto {

    display: flex;
    flex-flow: column;
    padding: 30px;
 
}

.info-contacto h1{
	text-align: left;
	font-family: Gotham-black;
	text-transform: uppercase;
	color: #1B4693;
	font-size: 2.5em;
	font-weight: 400;
	margin: 20px 0px;
    
}

.info-contacto #form {
    
}

.info-contacto #form input, textarea {

    width: 100%;
}

.info-contacto #form input {

    margin-bottom: 10px;
    border: none;
    font-family: 'Gotham-medium';
    padding: 15px 0px;
    background: transparent;
    border-bottom: dotted 2px #888989;
   
}

.info-contacto #form textarea {
    border: none;
    font-family: 'Gotham-medium';
    padding: 8px 0px;
    background: transparent;
    border-bottom: dotted 2px #888989;
    resize: none;
}

.info-contacto #form span {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;

}

.info-contacto #form span .fa {
  color: #F5841F;
  font-size: 1.5em;

}

.info-contacto #form input[type="submit"] {
    cursor: pointer;
    width: 80px;
    margin-top: 10px;
    color: #888989;
    margin-right: 20px;
    border:none;
}

#form .mensaje-enviado p{

    
    font-family: 'Gotham-medium' !important;
}

/*Icons*/

.icons {

    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    
    
}

.icons ul {
    list-style: none;
    display: flex;
    flex-flow: column;
}

.icons ul a{
    text-decoration: none;
    padding: 10px;
    color: #fff;
    background:#1B4693;
}

.icons ul a .fa{
   
    color: #fff;
    font-size: 1.2em;
}

/*Whatsapp*/

.appwhatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.appwhatsapp  img{
  width: 50px;
}

/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
    border-radius: 8px;
}

.mensaje_modal h3{
    text-align: center;
    font-family: 'Ubuntu';
	font-size: 20px;
	font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
    display: inline-block;
	padding:10px 15px;
	margin-top: 10px;

	background: #1B4693;
	color: #fff;
	border: none;
	cursor: pointer;
    border-radius: 8px;
    float: right;
    text-transform: capitalize;
}



/*Media Queries*/

@media (min-width: 768px) {


  
    .section .contenedor-inicio {
        flex-flow: row nowrap;
        /*justify-content: space-between;*/
        align-items: center;
    }


    .contenedor-inicio .image {

        margin: 0 auto;
        width: 364px;
        
    }

    .contenedor-inicio img{

        width: 60%;
    }

    .section .contenedor-inicio h1 {

        width: 364px;
        font-size: 2em;
        
    }

    section .slick-dos {
        /*background: yellow !important;*/

        
    }
    
     section .slick-dos .contenedor-nosotros {
        
       display: flex !important;
        flex-flow: row nowrap !important;
        align-items: center !important;
        justify-content: center !important;
       max-width: 768px;
       margin: 0 auto;
       
       
        
       
        
    }


    section .slick-dos .contenedor-nosotros .image {

        margin: 0 auto;
        width: 364px;
        
        
    }

    section .slick-dos .contenedor-nosotros .image img{

        width: 60%;
        
    }

    section .slick-dos .contenedor-nosotros h1 {

        width: 364px;
        font-size: 1.2em;
        font-weight: 500;
       
        
    }
    

    .bg-perfil {
        /*background-color: #f5f5f5;
        background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);*/
        /*background-image: url('../img/banner-clientes.jpg');
    
    background-position: top center;
    background-size: cover;*/
    }

    .team-grid {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
       
        margin-top: 20px;
    }
    
    .nosotros-perfil {

        flex-flow: row wrap;
        justify-content: center;
        
    }

    .nosotros-perfil .perfil-item {
        width: 354px;
        margin-right: 20px;
        margin-top: 0;
    }

    .nosotros-perfil .perfil-item:nth-child(2n) {
       
        margin-right: 0px;
    }
    .nosotros-perfil .perfil-item:nth-child(3) {
       
        margin-top: 20px;
    }
    .nosotros-perfil .perfil-item:nth-child(4) {
       
        margin-top: 20px;
    }

    .nosotros-perfil .perfil-item p {
        font-size: 0.7em;
        font-weight: 500;
    }

    .logo-grid{

        margin: 0 auto;
    }

    .logo-grid .logo-item{

            width: 167px;
            margin-right: 20px;
    }

   

   .logo-grid .logo-item:nth-child(4n){
        margin-right: 0;
    }

    .logo-grid .logo-item img{
        width: 60%;
        vertical-align: middle;
}

.logo-grid .logo-item:nth-child(2){

    width: 80px;
}



    .servicios .info-servicios{

        
        flex-flow: row nowrap;
        
        align-items: center;
    }

    
    .servicios .info-servicios h1{

        
        
        width:364px;
        text-align: justify;
        font-size: 4em;
        display: block;
        margin-right: 50px;
        
        word-wrap: break-word;
        font-family: 'Gotham-medium';
        
    }
    .servicios .info-servicios p{

        
        
        width: 314px;
        display: block;
        font-weight: 400;
        line-height: 1.7em;
        font-size: 1.3em;
        
    }

    .info-contacto {

        width: 500px;
        margin: 0 auto;
    }

    .slick-us .dos{

        flex-flow: row nowrap;
    }

    .slick-us .dos h1{
	word-break: break-word;
	padding: 20px;
	font-size: 4.5em;
	width: 300px;
    }

    .slick-us .dos p{

      
        padding: 20px;
        text-align: left;
        width: 468px;
        font-size: 1.3em;

    }

    .slick-us .tres{

        flex-flow: row nowrap;
    }

    .slick-us .tres h1{
	word-break: break-word;
	padding: 20px;
	font-size: 4.5em;
	width: 300px;
    }

    .slick-us .tres p{

       
        padding: 20px;
        text-align: left;
        width: 468px;
        font-size: 1.3em;

    }

    .slick-us .cuatro{

        flex-flow: row nowrap;
    }

    .slick-us .cuatro h1{
	word-break: break-word;
	padding: 20px;
	font-size: 4.5em;
	width: 300px;
    }

    .slick-us .cuatro p{

       
        padding: 20px;
        text-align: left;
        width: 468px;
        font-size: 1.3em;

    }

    .nosotros-perfil .team-imagen img{

      
       display: block
     
    }


    section .slick-tres .nuevo-grid {

        width: 768px;
        margin: 0 auto;
        
        display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;


    }
    
     section .slick-tres .nuevo-grid  {

       margin-top: 5vh !important;
        
        
        
       
       
       
    }

}


@media (min-width: 992px) {

    .section .contenedor-inicio {
        max-width: 992px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    
    .section .contenedor-inicio h1 {

        width: 476px;
        font-size: 3em;
        
    }
    .contenedor-inicio .image {
        width: 476px;
        
    }

    .contenedor-inicio .image img{

        width: 80%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    section .slick-dos .contenedor-nosotros {
       
        
       max-width: 992px;
       margin: 0 auto;
      
      
      
        
        
    }
    
    section .slick-dos .contenedor-nosotros h1 {

       width: 476px;
        font-size: 2em;
       
        
        
    }
    section .slick-dos .contenedor-nosotros .image {
       width: 476px;
        
       
        
    }

    section .slick-dos .contenedor-nosotros .image img{

       width: 80%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .servicios {
        
    }

    .servicios  article:nth-child(1) h1{

        margin-right: 200px;
        font-size: 4em;
        text-align: right;
        font-weight: 400;
        
        
        
    }

    .servicios  article:nth-child(2) h1{

        
        font-size: 4em;
        
    
    }

    .servicios  article:nth-child(3) h1{

        
        font-size: 4em;
        
    
    }

    section .slick-dos .bg-perfil {

       
    }

    section .slick-dos .nosotros-perfil {

        max-width: 992px;
        margin: 0 auto;
       
        display: flex !important;
        flex-flow: row nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0;
        
    }

    section .slick-dos .nosotros-perfil .team-imagen{

        width: 392px;
        padding-right: 20px;
        
        
    }

    section .slick-dos .nosotros-perfil .team-imagen img{

        width: 100%;
        
        
    }

    section .slick-dos .nosotros-perfil .team-grid{

        
        display: flex !important;
        flex-flow: row wrap !important;
        
       
        width: 600px;
        padding: 0;
        
    }
    .nosotros-perfil .team-grid .perfil-item {

        width: 300px;
     
        margin: 0;
        padding-right: 20px;
        padding-bottom: 20px;
        
    }

    .nosotros-perfil .perfil-item h3{

      font-size: 1.2em;
        
    }

    .nosotros-perfil .perfil-item p{

        font-size: 0.9em;
        font-weight: lighter;
          
      }

      .clientes  h1 {
	font-size: 4.5em;
	font-weight: 400;
      
    }


    .logo-grid{
        max-width: 992px;
        
    }

    .logo-grid .logo-item{

            width: 223px;
            margin-right: 20px;
    }

    .logo-grid .logo-item:nth-child(2){

        width: 223px;
    }
    

    .servicios .info-servicios{

        
       max-width: 992px;
       margin: o auto;
    }

    .servicios .info-servicios h1{

        
      width: 306px;
      margin-right: 170px;
      
     }

     .servicios .info-servicios p{

        
        width: 426px;
     }

     .portafolio h1{
        
        
        font-size: 4em;
       
    }


    .portafolio  article:nth-child(2) {

       padding-top: 50px;
       padding-bottom: 50px;
    
    }

    .info-contacto {

        width: 400px;
        margin-right: 200px;
    }

    .info-contacto h1 {
	font-size: 4.5em;
    }

    .inicio .logo img{
    
        width: 100px;
       }


    

      section  .slick-tres .container-items  img {

        
        opacity: 0.5;
        transition: 0.3s;
         
     }
     
     section .slick-tres .container-items img:hover {
     
         
         opacity: 1;
          
      }

      .logo-item:nth-child(2) img{

        width: 30%;
        display: block;
        margin-left: 30px;
        
      }


    section   .slick-tres .container-items {

    
       
        column-count: 5;
        margin-top: 0;
        
    }

    section .slick-tres .nuevo-grid  {

        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        width: 50vw !important;
        height: 50vh;
       margin: 2vh 21vw 2vh 24vw !important;
        
        
       
       
    }
    
 
    
  

    section .slick-tres .nuevo-grid a{

       
        font-size: 1em;
      
        
       
    }

    /*.slick-tres .foto-grid {

    
       display: flex !important;
       justify-content: center !important;
       align-items: center !important;
       flex-flow: row wrap;
        width: 100%;
        margin: 0 auto;
        
        
    }*/

   
  


    .slick-us .uno h1 {
	text-align: right;
	font-size: 4.5em;
	margin-left: 650px;
	display: block;

    }


    .slick-us .dos h1{
	text-align: left;
	width: 360px;
    }
  
    .slick-us .dos p{
  
  
        width: 592px;
        
    }
  
    .slick-us .tres h1{
	width: 340px;
	text-align: left;
  }
  
  .slick-us .tres p{
  
  
      width: 592px;
      
  }
  
  
  .slick-us .cuatro h1{
  
      
      width: 400px;
      text-align: left;
  }
  
  .slick-us .cuatro p{
  
  
      width: 592px;
      
  }

  .slick-tres .bg-portafolio h1{
   
    font-size: 4.5em;
    
}

.nosotros-perfil .team-imagen img{

      
    display: block
 }

    
}


@media (min-width: 1200px) {

    .section .contenedor-inicio {

       
        max-width: 1200px;
        padding: 0;
        
    }

    .section .contenedor-inicio h1  {
	font-size: 3em;
	width: 660px;
        
    }
 
    
    .contenedor-inicio .image {
    
        margin: 0 auto;
        width: 100%;
        
        width: 600px;
    }
    
    .contenedor-inicio .image img{
        width: 80%;
        text-align: center;
        display: block;
        margin: 0 auto;
        
    }

    .slick-us .dos h1{
	width: 360px;
	font-size: 4.5em
    }
  
    .slick-us .dos p{
  
        
        width: 750px;
        font-size: 2.4em;
    }
  
    .slick-us .tres h1{
	width: 340px;
	font-size: 4.5em
  }
  
  .slick-us .tres p{
  
     
      width: 750px;
      font-size: 2.4em;
  }
  
  .slick-us .cuatro h1{
	width: 400px;
	font-size: 4.5em
  }
  
  .slick-us .cuatro p{
  
      
      width: 750px;
      font-size: 2.4em;
  }

  section .slick-dos .contenedor-nosotros {

    max-width: 1200px;
  }

  section .slick-dos .contenedor-nosotros h1 {

    width: 600px;
    font-size: 2.5em;
  }

  section .slick-dos .contenedor-nosotros .image{

    
    width: 600px;
  }




  section .slick-dos .nosotros-perfil {

    max-width: 1200px;
    padding: 0;
    
   
    
}

section .slick-dos .nosotros-perfil .team-imagen{

    width: 400px;
    padding-right: 20px;

    
}

section .slick-dos .nosotros-perfil .team-imagen img{

    width: 100%;
    
    
}

section .slick-dos .nosotros-perfil .team-grid{

    
    display: flex !important;
    flex-flow: row wrap !important;
    
    
    width: 800px;
    padding: 0;
    
}
.nosotros-perfil .team-grid .perfil-item {

    width: 400px;
   
    margin: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    
}

.info-contacto {

    width: 500px;
}

.nosotros-perfil .team-imagen img{

      
    display: block
 }
 
 section .slick-tres .nuevo-grid  {

       margin-top: 5vh !important;
        
        
        
       
       
       
    }


  }
