


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap');
/*barra de navegacion*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  }

html,
body {
  font-size: 100%;
  width: 100%;
  overflow-x: visible;
  position: relative;
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Nunito Sans", sans-serif;

}


/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #1053c6;
     font-size: 1.3rem;
}

.menu-a{
	z-index: 0;
}

.par-a-title{
  font-size:28px;
  color:rgb(255, 255, 255);
  margin-top:80px; 
  font-weight: 500;
}

.par-b-title{
  font-size: 1.4rem;
  font-weight: 600;
}

.par-b{
 background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size:18px;
  color: rgb(74, 74, 74);
  font-weight: 300;
}


.boton{
  width:160px;
  height:40px;
  background-color:transparent;
  margin: 5px;
  padding:10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size:14px;
 text-align: center;
  text-transform: uppercase;
  color: #005fb8;
  text-decoration: none;
  font-weight: 600;
 border: 2px solid #005fb8;
 line-height: 16px;
 transition: all .2s;
}
.boton:hover{
  color: white;
  background-color:#005fb8;
  text-decoration: none;
}

h2 span{
  font-size: 2.5rem !important;
}

/* Carousel Header Styles */
.header-text {
  position: absolute;
  top: 30%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.header-text h3 span {
font-size: 34px;
padding: 0px;
}

.sst-navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  z-index: 9999;
  background: white;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #00000013;;
  }
  
  .container-logo  {
  margin-left: 100px;
  }
  
  .container-logo img{
  width: 160px;
  margin: auto;
  display: block;
  }
  
  .container-links {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  margin-right: 80px;
  list-style: none;
  }
  
  .container-links .nav-child , .nav-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
  margin-left: 20px;
  font-weight:500 ;
  }
  
  .nav-more{
  display: none;
  }
  
  .container-links a {
  color: #5b6880;
  text-decoration: none;
  
  }
  .container-links a:hover {
  color: #0056a8;
  text-decoration: none;
  }
  
  .dropdown {
  position: relative;
  }
  
  .dropdown-a:after {
  content: "\25BE";
  font-size: 1.4em;
  float: right;
  margin-top: -5px;
  margin-left: 4px;
  display: inline-flex;
  }

  .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px #00000033;
  top: 38px;
  z-index: 999;
  }
  
  .dropdown:hover .dropdown-content {
  z-index: 99999;
  display: block !important;
  }
  
  .dropdown-content a {
  display: block;
  padding: 8px 16px;
  list-style: none;
  }
  .dropdown-content a:hover {

  background-color: #eeeeee;
  }
  
  .plus-more {
  display: none;
  }
  
  
  .sst-footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    }
    
    .sst-footer ul li {
    list-style: none;
    margin-right: 14px;
    }
    
    .sst-footer a {
    color:#005fb8;
    text-decoration: none;
    font-size: 0.9em;
    }
    
    .sst-copy p {
    text-align: center; 
    color: #5b6880;
    font-size: 0.9em;
    margin: 4px;
    }
    

.carousel{
  margin-top: 80px;
}

.brand-carousel {
background: transparent;
padding: 3rem;
}
.owl-dots {
display:none
}
.owl-dot {
display: inline-block;
height: 15px !important;
width: 15px !important;
opacity: 0.8;
border-radius: 50%;
margin: 0 5px;
}
.owl-dot.active {
background-color: #000 !important;
}



  .about-pic {
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}

.about-pic-item {
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
}

.about-pic-item img {
    min-width: 100%;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}



.sst-title-size {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--sst-title-text-color);
}

.color-primary {
  color: #005fb8;
}

.sst-lead {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0.5rem 0.3rem;
  font-weight: 500;
}

.color-muted {
  color: #495468;
}

.card{
    padding: 1.5em .5em .5em;
    border-radius: 0;
    text-align: center;
    border: none;
}


.sst-cont-column {
  margin: 0 auto;
  width: 100%;
  background-color: var(--sst-bg-a-color);
  padding-top: 1rem;
}

.sst-cont-column form {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  padding: 2rem;
}

.sst-col-text {
  margin-top: 4rem;
  text-align: center;
}

.sst-col-text h2 {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
}

.sst-form-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  width: 100%;
  column-gap: 20px;
  justify-content: center;
  place-items: center;
}

.sst-lab-form {
  color: var(--sst-title-text-color);
  font-weight: 500;
}

.sst-inp-lab {
  margin-bottom: 16px;
  width: 100%;
}

.sst-inp-cont {
  padding: 10px;
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 4px;
  outline: none;
}

.sst-text-area {
  padding: 10px;
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 4px;
  outline: none;
  resize: none;
}

.sst-inp-cont::placeholder,
.sst-text-area::placeholder {
  color: var(--sst-placeholder-color);
}


@media (max-width: 990px) {

  .order-flex-1 {order: 1}

  .order-flex-2 {order: 2}

  .csg-font-sm span{font-size: 0.8em !important}
}

@media (max-width: 576px) {

  .container-links {margin-right: 40px}

  .dropdown-content {left: -100px}

  .container-logo{ margin-left: 32px}

}
#tt {
  display: flex !important;
  justify-content: space-between;
  min-width: 250px;
  gap: 10px;
  align-items: center;
  background-color: #353535;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: -60px;
  font-size: 17px;
  transition: top 0.3s ease-in-out;
}
#tt.show {
  top: 20px;
}
#tcls {
  float: right;
  width: 26px;
  height: 26px;
  text-align: center;
  cursor: pointer;
  color:black;
}




