body {
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
   /*color: #67696c;*/
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}



body::-webkit-scrollbar {
  -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
  width:10px;
}

body::-webkit-scrollbar-button:increment,body::-webkit-scrollbar-button {
  display: none;
} 

body::-webkit-scrollbar:horizontal {
  height: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;  
}



.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.pointer
{
  cursor: pointer;
  user-select: none ;
}
.cont_subMenu{
  opacity: 0.9;
    background: #515b6e;
    top: 50px;
    text-align: center;
}
.link_sub:hover{
  background-color: #03c4eb !important;
}

.spg_formContact
{
  text-align: center;
  width: 50%;
  margin: auto;
}

.spg_izq{
  border: 3px solid;
    color: #05c0e7;
  display: inline-block;
    width: 100px;
    top: 10px;
    margin-right: 10px;
    position: relative;
}

.spg_der{
  border: 3px solid;
    color: #05c0e7;
  display: inline-block;
    width: 100px;
    top: 10px;
    margin-left: 10px;
    position: relative;
}
.row2 {
  display: flex;
  overflow: hidden;
 }

 .spg_boderR
 {
   border-right: 1px solid;
 }
.imagegroup {
  display: flex;
  width: 100%;
 margin-left: 15%;

 }

.imagegroup img{
 margin-left: 40px;
 flex-shrink: 0;
 object-fit: cover;
 /*border: 3px solid white;*/
 width: 150px;
   height: 150px;
}

.imagegroup {
  animation: travel 20s ease-in-out infinite;
 }

@keyframes travel {
  0%{
     transform: translate3d(0,0,0);
   }
  
   50%
   {
    transform: translate3d(-150%,0,0);
    }
 
  

   90% {
    transform: translate3d(50%,0,0);
    /*transform: translate3d(-900px,0,0);*/
  }

  100%
  {
    transform: translate3d(0%,0,0)
  }

 
   
}

.sgp_sedepadre{
  margin-bottom: 40px;
  height: 460px;

}


.sgp_sedepadre{
      margin-top: 5px;
      
}
.sgp_sede{
  width: 100%;
  height: 100%;
  position: relative;
  
  overflow: hidden;
      padding: 0;
  margin: 0;
  left: 0px;
  top: 0px;
  border-radius: 60px;
    background: white;
}

.sgp_sede:hover
{
    transform: scale(1.1);
  
}
.sgp_sede img{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  border-radius: 60px;
}


.google-maps {
 width: 100%;
   height: 100%;
   position: relative;
   
   overflow: hidden;
       padding: 0;
   margin: 0;
   left: 0px;
   top: 0px;
}

.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
border-radius: 60px;
}
.spg_minimap{
  margin-bottom: 40px;
  height: 460px;
}
.spg_sizeMap{
  margin-bottom: 40px;
  height: 300px;
}

.spg_marginForm
{
  margin-top: 70px;

  padding: auto;
  
 
 
}

.loction-info p{
 display: inline-block;
}



.float{
  position:fixed;
  width:50px;
  height:50px;
  bottom:40px;
  right:40px;
  background-color:#25d350;
  color:#FFF;
  border-radius:50px;
  text-align:center;
font-size:30px;
  box-shadow: 2px 2px 3px #999;
z-index:100;
}

.my-float{
  margin-top:11px;
}

.float-linke{
position: fixed;
  width: 50px;
  height: 50px;
  bottom: 160px;
  right: 40px;
  background-color: #0a66c2;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float-linke:hover
{
  color: rgb(89, 147, 224);
}

.float-face{
  position:fixed;
  width:50px;
  height:50px;
  bottom: 100px;
  right:40px;
  background-color:#2f24c9;
  color:#FFF;
  border-radius:50px;
  text-align:center;
font-size:30px;
  box-shadow: 2px 2px 3px #999;
z-index:100;
}

.float-face:hover
{
  color:#000eb3;
}

.my-float-face{
  margin-top:11px;
}
.float-likedin{
  position:fixed;
  width:60px;
  height:60px;
  bottom: 200px;
  right:40px;
  background-color:#514d91;
  color:#FFF;
  border-radius:50px;
  text-align:center;
font-size:30px;
  box-shadow: 2px 2px 3px #999;
z-index:100;
}

.my-float-likedin{
  margin-top:16px;
}

.spg_size
{
    width: 100vw;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.section-padding
{
  overflow: hidden;
    padding: 60px 0px;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/***********************************
************************************
HEADER 
************************************
***********************************/
.header{
   
    background-size: cover;
   /* // min-height: 650px; */
    position: absolute;
}
.bg-color
{
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 650px;
}
#main-header
{
}
.navbar-default {
    background-color: #252730;
    border:0px;
    /* padding: 20px 0;  */
    transition: all 0.3s;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
    color: #002F2F;
}

.top-nav-collapse {
    /*padding: 0;*/ 
    background: rgba(64,75,97, 0.9);
}

.logo-dec
{
    color: #03C4EB;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
    color: #fff;
}
.navbar-brand {
    padding: 0px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 0px;
    margin-top: 6px;
}
.navbar-default .navbar-nav > li > a
{
    padding: 5px 10px;
    font-size: 14px;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #03C4EB;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #03C4EB ;
}
.banner-info
{
    padding-top: 140px;
    color: #fff;
}
.bnr-title, .bnr-sub-title
{
    font-family: 'Fira Sans', sans-serif;
}
h1.bnr-title
{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2.bnr-sub-title
{
    font-size: 45px;
    text-transform: uppercase;
    padding: 20px 0px;
    font-weight: 700;
}
.bnr-para
{
    font-weight: 300;
}
.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus
{
    text-transform: uppercase;
    margin-top: 50px;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 30px;
    border-radius: 60px;
    margin: 50px 10px 0 0;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}


.btn-download
{
    background-color: #be9e21;
}
.btn-more, .btn-more:focus
{
    margin-left: 15px;
    border: 1px solid #be9e21;
    color: #be9e21;
}

.btn-more:hover {
    background: #be9e21;
    color: #fff;
}

.overlay-detail a i{
   text-align: center;
   position: absolute;
   bottom: 25px;
   font-size: 38px;
   color: #fff;
}
/***********************************
************************************
certi
************************************
***********************************/

.wrap-item p{
  text-align: justify;
  font-style: italic;
  display: block;
  font-size: 13px;
}


/* se cambio la escala de (1.1 ) -> (1, 1.07) */
.wrap-item:hover{
  transform: scale(1, 1.07);
  
}



.title, .service-title
{
    font-family: 'Fira Sans', sans-serif;
    /* //font-size: 35px; */
    text-transform: uppercase;
}




.item-img
{
    margin-bottom: 15px;
}
.sub-title
{
    font-size: 20px;
}
.bottom-line
{
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 0px;
    height: 3px;
    width: 40px;
    background-color: #03C4EB;
}
.wrap-item h3 {
  font-weight: bold;
  color: #000000;
  font-size: 15px;
  line-height: 25px;
}
.spg_linkVerCerti {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.sec-sub-title
{
    padding-top: 30px;
}
.sec-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #002F2F;
    text-transform: uppercase;
    margin: 25px 0px;
    line-height: 1.7;
}
#service
{
    background-color: #F3F4F8;
}
ul.service-list li i
{
    color: #002F2F;
    padding-right: 10px;
}
.learn-more, .learn-more:hover, .learn-more:focus {
    height: 50px;
    width: 175px;
    background: #046380;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
    height: 50px;
    width: 175px;
    display: inline-block;
    text-align: center;
    color: #495376;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #838aa1;
    margin-top: 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bx-wrapper img {
    /*width: 20%;*/
    display: inline-block;
    border-radius: 10%;
    /*border: 5px solid #fff;*/
    margin-bottom: 15px;
}
.service-item h3 span
{
    opacity: 0.7;
    font-size: 75px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-weight: 900;
    padding-right: 6px;
}
.service-item h3
{
    font-weight: 700;
}
.service-item p
{

    color: inherit;
    padding: 10px 0px;
}
.service-item a
{
    color: black;
    
}
.mr-btn-15
{
    margin-bottom: 15px;
}
.padding-right-zero
{
    padding-right: 0px !important;
}
.bx-wrapper {
    margin: 0 auto 35px;
}
.portfolio-item
{
    position:relative;
    overflow:hidden;
}
.portfolio-item figure
{
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.portfolio-item figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.portfolio-item figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.portfolio-item figure h2 {
    font-family: 'Fira Sans', sans-serif;
    color: #03C4EB;
    font-size:20px;
    text-align:center;
    padding-bottom: 0;
}
.portfolio-item figure p {
    display:block;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:center;
    
}
.portfolio-item figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding: 59px 30px;
    
    /*background-color: #BE9E21;*/
    background-color: #252730;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    text-align: center;
}
.portfolio-item figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.portfolio-item figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.portfolio-item figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}
/***********************************
************************************
Clients
************************************
***********************************/
#clients
{
    background: url('../../../assets/img/backgrounds/bg.jpg') no-repeat;
    background-size: cover;
    min-height: 390px;
}
.bg-testicolor{
    background-color: RGBA(73, 84, 105, 0.61);
    min-height: 200px;
}
.white
{
    color: #fff !important;
}
.testimonial-item ul li blockquote {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px 2px #333;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
   /* padding: 0 80px;*/
    position: relative;
    border: 0;
}
.testimonial-item ul li  small {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 2px #333;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.bx-viewport
{
    height: 235px !important;
    background-color: transparent !important;
    border: 0px none !important;
    box-shadow: none !important;
}
/*
.testimonial-item ul li blockquote::before {
    content: '“';
    left: 30px;
}*/
.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
    position: absolute;
    font-weight: 300;
    font-size: 3em;
    font-family: Georgia, serif;
    color: #ccc;
    top: 62%;
}
/*
.testimonial-item ul li blockquote::after {
    content: '”';
    right: 30px;
}*/
/***********************************
************************************
Blog
************************************
***********************************/
.blog-info h2 {
  color: #000000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 5px;
    text-align: center;
    display: block;
  
}

.read-more:hover
{
  
    margin-left: 5px;
  
}


.blog-info p{
  text-align: justify;
   /* // font-style: italic; */
    display: block;
    font-size: 14px;
    margin: 0;
}

.blog-comment {
    margin-top: 12px;
    min-height: 30px;
}
.blog-info p, .blog-comment p
{
    color: #020202;
}
.blog-comment p:first-child {
    float: left;
}
.blog-comment p:last-child {
    float: right;
    margin-right: 0;
}
.blog-comment p i
{
    color: #949494;
}
.read-more 
{
  font-weight: 700;
  text-decoration: none;
  color: #33a6dc;
  margin-top: 15px;
  margin-right: 5px;
 
  
}

.spg_lbMore:hover
{
  margin-right: -10px;
}

.spg_lbMorePoint:hover
{
  margin-right: -10px;
}

.link_more
{
  text-decoration: none;
}

.link_more:hover
{
  text-decoration: none;
}
.read-more:hover {
  text-decoration: none;
  margin-left: 5px;
  margin-right: 10px;
}

.blog-img
{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-img img {
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/***********************************
************************************
contact
************************************
***********************************/

.spg_titleUbi{
  color: #03C4EB;
  font-weight: bold;
  /* //font-size: 13px; */
}

.spg_sizeGmail{
  /* //font-size: 12px; */
}
#contact
{
    background-color: rgb(73, 84, 105);
}
.btn-submit, .btn-submit:hover, .btn-submit:focus
{
    background-color: transparent;
    border-radius: 60px;
    color: #be9e21;
    font-weight: 400;
    border: 1px solid #be9e21;
    font-size: 14px;
    padding: 6px 20px;
}
.form-control
{
  /*background-color: transparent;*/
  border-radius: 10px;
  color: #070000 !important;
  border-color: #0db2d7 !important;
}

.form-control:focus {
    border-color: #be9e21;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.contact-form input.form-control{
    color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}


.loction-info p i
{
    color: #be9e21;
}


/***********************************
************************************
contact
************************************
***********************************/
#footer
{
    padding: 20px 0px;
}
.scrollToTop {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #be9e21;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.white-bg
{
    background-color: #fff;
}
#footer a{
    color: #be9e21;
    font-weight: 400;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
/***********************************
************************************
cta
************************************
***********************************/
.cta {
    background-color: rgb(73, 84, 105);
}
.cta .cta-info {
    
    width: 100%;
    float: left;
    padding: 30px 25px 30px 15px;
    border-radius: 5px;
}
.cta .cta-info .cta-txt h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.cta .cta-info .cta-btn {
    margin-top: 16px;
    background-color: rgb(190, 158, 33);
    padding: 20px 50px;
    color: #FFF;
    font-size: 22px;
    display: inline-block;
    transition: all 0.5s ease-in 0s;
}












/*--------------------------------------------------------------////////////////////////////////////////////////////////
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #000000;
    font-family: "Open Sans", sans-serif;
  }
  
  .spg_menu {
    color: #040606;
    transition: 0.5s;
  }
  
  .spg_menu:hover, .spg_menu:active, .spg_menu:focus {
    color: #03c5ec;
    outline: none;
    text-decoration: none;
  }
  
  .spg_linkCerti
  {
    color: #000000;
    text-decoration: none;
  }
  
  .spg_linkCerti:hover, .spg_linkCerti:active, .spg_linkCerti:focus {
   
    color: #000000;
    outline: none;
    text-decoration: none;
  }
  
  .spg_zoom:hover{
     transform: scale(1.1);
  
     border: #000000;
    /*border: 1px solid #000000;*/
  
     border-radius: 1px;
  
  }
  
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-size: 32;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  /* Prelaoder */
  #preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
  }
  
  /* Back to top button */
  .back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
  }
  
@media (max-width: 768px) 
{
    .spg_izq
    {
      /* //display: none; */
      border: 3px solid;
        color: #05c0e7;
      display: inline-block;
        width: 100px;
        top: 10px;
        margin-right: 10px;
        position: relative;
    }
   
    .spg_der
    {
      /* //display: none; */
      border: 3px solid;
        color: #05c0e7;
      display: inline-block;
        width: 100px;
        top: 10px;
        margin-right: 10px;
        position: relative;
    }

    .spg_marginForm 
    {
      margin-top: 25px;
    }

    .spg_boderR 
    {
      border-right: 0px solid;
      border-bottom: 1px solid;
    }

    .back-to-top
     {
        bottom: 15px;
      }
}

  
  .back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
  }
  
  .back-to-top:hover {
    background: #03C4EB;
    color: #fff;
  }
  
  /*--------------------------------------------------------------
  # Welcome
  --------------------------------------------------------------*/
  #hero {
    display: table;
    width: 100%;
    height: 100vh;
    background: url(../../../assets/img/backgrounds/hero-bg.jpg) top center fixed;
    background-size: cover;
  }
  
  #hero .hero-logo {
    margin: 20px;
  }
  
  #hero .hero-logo img {
    max-width: 50%;
    border-radius: 50%;
  }
  
  #hero .hero-container {
    background: rgba(0, 0, 0, 0.8);
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }
  /*------------------------------------------*/
 
 /*------------------------------------------*/
  
  #hero h1 {
    margin: 30px 0 10px 0;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .spg_izq{
      border: 3px solid;
        color: #05c0e7;
      display: inline-block;
        width: 100px;
        top: 10px;
        margin-right: 10px;
        position: relative;
    }
   
    .spg_der{
      border: 3px solid;
        color: #05c0e7;
      display: inline-block;
        width: 100px;
        top: 10px;
        margin-right: 10px;
        position: relative;
    }
    .spg_marginForm {
      margin-top: 25px;}
    .spg_boderR {
      border-right: 0px solid;
      border-bottom: 1px solid;
  }
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  }
  /*------------------------------------------------------*/
  
  
  #hero h2 {
    color: #999;
    margin-bottom: 50px;
  }
  
  @media (max-width: 768px) {
    .spg_izq{
      border: 3px solid;
        color: #05c0e7;
      display: inline-block;
        width: 100px;
        top: 10px;
        margin-right: 10px;
        position: relative;
    }
   
    
    .spg_der{
      border: 3px solid;
        color: #05c0e7;
      display: inline-block;
        width: 100px;
        top: 10px;
        margin-right: 10px;
        position: relative;
    }
    .spg_marginForm {
      margin-top: 25px;}
    .spg_boderR {
      border-right: 0px solid;
      border-bottom: 1px solid;
  }
    #hero h2 {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 30px;
    }
    #hero h2 .rotating {
      display: block;
    }
  }
  
  #hero .rotating > .animated {
    display: inline-block;
  }
  
  #hero .actions a {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
  }
  
  #hero .btn-get-started {
    background: #03C4EB;
    border: 2px solid #03C4EB;
    color: #fff;
  }
  
  #hero .btn-get-started:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff;
  }
  
  #hero .btn-services {
    border: 2px solid #fff;
    color: #fff;
  }
  
  #hero .btn-services:hover {
    background: #03C4EB;
    border: 2px solid #03C4EB;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    background: #111;
    padding: 20px 0;
    height: 90px;
  }
  
  #header #logo {
    float: left;
  }
  
  #header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  
  #header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
  }
  
  #header #logo img {
    padding: 0;
    margin: 0;
    max-height: 70px;
  }
  
  @media (max-width: 768px) {
    .spg_izq{
      border: 3px solid;
        color: #05c0e7;
      display: inline-block;
        width: 100px;
        top: 10px;
        margin-right: 10px;
        position: relative;
    }
  
    
    .spg_der{
      border: 3px solid;
        color: #05c0e7;
      display: inline-block;
        width: 100px;
        top: 10px;
        margin-right: 10px;
        position: relative;
    }
    .spg_marginForm {
      margin-top: 25px;}
    .spg_boderR {
      border-right: 0px solid;
      border-bottom: 1px solid;
  }
    #nav-menu-container {
      display: none;
    }
    .spg_izq{
      border: 3px solid;
        color: #05c0e7;
      display: inline-block;
        width: 100px;
        top: 10px;
        margin-right: 10px;
        position: relative;
    }
    
    .spg_der{
      border: 3px solid;
        color: #05c0e7;
      display: inline-block;
        width: 100px;
        top: 10px;
        margin-right: 10px;
        position: relative;
    }
    .spg_marginForm {
      margin-top: 25px;}
    .spg_boderR {
      border-right: 0px solid;
      border-bottom: 1px solid;
  }
    #header {
      height: 80px;
    }
    #header #logo h1 {
      font-size: 26px;
    }
    #header #logo img {
      max-height: 60px;
    }
  }
  
  .is-sticky #header {
    background: rgba(0, 0, 0, 0.85);
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Nav Menu Essentials */
  .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  
  .nav-menu li {
    position: relative;
    white-space: nowrap;
  }
  
  .nav-menu > li {
    float: left;
  }
  
  .nav-menu li:hover > ul,
  .nav-menu li.sfHover > ul {
    display: block;
  }
  
  .nav-menu ul ul {
    top: 0;
    left: 100%;
  }
  
  .nav-menu ul li {
    min-width: 180px;
  }
  
  /* Nav Menu Arrows */
  .sf-arrows .sf-with-ul {
    padding-right: 30px;
  }
  
  .sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
  }
  
  .sf-arrows ul .sf-with-ul:after {
    content: "\f105";
  }
  
  /* Nav Meu Container */
  #nav-menu-container {
    float: right;
    margin: 5px 0;
  }
  
 
  
  /* Nav Meu Styling */
  .nav-menu a {
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    outline: none;
  }
  
  .nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
    color: #03C4EB;
  }
  
  .nav-menu ul {
    margin: 4px 0 0 15px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  }
  
  .nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4;
  }
  
  .nav-menu ul li:first-child {
    border-top: 0;
  }
  
  .nav-menu ul li:hover {
    background: #f6f6f6;
  }
  
  .nav-menu ul li a {
    color: #333;
  }
  
  .nav-menu ul ul {
    margin: 0;
  }
  
  /* Mobile Nav Toggle */
  #mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
  }
  
  #mobile-nav-toggle i {
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .spg_izq{
      
        width: 30px;
        
    }
    
    
    .spg_der{
      
        width: 30px;
      
    }
    .spg_marginForm {
      margin-top: 25px;}
    .spg_boderR {
      border-right: 0px solid;
      border-bottom: 1px solid;
  }
    #mobile-nav-toggle {
      display: inline;
    }
  }
  
  /* Mobile Nav Styling */
  #mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
  }
  
  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  #mobile-nav ul li {
    position: relative;
  }
  
  #mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
  }
  
  #mobile-nav ul li a:hover {
    color: #fff;
  }
  
  #mobile-nav ul li li {
    padding-left: 30px;
  }
  
  #mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
  }
  
  #mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #03C4EB;
  }
  
  #mobile-nav ul .menu-item-active {
    color: #03C4EB;
  }
  
  #mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }
  
  /* Mobile Nav body classes */
  body.mobile-nav-active {
    overflow: hidden;
  }
  
  body.mobile-nav-active #mobile-nav {
    left: 0;
  }
  
  body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
  }
  
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  /* Sections Common
  --------------------------------*/
  .section-title {
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
  }
  .section-cliente {
       font-size: 32px;
       color: white;
       text-transform: uppercase;
       text-align: center;
       font-weight: 700;
  }
  
  
  .section-description {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .section-title-divider {
    width: 50px;
    height: 3px;
    background: #03C4EB;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  /* Get Started Section
  --------------------------------*/
  #about {
    background: #fff;
    padding: 80px 0;
  }
  
  #about .about-container {

    background: url(../../../assets/img/backgrounds/about.jpg) left top no-repeat;
    background-size: contain;
  }
  
  #about .about-content {
    background: #fff;
  }
  
  #about .about-title {
    color: #333;
    font-weight: 700;
    font-size: 28px;
  }
  
  #about .about-text {
    line-height: 26px;
  }
  
  #about .about-text:last-child {
    margin-bottom: 0;
  }
  
  
  /* Subscribe Section
  --------------------------------*/
  #subscribe {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
  }
  
  #subscribe .subscribe-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }
  
  #subscribe .subscribe-text {
    color: #fff;
  }
  
  #subscribe .subscribe-btn-container {
    text-align: center;
    padding-top: 20px;
  }
  
  #subscribe .subscribe-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  #subscribe .subscribe-btn:hover {
    background: #03C4EB;
    border: 2px solid #03C4EB;
  }
  
 
  
  
  
  

  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: #111;
    
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
  }
  

  
/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../../../assets/img/backgrounds/services-bg.jpg") fixed center center;
  background-size: cover;
 /* // padding: 80px 0 60px 0; */
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
    background: white;
    padding: 16px;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid #000000;
}

#services .service-icon i {
  color: #be9e21;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #03C4EB;
}

#services .service-item:hover .service-icon i {
  color: black;
}

#services .service-item:hover  {
  transform: scale(1.1);
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
 /* color: #111;*/
  color: #000000;
  text-decoration: none;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/*
@media (min-width: 20px) and (max-width: 450px) 
{
  .spg_izq{
    display: none;
  }
  
  .spg_der{
   display: none;
  }
  .spg_marginForm {
    text-align: center;
    margin-top: 25px;}
  .spg_boderR {
    border-right: 0px solid;
    border-bottom: 1px solid;
}

}
*/


/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 768px) and (max-width: 980px) {
  #services .service-item:hover  {
    transform: scale(1.01);
  }

  @keyframes travel {
    0%{
      transform: translate3d(0%,0,0);
    }
   50% {
      transform: translate3d(-225%,0,0);
      /*transform: translate3d(-150px,0,0);*/
    }
    90%
    {
      transform: translate3d(30%,0,0);
    }
    
  }
  .spg_izq{
    
      width: 50px;
     
  }
 
  
  .spg_der{
    
      width: 50px;
     
  }
  .spg_marginForm {
    margin-top: 25px;}
  .spg_boderR {
    border-right: 0px solid;
    border-bottom: 1px solid;
}
    .service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
.portfolio-item figure figcaption{
    padding: 55px 30px;
}
.padding-right-zero{
    padding-right: 15px !important;
}
}
@media (min-width: 451px) and (max-width: 767px) {
  #services .service-item:hover  {
    transform: scale(1.01);
  }
  .spg_formContact
  {
    width: 100%;
  
  }
  @keyframes travel {
    0%{
      transform: translate3d(0%,0,0);
    }
   50% {
      transform: translate3d(-300%,0,0);
      /*transform: translate3d(-150px,0,0);*/
    }
    
  }
  .spg_izq{
    display: none;
  }
  
  
  .spg_der{
    display: none;
  }
  .spg_marginForm {
    margin-top: 25px;}
  .spg_boderR {
    border-right: 0px solid;
    border-bottom: 1px solid;
}
    .service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
}
@media (min-width: 20px) and (max-width: 450px) {
  
  #services .service-item:hover  {
    transform: scale(1.01);
  } 
  .spg_formContact
  {
    width: 100%;
  
  }
  
  .hola{
    height: 50% !important;
    background-image: none !important;
    background-color: #046380 !important;
    margin-inline: 2%;
    border-radius: 10px;
    margin: 1rem;
    
    /* margin: 2rem !important; */
    

  }
  .hola .quejas{
    width: 100%;
    height: 50% !important;
    margin-left: 1%;
    padding: none !important;
    
  }

  .p-principal{
    text-align:justify;
    margin:5px;
  
  }
  .t-quejas{
    padding-top: 3rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
.logo_quejas{
  width: 100%;
  
  
}
.logo_quejas img{
  width: 20% !important;
  margin-inline: 15rem !important; 
margin: 4px;
vertical-align: sub !important;
  
}

  @keyframes travel 
  {
    0%{
      transform: translate3d(0%,0,0);
    }
   50% {
      transform: translate3d(-453%,0,0);
      /*transform: translate3d(-150px,0,0);*/
    }
    85% {
      transform: translate3d(20%,0,0);
      /*transform: translate3d(-150px,0,0);*/
    }
    
    100% {
      transform: translate3d(0%,0,0);
      /*transform: translate3d(-150px,0,0);*/
    }  
  }

  .spg_izq
  {
    display: none;
  }

  
  .spg_der{
   display: none;
  }
  .spg_marginForm {
    text-align: center;
    margin-top: 25px;}
  .spg_boderR {
    border-right: 0px solid;
    border-bottom: 1px solid;
}

  
  .navbar-default .navbar-brand {
      padding-left: 16px;
      margin-top: 0px;
  }
  .banner-info {
      padding-top: 40px;
  }
  h1.bnr-title {
      font-size: 16px;
  }
  h2.bnr-sub-title {
      font-size: 33px;
  }
  body{
      font-size: 14px;
  }
  .btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
      font-size: 12px;
      padding: 7px 18px;
  }
  .wrap-item h3 {
      font-size: 18px;
  }
  .title, .service-title {
      font-size: 28px;
  }
  .sub-title {
      font-size: 15px;
  }
  .service-item, .blog-sec, .wrap-item, .loction-info{
      margin-bottom: 15px;
  }
  .loction-info{
      padding: 0px 15px;
  }
  .portfolio-item figure figcaption {
      padding: 30px 30px;
  }
  .padding-right-zero{
      padding-right: 15px !important;
  }
  .portfolio-item figure p{
      font-size: 14px;
  }
  .portfolio-item figure h2{
      font-size: 18px;
  }
  .testimonial-item ul li blockquote {
      font-size: 14px;
      line-height: 22px;
      margin: 10px 0;
      padding: 0 40px;
  }
  .navbar-default .navbar-nav > li > a{
      line-height: 22px;
      text-align: center;
  }
}
/*********************mapa***********************/
#mapa{
  background-color: rgb(73, 84, 105);
  width: 100%;
}



/*******************************fin mapa********************/
/* inicio solicitudes */
.solicitudes {
  width: auto;
  padding: 1rem;
  text-align: center; 
  background-image: url("../solicitudes/2.jpg");
  background-size: 130%;
  background-repeat: no-repeat;
}
.solicitudIn{
  width: 30%;
  height: auto;
  margin: 11%;
  text-align: center;
  margin-top: 0rem;

  
}
/* fin de quejas */
/* inicio reclamaciones y quejas */
.quejitas{
  background-color: white;
}
.hola {
  width: auto;
  padding: 1rem;
  text-align: center; 
  background-image: url("1.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.quejas{
  width: 30%;
  height: auto;
    margin: 11%;
  text-align: center;
  margin-top: 6rem;

  
}

textarea{
  margin-top: 1rem;
}
.btn-quejas{
  background-color: #03c4eb;
  color: white;
  width: 100%;
  padding: 10px;
  font-size: small;
  border-radius: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.t-quejas{
  color: #182641;
font-size: 25px;
  padding-top: 5%;
  text-align: center;
  font-family: 'Roboto Slab',
    serif;
}
hr{
  border-top: 1px solid white;
  
}
.p-principal{
  color: #62656a;
  text-align: center;
}
.privacidad{
  color: #62656a;
  text-align: center;
  font-size: small;
  font-style: oblique;
  
}

.logo_quejas img{
  width: 10%;
    border-radius: 50%;
    float: left;
    margin-left: 4px;
    padding-top: 1px;
}
.clFile{
  max-height: 3.2rem !important;
}

@media (max-width: 600px){
  .solicitudes{
    width: 100% !important;
    text-align: center !important;
    background: none !important;
  }
  .hola{
    width: 100% !important;
    text-align: center !important;
    background: none !important;
  }
  .logo_quejas img{
    display: none !important;
  }
  .quejas{
    width: 100% !important;
   margin: 1px !important;
  }
  .solicitudIn{
    width: 100% !important;
   margin: 1px !important;
  }
}
/* ****************FIN*********************************** */