/*!
 * Landing page SOFÍA G2
 *
 * 30/12/21
 * 
 *
 * 
 */


/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#F77F00;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #F34213;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #58819f;
}

.white {
  color: #ffffff;
}

.Hblue{
    color: #414770;
}

.light-blue{
    color: #1F8DB5;
}

.orange{
    color:#ff8f2e;
}

.orion{
  color: #005d7e;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #58819f;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}

.orion-bg{
  background-color: #005d7e;
}

.light-blue-bg{
    background-color: #1F8DB5;
}


/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #005d7e;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -68px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
	margin: 0;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  background: url(../img/portada-landing-orion-ia.jpg) no-repeat center center;
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* header h1, header p{
    background: rgba(0,0,0,0.9);
    
} */

.header-info {
 
  width: 100%;
  height: 100vh;
  
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-top: auto;
}

.header-info h1, .header-info h3{

  background-color: rgba(0,0,0,0.6); 
  padding: 16px; 
  border-radius: 5px;

}

.banner-info{

  position: relative;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0 15px 15px 15px;


}

.signin {
  padding-top: 9px;
}


.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}



#be-the-first {
  background: url(../img/be-the-first-bg.jpg) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
}

hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #58819f;
	color: #58819f
}

.sofia-border{

  border-color: #005d7e;
  color: #005d7e;

}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}


#invite {
  background: #005d7e;
}

.fa-envelope-o {
  color: #fff;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}



.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #005d7e;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #005d7e;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}





/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    margin-bottom: 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #5b5b5b;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #5b5b5b;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #5b5b5b;
    font-size: 15px;
    opacity: 1;
}

#lite{
    
    height: 400px;
    background-color: #005d7e;
    
}

#lite .row{
    
    margin: 0 !important;
}

.lite-content{
    
    position: absolute;
    left: 50%;
    transform: translate(-50%, 15%);
    
    
    
}

#lite img{
    
    max-width: 280px;
}

#presencia{
    
    margin: 80px 0;
    
}

#presencia h2{
    
    margin: 20px 0 40px 0;
    
}

.details .card-detail{

  height: 200px;
  border-radius: 25px;
  border: solid #b50a0c 1px;
  overflow: hidden;
  transition: 0.5s;

}

.details .card-detail img{

  position: relative;
  top: 15px;
  left: calc(50% - 50px);
  width: 100px;
  transition: 0.5s;

}

.details .card-detail p{

  position: relative;
  text-align: center;
  margin-top: 50px;
  display: none;
  transition: 0.5s;

}

.details .card-detail h3{

  position: relative;
  text-align: center;
  text-transform: uppercase;

}

.details .card-detail:hover{

  transition: 0.5s;
  transform: scale(110%);

}

.details .card-detail:hover p{

  display:inline-block;
  transition: 0.5s;

}

.details .card-detail:hover img{

  width: 60px;
  left: calc(50% - 30px);
  transition: 0.5s;

}

/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}
    
    header h1{
        font-size: 40px;
    }
    
    #main-info p{
        margin: 0 5px 0 5px;
    }
    
    .signin{
        padding-top: 0;
    }
    
    .navbar-nav{
        margin: 0;
    }


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }

}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

  h2{

    font-size: 32px;

  }

  #main-info{

    padding-top: 0 !important;

  }

  .header-info h1{

    
    font-size: 24px;
    line-height: normal;

  }

  #cdValor {
    margin: 60px 0 0 0;
  }

  .cadenaVertical img{

    margin-bottom: 0 !important;

  }

  .header-info .main-info{

    margin-top: 20px;

  }

  .header-info h3{

    font-size: 16px;
    line-height: normal;

  }

#be-the-first { 
      background-attachment: scroll;
  }

.logo img{

  max-width: 180px;
  margin: 5px 10px;

}

.header-info h2{

  font-size: 28px;

}

.header-info p{

  font-size: 18px;

}

#description-one h1, #description-two h1{

  font-size: 36px;
  line-height: normal;

}

.beneficts-card h3{

  margin: 0;

}

#funfacts .item h4{

  font-size: 24px;

}

#funfacts .item p{

  font-size: 16px;

}

#funfacts .item li{

  margin: 7px;
  width: 150px;

}

#funfacts .item ul{

  padding: 0;
  margin: 0;

}

#funfacts .item ul li h4{

  font-size: 16px;

}

#funfacts .item ul li p{

  font-size: 14px;

}

#funfacts .item h3{

  font-size: 26px;
  line-height: normal;

}

#main-info .main-card img{

  max-width: 140px;

}

.beneficts-card-2 h2{

  font-size: 20px !important;
  line-height: normal;

}

#description-two .video iframe{

  width: 350px;

}

#invite p{

  font-size: 18px !important;
  line-height: normal !important;

}

footer ul li{

  text-align: center !important;

}

.tab-pane .tab-pane-ultimo-a{

  height: 350px !important;
  
}

.tab-pane .tab-pane-ultimo{

  height: 520px !important;
  
}

.tab-pane{

  height: 280px !important;
  
}

#invite{

  padding: 40px 0;

}

#presencia img{

  width: 90%;

}

#partners {
  margin-top: 10px;
}

.btnUsuarios a{
  font-size: 12px !important;
}

.navbar-collapse .navbar-nav {
  margin: 5px;
}

}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

  .header-info h1{

    font-size: 32px;
    line-height: normal;

  }

  #be-the-first { 
      background-attachment: scroll;
  }

  .header-info .banner-info{
    margin-top: 0;
    padding-top: 0;
  }

  .mouse-icon{
    margin-top: -65px;
  }

  #description-one h1, #description-two h1{

    font-size: 36px;
    line-height: normal;
  
  }

  #funfacts ul{

    margin-top: 60px !important;
  
  }

  #funfacts .item h4{

    font-size: 28px;
  
  }

  #funfacts h3{

    margin: 60px auto !important;

  }
  
  #funfacts .item p{
  
    font-size: 20px;
  
  }
  
  #funfacts .item li{
  
    margin: 10px;
    width: 150px;
  
  }
  
  #funfacts .item ul li h4{
  
    font-size: 20px;
  
  }
  
  #funfacts .item ul li p{
  
    font-size: 18px;
  
  }
  
  #funfacts .item h3{
  
    font-size: 28px;
    line-height: 50px;
  
  }

  .cadenaVertical img{

    max-width: 80%;

  }

  #main-info .main-card{

    margin-top: 40px;
  
  }

  #main-info .main-card h4{

    width: 100% !important;
  
  }

  .tab-pane{

    height: 240px !important;
    
  }

  .tab-pane .tab-pane-ultimo{

    height: 300px !important;
    
  }
  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

  .tab-pane{

    height: 280px !important;
    
  }

  .header-info h1{

    font-size: 32px;

  }

  .mouse-icon{

    margin: -60px auto 50px;

  }

  #funfacts ul{

    margin-top: 40px !important;
  
  }

  #funfacts h3{

    font-size: 28px !important;
    line-height: 30px;

  }

}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}   





/* Agregados */

.description{

  margin: 60px 0 60px 0;
  text-align: center;

}

.beneficts-card{

  text-align: center;
  margin: 30px 0 30px 0;

}
.beneficts-card p{

  width: 80%;
  margin: 0 auto;

}

.beneficts-card img{

  width: 140px;

}

.beneficts-card-2 h2{

  font-size: 26px;

}

.beneficts-card-2{

  margin-bottom: 30px;

}

.beneficts-card-2 img{
  width: 150px;
  margin: 0 20px;
}

.beneficts-card-2 .lead span{

text-transform: uppercase;
font-size: 16px;
font-weight: 700;

}

.details-main {
    
    display: table;
    table-layout: fixed;
    
    
}

.beneficts-card-3{

  margin: 15px 0;

}

.beneficts-card-3 img{

    width: 90px;
    
}

#funfacts .carousel-inner{

  height: 400px;

}

#funfacts ul{

  list-style: none;
  margin-top: 60px;
  padding: 0;
  text-align: center;

}

#funfacts ul>li{

  display: inline-block;
  min-width: 120px;
  margin: 20px 45px;
  vertical-align: top;

}

#funfacts h4{

  color: #fff;
  font-weight: 600;
  font-size: 40px;

}

#funfacts p{

  color: #fff;
  font-weight: 400;

}

#funfacts h3{

  color: #fff;
  font-weight: 400;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  width: 85%;
  margin: 80px auto;

}

#main-info{

  background-color: #fff;
  padding-top: 70px;
  transition: 0.5s;
}

/* Nuevo diseño */

#main-info h2{

  margin: 40px 0 20px 0;

}

#main-info .nav{

  margin: 20px 0;

}

#main-info .tab-content{

  margin: 30px 0;

}

#main-info .tab-content img{

  max-width: 180px;
  margin-bottom: 20px;
  margin-top: 20px;

}

#main-info .tab-content p{

  width: 90%;
  margin: 0 auto;

}

#main-info .tab-content .main-card-2{
  padding: 20px;
  transition: 0.5s;
}

#main-info .tab-content .main-card-2:hover{

  background-color: #ececec;
  transition: 0.5s;
  transform: scale(1.1);
}

#main-info .tab-content .main-card-2:hover .badge{

  background-color: #005d7e;
  transition: 0.5s;

}


.main-card-sub img{

  margin: 0 !important;
  width: 35px;
  float: none;
}

.main-card-sub p{
  display: inline;
}

.sub-info{

  margin: 15px 0;

}


.tab-pane{

height: 350px;

}

.tab-pane [class*='col-']{

  height: 100%;

}

/* END Nuevo diseño */

#main-info .main-card{
    
    text-align: center;
    
}

#main-info .main-card-info{

  margin-top: 80px;

}

#main-info .main-card h4{
    
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    width: 55%;
    margin: 20px auto;

}

#main-info .main-card p{
    
    text-align: center;
    width: 80%;
    margin: 10px auto;
    
}

#main-info .main-card img{

  width: 180px;
  margin: 0 auto 40px auto;

}

#description-one{

  margin-bottom: 30px;

}

#description-two{

  margin-top: 40px;

}

#description-two h1{

  
  margin-bottom: 40px;

}

#description-two .video{

  margin-top: 20px;

}

.etiquetas span{

  margin: 10px 5px 0 0;
  padding: 5px 10px 5px 10px;

}

/* SPONSORS */

#partners{

  margin-top: 40px;

}

#invite p{

  font-size: 24px;
  line-height: 30px;

}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-table-2 {
  display: table;
  table-layout: fixed;
}

.display-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.tablaComplicada{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  height: 500px;
}
.tablaComplicada > [class*='col-'], .textColumn {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.textColumn{
    
    margin: auto auto !important;
    
}

#cdValor{

  margin: 60px 0 40px 0;

}

#cdValor img{

  width: 80%;
  margin: 60px auto;

}

#ia{
  margin: 60px 0 40px 0 !important;
}
