#cel{
    display: none;
}

body {
    background-color: #000;
    
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #9aa6af;
    text-rendering: optimizelegibility;
    
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    
    -moz-tap-highlight-color:rgba(0,0,0,0); 
    -moz-text-size-adjust: none;
    -moz-font-smoothing: antialiased;
    
    -ms-tap-highlight-color:rgba(0,0,0,0); 
    -ms-text-size-adjust: none;
    -ms-font-smoothing: antialiased;
}
a {text-decoration: none;}

.container {
    overflow: hidden;
    background-color: #000;

/*  Prevents Flickering  */
    /*-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;*/
}




header {
    height: 60px;
    position: relative;
    background-color: #f3f5f6;
}
header h1 {
    color: #9aa6af;
    text-align: left;
    font-size: 27px;
    line-height: 60px;
    font-weight: bold;
    padding-left: 20px;
}
/*Logo Header*/

.logo img {
    display:inline-block;
    margin: 0 auto;
    vertical-align: middle;
    max-width: 100%;
    height: auto !important;

}
/*  Removable CSS  */

.header-section,
.body-section,
.footer-section 
{
    padding: 0px;
    font-size: 12px;
}

.header-section {background-color: #ffffff;}
.body-section {background-color: #ffffff;}
.footer-section {background-color: #316bb0;}
.placefiller {
    text-align: center;
    font-size: 20px;
}
.header-section .placefiller {line-height: 300px;}
/*.body-section .placefiller {line-height: 900px;}*/
.footer-section .placefiller {
    line-height: 200px;
    border: 1px dashed rgba(190, 196, 202, 0.9);
}
.logo img{position:relative;z-index:123;padding:7px;float:left}
nav{position:fixed;width:100%; margin:0 auto}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{z-index: 1; border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family:sans-serif;background:#fff}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{ padding:16px;font-size:16px;letter-spacing:1px;text-decoration:none;color:#000;font-weight:700;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#316bb0 !important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:rgb(255, 0, 0);content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:rgb(255, 0, 0);content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#316bb0;transition:all .25s ease}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#000;font-weight:400;z-index: 1}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

/*Slider*/


.btn {
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #e1e1e1;
    font: 12px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
}
.btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
    transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
    position: relative;
    z-index: 2;
}
.btn:hover {
    color: #373737;
    transition: color 0.1s linear 0s;
}
.btn:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
    border-color: #373737;
    transition: border 0.1s linear 0s;
}
/*Imagenes*/
.slideshow {
    overflow: hidden;

    width: 100%;
    height: 500px;
    z-index: 1;
}
.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}
.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
    display: block;
}
.slideshow .slide.is-loaded {
    opacity: 1;
}
.slideshow .slide .caption {
    padding: 0 100px;
}
.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.slideshow .slide .image {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}
.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font: 300 70px/1.2 "Oswald", sans-serif;
    font-weight: 500;
    /*letter-spacing: 0.35em;*/
    text-transform: uppercase;
    -webkit-text-stroke: 2px #316bb0;
    color: #fff;
}
.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    /*font-size: 26px;*/
    font: 300 26px/1.2 "Oswald", sans-serif;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    -webkit-text-stroke: 1px rgb(255, 4, 4);

}
.slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
}
.slideshow .slide .btn::before {
    background: #fff;
}
.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
}
.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}
.slideshow .pagination .item + .page {
    margin-left: -2px;
}
.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
    background-color: #fff;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}
.slideshow .arrows .prev {
    left: 30px;
}
.slideshow .arrows .prev:hover .svg {
    left: -10px;
}
.slideshow .arrows .next {
    right: 30px;
}
.slideshow .arrows .next:hover .svg {
    left: 10px;
}
.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: px;
    fill: #fff;
    transition: left 0.2s ease;
}
/*titulo servicios*/
.titse{
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    font-size: 36px;
    color: #000;
    justify-content: center;
}
/*hover*/
.containerico {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    justify-content: space-evenly;
    align-items: center;
}
.itemico {
    margin: 5px;
    height: 200px;
    width: 200px;
}
.containerico1:hover {
	cursor: pointer;
}

.containerico1 img {
	filter: grayscale();
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 6px solid whitesmoke;
	box-shadow: 2px 2px 10px 2px rgba(0, 60, 255, 0.973);
	margin-bottom: 1rem;
	transition: filter 0.4s ease-in-out;
}

.containerico1:hover img {
	filter: none;
}

.titleico {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    justify-content: space-evenly;
    align-items: center;
	font-size: 20px;
	color: rgb(0, 0, 0);
	position: relative;
}

.titleico::after {
    align-items: center;
	position: absolute;
	content: "";
	width: 0%;
	height: 4px;
	background-color: rgb(0, 0, 0);
	left: 50%;
	bottom: 1px;
	transition: all 0.4s ease-in-out;
}

.containerico1:hover .titleico::after {
	width: 100%;
	left: 0;
}


/*Footer*/
.column2 {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 15px;
    margin-top:15px; 
    color: #fff;


}

.row2:after {
    content: "";
    display: table;
    clear: both;


}

/* redes sociales*/
.column3 {

    float: right;
    width: 27%;
    padding: 5px;

}

.row3:after {
    content: "";
    clear: both;
    display: table;

}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    font-size: 14px;
    bottom: 40px;
    right: 16px;
}

.centered1 {
    font-size: 14px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered2 {
    font-size: 14px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.scene {
    width: 1360px;
    display: flex;
    justify-content: space-between;
    perspective: 800px;
  }
  .scene .card {
    position: relative;
    width: 340px;
    height: 340px;
    color: white;
    cursor: pointer;
    transition: 1s ease-in-out;
    transform-style: preserve-3d;
  }
  .scene .card:hover {
    transform: rotateY(0.5turn);
  }
  .scene .card .card__face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: 1s ease-in-out;
  }
  .scene .card .card__face img {
    width: 340px;
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .scene .card .card__face--back {
    transform: rotateY(0.5turn);
  }

  /* On screens that are 992px or less, set the background color to blue */
  @media screen and (max-width: 992px) {

    .slideshow {
        overflow: hidden;
    
        width: 100%;
        height: 250px;
        z-index: 1;
    }
    .slideshow .slideshow-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
    }
    .slideshow .slides {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .slideshow .slide {
        display: none;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

/*textos slider*/
.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideshow .slide .title {
    max-width: 1000px;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 14px;


}

.btn {
    display: inline-block;
    padding: 10px 20px;
color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #ffffff;
    font: 12px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
}
.itemico {
    margin: 5px;
    height: 120px;
    width: 120px;
}


.containerico1 img {
	filter: grayscale();
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 6px solid whitesmoke;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 1rem;
	transition: filter 0.4s ease-in-out;
}

    header {
        height: 60px;
        z-index: 2;
        background-color: #060a0c;
        
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        
            /* starting point */
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    header h1 {
        color: #ffffff;
        text-align: center;
        padding-left: 0;
        display: block;
    }
    .logo img {position:absolute;top:0;left: 160px;width:144px;height:33px;text-align:center;padding:10px 0 0 0 ;float:none}
    .logo2{display:none}
    nav{width:100%;}
    #cssmenu{width:100%}
    #cssmenu ul{width:100%;display:none}
    #cssmenu ul li{width:100%;border-top:1px solid #000}
    #cssmenu ul li:hover{background:#363636;}
    #cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
    #cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
    #cssmenu > ul > li{float:none}
    #cssmenu ul ul li a{padding-left:25px}
    #cssmenu ul ul li{background:#316bb0!important;}
    #cssmenu ul ul li:hover{background:#316bb0!important}
    #cssmenu ul ul ul li a{padding-left:35px}
    #cssmenu ul ul li a{color:#ddd;background:none}
    #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
    #cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
    #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
    #cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
    .button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
    .button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid rgb(253, 0, 0);border-bottom:2px solid rgb(250, 0, 0);content:''}
    .button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:rgb(255, 0, 0);content:''}
    .button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:rgb(255, 0, 0);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
    .button.menu-opened:before{top:23px;background:rgb(255, 0, 0);width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
    #cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
    #cssmenu .submenu-button.submenu-opened{background:#316bb0}
    #cssmenu ul ul .submenu-button{height:34px;width:34px}
    #cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:rgb(255, 0, 0);content:''}
    #cssmenu ul ul .submenu-button:after{top:15px;right:13px}
    #cssmenu .submenu-button.submenu-opened:after{background:rgb(255, 0, 0)}
    #cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:rgb(255, 0, 0);content:''}
    #cssmenu ul ul .submenu-button:before{top:12px;right:16px}
    #cssmenu .submenu-button.submenu-opened:before{display:none}
    #cssmenu ul ul ul li.active a{border-left:none}
    #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
    }
    
    
    
    
    /* CONTENT ANNIMATION */
    .content {
        /* starting point */
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        z-index: 1;
    }
    
    /*Content Sliding Open Effect*/
    header.open,
    .content.open 
    {   
        -webkit-transform: translate3d(240px,0,0);
        -webkit-animation: open .5s ease-in-out;
        
        -moz-transform: translate3d(240px,0,0);
        -moz-animation: open .5s ease-in-out;
        
        transform: translate3d(240px,0,0);
        animation: open .5s ease-in-out;
    }
    @-webkit-keyframes open {
        0%      {-webkit-transform: translate3d(0,0,0);}
        70%    {-webkit-transform: translate3d(260px,0,0);}
        100%  {-webkit-transform: translate3d(240px,0,0);}
    }
    @-moz-keyframes open {
        0%      {-moz-transform: translate3d(0,0,0);}
        70%    {-moz-transform: translate3d(260px,0,0);}
        100%  {-moz-transform: translate3d(240px,0,0);}
    }
    @keyframes open {
        0%      {transform: translate3d(0,0,0);}
        70%    {transform: translate3d(260px,0,0);}
        100%  {transform: translate3d(240px,0,0);}
    }
    
    /*Content Sliding Closed Effect*/
    header.close,
    .content.close 
    {
        -webkit-transform: translate3d(0,0,0);
        -webkit-animation: close .3s ease-in-out;
        
        -moz-transform: translate3d(0,0,0);
        -moz-animation: close .3s ease-in-out;
        
        transform: translate3d(0,0,0);
        animation: close .3s ease-in-out;
    }
    @-webkit-keyframes close {
        0%      {-webkit-transform: translate3d(240px,0,0);}
        100%  {-webkit-transform: translate3d(0,0,0);}
    }
    @-moz-keyframes close {
        0%       {-moz-transform: translate3d(240px,0,0);}
        100%  {-moz-transform: translate3d(0,0,0);}
    }
    @keyframes close {
        0%       {transform: translate3d(240px,0,0);}
        100%  {transform: translate3d(0,0,0);}
  }
  
  .imageBox {
    position: relative;
  }
  
  .imageBox .hoverImg {
    position: absolute;
    left: 85px;
    top: 0;
    display: none;
  }
  
  .imageBox:hover .hoverImg {
    display: block;
  }
  .imageBox1 {
    position: relative;
  }
  .imageBox1 .hoverImg1 {
    position: absolute;
    left: 195px;
    top: 0;
    display: none;
  }
  .imageBox1:hover .hoverImg1 {
    display: block;
  }


  /* On screens that are 600px or less, set the background color to olive */
  @media screen and (max-width: 600px) {

    #cel{
        display: flex;
        flex-wrap: wrap;
        padding: 5px;
        justify-content: space-evenly;
        align-items: center;
        
    }
    #lap{
        display: none;
    }
       
    .icons{
        width: 150px; 
        height: 150px;
        position: relative;
    }
    
    .imageBox {
        position: relative;
      }
      
      .imageBox .hoverImg {
        position: absolute;
        left: 0px;
        top: 0;
        display: none;
      }
      
      .imageBox:hover .hoverImg {
        display: block;
      }
      .imageBox1 {
        position: relative;
      }
      .imageBox1 .hoverImg1 {
        position: absolute;
        left: 30px;
        top: 0;
        display: none;
      }
      .imageBox1:hover .hoverImg1 {
        display: block;
      }
      .scene {
        /*width: 520px;
        display: flex;
        justify-content: space-between;
        perspective: 400px;*/
        display: flex;
        width:300px;
        height:300px;
        display:grid;
        grid-template-columns: 150px 150px;
        grid-row: auto auto;
  

      }
      .scene .card {
        flex-direction: row;
        position: relative;
        width: 150px;
        height: 150px;
        color: white;
        cursor: pointer;
        transition: 1s ease-in-out;
        transform-style: preserve-3d;
        

      }
      .scene .card:hover {
        transform: rotateY(0.5turn);
      }
      .scene .card .card__face img {
        width: 150px;
        height: 150px;
        -o-object-fit: cover;
           object-fit: cover;
           flex-direction: row;
      }
      .titleico {
        display: flex;
        flex-wrap: wrap;
        padding: 5px;
        justify-content: space-evenly;
        align-items: center;
        font-size: 12px;
        color: rgb(0, 0, 0);
        position: relative;
    }   
  }




