@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
*,
*:after,
*:before {
	box-sizing: border-box;
}
@font-face {
	font-family: 'Gotham';
    src: url('../fonts/original_Gotham-Thin.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_Gotham-Thin.woff') format('woff'),
         url('../fonts/original_Gotham-Thin.ttf') format('truetype'),
         url('../fonts/original_Gotham-Thin.svg') format('svg');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
    src: url('../fonts/original_Gotham-Book.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_Gotham-Book.woff') format('woff'),
         url('../fonts/original_Gotham-Book.ttf') format('truetype'),
         url('../fonts/original_Gotham-Book.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
    src: url('../fonts/original_Gotham-Bold.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_Gotham-Bold.woff') format('woff'),
         url('../fonts/original_Gotham-Bold.ttf') format('truetype'),
         url('../fonts/original_Gotham-Bold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
    src: url('../fonts/original_Gotham-Black.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_Gotham-Black.woff') format('woff'),
         url('../fonts/original_Gotham-Black.ttf') format('truetype'),
         url('../fonts/original_Gotham-Black.svg') format('svg');
	font-weight:800;
	font-style: normal;
}

html{font-family: 'Gotham', sans-serif;}
body{font-family: 'Gotham', sans-serif;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
img, video {

}

/*
 * --------------------------------------- */
body{

	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 16px;
line-height: 24px;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.blanco { color:#fff; }

/*+++++++++++++++++++++++++*/
.txt-azul{color:#243b60;}
.txt-azul-cian{color:#01b7f6;}
.txt-rojo{color:#ff0024;}
.txt-gris1{color:#d1d5d9;}
.txt-gris2{color:#292f3f;}
.txt-verde{color:#51c75b;}
.txt-blanco{color:#fff;}
.txt-amarillo{color:#ffa700;}

.p-10{font-size: 10px;}
.p-12{font-size: 12px;}
.p-14{font-size: 14px;}
.p-16{font-size: 16px;}
.p-18{font-size: 18px;}
.p-20{font-size: 20px;}
.p-22{font-size: 22px}
.p-24{font-size: 24px;}
.p-30{font-size: 30px;}
.p-36{font-size: 36px;}
.p-38{font-size: 38px;}
.p-40{font-size: 40px;}
.p-50{font-size: 50px;}
.p-60{font-size: 60px;}


.lh16{line-height: 16px;}
.lh18{line-height: 18px;}
.lh24{line-height: 24px;}
.lh40{line-height: 40px;}
.lh50{line-height: 50px;}

.thin{font-weight: 200;}
.normal{font-weight: 400;}
.bold{font-weight: 600;}
.black{font-weight: 700;}

.conten-fluid{
    max-width: 80%;
    margin: auto;
}
.nav-menu{
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: space-between;
}
.menu-header{
    display: flex;
    flex-direction: row;
    align-content: flex-end;
}
.menu-header li{
    color: #fff;
    font-size: 14px;
    padding: 5px;
}
.menu-header li a{
    display: block;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    color: #00BF3B;
    font-weight: bold;
    
    
}
.menu-header li a:hover{
    background: rgba(0, 0, 0, 0.1);
}

.dsp-flex{
    display: flex;
    flex-direction: row;
    align-content: 
}
#header{
        top:0px;
		position:fixed;
		display:block;
		width: 100%;
		z-index:100000;
/*		color: #f2f2f2;*/
}

#slider-diseno{
    height: 100%;
    margin-bottom: 0!important;
    
}
.camera_thumbs{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.camera_caption{
    bottom: 20% !important;
    
}
.camera_caption p{
    font-size: 14px;
    font-weight: 400;
}
.camera_caption p a{
    color: red;
}
.camera_thumbs_cont ul{
    display: flex;
}
.camera_thumbs_cont ul li{
  
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin:auto;
    overflow: hidden;
    padding: 0;
}
.camera_thumbs_cont ul li img{
    object-fit: cover;
    margin-top: 0;
    border: none;
    height: 100%;
    width: 100%;
}

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {

    background: none;

}



/*+++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++*/


    .cont-app {
      
    }

    .cont-app ul {}

    .cont-app ul li {            
            border:1px solid #fff;
        box-shadow: 0px 22px 16px -13px rgba(0,0,0,.5);
    }

    .cont-app ul li img {
        object-fit: cover;
        height: 100%;
        width: 100%;
}

    .left,
    .right {
        cursor: pointer;
    }

.desc-app{
    position: absolute;
    top: 50%;
    background: aliceblue;
    height: 50%;
    font-size: 8px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.desc-app p{
    line-height: 18px;
}
.desc-app a{
    text-align: center;
}
.descarga-app{
    height: 50px;
    display: block;
    position: relative;
}
.descarga-app img{
    max-width: 100%;
    display: block;
    object-fit: none!important;
    height: auto !important;
    
}

.zoomer-litle{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) !important;
}
.cameracurrent {
    box-shadow:0 0 10px 2px rgba(0,0,0, .5);
}


/*++++++++++++++comentarios*/

.slider-wrap {
  height: 100%;
  width: 100%;
}
.slider-wrap .slider {
  position: absolute;
  width: 100%;
  left: 10px;
  top: 50px;
}

.slider-item {
  width: 400px;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 4px 9px #f1f1f4;
  position: absolute;
  left: 0;
  top: 0;
}
.slider-item .animation-card_image {
  max-width: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
  background-color: #ffffff;
}
.slider-item .animation-card_image img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  object-fit: cover;
}
.slider-item .animation-card_content {
  width: 100%;
  max-width: 374px;
  margin-left: 26px;
  font-family: "Open Sans", sans-serif;
}
.slider-item .animation-card_content .animation-card_content_title {
  color: #4a4545;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 24px;
  margin: 0;
}
.slider-item .animation-card_content .animation-card_content_description {
  color: #696d74;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 24px;
  margin: 10px 0 0 0;
}
.slider-item .animation-card_content .animation-card_content_city {
  font-size: 11px;
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #696d74;
}

.bg-red1{
    background-image:url(../img/svg-ondulado2.svg) , url(../img/nuestrasapp.svg);
    background-size: contain;
    background-position: center bottom, center 70px;
    background-repeat: no-repeat;
}

.bg-red{
     background-image: url(../img/nuestrosproyectos.svg), url(../img/svg-ondulado.svg);
    background-size: contain, cover;
    background-position: center 70px, center bottom;
    background-repeat: no-repeat;
    background-color: #121212;

}
.bg-negro{
     background-color: #121212;
}
.cont-app ul{
    top: auto!important;
}
.opacity0{
    opacity: 0;
}
.client{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.client>div{
     width: 23%;
}
.client01{
   
    background: #fff;
    border-radius:10px;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
    padding: 15px;
    margin: 10px;
    text-align: center;
}
.client01 figcaption{
    height: 100px;
    width: 100%;
}
.client01 img{
    width: 100%;
    margin: auto;
    display: block;
    object-fit: contain;
    height: 100%;
 padding: 5px;
}
.client01 p{
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.client01 a{
    font-size: 12px;
    color: #ff0505;
}

.slick-list{
    
}


.comentarios{
    position: relative;
    height: 550px;
display: block;
}

.he100{
    height: 100%;
}

.cincuenta{
    width: 50%;
}
.pdt50px{
    padding-top: 50px;
}
.bg-tecnologia{
    background: url(../img/bg-soluciones.jpg) center /cover;
}
.smartphone1{
    margin-top: -50px;
margin-bottom: -50px;
display: block;
margin-left: auto;
margin-right: auto;
}
.formulario input, .formulario textarea{
    background: #f6f9fb;
    border: none;
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    width: 100%;
    display: block;
     margin-bottom: 10px;
}
.formulario button{
  border-radius: 3px;
  background-color: rgb(244, 73, 73);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.36);
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
   
}
footer{
    background: #ff0137;
    padding-top: 50px;
    padding-bottom: 20px;
   
}
.footerdatos{   display: flex;
    flex-direction: row;
}
.col-25{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.list-pie{
    list-style: none;
    padding-left: 0;
}
.list-pie li{
    margin-bottom: 10px;
}

.list-pie li a{
    color: #fff !important;
    font-size: 12px;
}
.h4{
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}

.flex-column{
    flex-direction: column;
    display: flex;
}
.w100{
    width: 100%;
}

.img-fluid{
    display: block;
    max-width: 100%;
    margin: auto;
}

.bg-gris{
    background-image: url(../img/nuestros_clientes.svg), url(../img/svg-neg.svg);
    background-size: contain;
    background-position: center 0px, center top;
    background-repeat: no-repeat;
    

}
#section2{
    background-image: url(../img/software-text.svg);
    background-size: contain;
    background-position: center 10px;
    background-repeat: no-repeat;
    
    padding-top: 60px;
}


.flex-cent-col{
    flex-direction: column;
display: flex;
justify-content: center;
}
.dsp-row{
    display: flex;
    flex-direction: row;
}
.nav-fix{
    transition: all .5s;
    background: #fff;// rgba(255, 255, 255, 0.9);
/*     background: rgba(255, 1, 55, 1);*/

}
.visible-xs{
        display: none;
    }

.cont{
    width: 80%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.col-50{
    width: 50%;
    padding: 10px;
}
.entra-img{
    animation: entrar-bot .5s ;
    animation-delay: .5s;
     animation-fill-mode:both;
}
.desc-sld h5{
    font-size: 24px;
    font-weight: bold;
    animation: entrar-up .5s ;
    animation-delay: .5s;
     animation-fill-mode:both;
    margin-bottom: 10px;
}
.desc-sld p{
    font-size: 14px;
    line-height: 24px;
    animation: entrar-up .5s ;
    animation-delay: .75s;
     animation-fill-mode:both;
    margin-bottom: 10px;
}
.desc-sld a{
    background: rgba(255, 1, 55, 1);
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    border-radius: 3px;
    animation: entrar-up .5s ;
    animation-delay: 1s;
     animation-fill-mode:both;
}


@keyframes entrar-up{
    from{
        opacity: 0;
        transform: translateX(-100%);
    }
    to{
        opacity: 1;
        transform: translateX(0%);
    }
}
@keyframes entrar-bot{
    from{
        opacity: 0;
        transform: translateY(-100%);
    }
    to{
        opacity: 1;
        transform: translateY(0%);
    }
}


.section{
    height: auto;
}
#fullpage{
    height: 100%;
}
html, body{
    height: 100%;
}

#section1{
    min-height: 60%;
    height: 70%;
}
#section3{
    height: 60%;
display: flex;
}
#section3 div{
    margin: auto;
}
#section8{
    padding-top: 50px;
}
.mrt20px{
    margin-top: 20px;
}
.flot-w{
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #fff;
    height: 80px;
    width: 80px;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.15);
    transition: all .5s;
    cursor: pointer;
   overflow: hidden;
    padding: 5px;
}
.flot-w img{
    max-width: 100%;
    display: block;
}
.flot-w:hover{
    transform: scale(1.1)
}
.title5{
    font-size: 32px;
    line-height: 34px;
    font-weight: bold;
}
.max-60{
    max-width: 60%;
    margin: auto;
}
.columna{
    column-count: 2;
    column-fill: 10px;
}
.soluciones{
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.soluciones li{
    width: 25%;
    display: flex;
}
.soluciones li img{
    max-width: 100%;
    display: block;
    margin: auto;
    max-height: 40px;
}
.mrtp-50{
    margin-top: -120px;
    text-align: right;
}
.horario{
    font-size: 24px;
    text-align: right;
}

.mapa{
    width: 100%;
    height: 400px;
}
.img-logo{
    padding: 5px;
}
.img-logo img{
    max-height: 100%;
    display: block;
}
.log-pie{
    filter: brightness(100);
}
.he50{
    height: 50px;
}

.mrr-0{
    margin-right: 0;
}
.link-head{
    height: 25px;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    transition: all .5s;
}
.link-head>div{
    max-width: 80%;
margin: auto;
}
.links-he{
    float: right;
}
.links-he li{
    display: inline-block;
    margin-left: 10px;
}
.links-he li a{
    font-size: 12px;
    color: #919191;
}
.links-he li a i{
    margin-right: 5px;
}
.btn-contac a{
    background: #0078C5;
    border-radius: 35px;
    color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.btn-contac-b a{
    background: #FF9000;
    border-radius: 35px;
    color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.oculto{
    display: none;
}
#header{
    transition: all .5s;
}




/*---medias----*/

@media (max-width: 992px){
    
    .cd-hero__nav a{
        font-size: 12px;
    }
    
/*    ----- menu*/
    .menuxs{
       position: fixed;
height: 100%;
display: block;
left: -80%;
width: 80%;
background: rgba(255, 1, 55, 0.9);
bottom: 0;
top: 0;
        transition: all .5s;
    }
      .menuxs ul{
          display: flex;
          flex-direction: column;
              padding-left: 15px;
    padding-top: 15px;
}
    
    .menuxs ul li{
        line-height: 24px;
    }
    .btn__menu{
        width: 40px;
display: flex;
        cursor: pointer;
    }
    .btn__menu i{
        margin: auto;
font-size: 32px;
    }
    
    .visible-xs{
        
    }
    .slide__menu__xs{
        left: 0%;
    }
.client01 img {
    max-height: 100px;
}
.slider-item .animation-card_content{
    margin-left: 10px;
}
.slider-item .animation-card_content .animation-card_content_description{
    font-size: 12px;
    line-height: 16px;
}
.slider-wrap .slider{
    left: 0;
}


}

@media (max-width: 768px){
    #section0{
        height: 100%;
    }
    .cd-hero {
    position: relative;
    height: 100%;
}
    .cont-app{
        overflow: hidden;
        width: 100% !important;
        display: block;
    }
    #section3>div{
        width: 100%;
    }
    
    .cincuenta {

    width: 100%;

}
    .col-50 {

    width: 100%;
    padding: 10px;

}
    .cont, .dsp-flex{
        flex-direction: column;
    }
    .col-25 {

    width: 50%;
    padding-left: 15px;
    padding-right: 15px;

}
    .footerdatos {

    display: flex;
    flex-direction: column;

}
    .slider-item{
        max-width: 320px;
        width: 70%;
    }
    .client>div{
        width: 48%;
    }
    .conten-fluid {
    max-width: 90%;
    margin: auto;
}
    .menu-header li a{
        color: #fff;
    }
    .camera_thumbs_cont ul li{
        width: 50px;
        height: 50px;
    }
    .link-head>div{
    max-width: 90%;
margin: auto;
}
    .links-he li:first-child{
        display: none;
    }
    .img-logo{
        max-width: 60%;
    }
    #section2{
        padding-top: 10px;
    }
    .columna{
        column-count: 1;
    }
    .cont{
        width: 90%;
    }
    #section4{
        padding-top: 60px;
    }
    .smartphone1{
        max-width: 50%;
        margin: auto;
    }
    .flot-w{
        width: 60px;
        height: 60px;
    }
}


