html, body {
   padding: 0;
   margin: 0 auto;
   font-family: 'Adobe Clean', 'Ubuntu', sans-serif;
   font-weight: 300;
   font-size: 16px;
}

.bg-perfecto {
   background: no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

._bg-perfecto-nofix {
   background: no-repeat center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.logo-cloud {
   display: block;
   max-width: 315px;
   margin: 50px 0;
}

.logo-cloud > img {
   display: inline-block;
   margin-right: 10px;
   vertical-align: middle;
   width: 30px;
}

.logo-cloud > h1 {
   font-size: 24px;
   font-weight: 300;
   display: inline-block;
   vertical-align: middle;
   color: white;
   margin: 0;
}

.logo-adobe {
   position: absolute;
   top: 0;
   right: 6%;
   display: block;
   width: 70px;
}

.logo-adobe img {
   display: block;
   width: 100%;
   height: auto;
}

.header-text {
   display: block;
   margin: 100px auto;
   padding: 10px;
   color: white;
   text-align: center;
   font-weight: 400;
}

.header-text h2 {
   font-size: 30px;
   font-weight: 300;
   margin-bottom: 50px;
}

.spacers {
   display: block;
   height: 15px;
   width: 100%;
}

.spacers:after, .spacers:before {
   content: " ";
   clear: bottom;
   display: table;
   width: 100%;
}

._single-text {
   display: block;
   padding: 50px 0;
   margin: 15px auto;
   max-width: 490px;
   font-weight: 300;
   font-size: 18px;
   text-align: center;
   color: whitesmoke;
}

._bg-img {
   display: block;
   margin: 35px auto 0;
   width: 100%;
}

.spacers-noline {
   display: block;
   width: 100%;
   margin: 35px auto 15px;
   padding: 3px;
}

.line-spacer {
   display: block;
   width: 100%;
   margin: 35px auto;
   padding: 3px;
   border-top: 1px solid rgba(33, 33, 33, 0.5);
}
._bg-navy-teal {
   background: rgba(55,111,144,1);
   background: -moz-linear-gradient(-45deg, rgba(55,111,144,1) 0%, rgba(55,111,144,1) 5%, rgba(29,90,124,1) 23%, rgba(29,62,100,1) 62%, rgba(29,62,100,1) 100%);
   background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(55,111,144,1)), color-stop(5%, rgba(55,111,144,1)), color-stop(23%, rgba(29,90,124,1)), color-stop(62%, rgba(29,62,100,1)), color-stop(100%, rgba(29,62,100,1)));
   background: -webkit-linear-gradient(-45deg, rgba(55,111,144,1) 0%, rgba(55,111,144,1) 5%, rgba(29,90,124,1) 23%, rgba(29,62,100,1) 62%, rgba(29,62,100,1) 100%);
   background: -o-linear-gradient(-45deg, rgba(55,111,144,1) 0%, rgba(55,111,144,1) 5%, rgba(29,90,124,1) 23%, rgba(29,62,100,1) 62%, rgba(29,62,100,1) 100%);
   background: -ms-linear-gradient(-45deg, rgba(55,111,144,1) 0%, rgba(55,111,144,1) 5%, rgba(29,90,124,1) 23%, rgba(29,62,100,1) 62%, rgba(29,62,100,1) 100%);
   background: linear-gradient(135deg, rgba(55,111,144,1) 0%, rgba(55,111,144,1) 5%, rgba(29,90,124,1) 23%, rgba(29,62,100,1) 62%, rgba(29,62,100,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#376f90', endColorstr='#1d3e64', GradientType=1 );
}
._slide-text {
   color: white;
   padding: 100px 80px 50px 120px;
}
._slide-text p {
   margin-bottom: 25px;
}
._slide-text > img, ._slide-text-r > img {
   display: inline-block;
   vertical-align: middle;
   max-width: 70px;
   margin-right: 20px;
   height: auto;
}
._slide-text.text-dark {
   color: rgba(33,33,33,1);
}
._slide-text.text-dark h4, ._slide-text-r h4 {
   display: inline-block;
   vertical-align: middle;
}
._slide-text-r {
   color: white;
}
._slide-text-r {
   padding: 100px 185px 50px 100px;
}
._bg-navy-light {

   background: rgba(30,56,90,1);
   background: -moz-linear-gradient(top, rgba(30,56,90,1) 0%, rgba(30,56,90,1) 5%, rgba(29,90,124,1) 61%, rgba(25,118,156,1) 79%, rgba(25,118,156,1) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,56,90,1)), color-stop(5%, rgba(30,56,90,1)), color-stop(61%, rgba(29,90,124,1)), color-stop(79%, rgba(25,118,156,1)), color-stop(100%, rgba(25,118,156,1)));
   background: -webkit-linear-gradient(top, rgba(30,56,90,1) 0%, rgba(30,56,90,1) 5%, rgba(29,90,124,1) 61%, rgba(25,118,156,1) 79%, rgba(25,118,156,1) 100%);
   background: -o-linear-gradient(top, rgba(30,56,90,1) 0%, rgba(30,56,90,1) 5%, rgba(29,90,124,1) 61%, rgba(25,118,156,1) 79%, rgba(25,118,156,1) 100%);
   background: -ms-linear-gradient(top, rgba(30,56,90,1) 0%, rgba(30,56,90,1) 5%, rgba(29,90,124,1) 61%, rgba(25,118,156,1) 79%, rgba(25,118,156,1) 100%);
   background: linear-gradient(to bottom, rgba(30,56,90,1) 0%, rgba(30,56,90,1) 5%, rgba(29,90,124,1) 61%, rgba(25,118,156,1) 79%, rgba(25,118,156,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e385a', endColorstr='#19769c', GradientType=0 );

}
/*
* Section de contenido
*/
._firsttexto {
   display: block;
   margin: 100px auto 0;
   padding: 5px;
   max-width: 500px;
   width: 100%;
}

._tablet {
   display: block;
   max-width: 400px;
   width: 100%;
   margin: 25px auto;
}
.text-simple-light {
   font-weight: 300;
   margin-bottom: 50px;
}
._bg-teal-reverse {

   background: rgba(30,56,90,1);
   background: -moz-linear-gradient(-45deg, rgba(30,56,90,1) 0%, rgba(30,56,90,1) 22%, rgba(29,90,124,1) 59%, rgba(63,120,150,1) 83%, rgba(63,120,150,1) 100%);
   background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(30,56,90,1)), color-stop(22%, rgba(30,56,90,1)), color-stop(59%, rgba(29,90,124,1)), color-stop(83%, rgba(63,120,150,1)), color-stop(100%, rgba(63,120,150,1)));
   background: -webkit-linear-gradient(-45deg, rgba(30,56,90,1) 0%, rgba(30,56,90,1) 22%, rgba(29,90,124,1) 59%, rgba(63,120,150,1) 83%, rgba(63,120,150,1) 100%);
   background: -o-linear-gradient(-45deg, rgba(30,56,90,1) 0%, rgba(30,56,90,1) 22%, rgba(29,90,124,1) 59%, rgba(63,120,150,1) 83%, rgba(63,120,150,1) 100%);
   background: -ms-linear-gradient(-45deg, rgba(30,56,90,1) 0%, rgba(30,56,90,1) 22%, rgba(29,90,124,1) 59%, rgba(63,120,150,1) 83%, rgba(63,120,150,1) 100%);
   background: linear-gradient(135deg, rgba(30,56,90,1) 0%, rgba(30,56,90,1) 22%, rgba(29,90,124,1) 59%, rgba(63,120,150,1) 83%, rgba(63,120,150,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e385a', endColorstr='#3f7896', GradientType=1 );

}
/* Termina contenido... */

._link-pdf {
   display: block;
   width: 100%;
   margin: 35px auto;
   padding: 25px 0;
}

.btn-adobe {
   padding: 6px 15px;
   background-color: rgba(34, 24, 68, 0.7);
   color: white;
}

.btn-adobe:hover, .btn-adobe:focus, .btn-adobe:active {
   background-color: rgba(34, 24, 68, 1);
   color: white;
   text-decoration: none;
   outline: none;
}

footer {
   padding: 30px 0;
   margin: 15px auto 0;
   width: 100%;
   background-color: rgba(238, 240, 240, 1);
}

footer ._wrapper {
   font-size: 13px;
}

@media screen and (min-width: 768px) {
   .no-padding-right {
      padding-right: 0;
   }

   .no-padding-left {
      padding-left: 0;
   }

   ._like-a-table {
      display: table;
      width: 100%;
   }
   ._like-a-table > div {
      display: table-cell;
      height: 200px;
   }
   ._like-a-table ._vertical-align {
      vertical-align: middle;
   }
   .row-eq-height > div {
      display: inline-block;
      float: none;
      vertical-align: middle;
   }

}

@media screen and (max-width: 768px) {
   .logo-cloud {
      max-width: 100%;
   }

   .logo-cloud > h1 {
      font-size: 19px;
   }

   ._spbg-imgs {
      padding-right: 15px;
   }

   ._firsttexto {
      display: block;
      margin: 25px auto;
      padding: 5px;
      max-width: 500px;
      width: 100%;
   }

   ._slide-text, ._slide-text-r {
      padding: 15px;
   }
}
