/*

Compass Template
    
http://www.templatemo.com/tm-454-compass


http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#productos, #precios, #clientes, #contactos {
  padding-top: 50px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: rgba(9, 42, 108, 0.989);
  color: white;
  padding: 10px 0;
}

.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color:teal;
  /*color: rgba(255, 255, 255, 0.2);*/
}

/*social icons*/
.blue-color {
  color:blue;
}

.green-color {
  color:green;
}

.teal-color {
  color:teal;
}

.yellow-color {
color:yellow;
}

.red-color {
  color:red;
}


.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 40px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-header.shrink {
  position: fixed;
  top: 0;
  padding: 15px 0; /* Se reduce al hacer scroll */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: rgba(9, 42, 108, 0.989);
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: rgba(9, 42, 108, 0.989);
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: rgba(9, 42, 108, 0.989);
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(9, 42, 108, 0.989);
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 20px;
}
.title-section h2 {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.title-section span {
  display: block;
  width: 90px;
  height: 2px;
  background: rgba(9, 42, 108, 0.989);
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: rgba(9, 42, 108, 0.989);
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	Productos Styles 
--------------------------------------------------------*/
#productos .producto-item .producto-header {
  padding-bottom: 10px;
  clear: both;
}
#productos .producto-item .producto-header i {
  color: rgba(9, 42, 108, 0.989);
  font-size: 24px;
  float: left;
  margin-right: 25px;
  /*padding-bottom: 5px;*/
}
#productos .producto-item .producto-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Precios Styles 
--------------------------------------------------------*/
#precios .title-section h2 {
  color: black;
}
#precios .precio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#precios .precio-thumb img {
  width: 100%;
  height: auto;
}
#precios .precio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(9, 42, 108, 0.989);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#precios .precio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#precios .precio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#precios .precio-thumb .overlay .inner h4 a {
  color: white;
}
#precios .precio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#precios .precio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#clientes .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 10px;
}
#clientes .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: rgba(9, 42, 108, 0.989);
  text-transform: uppercase;
}
#clientes .our-team {
  margin-top: 80px;
}
#clientes .our-team .team-member {
  overflow: hidden;
}
#clientes .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#clientes .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#clientes .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(9, 42, 108, 0.989);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#clientes .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#clientes .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#clientes .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(9, 42, 108, 0.989);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#clientes .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(9, 42, 108, 0.989);
}
#clientes .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#clientes .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#clientes .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(9, 42, 108, 0.989);
  margin-bottom: 10px;
}
#clientes .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contactos .contacto-form .full-row {
  width: 100%;
  margin-bottom: 5px;
}
#contactos .contacto-form input, #contactos .contacto-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contactos .contacto-form label {
  display: block;
  margin-bottom: 5px;
}
#contactos .contacto-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contactos .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contactos .contacto-info {
  margin-top: 30px;
}
#contactos .contacto-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contactos .contacto-info span i {
  color: rgba(9, 42, 108, 0.989);
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  margin-top: 114px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 40px;
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  /*background: url(../images/slider-dec.png) no-repeat;*/
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  background-color: rgba(9, 42, 108, 0.989);
  color: white;
  padding: 25px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .producto-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  /*.flex-caption {
    display: none !important;
  }*/

  .contacto-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/



/* Start productos CSS */
.green-text { color: #178A27; }
.blue-text { color: #1686C1; }
.gray-text { color: #1686C1; }
.green-btn { background: #178A27; }
.green-btn:hover { background: #449D44; }
.blue-btn { background: #1686C1; }
.blue-btn:hover { background: #31B0D5; }
.red-btn { background: #852406; }
.red-btn:hover { background: rgba(9, 42, 108, 0.989); }
.producto-content {
    background: #F2F2F2;
    padding-bottom: 40px;
}
.producto-content-title {
    padding: 0 20px;
    text-align: left;    
}
.producto-content-description {
    padding: 0 20px 35px;
    text-align: left;
    color: #333333;
    margin-top: 15px;
}
.producto-content-link {
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 7px 7px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.producto-content-link:hover, .producto-content-link:link, .producto-content-link:visited  {
  color: white;
  text-decoration: none;
}

/* End productos CSS */




/*inicio PRECIO*/
.pricingTable{
  border: 2px solid #e3e3e3;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  transform: translateZ(0px);
}
.pricingTable:before,
.pricingTable:after{
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.pricingTable:before{
  border-right: 2px solid rgba(9, 42, 108, 0.989); /*#08c6aa*/
  border-left: 2px solid rgba(9, 42, 108, 0.989);
  transform: scaleY(0);
  transform-origin: 100% 0 0;
}
.pricingTable:after{
  border-bottom: 2px solid rgba(9, 42, 108, 0.989);
  border-top: 2px solid rgba(9, 42, 108, 0.989);
  transform: scaleX(0);
  transform-origin: 0 100% 0;
}
.pricingTable:hover:before{
  transform: scaleY(1);
}
.pricingTable:hover:after{
  transform: scaleX(1);
}
.pricingTable .pricingTable-header{
  background: rgba(9, 42, 108, 0.989);
  color: #fff;
  margin: -2px -2px 35px;
  padding: 40px 0;
}
.pricingTable .heading{
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: white
}
.pricingTable .subtitle{
  font-size: 14px;
  display: block;
  padding-top: 3px;
  padding-bottom: 7px;
}
.pricingTable .price-value{
  font-size: 72px;
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
.pricingTable .currency{
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  top: 2px;
  left: -30px;
}
.pricingTable .month{
  font-size: 20px;
  position: absolute;
  bottom: 17px;
  right: -40px;
}
.pricingTable .pricing-content{
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.pricingTable .pricing-content li{
  font-size: 16px;
  color: #7a7e82;
  line-height: 40px;
}
.pricingTable .read{
  display: inline-block;
  border: 2px solid #7a7e82;
  border-right: none;
  font-size: 14px;
  font-weight: 700;
  color: #7a7e82;
  padding: 9px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.pricingTable .read:hover{
  border-color: rgba(9, 42, 108, 0.989);
  color: rgba(9, 42, 108, 0.989);
}
.pricingTable .read i{
  font-size: 19px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transition: all 0.3s ease 0s;
}
.pricingTable .read:hover i{
  right: 5px;
}
.pricingTable .read:before,
.pricingTable .read:after{
  content: "";
  display: block;
  height: 30px;
  border-left: 2px solid #7a7e82;
  position: absolute;
  right: -11px;
  transition: all 0.3s ease 0s;
}
.pricingTable .read:before
{
  bottom: -6px;
  transform: rotate(45deg);
}
.pricingTable .read:after
{
  top: -6px;
  transform: rotate(-45deg);
}
.pricingTable .read:hover:before,
.pricingTable .read:hover:after
{
  border-left-color: rgba(9, 42, 108, 0.989);
}
@media screen and (max-width: 990px)
{
  .pricingTable
  {
    margin-bottom: 25px;
  }
}
/*fin PRECIO*/




.section-padding {
	padding: 35px 0;
}
.section-heading {
	margin-bottom: 30px;
}
.section-heading h2 {
	color: rgba(9, 42, 108, 0.989);
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 30px;
	text-transform: uppercase;
}
.section-heading h2 span {
	color: rgba(255, 255, 255, 0.2);
}
.section-heading p {
	font-size: 16px;
	margin: 10px 0 5px;
}




main .producto-cuerpo
{
  padding: 30px 0 60px 0;
}
.contenedor-producto-cuerpo
{
  display: flex;
  justify-content: space-evenly;
}
.contenido-textos h3 span
{
  background: #4d0686;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
  margin-right: 5px;
}

.contenido-textos p
{
  padding: 0px 0px 30px 15px;
  font-weight: 300;
  text-align: justify;
}





/* Languages */
.languages .flex {
  flex-wrap: wrap;
}

.languages .card {
  text-align: center;
  margin: 18px 10px 40px;
  transition: transform 0.2s ease-in;
}

.languages .card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.languages .card:hover {
  transform: translateY(-15px);
}



/*.card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  width: 270px;
  text-align: center;
}*/


/* Contenedor del carrusel */
.swiper-container {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  padding: 10px 0; /* Menos padding para reducir espacios */
}

/* Contenedor de las tarjetas dentro del carrusel */
.swiper-wrapper {
  display: flex;
  align-items: center;
}

/* Tarjetas individuales */
.card {
  width: 200px; /* Ajusta el ancho si es necesario */
  height: 160px; /* Aumenta la altura de la tarjeta */
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  text-align: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; /* Centra la imagen verticalmente */
  justify-content: center; /* Centra la imagen horizontalmente */
}

/* Ajusta la imagen dentro de la tarjeta */
.card img {
  width: 90%; /* Mantiene un margen interno */
  height: 140px; /* Aumenta la altura */
  object-fit: contain; /* Asegura que la imagen no se recorte */
  padding: 5px;
  background-color: white;
}




.card:hover {
  transform: translateY(-5px);
}

.card .content {
  padding: 15px;
}

.card h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.card span {
  color: gray;
  font-size: 14px;
}





.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
}



.google-maps {
  position: relative;
  padding-bottom: 75%; /*This is the aspect ratio*/
  height: 0;
  overflow: hidden;
  }
  .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  }