body, html {

    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.marginauto {
margin: auto;
}

.datos-empresa  {
  left: 0; right: 0; margin: auto;
}
.datos-empresa h1  {
  font-weight: 700;
  font-size: 1.7rem;
  text-align: left;
  color: #484457;
}
.datos-empresa h2  {
  font-weight: 600;
  font-size: 1.1rem;
  color: #34A7DF;
}
.datos-empresa p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7rem;
  color: #484457;
}


.loginerror {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: red;
}

.card {
  max-width: 330px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background: rgb(255, 255, 255, 0.5);
  border-radius: 20px;
}

.card > * {
  margin: 0;
}

.card__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
  color: #484457;
}

.card__content {
  font-size: 13px;
  line-height: 18px;
  color: #535353;
}

.card__form {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card__form input, .card__form select {
  margin-top: 10px;
  outline: 0;
  background: rgb(255, 255, 255);
  box-shadow: transparent 0px 0px 0px 1px inset;
  padding: 0.6em;
  border-radius: 14px;
  border: 1px solid #999;
  color: #484457;
}

.card__form button {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  background: #54B7D;
  color: #fff;
  padding: 0.68em;
  border-radius: 14px;
}



.logo-syscac {
  float: right;
  padding-left: 100px;
}

.azul {
  color: #297FC2 !important;
}
.celeste {
  color: #54B7DD !important;
}
.celeste-claro {
  color: #BFDCFF !important;
}
.azul-oscuro {
  color: #484457 !important;
}
.blanco {
  color: white !important;
}



.bg-azul {
  background-color: #297FC2 !important;
}
.bg-celeste {
  background-color: #54B7DD !important;
}
.bg-celeste-claro {
  background-color: #BFDCFF !important;
}
.bg-azul-oscuro {
  background-color: #484457 !important;
}


/* h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: 'Poppins', sans-serif;

  font-weight: 200;

  letter-spacing: 1px;

} */





/* whatsapp  */

#myBtn-whatsapp {

  display: none;

  position: fixed;

  bottom: 30px;

  left: 30px;

  width: 60px;

  height: 60px;

  z-index: 999;

  font-size: 1.7rem;

  border: none;

  outline: none;

  background-color: #09CC61;

  color: #fff;

  border-color: #09CC61;

  border-width: 0px;

  border-style: solid;

  cursor: pointer;

  padding: 8px;

}



#myBtn-whatsapp:hover {

  color: #fff;

  background-color: #444;

  border-color: #444;

  transition: 0.2s;

  opacity: 0.5;

}





#myBtn {

  display: none;

  position: fixed;

  bottom: 30px;

  right: 30px;

  width: 60px;

  z-index: 99;

  font-size: 1.3rem;

  border: none;

  outline: none;

  background-color: #54B7DD;

  color: white;

  cursor: pointer;

  padding: 15px;

}



#myBtn:hover {

  background-color: #444;

  transition: 0.2s;

  opacity: 0.5;

}







#mainNav {  

  /* background-color:rgba(255, 255, 255, 1);*/

  -webkit-transition: all .35s;

  -moz-transition: all .35s;

  transition: all .35s;

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  padding-top: 20px;

  

}





#mainNav .navbar-toggler {

  font-size: 1rem;

  padding: 8px 15px;

  color: #484457;

}



#mainNav .navbar-nav > li > a {

  font-size: 1rem;

  font-family: 'Poppins', sans-serif;  

  margin-left: 5px;

  margin-right: 5px;

}



#mainNav .navbar-nav > li > a.active {

  color: #484457 !important;

  background-color: transparent;

  font-weight: 700;

  border-bottom-width:3px;

  border-bottom-style:solid;

  border-bottom-color: #34A7DF;

}



#mainNav .navbar-nav > li > a.active:hover {

  background-color: transparent;

}



#mainNav .navbar-nav > li > a,

#mainNav .navbar-nav > li > a:focus {

  color: #484457;

}



#mainNav .navbar-nav > li > a:hover,

#mainNav .navbar-nav > li > a:focus:hover {

  color: #34A7DF;

}



@media (min-width: 992px) {

  /* #mainNav {

    border-color: transparent;

    background-color: transparent;

  } */



  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {

    color: white;

  }

  #mainNav .navbar-nav > li > a,

  #mainNav .navbar-nav > li > a:focus {

    color: #484457;

  }

  #mainNav .navbar-nav > li > a:hover,

  #mainNav .navbar-nav > li > a:focus:hover {

    color: #34A7DF;

  }

  /* #mainNav.navbar-shrink {

        background-color: white;

  } */

  #mainNav.navbar-shrink .navbar-brand {

    color: #222222;

  }

  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {

    color: #484457;

  }


  #mainNav.navbar-shrink .navbar-nav > li > a:hover,

  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {

    color: #484457;

  }

}



header.masthead {

    background: url("../images/bg-home.jpg");

    height: 100vh;

    background-size: cover;

    background-position: center;

    color: aliceblue;

  }





header.masthead .header-content {

  max-width: 500px;

  margin-bottom: 100px;

  text-align: center;

}



header.masthead .header-content h1 {

  font-size: 2rem;

}



header.masthead .device-container {

  max-width: 325px;

  margin-right: auto;

  margin-left: auto;

}



header.masthead .device-container .screen img {

  border-radius: 3px;

}



header.masthead .header-content h1 {

    font-size: 3rem;

    font-weight: 700;

  }



@media (min-width: 992px) {

  header.masthead {

    height: 100vh;

    min-height: 775px;

    padding-top: 0;

    padding-bottom: 0;

  }

  header.masthead .header-content {

    margin-bottom: 0;

    text-align: left;

  }

  header.masthead .header-content h1 {

    font-size: 4rem;

    font-weight: 700;

  }

  header.masthead .device-container {

    max-width: 325px;

  }

}





.color-syscac {

  color: #A2D7F6;

}




.fondo-syscac {

  background-image: url("../images/ruta.svg"), linear-gradient(#ffffff, #BFDCFF);
  background-image: url("../images/ruta.svg"), -webkit-gradient(linear, top, bottom, from(#ffffff), to(#BFDCFF));
  background-image: url("../images/ruta.svg"), -moz-linear-gradient(top, #ffffff, #BFDCFF);

  background-size: contain;

  background-position: bottom right;

  background-repeat: no-repeat;
  
  border-top-style: solid; border-top-width:8px; border-color:#34A7DF;
}





.fondo-syscac-quienes-somos {

  background-image: url("../images/fdo-circu.svg"), linear-gradient(#ffffff, #BFDCFF);
  background-image: url("../images/fdo-circu.svg"), -webkit-gradient(linear, top, bottom, from(#ffffff), to(#BFDCFF));
  background-image: url("../images/fdo-circu.svg"), -moz-linear-gradient(top, #ffffff, #BFDCFF);

  background-size: contain;

  background-position: top right;

  background-repeat: no-repeat;

}



.fondo-syscac-soluciones {

  background: url("../images/bg-soluciones.jpg");

  background-size: 100%;

  background-position: top right;

  background-repeat: no-repeat;

}



.fondo-syscac-servicios {

  background: url("../images/bg-servicios.jpg");

  background-size: 100%;

  background-position: top right;

  background-repeat: no-repeat;

}



.prueba-subtit {

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  font-size: 1.2rem;

  line-height: 1rem;

  text-align: left;

  color: #54B7DD;

}



.prueba-tit {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 2.2rem; 

  line-height: 2.7rem;

  text-align: left;

  color: #484457;

  width: 45%;

}



.prueba-p {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.8rem;

  text-align: left;

  color: #444;

  width: 45%;

}





@media screen and (min-width:1367px) and (max-width:1920px)   {



  .prueba-subtit {

    font-weight: 600;

    font-size: 1.5rem !important;

    line-height: 1rem;

  }



  .prueba-tit {

    font-weight: 700;

    font-size: 3.5rem !important; 

    line-height: 4rem;

    width: 45%;

  }



  .prueba-p {

    font-weight: 300;

    font-size: 1rem !important;

    line-height: 1.8rem;

    width: 40%;

  }

  

  }

  



.mobile-subtit {

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

  font-size: 1.2rem;

  color: #34A7DF;

}



.mobile-tit {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 2.5rem; 

  padding-top: 5px;

  color: #484457;

}



.mobile-p {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.5rem;

  color: #535353;

}



.banco-central-syscac {

  background-color: #E5E9F8;

  background-image: url("../images/banco-central.svg");

  background-size: contain;

  background-position: top center;

  background-repeat: no-repeat;

  font-weight: 500;

  padding-top: 40px;

  padding-bottom: 40px;

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


.banco-central-syscac div, .banco-central-syscac div p {
  margin: auto;
} 



.clientes-syscac {

  background-color: #F4F4F4;

  padding-top: 20px;

  padding-bottom: 80px;

} 



.clientes-syscac h1  {

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  font-size: 2rem;

  color: #222;

  padding-bottom: 15px; 

  padding-top: 10px;

}



.clientes-syscac p {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.7rem;

  color: #222;

}



.marcas a:link {

  transition: 0.2s;

  opacity: 0.8;

}



.marcas a:visited {

  transition: 0.2s;

  opacity: 0.3;

}



.marcas a:hover {

  transition: 0.2s;

  opacity: 0.3;

  text-decoration: none;

  

}



.marcas a:active {

  transition: 0.2s;

  opacity: 0.3;

}







/* carousel multiple marcas */



.blog .carousel-indicators {

	left: 0;

	top: auto;

  bottom: -50px;

}



.blog .carousel-indicators li {

    background: #a3a3a3;

    border-radius: 50%;

    width: 10px;

    height: 10px;

}



.blog .carousel-indicators .active {

background: #707070;

}







.redondeado-syscac {

  border-radius: 20px;

} 



.redondeado-syscac-top {

  border-top-left-radius: 20px;

  border-top-right-radius: 20px;

  width: 100%

}



.servicios-syscac {

  background-image: url("../images/ruta.svg"), linear-gradient(#BFDCFF, #ffffff);
  background-image: url("../images/ruta.svg"), -webkit-gradient(linear, top, bottom, from(#BFDCFF), to(#ffffff));
  background-image: url("../images/ruta.svg"), -moz-linear-gradient(top, #BFDCFF, #ffffff);

  background-size: contain;

  background-position: top right;

  background-repeat: no-repeat;

  padding-top: 80px;

  padding-bottom: 60px;

} 
.servicios-syscac h1  {

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  font-size: 2rem;

  color: #222;

  padding-bottom: 15px; 

  padding-top: 10px;
}
.servicios-syscac p {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.8rem;

  color: #222;

}





.productos-syscac {

  background-color: #FFF;

  padding-top: 80px;

  padding-bottom: 60px;

} 



.productos-syscac h1  {

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  font-size: 2rem;

  color: #222;

  padding-bottom: 15px; 

  padding-top: 10px;

}



.productos-syscac h2 {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.6rem;

  line-height: 2rem;

  color: #484457;

}



.productos-syscac p {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.8rem;

  color: #222;

}





.novedades-syscac {

  background-color: #34A7DF;

  padding-top: 80px;

  padding-bottom: 80px;

  background: url("../images/bg-novedades.jpg");

  background-size: cover;

  background-position: center;

} 



.globo-novedad-violeta {

  background-color: #D9DAFA;

  border-radius: 10px;

  width: 37%;

} 



.globo-novedad-amarillo {

  background-color: #FBF8D9;

  border-radius: 10px;

  width: 37%;

} 



.globo-novedad-naranja {

  background-color: #FFE9D4;

  border-radius: 10px;

  width: 37%;

} 



.novedades-syscac h1  {

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  font-size: 2rem;

  color: #222;

  padding-bottom: 15px; 

  padding-top: 10px;

}



.novedades-syscac h2 {

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

  font-size: 1.7rem;

  line-height: 2rem;

  color: #444;

}



.novedades-syscac h3 {

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  font-size: .8rem;

  line-height: 1rem;

}



.novedades-syscac p {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.7rem;

  color: #666;

}



.btn-syscac {
  border-radius: 85px;
  padding: 10px 25px;
  background-color: #54B7DD;
  color: #484457;
  border: none;
} 
.btn-syscac:hover {
  background-color: #484457;
  color: #54B7DD;
}
.btn-syscac:focus, .btn-syscac.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}


.btn-syscac-bco {
  border-radius: 85px;
  color: #54B7DD;
  padding: 10px 25px;
  background-color: #FFF;
} 
.btn-syscac-bco:hover {
  background-color: #54B7DD;
  color: #FFF;
}
.btn-syscac-bco:focus, .btn-syscac.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}


.btn-syscac-oscuro {
  border-radius: 85px;
  color: #297FC2;
  padding: 10px 25px;
  background-color: #484457;
} 
.btn-syscac-oscuro:hover {
  background-color: #297FC2;
  color: #484457;
}
.btn-syscac-oscuro:focus, .btn-syscac.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-syscac-claro {
  border-radius: 85px;
  color: #297FC2;
  padding: 10px 25px;
  background-color: #BFDCFF;
} 
.btn-syscac-claro:hover {
  background-color: #297FC2;
  color: #BFDCFF;
}
.btn-syscac-claro:focus, .btn-syscac.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}



.ubicacion-syscac {

  background-color: #fff;

  padding-top: 80px;

  padding-bottom: 80px;

  background: url("../images/bg-ubicacion.jpg");

  background-size: cover;

  background-position: center;

} 



.ubicacion-syscac h1 {

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  font-size: 2rem;

  color: #484457;

  padding-bottom: 15px; 

  padding-top: 10px;

}



.ubicacion-syscac h2 {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.7rem;

  color: #444;

}





.contacto-syscac {


/*
  background: linear-gradient(#ffffff, #BFDCFF);
  background: -webkit-gradient(linear, top, bottom, from(#ffffff), to(#BFDCFF));
  background:-moz-linear-gradient(top, #ffffff, #BFDCFF);
*/


  background-image: url("../images/particles.jpg");

  background-size: cover;

  background-position: top center;

  background-repeat: no-repeat;

  padding-top: 80px;

  padding-bottom: 80px;

} 







.contacto-syscac h1  {

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  font-size: 2rem;

  color: #666;

  padding-bottom: 15px; 

  padding-top: 10px;

}



.contacto-syscac h2 {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 2rem;

  color: #666;

}



.contacto-syscac label {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 2rem;

  color: #ccc;

}


.form-syscac {

  font-size: 1rem;

  color: #000 !important;

  border-bottom-width:2px;

  border-bottom-style:solid;

  border-bottom-color: #297FC2;

  border-top-width:0px;

  border-top-style:solid;

  border-top-color: #fff;

  border-left-width:0px;

  border-left-style:solid;

  border-left-color: #fff;

  border-right-width:0px;

  border-right-style:solid;

  border-right-color: #297FC2;

  border-radius: 0px;

  background-color: transparent;

}





.form-rrhh {

  font-size: 1.2rem;

  color: #999 !important;

  border-bottom-width:1px;

  border-bottom-style:solid;

  border-bottom-color: #999;

  border-top-width:0px;

  border-top-style:solid;

  border-top-color: #fff;

  border-left-width:0px;

  border-left-style:solid;

  border-left-color: #fff;

  border-right-width:0px;

  border-right-style:solid;

  border-right-color: #fff;

  border-radius: 0px;

  background-color: #fff;

}



.footer {

  padding-top: 60px;

  padding-bottom: 30px;

}





.footer h5 {

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

  font-size: 1.1rem;

  line-height: 2rem; 

  color: #484457;

}





.footer p {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.5rem;

  color: #777;

}



.footer-links a:link {

  color: #777;

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.3rem;

  transition: 0.2s;

}



/* visited link */

.footer-links a:visited {

  color: gray;

    transition: 0.2s;

}



/* mouse over link */

.footer-links a:hover {

  color: #34A7DF;

  text-decoration: none;

  

}



/* selected link */

.footer-links a:active {

  color: #34A7DF;

}



/* footer redes sociales */

.social-networks {

  padding-bottom: 20px;

}



.social-networks a {

  font-size: 1.7rem;

  color: #999;

  padding-left: 7px;

  transition: 0.2s;

}



.social-networks a:hover {

  text-decoration: none;

}



.linkedin:hover {

  color: #0077e2;

}



.facebook:hover {

  color: #0077e2;

}



.instagram:hover {

  color: #C934AC;

}



.google:hover {

  color: #ef1a1a;

}



.twitter:hover {

  color: #00aced;

}



.mail:hover {

  color: #bbb;

}



.ws:hover {

  color: #09CC61;

}





.btn-redondo {

  border-radius: 60px;

  padding: 10px 30px;

} 







/* quienes somos */

.subtit-quienes-somos {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.2rem;

  line-height: 1rem;

  text-align: left;

  color: #54B7DD;

}



.tit-quienes-somos {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.7rem; 

  line-height: 2.2rem;

  padding-top: 5px;

  text-align: left;

  color: #484457;

}



.p-quienes-somos {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.6rem;

  color: #535353;

}





@media screen and (min-width:1367px) and (max-width:1920px)   {



.tit-quienes-somos {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 2.5rem; 

  line-height: 2.8rem;

  padding-top: 5px;

  text-align: left;

  color: #484457;

}



  

}





/* soluciones */

.subtit-soluciones {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.2rem;

  line-height: 1rem;

  text-align: left;

  color: #34A7DF;

}



.tit-soluciones {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.7rem; 

  line-height: 2.2rem;

  padding-top: 5px;

  text-align: left;

  color: #484457;

}



.p-soluciones {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.8rem;

  color: #535353;

}



.item-soluciones {

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

  font-size: 1.3rem;

  line-height: 1rem;

  text-align: left;

  color: #34A7DF;

}





@media screen and (min-width:1367px) and (max-width:1920px)   {

 

  .tit-soluciones {

    font-family: 'Poppins', sans-serif;

    font-weight: 700;

    font-size: 2.3rem !important; 

    line-height: 2.8rem !important;

    padding-top: 5px;

    text-align: left;

    color: #484457;

  }

  

  

    

  }





/* cac onile web */

.subtit-cac-onile-web {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.2rem;

  line-height: 1rem;

  text-align: left;

  color: #34A7DF;

}



.tit-cac-onile-web {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.7rem; 

  line-height: 2.2rem;

  padding-top: 5px;

  text-align: left;

  color: #484457;

}



.p-cac-onile-web {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.6rem;

  color: #535353;

}





@media screen and (min-width:1367px) and (max-width:1920px)   {

 

  .tit-cac-onile-web {

    font-family: 'Poppins', sans-serif;

    font-weight: 700;

    font-size: 2.3rem !important; 

    line-height: 2.8rem !important;

    padding-top: 5px;

    text-align: left;

    color: #484457;

  }

  

      

}





/* depositos remotos web */

.subtit-depositos-remotos-web {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.2rem;

  line-height: 1.7rem;

  text-align: left;

  color: #34A7DF;

}



.tit-depositos-remotos-web {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.7rem; 

  line-height: 2.2rem;

  padding-top: 5px;

  text-align: left;

  color: #484457;

}



.p-depositos-remotos-web {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.6rem;

  color: #535353;

}



@media screen and (min-width:1367px) and (max-width:1920px)   {

 

  .tit-depositos-remotos-web {

    font-family: 'Poppins', sans-serif;

    font-weight: 700;

    font-size: 2.3rem !important; 

    line-height: 2.8rem !important;

    padding-top: 5px;

    text-align: left;

    color: #484457;

  }

  

    

}





/* depositos remotos  mobile */

.subtit-depositos-remotos-mobile {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.2rem;

  line-height: 1rem;

  text-align: left;

  color: #34A7DF;

}



.tit-depositos-remotos-mobile {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.7rem; 

  line-height: 2.2rem;

  padding-top: 5px;

  text-align: left;

  color: #484457;

}



.p-depositos-remotos-mobile {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.6rem;

  color: #535353;

}



@media screen and (min-width:1367px) and (max-width:1920px)   {

 

  .tit-depositos-remotos-mobile {

    font-family: 'Poppins', sans-serif;

    font-weight: 700;

    font-size: 2.3rem !important; 

    line-height: 2.8rem !important;

    padding-top: 5px;

    text-align: left;

    color: #484457;

  }

  

    

}







/* servicios cac */

.subtit-servicios-cac {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.2rem;

  line-height: 1rem;

  text-align: left;

  color: #34A7DF;

}



.tit-servicios-cac {

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  font-size: 1.7rem; 

  line-height: 2.2rem;

  padding-top: 5px;

  text-align: left;

  color: #484457;

}



.p-servicios-cac {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.8rem;

  color: #535353;

}



.item-servicios-cac {

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

  font-size: 1.3rem;

  line-height: 1rem;

  text-align: left;

  color: #34A7DF;

}





.bajada-servicios-cac {

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

  font-size: 1.2rem;

  line-height: 1.8rem;

  text-align: left;

  color: #34A7DF;

}





.beneficios-servicios-cac {

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

  font-size: 1.2rem;

  line-height: 1.8rem;

  color: #444;

}





@media screen and (min-width:1367px) and (max-width:1920px)   {

 

  .tit-servicios-cac {

    font-family: 'Poppins', sans-serif;

    font-weight: 700;

    font-size: 2.3rem !important; 

    line-height: 2.8rem !important;

    padding-top: 5px;

    text-align: left;

    color: #484457;

  }

  

    

}





/* nvedades cac int*/



.novedades-syscac-int {

  padding-top: 80px;

  padding-bottom: 80px;

} 







.novedades-syscac-int  h1  {

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  font-size: 2rem;

  color: #222;

  padding-bottom: 15px; 

  padding-top: 10px;

}



.novedades-syscac-int  h2 {

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

  font-size: 1.7rem;

  line-height: 2rem;

  color: #444;

}



.novedades-syscac-int  h3 {

  font-family: 'Poppins', sans-serif;

  font-weight: 600;

  font-size: .8rem;

  line-height: 1rem;

}



.novedades-syscac-int  p {

  font-family: 'Poppins', sans-serif;

  font-weight: 300;

  font-size: 1rem;

  line-height: 1.7rem;

  color: #666;

}





/* Menu con varios niveles */

.dropdown-submenu {

  position: relative;

}



.dropdown-submenu> a:after {

  content: ">";

  float: right;

}



.dropdown-submenu>.dropdown-menu {

  top: 0;

  left: 100%;

  margin-top: 0px;

  margin-left: 0px;

}



.dropdown-submenu:hover>.dropdown-menu {

  display: block;

}