/*============================================
                   GLOBAL
  ============================================*/
ul, ol{
list-style: none;
}

a:visited, a:link, a:focus, a:hover, a:active{
list-style: none;
text-decoration: none;
}

/*============================================
                   Cabezera
  ============================================*/

.navbar-blue{
 
 background-color: #0b0a6e;

}

.border-nav{
  border-top: 4px solid #4e569e;
}

.nav-link{
background-color: white;
border-radius: 10px;
margin: 0 10px 0 10px;
display: inline-block;
padding: 0.5rem;
}


/*============================================
               Cartas columnas
  ============================================*/


.wightA a{
	font-size: 20px;
	font-weight: bold;
	color: black;
}

.wightA p{
	font-size: 2rem;
	font-weight: bold;
	color: #666666;
}

.wightA span{
	font-weight: normal;
	font-size: 0.8em;
	color: #666666;
}

.borde{
	border: double 4px green;
}


.bordeF{
	border-top: double 4px green;
	
}

.bordeFU{
	border-top: 3px solid #3575d9;

}


/*===================================
              Planes
 ===================================*/
 .planesimg img{
 	width: 65px;
 }

 .Bordein{
 	border: 2px solid;
 }


/*===================================
 TABLET H(LG REVISAMOS EN 1024px)
 ===================================*/
@media (max-width:1199px) and (min-width:992px){

.condition{
	font-size: 14px;
}



}

/*===================================
 TABLET V(MD REVISAMOS EN 768px) 
 ===================================*/
@media (max-width:991px) and (min-width:768px){


.Inicio{
padding-left: 5rem;
}


}


/*===================================
 MOVIL H(SM REVISAMOS EN 576px) 
 ===================================*/




/*===================================
 MOVIL V( REVISAMOS EN 320px) 
 ===================================*/
@media (max-width:575px) and (min-width: 320px){

.navbar-nav.navbar-center{
	position: relative;
	transform: translateX(-25%);
	left: 0%;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 0;

}

.Inicio{
	position: absolute;
	right: 140px;
	bottom: -9px;
	width: 90px;
}

.Registro{
	position: absolute;
    right: 50px;
    bottom: -9px;
    width: 130px;
}

.Sesión{
	position: absolute;
	right: -115px;
	bottom: -9px;
	width: 220px;
}

.Moviltitle h3{
	font-size: 20px;
}

.Moviltitle p{
	font-size: 13px;

}



}


/*============================================
               Home
  ============================================*/

  .titulos{

   color: black;
   font-family: 'Fira Sans', sans-serif;

  }

  .fondo_gris{
    background-color: #b5b5b5;
    background: url(../img/fondo_gris.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
 .img_logo{
    display: none;
 }


    .nosotro_message{
    background-color: #212370;
    right: 1%;
    position: absolute;
    width: 350px;
    height: 350px;
    top: 100px;
    padding: 1rem;
    }


  .nosotro_message  p{
    color: white;
    font-size: 1em;
    text-align: center;
    margin-top: 5rem;
    }



   .position_uno{
    position: absolute;
    top: -40px;
   }


    .position_dos{
    position: absolute;
    right: 10px;
    }

    .jd-slider{
      display: none;
    }


      @media (min-width: 740px) {

      .img_logo{
        display: block;
        position: absolute;
        height: 350px;
        top: 80px;
      }

    }


          @media (min-width: 1024px) {

            .img_logo{
              left: 10%;
            }

            .nosotro_message{
              right: 10%;
            }

          }


      @media (min-width: 1336px) {
          
          .fondo_gris{
            background-size: cover;
          }

      }


      @media (min-width: 1336px) {
        

            .img_logo{
              top: unset;
              height: 500px;
            }

      }



	 .nosotro_message  h2{
      font-family: 'Fira Sans', sans-serif;
      color: white;
      font-size: 4em;
	 }



    .titulo_web{
    font-family: 'Fira Sans', sans-serif;
    }



   .fondo_azul{
  	background: url(../img/fondo_azul.png);
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
  	position: relative;
  }
  



  @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.service-1 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.service-1 h1,
.service-1 h2,
.service-1 h3,
.service-1 h4,
.service-1 h5,
.service-1 h6 {
  color: #3e4555;
}

.service-1 .font-weight-medium {
  font-weight: 500;
}

.service-1 .bg-light {
  background-color: #f4f8fa !important;
}

.service-1 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.service-1 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.wrap-service1-box{
 margin-bottom: 1rem;
}

.wrap-service1-box:nth-child(4){
  display: none;
}

      @media (min-width: 740px) {

      .wrap-service1-box:nth-child(4){
        display: block;
      }

    }



.service-1 .btn-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  border: 0px;
}

.service-1 .btn-success-gradiant:hover {
  background: #1dc8cc;
  background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
  background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}

.service-1 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}


.wrap-service1-box img{
	height: 100px;
}




/*============================================
                   Slider
  ============================================*/
