:root{
  --pink: #EF3C82;
  --white: white;
  --black: black;
  --red: #E74C3C;
  --blue: #3498DB;
  --purple: #9B59B6;
  --yellow: #FEB506;
  --green: #62CB31;
}




/* ==========================================================================
   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: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  etter-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: #68696b;
  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-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-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;
}



.btn-cgi {
  color: #fff;
  background-color: #2e6da4;
  border-color: #2e6da4;
}


.btn-cgi:hover {
  color: #fff;
  background-color: #2E5EA4;
  border-color: #2E5EA4;
}

.btn-cgi:focus, .btn-cgi.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-cgi.disabled, .btn-cgi:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-cgi:not(:disabled):not(.disabled):active, .btn-cgi:not(:disabled):not(.disabled).active,
.show > .btn-cgi.dropdown-toggle {
  color: #fff;
  background-color: #2e6da4;
  border-color: #2e6da4;
}

.btn-cgi:not(:disabled):not(.disabled):active:focus, .btn-cgi:not(:disabled):not(.disabled).active:focus,
.show > .btn-cgi.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}







/*-----------------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: #70cbce;
}

.white {
  color: #ffffff;
}

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

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

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



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

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

@media screen and (max-width: 740px){
  .navbar {
      border: 0px solid rgba(0, 0, 0, 0);
      background: #ffffffd1;
      margin: auto;
      min-height: 60px;
      padding-top: 139px;
      position: fixed;
      top: -130px;
      transition: top 0.4s ease 0s;
  }
}


.navbar.open {
    top: -2px;
}

@media screen and (max-width: 740px){
  .navbar.open {
      top: -131px;
  }
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #00649c;
    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-top: 6px;
}


.vhcentered-inside{
  position: relative;
  z-index: 10;
}

.vhcentered-inside h2{
  font-size: 50px;
  font-weight: 100;
  padding-bottom: 40px;
}


.section .btn{
  letter-spacing: 0!important;
}

.btn-default{
  background: #FFFFFF;
  color: #003349;
}


.bgcgi{
  background-color: #00649c;"
}








/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  background: url(../img/header-bg.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;
}


@media screen and (max-width: 763px){
  header {
    background: url(../img/tower.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-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


@media screen and (max-width: 763px){
  .header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: none;
  }
}



.header-video video {
  min-width: 100%;
  min-height: 100%;
}

.header-overlay {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background: #303952;
  z-index: 1;
  opacity: .85;
}

.header-content {
  z-index: 2;
}



.header-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 14%;
}

.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;
  padding-bottom: 90px;
}

.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: #70cbce;
	color: #70cbce
}

.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: #f2f2f2;
}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -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;
}

.bg-dark{
  background-color: rgb(48, 51, 59);
  background-image: -webkit-radial-gradient(center , circle cover, rgb(57, 59, 69) 0%, rgb(45, 48, 56) 70%);
  min-height: calc(100vh - 30px);
  margin: 0;
}

.btn-container{
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btn-item{
}


.btn-ghost{
  position: relativate;
  display: inline-block;
  border: 2px solid var(--white);
  padding: 20px 80px;
  color: var(--black);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--white);
  transition: color 0.5s, background 0.5s;
  margin-left: 30px;
  margin-bottom: 15px;
  font-size: 1em;
  min-width: 140px;
  text-align: center;
}

.btn-ghost.round{
  border-radius: 30px;
}

.btn-ghost.secundary{
  background-color: transparent;
  color: var(--white);
}

.btn-ghost:hover{
  color: var(--white);
  background-color: transparent;
}

.btn-ghost.secundary:hover{
  color: var(--black);
  background-color: var(--white);
}

.btn-ghost:active{
  box-shadow: inset 0 0 20px var(--white);
}

.btn-ghost.secundary:active{
  box-shadow: inset 0 0 20px var(--black);
}

.btn-ghost.pink{
  background-color: var(--pink);
  border-color: var(--pink);
  color: var(--white);
}

.btn-ghost.secundary.pink{
  background-color: transparent;
  color: var(--pink);
}

.btn-ghost.pink:hover{
  background-color: transparent;
  color: var(--pink);
}

.btn-ghost.secundary.pink:hover{
  background-color: var(--pink);
  color: var(--white);
}

.btn-ghost.pink:active{
  box-shadow: inset 0 0 20px var(--pink);
}

.btn-ghost.secundary.pink:active{
  box-shadow: inset 0 0 20px var(--white);
}



/** RED */
.btn-ghost.red{
  background-color: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.btn-ghost.secundary.red{
  background-color: transparent;
  color: var(--red);
}

.btn-ghost.red:hover{
  background-color: transparent;
  color: var(--red);
}

.btn-ghost.secundary.red:hover{
  background-color: var(--red);
  color: var(--white);
}

.btn-ghost.red:active{
  box-shadow: inset 0 0 20px var(--red);
}

.btn-ghost.secundary.red:active{
  box-shadow: inset 0 0 20px var(--white);
}

/** BLUE */
.btn-ghost.blue{
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.btn-ghost.secundary.blue{
  background-color: transparent;
  color: var(--blue);
}

.btn-ghost.blue:hover{
  background-color: transparent;
  color: var(--blue);
}

.btn-ghost.secundary.blue:hover{
  background-color: var(--blue);
  color: var(--white);
}

.btn-ghost.blue:active{
  box-shadow: inset 0 0 20px var(--blue);
}

.btn-ghost.secundary.blue:active{
  box-shadow: inset 0 0 20px var(--white);
}

/** BLUE */
.btn-ghost.purple{
  background-color: var(--purple);
  border-color: var(--purple);
  color: var(--white);
}

.btn-ghost.secundary.purple{
  background-color: transparent;
  color: var(--purple);
}

.btn-ghost.purple:hover{
  background-color: transparent;
  color: var(--purple);
}

.btn-ghost.secundary.purple:hover{
  background-color: var(--purple);
  color: var(--white);
}

.btn-ghost.purple:active{
  box-shadow: inset 0 0 20px var(--purple);
}

.btn-ghost.secundary.purple:active{
  box-shadow: inset 0 0 20px var(--white);
}


/** YELLOW */
.btn-ghost.yellow{
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--white);
}

.btn-ghost.secundary.yellow{
  background-color: transparent;
  color: var(--yellow);
}

.btn-ghost.yellow:hover{
  background-color: transparent;
  color: var(--yellow);
}

.btn-ghost.secundary.yellow:hover{
  background-color: var(--yellow);
  color: var(--white);
}

.btn-ghost.yellow:active{
  box-shadow: inset 0 0 20px var(--yellow);
}

.btn-ghost.secundary.yellow:active{
  box-shadow: inset 0 0 20px var(--white);
}


/** GREEN */
.btn-ghost.green{
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.btn-ghost.secundary.green{
  background-color: transparent;
  color: var(--green);
}

.btn-ghost.green:hover{
  background-color: transparent;
  color: var(--green);
}

.btn-ghost.secundary.green:hover{
  background-color: var(--green);
  color: var(--white);
}

.btn-ghost.green:active{
  box-shadow: inset 0 0 20px var(--green);
}

.btn-ghost.secundary.green:active{
  box-shadow: inset 0 0 20px var(--white);
}



/*---------------Boton CGI-------------------*/

.btn-cgi {
  color: #fff;
  background-color: #2e6da4;
  border-color: #2e6da4;
}


.btn-cgi:hover {
  color: #fff;
  background-color: #2E5EA4;
  border-color: #2E5EA4;
}

.btn-cgi:focus, .btn-cgi.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-cgi.disabled, .btn-cgi:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-cgi:not(:disabled):not(.disabled):active, .btn-cgi:not(:disabled):not(.disabled).active,
.show > .btn-cgi.dropdown-toggle {
  color: #fff;
  background-color: #2e6da4;
  border-color: #2e6da4;
}

.btn-cgi:not(:disabled):not(.disabled):active:focus, .btn-cgi:not(:disabled):not(.disabled).active:focus,
.show > .btn-cgi.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}



/*---------------Otros-------------------*/

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}

.pt-15 {
    padding-top: 15px!important;
}

.text-white {
    color: #fff!important;
}

.bg-blue {
    background-color: #00649c;
}


.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
}

.far {
    font-weight: 400;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


.font-family-raleway-SemiBold {
    font-family: 'Raleway Semi Bold', sans-serif !important;
}

.fa-user:before {
    content: "\f007";
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.info-separator {
    background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
    background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
    border: none;
    height: 1px;
}


.text-white {
    color: #fff!important;
}


.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}



/*---------------PAGES-------------------*/


#be-cursoc {
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




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




@media screen and (max-width: 762px){
  #be-info{
    background: url(../img/fondores.jpg) #231f20 no-repeat center;
      min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
}





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


#be-cursos {

  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#be-testimonio {
  background: url(../img/testimonio.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;
}




#be-partner {
  background: url(../img/infofond2.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;
}



.carousel .testimonial p::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
    color: #77a9dd;
    position: absolute;
    top: 2px;
    left: -35px;
}

.star-rating li {
  padding: 0 2px;
}
.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}


#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



#pricing {
  background: #70cbce;
}

.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: 0px;
  padding-bottom: 0px;
  border-bottom: transparent;
  background: transparent;
}

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

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

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

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




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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

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

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




/* ==========================================================================
   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;
}


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

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

}


@media (max-width: 375px) { 
  .btn-lg {
    font-size: 8.5px;
    line-height: 1.33;
    padding: 16px 13px;
    letter-spacing: 0px;
  }

.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 (min-width: 481px) and (max-width: 767px) { 

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

}


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

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



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

}
     


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

}   






  .features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 2em;
  }

  .feature {
    padding: 2em 2em 0.1em 2em;
    border-style: solid;
    border-width: 1px;
    margin-left: -1px;
    margin-top: -1px;
    width: 33.33333%;
  }

    .feature .fa {
      font-size: 2.8em;
      margin-bottom: 0.7em;
    }

    @media screen and (max-width: 1280px) {

      .feature {
        padding: 2em 1.5em 0.1em 1.5em;
      }

    }

    @media screen and (max-width: 736px) {

      .feature {
        padding: 2em 1em 0.1em 1em;
        width: 50%;
      }

    }

    @media screen and (max-width: 480px) {

      .feature {
        padding: 2em 0.5em 0.1em 0.5em;
        width: 50%;
      }

    }

  .feature {
    border-color: transparent;
  }

    .feature .fa {
      color: #00cdcf;
    }

/* Wrapper */

  .wrapper {
    padding: 6em 0 4em 0;
    position: relative;
  }

    .wrapper > .inner {
      margin: 0 auto;
      width: 65em;
    }

      .wrapper > .inner.narrow {
        width: 35em;
      }

    .wrapper.style1 {
      background-color: #00cdcf;
      color: #ffffff;
    }

      .wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
        color: #ffffff;
      }

      .wrapper.style1 a {
        color: #00cdcf;
      }

      .wrapper.style1 strong, .wrapper.style1 b {
        color: #ffffff;
      }

      .wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
        color: #ffffff;
      }

      .wrapper.style1 blockquote {
        border-left-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 code {
        background: rgba(255, 255, 255, 0.075);
        border-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 hr {
        border-bottom-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 .box {
        border-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 input[type="submit"],
      .wrapper.style1 input[type="reset"],
      .wrapper.style1 input[type="button"],
      .wrapper.style1 button,
      .wrapper.style1 .button {
        background-color: #f7f7f7;
        color: #555 !important;
      }

        .wrapper.style1 input[type="submit"]:hover,
        .wrapper.style1 input[type="reset"]:hover,
        .wrapper.style1 input[type="button"]:hover,
        .wrapper.style1 button:hover,
        .wrapper.style1 .button:hover {
          background-color: white;
        }

        .wrapper.style1 input[type="submit"]:active,
        .wrapper.style1 input[type="reset"]:active,
        .wrapper.style1 input[type="button"]:active,
        .wrapper.style1 button:active,
        .wrapper.style1 .button:active {
          background-color: #eaeaea;
        }

        .wrapper.style1 input[type="submit"].alt,
        .wrapper.style1 input[type="reset"].alt,
        .wrapper.style1 input[type="button"].alt,
        .wrapper.style1 button.alt,
        .wrapper.style1 .button.alt {
          background-color: transparent;
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
          color: #ffffff !important;
        }

          .wrapper.style1 input[type="submit"].alt:hover,
          .wrapper.style1 input[type="reset"].alt:hover,
          .wrapper.style1 input[type="button"].alt:hover,
          .wrapper.style1 button.alt:hover,
          .wrapper.style1 .button.alt:hover {
            background-color: rgba(255, 255, 255, 0.075);
          }

          .wrapper.style1 input[type="submit"].alt:active,
          .wrapper.style1 input[type="reset"].alt:active,
          .wrapper.style1 input[type="button"].alt:active,
          .wrapper.style1 button.alt:active,
          .wrapper.style1 .button.alt:active {
            background-color: rgba(255, 255, 255, 0.2);
          }

          .wrapper.style1 input[type="submit"].alt.icon:before,
          .wrapper.style1 input[type="reset"].alt.icon:before,
          .wrapper.style1 input[type="button"].alt.icon:before,
          .wrapper.style1 button.alt.icon:before,
          .wrapper.style1 .button.alt.icon:before {
            color: #99ebeb;
          }

        .wrapper.style1 input[type="submit"].special,
        .wrapper.style1 input[type="reset"].special,
        .wrapper.style1 input[type="button"].special,
        .wrapper.style1 button.special,
        .wrapper.style1 .button.special {
          background-color: #009a9c;
          color: #fff !important;
        }

          .wrapper.style1 input[type="submit"].special:hover,
          .wrapper.style1 input[type="reset"].special:hover,
          .wrapper.style1 input[type="button"].special:hover,
          .wrapper.style1 button.special:hover,
          .wrapper.style1 .button.special:hover {
            background-color: #00b4b5;
          }

          .wrapper.style1 input[type="submit"].special:active,
          .wrapper.style1 input[type="reset"].special:active,
          .wrapper.style1 input[type="button"].special:active,
          .wrapper.style1 button.special:active,
          .wrapper.style1 .button.special:active {
            background-color: #008183;
          }

      .wrapper.style1 label {
        color: #ffffff;
      }

      .wrapper.style1 input[type="text"],
      .wrapper.style1 input[type="password"],
      .wrapper.style1 input[type="email"],
      .wrapper.style1 select,
      .wrapper.style1 textarea {
        background: rgba(255, 255, 255, 0.075);
        border-color: rgba(255, 255, 255, 0.25);
      }

        .wrapper.style1 input[type="text"]:focus,
        .wrapper.style1 input[type="password"]:focus,
        .wrapper.style1 input[type="email"]:focus,
        .wrapper.style1 select:focus,
        .wrapper.style1 textarea:focus {
          border-color: #00cdcf;
          box-shadow: 0 0 0 1px #00cdcf;
        }

      .wrapper.style1 .select-wrapper:before {
        color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 input[type="checkbox"] + label,
      .wrapper.style1 input[type="radio"] + label {
        color: #ffffff;
      }

        .wrapper.style1 input[type="checkbox"] + label:before,
        .wrapper.style1 input[type="radio"] + label:before {
          background: rgba(255, 255, 255, 0.075);
          border-color: rgba(255, 255, 255, 0.25);
        }

      .wrapper.style1 input[type="checkbox"]:checked + label:before,
      .wrapper.style1 input[type="radio"]:checked + label:before {
        background-color: #00cdcf;
        border-color: #00cdcf;
        color: #ffffff;
      }

      .wrapper.style1 input[type="checkbox"]:focus + label:before,
      .wrapper.style1 input[type="radio"]:focus + label:before {
        border-color: #00cdcf;
        box-shadow: 0 0 0 1px #00cdcf;
      }

      .wrapper.style1 ::-webkit-input-placeholder {
        color: #99ebeb !important;
      }

      .wrapper.style1 :-moz-placeholder {
        color: #99ebeb !important;
      }

      .wrapper.style1 ::-moz-placeholder {
        color: #99ebeb !important;
      }

      .wrapper.style1 :-ms-input-placeholder {
        color: #99ebeb !important;
      }

      .wrapper.style1 .formerize-placeholder {
        color: #99ebeb !important;
      }

      .wrapper.style1 ul.alt li {
        border-top-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 header h2, .wrapper.style1 header h3 {
        border-bottom-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 header p {
        color: #99ebeb;
      }

      .wrapper.style1 table tbody tr {
        border-color: rgba(255, 255, 255, 0.25);
      }

        .wrapper.style1 table tbody tr:nth-child(2n + 1) {
          background-color: rgba(255, 255, 255, 0.075);
        }

      .wrapper.style1 table th {
        color: #ffffff;
      }

      .wrapper.style1 table thead {
        border-bottom-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 table tfoot {
        border-top-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 table.alt tbody tr td {
        border-color: rgba(255, 255, 255, 0.25);
      }

      .wrapper.style1 .feature {
        border-color: rgba(255, 255, 255, 0.25);
      }

        .wrapper.style1 .feature .fa {
          color: #009a9c;
        }

    .wrapper.style2 {
      background-color: #f7f7f7;
      color: #444;
    }

      .wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
        color: #555;
      }

      .wrapper.style2 a {
        color: #00cdcf;
      }

      .wrapper.style2 strong, .wrapper.style2 b {
        color: #555;
      }

      .wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
        color: #555;
      }

      .wrapper.style2 blockquote {
        border-left-color: #ddd;
      }

      .wrapper.style2 code {
        background: #fff;
        border-color: #ddd;
      }

      .wrapper.style2 hr {
        border-bottom-color: #ddd;
      }

      .wrapper.style2 .box {
        border-color: #ddd;
      }

      .wrapper.style2 input[type="submit"],
      .wrapper.style2 input[type="reset"],
      .wrapper.style2 input[type="button"],
      .wrapper.style2 button,
      .wrapper.style2 .button {
        background-color: #555;
        color: #f7f7f7 !important;
      }

        .wrapper.style2 input[type="submit"].alt,
        .wrapper.style2 input[type="reset"].alt,
        .wrapper.style2 input[type="button"].alt,
        .wrapper.style2 button.alt,
        .wrapper.style2 .button.alt {
          background-color: transparent;
          box-shadow: inset 0 0 0 2px #ddd;
          color: #555 !important;
        }

          .wrapper.style2 input[type="submit"].alt:hover,
          .wrapper.style2 input[type="reset"].alt:hover,
          .wrapper.style2 input[type="button"].alt:hover,
          .wrapper.style2 button.alt:hover,
          .wrapper.style2 .button.alt:hover {
            background-color: #fff;
          }

          .wrapper.style2 input[type="submit"].alt:active,
          .wrapper.style2 input[type="reset"].alt:active,
          .wrapper.style2 input[type="button"].alt:active,
          .wrapper.style2 button.alt:active,
          .wrapper.style2 .button.alt:active {
            background-color: rgba(144, 144, 144, 0.2);
          }

          .wrapper.style2 input[type="submit"].alt.icon:before,
          .wrapper.style2 input[type="reset"].alt.icon:before,
          .wrapper.style2 input[type="button"].alt.icon:before,
          .wrapper.style2 button.alt.icon:before,
          .wrapper.style2 .button.alt.icon:before {
            color: #bbb;
          }

        .wrapper.style2 input[type="submit"].special,
        .wrapper.style2 input[type="reset"].special,
        .wrapper.style2 input[type="button"].special,
        .wrapper.style2 button.special,
        .wrapper.style2 .button.special {
          background-color: #00cdcf;
          color: #ffffff !important;
        }

          .wrapper.style2 input[type="submit"].special:hover,
          .wrapper.style2 input[type="reset"].special:hover,
          .wrapper.style2 input[type="button"].special:hover,
          .wrapper.style2 button.special:hover,
          .wrapper.style2 .button.special:hover {
            background-color: #00e6e9;
          }

          .wrapper.style2 input[type="submit"].special:active,
          .wrapper.style2 input[type="reset"].special:active,
          .wrapper.style2 input[type="button"].special:active,
          .wrapper.style2 button.special:active,
          .wrapper.style2 .button.special:active {
            background-color: #00b4b5;
          }

      .wrapper.style2 label {
        color: #555;
      }

      .wrapper.style2 input[type="text"],
      .wrapper.style2 input[type="password"],
      .wrapper.style2 input[type="email"],
      .wrapper.style2 select,
      .wrapper.style2 textarea {
        background: #fff;
        border-color: #ddd;
      }

        .wrapper.style2 input[type="text"]:focus,
        .wrapper.style2 input[type="password"]:focus,
        .wrapper.style2 input[type="email"]:focus,
        .wrapper.style2 select:focus,
        .wrapper.style2 textarea:focus {
          border-color: #00cdcf;
          box-shadow: 0 0 0 1px #00cdcf;
        }

      .wrapper.style2 .select-wrapper:before {
        color: #ddd;
      }

      .wrapper.style2 input[type="checkbox"] + label,
      .wrapper.style2 input[type="radio"] + label {
        color: #444;
      }

        .wrapper.style2 input[type="checkbox"] + label:before,
        .wrapper.style2 input[type="radio"] + label:before {
          background: #fff;
          border-color: #ddd;
        }

      .wrapper.style2 input[type="checkbox"]:checked + label:before,
      .wrapper.style2 input[type="radio"]:checked + label:before {
        background-color: #00cdcf;
        border-color: #00cdcf;
        color: #ffffff;
      }

      .wrapper.style2 input[type="checkbox"]:focus + label:before,
      .wrapper.style2 input[type="radio"]:focus + label:before {
        border-color: #00cdcf;
        box-shadow: 0 0 0 1px #00cdcf;
      }

      .wrapper.style2 ::-webkit-input-placeholder {
        color: #bbb !important;
      }

      .wrapper.style2 :-moz-placeholder {
        color: #bbb !important;
      }

      .wrapper.style2 ::-moz-placeholder {
        color: #bbb !important;
      }

      .wrapper.style2 :-ms-input-placeholder {
        color: #bbb !important;
      }

      .wrapper.style2 .formerize-placeholder {
        color: #bbb !important;
      }

      .wrapper.style2 ul.alt li {
        border-top-color: #ddd;
      }

      .wrapper.style2 header h2, .wrapper.style2 header h3 {
        border-bottom-color: #ddd;
      }

      .wrapper.style2 header p {
        color: #bbb;
      }

      .wrapper.style2 table tbody tr {
        border-color: #ddd;
      }

        .wrapper.style2 table tbody tr:nth-child(2n + 1) {
          background-color: #fff;
        }

      .wrapper.style2 table th {
        color: #555;
      }

      .wrapper.style2 table thead {
        border-bottom-color: #ddd;
      }

      .wrapper.style2 table tfoot {
        border-top-color: #ddd;
      }

      .wrapper.style2 table.alt tbody tr td {
        border-color: #ddd;
      }

      .wrapper.style2 .feature {
        border-color: #ddd;
      }

        .wrapper.style2 .feature .fa {
          color: #00cdcf;
        }

    .wrapper.style3 {
      background-color: #009a9c;
      color: #ddd;
    }

      .wrapper.style3 input, .wrapper.style3 select, .wrapper.style3 textarea {
        color: #fff;
      }

      .wrapper.style3 a {
        color: #00cdcf;
      }

      .wrapper.style3 strong, .wrapper.style3 b {
        color: #fff;
      }

      .wrapper.style3 h1, .wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
        color: #fff;
      }

      .wrapper.style3 blockquote {
        border-left-color: #ddd;
      }

      .wrapper.style3 code {
        background: #00b4b5;
        border-color: #ddd;
      }

      .wrapper.style3 hr {
        border-bottom-color: #ddd;
      }

      .wrapper.style3 .box {
        border-color: #ddd;
      }

      .wrapper.style3 input[type="submit"],
      .wrapper.style3 input[type="reset"],
      .wrapper.style3 input[type="button"],
      .wrapper.style3 button,
      .wrapper.style3 .button {
        background-color: #f7f7f7;
        color: #555 !important;
      }

        .wrapper.style3 input[type="submit"]:hover,
        .wrapper.style3 input[type="reset"]:hover,
        .wrapper.style3 input[type="button"]:hover,
        .wrapper.style3 button:hover,
        .wrapper.style3 .button:hover {
          background-color: white;
        }

        .wrapper.style3 input[type="submit"]:active,
        .wrapper.style3 input[type="reset"]:active,
        .wrapper.style3 input[type="button"]:active,
        .wrapper.style3 button:active,
        .wrapper.style3 .button:active {
          background-color: #eaeaea;
        }

        .wrapper.style3 input[type="submit"].alt,
        .wrapper.style3 input[type="reset"].alt,
        .wrapper.style3 input[type="button"].alt,
        .wrapper.style3 button.alt,
        .wrapper.style3 .button.alt {
          background-color: transparent;
          box-shadow: inset 0 0 0 2px #ddd;
          color: #fff !important;
        }

          .wrapper.style3 input[type="submit"].alt:hover,
          .wrapper.style3 input[type="reset"].alt:hover,
          .wrapper.style3 input[type="button"].alt:hover,
          .wrapper.style3 button.alt:hover,
          .wrapper.style3 .button.alt:hover {
            background-color: #00b4b5;
          }

          .wrapper.style3 input[type="submit"].alt:active,
          .wrapper.style3 input[type="reset"].alt:active,
          .wrapper.style3 input[type="button"].alt:active,
          .wrapper.style3 button.alt:active,
          .wrapper.style3 .button.alt:active {
            background-color: rgba(144, 144, 144, 0.2);
          }

          .wrapper.style3 input[type="submit"].alt.icon:before,
          .wrapper.style3 input[type="reset"].alt.icon:before,
          .wrapper.style3 input[type="button"].alt.icon:before,
          .wrapper.style3 button.alt.icon:before,
          .wrapper.style3 .button.alt.icon:before {
            color: #00cdcf;
          }

        .wrapper.style3 input[type="submit"].special,
        .wrapper.style3 input[type="reset"].special,
        .wrapper.style3 input[type="button"].special,
        .wrapper.style3 button.special,
        .wrapper.style3 .button.special {
          background-color: #00cdcf;
          color: #ffffff !important;
        }

          .wrapper.style3 input[type="submit"].special:hover,
          .wrapper.style3 input[type="reset"].special:hover,
          .wrapper.style3 input[type="button"].special:hover,
          .wrapper.style3 button.special:hover,
          .wrapper.style3 .button.special:hover {
            background-color: #00e6e9;
          }

          .wrapper.style3 input[type="submit"].special:active,
          .wrapper.style3 input[type="reset"].special:active,
          .wrapper.style3 input[type="button"].special:active,
          .wrapper.style3 button.special:active,
          .wrapper.style3 .button.special:active {
            background-color: #00b4b5;
          }

      .wrapper.style3 label {
        color: #fff;
      }

      .wrapper.style3 input[type="text"],
      .wrapper.style3 input[type="password"],
      .wrapper.style3 input[type="email"],
      .wrapper.style3 select,
      .wrapper.style3 textarea {
        background: #00b4b5;
        border-color: #ddd;
      }

        .wrapper.style3 input[type="text"]:focus,
        .wrapper.style3 input[type="password"]:focus,
        .wrapper.style3 input[type="email"]:focus,
        .wrapper.style3 select:focus,
        .wrapper.style3 textarea:focus {
          border-color: #00cdcf;
          box-shadow: 0 0 0 1px #00cdcf;
        }

      .wrapper.style3 .select-wrapper:before {
        color: #ddd;
      }

      .wrapper.style3 input[type="checkbox"] + label,
      .wrapper.style3 input[type="radio"] + label {
        color: #ddd;
      }

        .wrapper.style3 input[type="checkbox"] + label:before,
        .wrapper.style3 input[type="radio"] + label:before {
          background: #00b4b5;
          border-color: #ddd;
        }

      .wrapper.style3 input[type="checkbox"]:checked + label:before,
      .wrapper.style3 input[type="radio"]:checked + label:before {
        background-color: #00cdcf;
        border-color: #00cdcf;
        color: #ffffff;
      }

      .wrapper.style3 input[type="checkbox"]:focus + label:before,
      .wrapper.style3 input[type="radio"]:focus + label:before {
        border-color: #00cdcf;
        box-shadow: 0 0 0 1px #00cdcf;
      }

      .wrapper.style3 ::-webkit-input-placeholder {
        color: #00cdcf !important;
      }

      .wrapper.style3 :-moz-placeholder {
        color: #00cdcf !important;
      }

      .wrapper.style3 ::-moz-placeholder {
        color: #00cdcf !important;
      }

      .wrapper.style3 :-ms-input-placeholder {
        color: #00cdcf !important;
      }

      .wrapper.style3 .formerize-placeholder {
        color: #00cdcf !important;
      }

      .wrapper.style3 ul.alt li {
        border-top-color: #ddd;
      }

      .wrapper.style3 header h2, .wrapper.style3 header h3 {
        border-bottom-color: #ddd;
      }

      .wrapper.style3 header p {
        color: #00cdcf;
      }

      .wrapper.style3 table tbody tr {
        border-color: #ddd;
      }

        .wrapper.style3 table tbody tr:nth-child(2n + 1) {
          background-color: #00b4b5;
        }

      .wrapper.style3 table th {
        color: #fff;
      }

      .wrapper.style3 table thead {
        border-bottom-color: #ddd;
      }

      .wrapper.style3 table tfoot {
        border-top-color: #ddd;
      }

      .wrapper.style3 table.alt tbody tr td {
        border-color: #ddd;
      }

      .wrapper.style3 .feature {
        border-color: #ddd;
      }

        .wrapper.style3 .feature .fa {
          color: #00cdcf;
        }

    @media screen and (max-width: 1280px) {

      .wrapper {
        padding: 5em 0 3em 0;
      }

        .wrapper > .inner {
          width: 60em;
        }

    }

    @media screen and (max-width: 980px) {

      .wrapper {
        padding: 4em 2em 2em 2em;
      }

        .wrapper > .inner {
          width: 100%;
        }

    }

    @media screen and (max-width: 736px) {

      .wrapper {
        padding: 3em 1.5em 1em 1.5em;
      }

        .wrapper > .inner.narrow {
          width: 80%;
        }

    }

    @media screen and (max-width: 480px) {

      .wrapper {
        padding: 2em 1em 0.1em 1em;
      }

        .wrapper > .inner.narrow {
          width: 100%;
        }

    }






.crecemos{
  line-height: 28px; 
  font-size: 60px
}


    @media screen and (min-width: 320px) {
      .crecemos{
       font-size: 30px
      }
    }

    @media screen and (max-width: 749px) {
      .crecemos{
       font-size: 30px
      }
    }    


    @media screen and (min-width: 749px) {
      .crecemos{
      font-size: 60px
      }
    }     








.respon{
 color: white; 
 font-size: 60px
}


    @media screen and (min-width: 320px) {
      .respon{
       font-size: 47px
      }
    }

    @media screen and (max-width: 749px) {
      .respon{
       font-size: 47px
      }
    }    


    @media screen and (min-width: 749px) {
      .respon{
      font-size: 60px
      }
    }     




.respon2{
 color: #00649c; 
}


    @media screen and (min-width: 320px) {
      .respon2{
       font-size: 44px
      }
    }

    @media screen and (max-width: 749px) {
      .respon2{
       font-size: 44px
      }
    }    


    @media screen and (min-width: 749px) {
      .respon2{
      font-size: 60px
      }
    }     










.contenitore {
    max-width: 1176px;
    margin: 0 auto !important;
}



.ul-block.block-download {
    margin: 0 !important;
    padding: 0 !important;
}


.clearfix {
    clear: both;
}


.ul-block.block-download li:nth-child(3n+1) {
    clear: both !important;
}

.ul-block.block-download li {
    list-style: none !important;
    width: 32%;
    margin: 0 2% 2% 0;
    background: #fafbfc none repeat scroll 0 0;
    border: 1px solid #c0c1c2;
    padding: 30px 0 !important;
    position: relative;
    float: left;
    clear: none !important;
}



.cont-ico-download {
    display: none;
}


.ul-block.block-download li {
    list-style: none !important;
    width: 102%;
    margin: 0 2% 2% 0;
    background: #fafbfc none repeat scroll 0 0;
    border: 1px solid #c0c1c2;
    padding: 30px 0 !important;
    position: relative;
    float: left;
    clear: none !important;
}


.ul-block.block-download li .li-title {
    padding-bottom: 22px;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 20px 20px;
}

.ul-block.block-download li .li-title .titolo-download {
    color: #485466 !important;
    font: 700 20px/1.2em "Ubuntu" !important;
    text-align: left;
    height: 50px;
    overflow: hidden;
    display: block;
    padding-right: 84px;
}


.ul-block.block-download li .li-title .titolo-download a {
    color: #485466 !important;
    font: 700 20px/1.2em "Ubuntu" !important;
}

.ul-block.block-download li .li-list {
    color: #12233d !important;
    font: 16px/2.4em "Ubuntu" !important;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 20px;
}

.ul-block.block-download li .li-list label {
    font-weight: 700 !important;
}

.ul-block.block-download li .li-list label {
    font-weight: 700 !important;
}

.ul-block.block-download li .li-text {
    padding: 27px 20px;
}

#wrapper .fusion-post-content p, #wrapper .post-content p {
    margin-left: auto;
    margin-right: auto;
}

.ul-block.block-download li .li-text p {
    height: 116px;
    overflow: hidden;
    color: #485466 !important;
    font: 300 14px/23px "Ubuntu" !important;
    margin-bottom: 0;
}
.post-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.ul-block.block-download li .li-link a {
    color: #242a33 !important;
    background: #ffdc00 none repeat scroll 0 0;
    display: inline-block !important;
    padding: 0 20px;
    margin-left: 20px;
    width: auto !important;
    text-align: center;
    font: 700 18px/2.5em "Ubuntu" !important;
    transition: color .2s cubic-bezier(.4,0,.4,1),background .2s cubic-bezier(.4,0,.4,1);
}