/* ================================================================== Header ================================================================== */

@import url("../googleAPIs/main.css?family=Raleway:400,400i,700");
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}
body {
    background-image: url(../img/fondo.png);
    background-color: #363C43;
	font-family: Verdana, Verdana;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

br {
    margin-bottom: 2%;
}

.header {
    width: 100%;
    height: 35vh;
    position: relative;
    display: grid;
    grid-template-rows: max-content 1fr;
    grid-template-columns: 1fr max-content;
}
.header__logo {
    fill: white;
    width: 3rem;
    padding: 1rem;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}
.h_logo {
    padding: 1rem;
    position: absolute;
    top: 0px;
    left: 0px;
}
.header__bg {
    width: 100%;
    height: 100%;
    /*background-image: url("img/image-header.jpg") ;
    background-size: cover;
    background-position: center;*/
    filter: brightness(90%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.header__title {
    grid-area: 2 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
    color: white;
    text-transform: uppercase;
    font-size: 4rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    margin-top: -5rem;
    margin-left: 100px;
    float: left;
}
@media screen and (max-width:1000px){
    .header__title {
        font-size: 45pt;
    }
}
@media screen and (max-width:900px){
    .header__title {
        font-size: 40pt;
    }
}
@media screen and (max-width:700px){
    .header__title {
        font-size: 30pt;
    }
}
@media screen and (max-width:500px){
    .header__title {
        font-size: 25pt;
    }
}
@media screen and (max-width:400px){
    .header__title {
        font-size: 20pt;
    }
}
@media screen and (max-width:320px){
    .header__title {
        font-size: 15pt;
    }
}
@media screen and (max-width:270px){
    .header__title {
        font-size: 10pt;
    }
}
@media screen and (max-width:230px){
    .header__title {

    }
}
.header__log {
    display: flex;
    align-items: center;
    grid-area: 1 / 2 / 1 / 3;
    padding: 1rem 2rem;
    color: white;
    cursor: pointer;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.header__log--icon {
    fill: currentColor;
    margin-right: .5rem;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}
.header__log--text {
    text-transform: capitalize;
}

.content {
    margin-top: 2.4rem;
    position: relative;
    display: block;
    padding-bottom: 80px;
}
@media screen and (max-width:550px){
    .content {
        padding-bottom: 100px;
    }
}
@media screen and (max-width:510px){
    .content {
        padding-bottom: 160px;
    }
}
@media screen and (max-width:490px){
    .content {
        padding-bottom: 180px;
    }
}
@media screen and (max-width:320px){
    .content {
        padding-bottom: 230px;
    }
}
@media screen and (max-width:270px){
    .content {
        padding-bottom: 290px;
    }
}
@media screen and (max-width:230px){
    .content {
        padding-bottom: 330px;
    }
}
.main-wrapper{
    position: relative;
}
.about__title {
    text-align: center;
    text-transform: uppercase;
}

.about__title--text {
    color: #232323;
}
.about__text {
    width: 80%;
    margin: 5% auto;
}
.about__text--content {
    text-align: justify;
}
/* ================================================================== Fin Header ================================================================== */



/* ================================================================== Footer ================================================================== */

/*
http://www.mclibre.org/consultar/htmlcss/css/css-hr.html
http://biolucas.com/formato-linea-o-separador-horizontal-en-html-hr/

https://www.desarrollolibre.net/blog/css/creando-una-caja-de-luz-difuminada-con-css#.XajiI-hKiM8
*/

div.browser {
    margin-top: 5%;
    position: relative;
    width: 100%;
}
footer {
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
}
hr {
    height: 1px;
    background-color: black;
}
footer div.social-media-links {
    background: #313945;
    /*background: #c9a892;*/
    /*background: #e4e9ed;*/
    overflow: hidden;
    padding-bottom: 4px;
    text-align: center;
}
footer div.social-media-links ul {
    margin: 0;
    padding: 0;
}
footer div.social-media-links li {
    display: inline;
    margin: 0;
    padding: 0;
}
footer div.social-media-links a {
    border-bottom: 0px solid rgba(0, 0, 0, 0.95);
    border-radius: 4px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0), 0 6px 8px rgba(0, 0, 0, 0), 0 24px 24px rgba(0, 0, 0, 0), 0 36px 36px rgba(0, 0, 0, 0), 0 64px 64px rgba(0, 0, 0, 0), 0 64px 128px rgba(0, 0, 0, 0), 0 120px 0 rgba(0, 0, 0, 0), 0 86px 8px 6px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    padding: 20px;
    position: relative;
    transition: 0.2s ease-in;
}
/*
footer div.social-media-links a:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.05), 0 24px 24px rgba(0, 0, 0, 0.05), 0 36px 36px rgba(0, 0, 0, 0.05), 0 64px 64px rgba(0, 0, 0, 0.15), 0 64px 128px rgba(0, 0, 0, 0.15), 0 86px 8px 6px rgba(14, 186, 199, 0.25), 0 83px 4px 0px rgba(14, 186, 199, 0.95);
}
*/
.social-media-links-a-g {
    width: 30px;
}
.social-media-links-a-h {
    width: 90px;
}
.social-media-links-a-d {
    width: 55px;
}
.social-media-links-a-r {
    width: 155px;
}
footer div.social-media-links a img {
    position: absolute;
    top: 10px;
}
.social-media-links-g {
    left: 12px;
    height: 55px;
    width: 45px;
}
.social-media-links-h {
    left: 8px;
    height: 55px;
    width: 115px;
}
.social-media-links-d {
    left: 12px;
    height: 55px;
    width: 70px;
}
.social-media-links-r {
    left: 6px;
    height: 45px;
    width: 185px;
    padding: 5px 0px 5px 0px;
}
footer div.social-media-links a img.glow path,
footer div.social-media-links a img.glow circle {
    fill: rgba(0, 0, 0, 0);
}

/*
footer div.social-media-links a:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.05), 0 24px 24px rgba(0, 0, 0, 0.05), 0 36px 36px rgba(0, 0, 0, 0.05), 0 64px 64px rgba(0, 0, 0, 0.15), 0 64px 128px rgba(0, 0, 0, 0.15), 0 86px 8px 6px rgba(14, 186, 199, 0.25), 0 83px 4px 0px rgba(14, 186, 199, 0.95);
}
footer div.social-media-links a:hover img.glow {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><f…ter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
*/
footer div.social-media-links a:hover img.glow path,
footer div.social-media-links a:hover img.glow circle {
    fill: rgba(14, 186, 199, 0.6);
}
footer div.social-media-links a:hover img path,
footer div.social-media-links a:hover img circle {
    fill: #0ebac7;
}

/* ================================================================== Fin Footer ================================================================== */


/* ================================================================== GRILLA PERSONALIZADA ================================================================== */


.row{
    padding-top: 100px;
    padding: 0px;
    vertical-align: top;
}
.col-4{
    width: calc(25% - 22.75px);
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}
.col-2{
    width: calc(50% - 22.75px);
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}

.material-box{
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.37);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.37);
    border: none;
    background: #fff;
    height: 40px;
    vertical-align: top;
}


body div.row .col-4.col-md-2.col-xs-1:nth-child(2) .caja{
    background-image: url("../img/familia-extendida.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
body div.row .col-4.col-md-2.col-xs-1:nth-child(3) .caja{
    background-image: url("../img/money.jpeg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}   

.incaja{
    background:rgba(192,192,192,0.5);
    width: 100%;
    height: 100%;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border: 2px none #A5A3A3;
}



@media screen and (max-width:600px){
    .col-md-2{
        width: calc(50% - 22.75px);
        vertical-align: top;
    }
    .col-md-1{
        width: calc(100% - 22.75px);
        vertical-align: top;
    }
}
@media screen and (max-width:400px){
    .col-xs-1{
        width: calc(100% - 22.75px);
        vertical-align: top;
    }
}

/*      SLIDER      */
.imageSlide{
    width: 100%!important; 
    height: auto !important;
}

/*      FORMULARIO      */

.input100{
    width: calc(100% - 50px);
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 40s slidy infinite; 
}



#notfound {
  position: relative;
  height: 60vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 80%;
  width: 100%;
  line-height: 1.4;
  padding: 40px 40px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
}

.notfound .notfound-404 {
  position: relative;
  height: 180px;
}

.notfound .notfound-404 h1 {
  font-family: 'Roboto', sans-serif;
  color: #023F62;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 165px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0px;
}

.notfound .notfound-404 h1>span {
  color: #00b7ff;
}

.notfound h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #151515;
  margin-top: 0px;
  margin-bottom: 25px;
}

.notfound .notfound-search {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: auto;
}

.notfound .notfound-search>input {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 50px;
  padding: 3px 65px 3px 30px;
  color: #151515;
  font-size: 16px;
  background: transparent;
  border: 2px solid #c5c5c5;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .notfound-search>input:focus {
  border-color: #00b7ff;
}

.notfound .notfound-search>button {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.notfound .notfound-search>button>span {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -3px;
}

.notfound .notfound-search>button>span:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  border: 4px solid #c5c5c5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound-search>button>span:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 10px;
  left: 7px;
  top: 17px;
  border-radius: 2px;
  background: #c5c5c5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .notfound-search>button:hover>span:after {
  border-color: #00b7ff;
}

.notfound .notfound-search>button:hover>span:before {
  background-color: #00b7ff;
}

@media only screen and (max-width: 767px) {
  .notfound h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 80px;
  }
}

.error-class {
  font-family: 'Roboto', sans-serif;
  color: #023F62;
  font-weight: 700;
  text-transform: uppercase;
  font-size: calc(3em + 1vw)
}

.padd { 
	padding: 10px;
}

.paramess {
	font-size: 0.9em;
	padding: 10px;
}

.img-container {
  max-width: 80%;
  width: 80%;
  line-height: 1.4;
  text-align: center;
  background: #fff;
}