* ------------------------------------------
  DEMO PAGE'S STYLES
--------------------------------------------- */
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup 
{
  margin: 0;
  padding: 0;
  border: 0;
}

@font-face{
    font-family: "Lato-Light";
    src:url(../ttf/Lato-Light.ttf);
  }
body 
{
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background:#fff;
  font-family: "Lato-Light";
}
#canvas{
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 10px 0 0 20px;
  background-color: rgba(250,250,250,0.3);
  border-radius: 4em;
  border:solid 1px #ced8df;
  -webkit-box-shadow: -1px 0px 20px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow:    -1px 0px 20px 0px rgba(255, 255, 255, 0.9);
  box-shadow:         -1px 0px 20px 0px rgba(255, 255, 255, 0.9);

/*animacion*/
  transition:all 0.9s linear;
  -webkit-transition:all 0.9s linear;
  -moz-transition:all 0.9s linear;
  -o-transition:all 0.9s linear;
  -ms-transition:all 0.9s linear;
  -wap-transition:all 0.9s linear;
  animation:bola 49s;

  -webkit-animation:bola 49s;
  -moz-animation:bola 49s;
  -o-animation:bola 49s;
  -ms-animation:bola 49s;

  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
}

@keyframes bola{
  0%{transform: rotate(360deg);}
  100{transform: rotate(-360deg);}
}

@-webkit-keyframes bola{
  0%{-webkit-transform: rotate(360deg);}
  100{-webkit-transform: rotate(-360deg);}
}

/*contenido exclusivo*/
#lado{
  background-image:url(../images/fotografias/lado.jpg);
  background-repeat: no-repeat;
  width: 63%;
  min-height:200px;
  display:inline;
  background-size: 100%;
}
#lado1{
  background-image:url(../images/fotografias/lado1.jpg);
  background-repeat: no-repeat;
  width: 63%;
  min-height:200px;
  display:inline;
  background-size: 100%;
}
#lado2{
  background-image:url(../images/fotografias/lado2.jpg);
  background-repeat: no-repeat;
  width: 63%;
  min-height:200px;
  display:inline;
  background-size: 100%;
}
#anteriores{
  margin: 0 auto;
  text-align: center;
 padding: 0;
}
#otrasGaleria{
  text-align:right;
  width:80%;
  margin: 0 auto;

}
.otrasGalerias{
  background: rgba(250,0,0,0.8);
  padding: 5px 8px;
  border:solid 1px rgba(0,0,0,.3);
  border-radius: 5px;
  box-shadow: inset 0px 0px 10px rgba(250,250,250,0.6), 3px 3px 8px rgba(0,0,0,0.4);
  color: #fff;
  text-decoration: none;
  width:75px;
  margin: 0 0 0.5em 0;
  text-align: center;
  font-size: 12px;
}
.otrasGalerias:hover{
  background: rgba(0,0,0,0.7);
}


.botoncillo{
background-color: rgba(250,0,0,0.8);
box-shadow: inset 0px 0px 5px #fff, 5px 5px 8px rgba(0,0,0,0.3);
border: solid 1px #F00;
padding: 10px 15px;
border-radius: 5px;
color: #fff;
font-size: 16px;
text-decoration: none;
}
.botoncillo:hover{
  background:#191919;
  border: solid 1px rgba(250,250,250,0.6);
}
#botonsilloactual {
background-color: #FFF;
color: #F00;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);
}
/*textos*/

#retrato_txt{
  text-align: justify;
  max-width:35%;
  font-size: 1.3em;
}
#lado, #lado1, #lado2, #retrato_txt{
  display: inline-block;
  vertical-align: top;
}

/*ventanas modales arregladas*/
.peque{
  border:solid 1px black;
  margin:2px 5px;
  width:300px;
  border-radius: 5px;
  opacity: 1.0;
  box-shadow: 3px 3px 12px rgba(0,0,0,0.6);

}
.peque:hover{
  opacity: 0.8;
  box-shadow: 3px 3px 15px rgba(0,0,0,0.8);
}
#imagenes{
}





header
{
  background-color: rgba(250,250,250,0.7);
  position: fixed;
  box-shadow: inset 0px 0px 8px #cacaca;
  width: 100%;
  max-width: 1920px;
  height: 62px;
  z-index: 998;
  top:0;
}
#contenido{
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}


aside{
  margin:0;
  text-align:left;
  padding: 10px 0;
}

.redes{
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  border-radius: 5px;
  margin: 3px;
    transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
  border: solid 1px rgba(0,0,0,0.3);
  background-color: rgba(250,250,250,0.9);
}
.redes:hover{
  background: rgba(215,0,0,0.9);
  border-radius: 4em;
    transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
}




.imagen{
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  border-radius: 1em;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
  opacity: 0.8;

}
.imagen:hover{
  opacity: 1;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.8);
}


#arriba{
  max-width:95%;
  margin: 0 auto;
  padding-bottom: 3em;

}
/*botones*/
.botoncito{
  text-align: center;
  text-decoration: none;
  height: 60px !important;
}

.cursivitas{
  font-size:12px;
  color:#545454;
  font-style: italic;
  margin: 5px 0 0 0;
  font-family: helvetica;
}
.linkOn{
  color:#fff;
}
#actual{
color: #fff;
border-top: solid 3px #F00;
border-bottom: solid 1px #F00;
background: rgba(250,0,0,0.9);
}
footer
{
  background-color:#727272;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1em 0em;
  box-shadow: inset 0px 0px 25px #fff;
}
strong{
  color:rgba(0, 0, 0, 0.7);
  font-family: arial;
  font-style: italic;
}
/*Titulos*/
#rayita{
  color:#F00;
}
h1
{
  color: #fff;
  width:155px;
  margin:110px 0 0 0;
  font-size:18px;
  padding: 5px 10px;
  text-align:center;
  background-color: rgba(250,0,0,0.9);
  border-radius: 5px;
  box-shadow: inset 0px 0px 10px rgba(250,250,250,0.7),5px 5px 10px rgba(0,0,0,0.6);

}
h2
{
  font-size: 20px;
  margin: 0 0 10px 0;
  text-align: center;
}
h3
{
border-bottom:solid 1px#7a7777;
color: #373737;
width: 600px;
margin: 0 0 20px 0;
}
h4{
color: #373737;
 margin:1em 0;
 display: block;
 text-align: center;
 border-bottom: solid 1px rgba(82, 82, 82, 0.49);
}

h5{
  font-size: 16px;
  color: #fff;
}



/* ------------------------------------------
  botonera de navegacion responsiva NAV
--------------------------------------------- */
.nav-collapse li {
  width: 60px;
  display: inline;
}

    #nav, ul, li, a
    {
      display: inline-block;
      vertical-align: middle;
    }



.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}


@media screen and (min-width: 0em)and (min-width: 40em){
  .js .nav-collapse {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  max-width: 600px;
  float: right;
  margin:0;
}
#nav ul a:hover
{
  color: #F00;
  border-top:solid 3px #F00;
  border-bottom: solid 1px #F00;
  background: rgba(250,250,250,0.5);
}
#nav ul li a
{
  font-size: 16px;
  font-weight:bold;
}




@media screen and (min-width:0px)and(max-width: 640px) {
  .nav-collapse li {
    width: 80px;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }

 

}

.nav-collapse a {
  color: #000;
  text-decoration: none;
  padding: 0.5em 0.5em 0.2em 0.5em;
  float: left;
  height: 30px;
}


@media screen and (min-width: 0px) and (max-width: 640px) {
  .nav-collapse a {
    margin: 0;
    float: left;
    text-align: center;
    width: 100%;
    background-color: rgba(250,250,250,0.8);

  }


  .nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%; 
  max-width: none;
  float: left;
  margin: 0;
}


.nav-collapse ul ul a {
  padding-left: 1.5em;
}


  .nav-collapse ul ul a {
    display: none;
  }
}

#nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  cursor: pointer;
  width: 70px;
  height: 55px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/menu2.png") no-repeat 50% 33%;
  background-color: rgba(250,250,250,0.0);

  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
}
#nav-toggle:hover{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  cursor: pointer;
  width: 70px;
  height: 55px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/menu2.png") no-repeat 50% 33%;
  background-color: rgba(250,250,250,0.0);

  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
}


/*----------------------
contenedor de imagenes
------------------------*/

 
/*medias*/
@media (min-width:1361px){
  .peque{
    width: 180px;
  }

}

@media (min-width: 768px)and (max-width: 1360px){
  #retrato_txt{
    max-width:40% !important;
    margin-bottom: 1em;
  }
  #lado, #lado1, #lado2{
    width:55% !important;
    min-height:230px;
  }
  .peque{
    width:240px;
  }
  #arriba{
  }
  aside{
    margin-top:0px;
  }
  h1{
    margin-top: 120px;
  }

}
@media (min-width: 481px)and (max-width: 767px) {
#retrato_txt{
    max-width: 100%;
    margin-bottom: 1em;
  }
  #lado, #lado1, #lado2{
    width: 100%;
    min-height: 145px !important;
    overflow: hidden;
    display: block;
  }
  .peque{
    width: 150px;
  }
header{
  height: 40px;
  background-color: rgba(250,250,250,0.4);
  border: solid 0px rgba(250,250,250,0);
  box-shadow: inset 0px 0px 0px rgba(250,250,250,0);
}

#arriba{
  }

  aside{
    margin-top:0px;
  }
  h1{
    margin-top: 95px;
  }

#nav ul li a{
      font-size: 14px;
    }
    #nav ul li a:hover{
      border-top:solid 1px #F00;
    }
    .botoncito{
      height: 40px !important;
    }
.cursivitas{
    display: none;
  }
  #canvas{
    width: 80px;
    height: 80px;

  }
      
}

@media (min-width:0px) and (max-width: 480px) {
  #retrato_txt{
    display: block;
    max-width: 100% !important;
  }
  #lado{
    display: none;
  }
  .peque{
    width: 90%;
  }
header{
  height: 40px;
  background-color: rgba(250,250,250,0);
  border: solid 0px rgba(250,250,250,0);
  box-shadow: inset 0px 0px 0px rgba(250,250,250,0);
}

 h1{
    margin:100px 0 0 0;
    font-size: 18px;
    width:150px;
}
  #otrasGaleria{
    width: 100%;
    text-align: center;
  }
  aside{
    margin-top:0px;
    text-align: center;
  }
.cursivitas{
    display: none;
  }
  .nav-collapse a{
    background-color: rgba(250,250,250,0.9);
  }
    #nav ul li a{
      font-size: 14px;
    }
  #nav ul a:hover{
    box-shadow: inset 0px 0px 30px rgba(0,0,0,0.5);
    background-color: #fff;
    border-top: 0px;
    border-bottom: 0px;
    border:solid 1px #ced8df;
    font-size: 14px;
    color: #000;
  }
  .cursivitas{
    display: none;
  }
  .botoncito{
    height: 40px !important;
  }
  #arriba{
  }
  
  #canvas{
    width: 65px;
    height: 65px;
  }
}






/*ventanas modales estardar*/

.gallery {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      text-align:center;
    }
ul, .gallery
{
  width: 100%;
  height: auto;
}
    .gallery li
     {
      display: inline-block;
     }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;}


/*comienzo footer nuevo*/
footer p{

}

h5
{
  width: 100%;
  margin: 0 auto;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  box-shadow: inset 0px -1px 0px rgba(253, 253, 253, 0.1);
}

.footer-cajas{
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  height: 380px;
}

#caja-footer1{

}

.links-footer, .links-redes{
  width: 90%;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  font-weight: 800;
  box-shadow: inset 0px 0px 0px rgba(255, 0, 0, 0.53);
  transition: 0.5s linear all;
  text-decoration: none;
  color: aliceblue;
}
.links-footer:hover{
  box-shadow: inset 1200px 0px 0px rgb(255, 0, 0);
  
}
.links-redes:hover{
   box-shadow: inset 1200px 0px 0px rgb(255, 0, 0);
}


#caja-footer2{

  overflow: hidden;
}
#caja-footer2 p{
  text-align: left;
  padding-left: 35px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
}
#caja-footer3{

}

@media screen and (min-width:0px) and (max-width: 720px){
 .footer-cajas{
  width: 100%;
}
  .links-footer, .links-redes{
    text-align: center;
  }
}
/*final footer nuevo*/