/**************************************************************************************************************/
/*-----------------------------------------------------HOME---------------------------------------------------*/
/**************************************************************************************************************/
.navbar-default{
	background-color: #FFF;
	min-height: 80px;
	border: none;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

			.navbar-default div.menu{
				font-size: 1.8rem;
				font-family: 'Segoe UI';
				font-weight: bold;
				
			}

			.menu ul,
			.menu .navbar-header{
				padding-top:10px;
			}

			.menu ul li a{
				border-bottom: 3px solid white;
			}
			.menu ul li a:hover,
      .menu ul li a.active{
				border-bottom: 3px solid #e86e00;
				transition: .5s ease;
			}

			.menu a.navbar-brand{
				padding: 0 60px;
				height: 10px;
			}
      
      .navbar-default .navbar-collapse{
        border-color: transparent;
      }

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 70vh;
    margin-top: 80px;
}
.fade-carousel .carousel-inner .item {
    height: 70vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: white;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.85);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero{
    color: #ffffff;
    background-color: #0f4688;
    border-color: #0f4688;
    outline: none;
    margin: 20px auto;
}
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #0f4688;
    outline: none;
    margin: 20px auto;
    transition:1s ease;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/slide1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/slide2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/slide3.jpg);
}

#servicios{
  background-color: #e86e00;
  background-image: url(../img/map-image.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;

}

#servicios{
  padding: 15px;
}
#servicios a{
  text-decoration: none;


}

#servicios ul li{
  color: #0f4688;
  list-style: none;
  transition: all 1.5s ease;
}

#servicios a:hover li{
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  color: #fefefe;

}
#servicios img{
  max-height: 300px;
  max-width: 300px;
}


#servicios p{
  color: #fefefe;
  font-size: 1.5rem;
  font-family: 'Segoe UI'; 
}

/***************EQUIPO***************/
#equipo{
padding: 3rem;
}
.equipo h1{
    font-size:3.5em;
    font-family: 'Poppins';
    color: #0f4688;
}

.equipo p{
 font-weight:400;
 font-size:3em;   
}

 .img-quadrata {
       border-radius:50%;
       width:250px;
       height:250px;
}

.equipo h3{
    	font-weight:800;
        color:#e86e00;
        font-size:2em;	
}
.equipo small{
		text-align:center;
    font-size: 2rem;
        text-decoration:underline;
        color:gray;
}

#partners{  
  background-size: cover;
  background-repeat: no-repeat;
  height:65vh;
}
#partners h2{
    font-size:3.5em;
    font-family: 'Poppins','Segoe UI';
    color: #6e6e6e;
}
 #partners .logos{
  margin-top: 5%;
 }
#partners img{
  max-height: 100px;
  max-width: 100px;
}

footer{
  text-align: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

footer img{
  max-width: 250px;
  margin: 3rem;
}

footer a{
  text-decoration: none;
  color: black;
  font-family: 'Poppins';
  font-size: 1.8rem;
  padding: 1rem;
}

footer h3{
  font-family: 'Poppins';
  color: #e86e00;
}
footer h5{
  font-family: 'Poppins';
  color: #0f4688;
}

footer p{
  font-family: 'Poppins';
  color: #6e6e6e;
}



/**************************************************************************************************************/
/*-----------------------------------------------------SERVICIOS----------------------------------------------*/
/**************************************************************************************************************/
.ir-arriba {
  display:none;
  padding:20px;
  background:#e86e00;
  font-size:50px;
  color:#fff;
  cursor:pointer;
  position: fixed;
  bottom:10px;
  right:20px;
  z-index: 99;
}
.servicio{
  margin-top: 80px;
  clear: both;
  padding: 0;
}

.servicio .titular h2{
  font-size: 4rem;
  font-family: 'Poppins';
  color: #0f4688;
}

.servicio .titular p{
  font-style: oblique;
  font-size: 1.5rem;
  font-family: 'Poppins';
  color: #e86e00;
}
.serv{
  margin: 40px 0 0 0;
  padding:0;
  list-style: none;
  position: relative;
  width: 100%;
  clear: both;
}
.serv li{
  position: relative;
  float: left;
  overflow: hidden;
  width: 25%;
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
}
.serv li a, .serv li a img {
    display: block;
    width: 100%;
    cursor: pointer;
    opacity: 1;
}

.serv li a img{
  max-height:100%;
}

.serv li a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.30);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    transition: all .5s;
    text-align: left;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.serv li a div h3 {
    width: 100%;
    color: #fff;
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: 2px;
    padding: 0 40px;
}
.serv li a div p {
    width: 100%;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 0;
    padding: 0 40px;
    font-style: oblique;
}

.serv li a:hover div {
    background: rgba(232,110,0, .7);
}


/*testimonios*/

div.testimonios{
  height: 50vh;
}

.testimonios div.test{
  margin-top: 4%;
}

.testimonios img{
  max-width: 100px;
  float: right;
}
/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}
/* typography */
.testimonios h1 {
  text-align:center;
  margin-bottom:-20px !important;
}
.testimonios p {
  font-style:italic;
  text-align: left;
}
.testimonios small{
  text-align: left;
}
/*acaba testimonios*/


/************DESCRIPCION DE SERVICIOS************/
.portada h3{
  font-size: 6rem;
  color: #fefefe;
  font-family: 'Poppins';
  font-weight: bold;
  padding-top: 60px;
}

.portada p{
  font-size: 2.5rem;
  color: #fefefe;
  font-family: 'Poppins';

}

.descripcion p{
  font-size: 2rem;
  font-family: 'Poppins';
}

.descripcion img{
  max-width: 400px;
  border:none;
}
/***SEGURIDAD 24/7***/
.desc_seg{
  padding: 0;
}

div.descripcion{
  margin: 20px;
  height: 75vh;
}

div.descripcion h4{
  font-family: 'Poppins';
  font-size: 3rem;
  color: #0f4688;
}

div.descripcion ul li{
  font-size: 2rem;
  font-family: 'Poppins';

}
div.seguridad{
  background-image: url(../img/serv/seguridad_cover.jpg);
  background-attachment: fixed;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}

/***Servicio al cliente***/
.desc_sercli{
  padding: 0;
}

div.descripcion_servcli{
  margin: 20px;
  height: 75vh;
}

div.descripcion_servcli h4{
  font-family: 'Poppins';
  font-size: 3rem;
  color: #0f4688;
}

div.descripcion_servcli ul li{
  font-size: 2rem;
  font-family: 'Poppins';

}
div.servcli{
  background-image: url(../img/serv/servicios_cover.jpg);
  background-attachment: fixed;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}

/***Planes***/
.desc_planes{
  padding: 0;
}

div.descripcion_planes{
  margin: 20px;
  height: 75vh;
}

div.descripcion_planes h4{
  font-family: 'Poppins';
  font-size: 3rem;
  color: #0f4688;
}

div.descripcion_planes ul li{
  font-size: 2rem;
  font-family: 'Poppins';

}
div.planes{
  background-image: url(../img/serv/planes_cover.jpg);
  background-attachment: fixed;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}


/***Alertas***/
.desc_alertas{
  padding: 0;
}

div.descripcion_alertas{
  margin: 20px;
  height: 75vh;
}

div.descripcion_alertas h4{
  font-family: 'Poppins';
  font-size: 3rem;
  color: #0f4688;
}

div.descripcion_alertas ul li{
  font-size: 2rem;
  font-family: 'Poppins';

}
div.alertas{
  background-image: url(../img/serv/alerta_cover.jpg);
  background-attachment: fixed;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}

/***Soporte***/
.desc_soporte{
  padding: 0;
}

div.descripcion_soporte{
  margin: 20px;
  height: 75vh;
}

div.descripcion_soporte h4{
  font-family: 'Poppins';
  font-size: 3rem;
  color: #0f4688;
}

div.descripcion_soporte ul li{
  font-size: 2rem;
  font-family: 'Poppins';

}
div.soporte{
  background-image: url(../img/serv/soporte_cover.jpg);
  background-attachment: fixed;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}

/***Esstadisticas***/
.desc_estadisticas{
  padding: 0;
}

div.descripcion_estadisticas{
  margin: 20px;
  height: 75vh;
}

div.descripcion_estadisticas h4{
  font-family: 'Poppins';
  font-size: 3rem;
  color: #0f4688;
}

div.descripcion_estadisticas ul li{
  font-size: 2rem;
  font-family: 'Poppins';

}
div.estadisticas{
  background-image: url(../img/serv/estadisticas_cover.jpg);
  background-attachment: fixed;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}

/***Tecnología***/
.desc_tecnologia{
  padding: 0;
}

div.descripcion_tecnologia{
  margin: 20px;
  height: 75vh;
}

div.descripcion_tecnologia h4{
  font-family: 'Poppins';
  font-size: 3rem;
  color: #0f4688;
}

div.descripcion_tecnologia ul li{
  font-size: 2rem;
  font-family: 'Poppins';

}
div.tecnologia{
  background-image: url(../img/serv/tecnologia_cover.jpg);
  background-attachment: fixed;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}

/***Vacantes***/
.desc_vacantes{
  padding: 0;
}

div.descripcion_vacantes{
  margin: 20px;
  height: 75vh;
}

div.descripcion_vacantes h4{
  font-family: 'Poppins';
  font-size: 3rem;
  color: #0f4688;
}

div.descripcion_vacantes ul li{
  font-size: 2rem;
  font-family: 'Poppins';

}
div.vacantes{
  background-image: url(../img/serv/vacante_cover.jpg);
  background-attachment: fixed;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}


div.slogan{
  height: 50vh;
  background-image: url(../img/serv/call.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.slogan div.row{
  margin-top: 8%;
}

.slogan p{
  font-family: 'Poppins';
  color: #fefefe;
  font-size: 6rem;
  text-align: center;
}

.slogan p span{
  color:#e86e00;
  font-weight: bold;
  font-size: 7rem;
}

.slogan p i{
  color:#0f4688;
  font-weight: bold;
  font-size: 7rem;
}


/**************************************************************************************************************/
/*-----------------------------------------------------ABOUT--------------------------------------------------*/
/**************************************************************************************************************/
div.lineadetiempo{
  margin-top: 80px;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.lineadetiempo h2{
  font-family: 'Poppins';
  font-size: 4rem;
  color: #0f4688;
}
.lineadetiempo p{
  font-family: 'Poppins';
  font-size: 2rem;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #0f4688;
  border-right: 0 solid #0f4688;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #0f4688;
  border-right: 0 solid #0f4688;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.secundario {
  background-color: #0f4688 !important;
}
.timeline-badge.primario {
  background-color: #e86e00 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-family: 'Poppins';
  font-size: 2.5rem;
  color: #e86e00;
  font-weight: bold;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-family: 'Poppins';
}
.timeline-body > p + p {
  margin-top: 5px;
}
/**************************************************************************************************************/
/*-----------------------------------------------------ABOUT--------------------------------------------------*/
/**************************************************************************************************************/
div#contacto{
  margin-top: 80px;
  
}

form#inputc{
  margin: 20px;
}

div#info{
  margin: 50px;
}

#contacto div.mensaje h3{
  font-size: 5rem;
  font-family: 'Poppins';
  color: #f39c12;
}
#contacto div.mensaje p{
   font-size: 2rem;
  font-family: 'Poppins';
  color: #808080;
  }
div.mensaje h4{
  font-size: 3rem;
  font-family: 'Poppins';
  color: #0f4688;
}

div.infocontacto h5{
   font-size: 2rem;
  font-family: 'Poppins';
  color: #0f4688;
}
div.infocontacto p{
   font-size: 1.5rem;
  font-family: 'Poppins';
  color: #808080;
}

/*-------------------------------------------------------------*/
/*                          VENTANA MODAL                      */
/*-------------------------------------------------------------*/

.modal-header button,h4,p{
  color: black;
  
}


/*-------------------------------------------------------------*/
/*                          APLICACIÓN                         */
/*-------------------------------------------------------------*/

div.aplicacion{
  margin-top: 80px;
}