
.bgimg-1 {
    background-image: url('cabecera.jpg');
    min-height: 100%;
}
.bgimg-2 {
    background-image: url('1w.jpg');
    min-height: 100%;
}
.bgimg-3 {
    background-image: url('w1.png');
    min-height:60%;
}
.bgimg-4 {
    background-image: url('deg3.png');
    min-height:60%;
}

.bgimg-5 {
    background-image: url('ima.png');
    min-height:60%;
}
.bgimg-6 {
    background-image: url('deg.jpg');
    min-height:60%;
}
.bgimg-7 {
    background-image: url('h.gif');
    min-height:60%;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}


@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
        background-attachment: ;
    }
}
  

@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
    background-attachment: scroll;
    min-height: 400px;
  }
  

.tiltwrapper{
  overflow: hidden;
  padding: 0;
}

.tiltit{
  transform-style: preserve-3d;
  position: relative;
  margin: auto 0;
  display: flex;
  justify-content: center; 
  align-items: center; 
  margin: 10px; 
}

.tiltit, .tiltit *{
  box-sizing: border-box;
}


.tiltit .leftcol{}

.tiltit .leftcol img{
  width: 400px; 
  height: auto;
}


.tiltit .rightcol{
  margin-left: 10px;
  font: bold 20px 'Bitter', sans-serif; 
  text-align: center;
}

.tiltit .rightcol > div{
  margin-bottom: 10px;
}

.tiltit div.smallheader{
  font-size: 90%;
}

.tiltit div.mediumheader{
  font-size: 150%;
}

.tiltit div.largeheader{
  font-size: 200%;
  text-transform: uppercase;
}

.tiltit input[type="text"]{
  width: 100%;
  font-size: 120%;
  padding: 5px;
}

.tiltit button[type="submit"]{
  display: block;
  margin: 10px auto;
  font-size: 100%;
  padding: 5px 10px;
}


.tiltit .riseup{
  transform: translateZ(0);
  transition: all 1s;
}

.tiltit:hover .riseup{
  transform: translateZ(50px);
  transition: all 1s;
}


.drapeeffect{
  background: none; 
  color: white; 
  outline: none;
  border-width: 0;
  padding: 8px 10px; 
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  position: relative;
	display: inline-block;
  cursor: pointer;
  color: black;
  border: 4px ;
	text-decoration: none; 
  overflow: hidden;
  transition: all .5s;
}

.drapeeffect:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: navy; 
  top: 0;
  left: -100%;
  z-index: -1;
  transition: all .5s;
}

.drapeeffect:hover{
  color: white;
}

.drapeeffect:hover:after{
  border-radius: 0;
  left: 0;
  transition: left .5s, border-radius .1s .5s;
}


@media screen and (max-width: 765px){
  
  .tiltwrapper{
    overflow: hidden;
  }
  
  .tiltit{
    flex-direction: column; 
  }
}




#ddfixedheader {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #7F7F7F;
    border-bottom: 5px solid #BE8B0B;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    font: bold 16px 'Bitter', sans-serif;
    transition: all .5s;
}

#ddfixedheader, #ddfixedheader * {
    box-sizing: border-box;
}

#ddfixedheader #logoarea {
    width: 250px;
    margin-right: 10px;
}

#ddfixedheader #logo img {
    width: 237px;
    height: auto;
    transition: all .5s;
}

div.uneven-hamburger-icon {
    width: 37px;
    height: 24px;
    position: relative;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    display: none;
    margin-right: 25px;
    justify-content: space-between;
}

div.uneven-hamburger-icon > div {
    width: 80%;
    height: 3px;
    background: black;
    transform-origin: 0 50%;
    transition: all .5s;
}

div.uneven-hamburger-icon > div.line1 {
    width: 100%;
}

#ddfixedheader ul#ddmainulmenu {
    margin-left: auto;
    margin-right: 20px;
    position: relative;
        margin-bottom: 0;
    background-color: #BFBFBF;
    z-index: 1.42857143 ;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
     }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color:  ;
    
}

#ddfixedheader ul {
    list-style: none;
    margin: 0;
    padding: 0;
 
}

#ddfixedheader ul#ddmainulmenu a {
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    color: #Ee3525;
}

#ddfixedheader ul#ddmainulmenu > li {
    display: inline-block;
    position: relative;
}

#ddfixedheader ul#ddmainulmenu li > a {
    border-bottom: 5px solid blue;
}

#ddfixedheader ul#ddmainulmenu > li:hover > a {
    background: #Ee3525;
    border-bottom-color: #Ee3525;
}

#ddfixedheader ul#ddmainulmenu li > a:after {
    content: "Siglic";
    position: absolute;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #Ee3525;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#ddfixedheader ul#ddmainulmenu li:hover > a:after {
    border-top-color: #Ee3525;
}

#ddfixedheader ul#ddmainulmenu li > a:only-child {
    border-bottom: none;
}

#ddfixedheader ul#ddmainulmenu li > a:only-child:after {
    display: none;
}

#ddfixedheader ul#ddmainulmenu > li > a:hover {
    background: #eee;
    color: black;
}

#ddfixedheader ul#ddmainulmenu > li ul {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #Ee3525;
    background: #Ee3525;
    overflow: hidden;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 4px 4px 2px rgba(120,0,0,.1);
    transform: translateY(10%);
    transition: opacity .3s, transform .3s, visibility 0s .3s;
}

#ddfixedheader ul#ddmainulmenu > li:hover > a {
    color: #Ee3525;
}

#ddfixedheader ul#ddmainulmenu > li:hover ul {
    opacity: 1;
    overflow: auto;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .5s, -webkit-transform .5s, visibility 0s;
    transition: opacity .5s, transform .5s, visibility 0s;
}

#ddfixedheader ul#ddmainulmenu > li ul a {
    display: block;
    padding: 20px;
}

#ddfixedheader ul#ddmainulmenu > li ul a:hover {
    background: yellow;
    color: blue;
}

#ddfixedheader #rightarea {
    font-size: 20px;
}

#ddfixedheader #rightarea ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ddfixedheader #rightarea ul li{
    display: inline;
}

#ddfixedheader #rightarea ul li > *{
    padding: 10px;
}

#ddfixedheader #rightarea ul li label {
    cursor: pointer;
}
html.collapseheader #ddfixedheader {
    position: fixed;
    border-bottom-width: 0;
    border-bottom-color: #Ee3525;
    box-shadow: 0 2px 2px #Ee3525;
    opacity: 1.9;
}

html.collapseheader #ddfixedheader #logoarea {
    width: 170px;
}

html.collapseheader #ddfixedheader #logo img {
    width: 170px;
}

div#ddmobilemenucontainer, div#ddsearchcontainer {
    position: fixed;
    width: 100%;
    z-index: 100000;
    display: block;
    background: #008000;
    left: -100%;
    top: 90px;
    bottom: 0;
    padding-top: 50px;
    opacity: 0;
    cursor: crosshair;
    text-align: center;
    font: bold 16px 'Bitter', sans-serif;
    -webkit-transform: scale(.9) translate3d(-0, -50px, 0);
    transform: scale(.9) translate3d(-0, -50px, 0);
    -webkit-transition: -webkit-transform .5s, opacity .5s, left 0s .5s;
    transition: transform .5s, opacity .5s, left 0s .5s;
}

div#ddmobilemenucontainer {
    text-align: left;
    overflow: auto;
}

div#ddmobilemenucontainer, div#ddmobilemenucontainer * {
    box-sizing: border-box;
}

div#ddmobilemenucontainer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 350px;
    position: relative;
    margin: 0 auto;
}

div#ddmobilemenucontainer ul li {
    display: block;
    posiion: relative;
}

div#ddmobilemenucontainer ul li a {
    width: 100%;
    display: block;
    color: white;
    text-decoration: none;
    padding: 20px;
    display: block;
    box-sizing: border-box;
}

div#ddmobilemenucontainer ul li a:hover {
    background: #000000;
    color: #000000;
}

div#ddmobilemenucontainer ul li a.header {
    background: navy;
    color: white;
    outline: none;
}

div#ddmobilemenucontainer ul li a span.accordionarrow {
    position: absolute;
    right: 10px;
    transition: all .2s;
}

div#ddmobilemenucontainer ul li a.header.active {
    background: black;
}

div#ddmobilemenucontainer ul li a.active span.accordionarrow {
    transform: rotate(90deg);
}

div#ddmobilemenucontainer > ul ul {
    display: none;
}

div#ddmobilemenucontainer > ul li ul a {
    padding-left: 30px;
}
div#ddsearchcontainer div {
    padding: 5px;
    color: white;
}

div#ddsearchcontainer form {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: all .5s 0s;
    transition: all .5s 0s;
}

div#ddsearchcontainer form input[type="text"] {
    width: 90%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 10px;
    border: none;
    border-bottom: 2px solid gray;
    outline: none;
    font-size: 3em;
    background: #eee;
}

html.openddmobilemenu div.uneven-hamburger-icon div.line1 {
    width: 80%;
    transform: rotate(45deg);
}

html.openddmobilemenu div.uneven-hamburger-icon div.line2 {
    opacity: 0;
    transform: translate3d(-10px,0,0);
}

html.openddmobilemenu div.uneven-hamburger-icon div.line3 {
    transform: rotate(-45deg);
}
html.openddmobilemenu div#ddmobilemenucontainer, html.opensearch div#ddsearchcontainer {
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .5s, left 0s 0s;
    transition: transform .5s, opacity .5s, left 0s 0s;
}

html.opensearch div#ddsearchcontainer form {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all .5s .5s;
}

@media (max-width: 860px) {
    #ddfixedheader ul#ddmainulmenu {
        display: none;
    }

    div.uneven-hamburger-icon {
        display: flex;
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    #ddfixedheader #rightarea ul li:not(:first-of-type) {
        display: none;
    }

    div#ddsearchcontainer form input[type="text"] {
        width: 95%;
    }
}

<style>ul.gallery li:first-of-type:focus img{ 
  top: 80px;
}

svg{
	position: absolute;
	visibility: hidden;
}


p#socialicons img{ 
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

p#socialicons img:hover{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}

p#socialicons2 img{ 
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

p#socialicons2 img:hover{
-moz-transform: rotate(70deg);
-webkit-transform: rotate(70deg);
-o-transform: rotate(70deg);
-ms-transform: rotate(70deg);
transform: rotate(70deg);
}

p#socialicons3 img{
}

p#socialicons3 img:hover{ 
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}



 <style type="text/css">
  .boton_siglic{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    background-color: #20e3e3;
    border-radius: 6px;
    border: px solid ;
  }
  .boton_siglic:hover{
    color: blue;
    background-color: #ff920a;
  }
      .boton_siglic1{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    background-color: #00ff3c;
    border-radius: 6px;
    border: px solid ;
  }
  .boton_siglic1:hover{
    color: #ededed;
    background-color: #db36a4;
  }
  .boton_siglic2{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFF00;
    background-color: #FF0000;
    border-radius: 6px;
    border: px solid ;
  }
  .boton_siglic2:hover{
    color: #FFC0CB;
    background-color: #000;
    
      }
       .boton_siglic9{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    background-color: #94FFF7;
    border-radius: 6px;
    border: px solid ;
  }
  .boton_siglic9:hover{
    color: red;
    background-color: #0519F9;

  }
       .boton_siglic3{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    background-color: #fa1900;
    border-radius: 6px;
    border: px solid ;
  }
  .boton_siglic3:hover{
    color: #36FDFD;
    background-color: #0519F9;
  }
             .boton_siglic4{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color:#000;
    background-color: #FFF24D;
    border-radius: 6px;
    border: px solid ;
  }
  .boton_siglic4:hover{
    color: #6DEF29;
    background-color: #000;
  }
      
                  .boton_siglic5{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background-color: #2424EC;
    border-radius: 6px;
    border: px solid ;
  }
  .boton_siglic5:hover{
    color: #F72E2E;
    background-color: #FBF182;
  }
                      .boton_siglic6{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    background-color: #81F8E8;
    border-radius: 6px;
    border: px solid ;
  }
  .boton_siglic6:hover{
    color: #F72E2E;
    background-color: #52E150;
  }
  
           


a:hover, a:active {
  background-color: #EAF60C
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.header {
  background-color: #FFFFFF;
  padding: 20px;
  text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: #000080;
}


.topnav a {
  float: left;
  display: block;
  color: #7FFFD4;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.column {
  float: left;
  padding: 10px;
}


.column.side {
  width: 25%;
}


.column.middle {
  width: 50%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}



a:hover, a:active {
  background-color: #3DFE0E;
}

    .google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

img {
  max-width: 100%;
  height: auto;
}


iframe.ytb-embed {
max-width: 96% !important;
display: block;
margin: 10px auto;
}


body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #000000;
    line-height: 1.8;
}


.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bgimg-1 {
    background-image: url('s.gif;
    min-height: 100%;
}
.bgimg-2 {
    background-image: url('1w.jpg');
    min-height: 100%;
}
.bgimg-3 {
    background-image: url('im/deg3.png');
    min-height:60%;
}
.bgimg-4 {
    background-image: url('im/im5.png');
    min-height:60%;
}

.bgimg-5 {
    background-image: url('im/im9.jpg');
    min-height:60%;
}
.bgimg-6 {
    background-image: url('im/im8.jpg');
    min-height:60%;
}
.bgimg-7 {
    background-image: url('im/im10.jpg');
    min-height:60%;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7{
        background-attachment: scroll;http://simpleyfacil.cl/deg2.jpg;
    }

@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7{
    background-attachment: scroll;
    min-height: 400px;
  }
  
  .boton_siglic{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    background-color: #4ABD82;
    border-radius: 6px;
    border: 2px solid #000000;
  }
  .boton_siglic:hover{
    color: #4ABD82;
    background-color: #9DF6F6;
  }

  .boton_siglic1{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    background-color: #3EFC00;
    border-radius: 6px;
    border: 2px solid #000000;
  }
  
    .boton_siglic11{
    text-decoration: none;
    padding: 60px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    background-color: #FF0730;
    border-radius: 6px;
    border: 2px solid #000000;
  }
  .boton_siglic11:hover{
    color: #4ABD82;
    background-color: #FF0730;
  }
  .boton_siglic1:hover{
    color: #1883ba;
    background-color: #ffffff;
  }

 .boton_siglic2{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    background-color: #FFFD00;
    border-radius: 6px;
    border: 2px solid #000000;
  }
  .boton_siglic2:hover{
    color: #1883ba;
    background-color: #74F1F4;

body {font-family: Arial;}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
</style>



[data-toggle="collapse"]:after {
display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(90deg) ;
  transition: all linear 0.25s;
  float: right;
  }   
[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg) ;
}
 
 
 
 
 
 .tooltip {
  text-decoration:none;
  position:relative;
}
 
.tooltip span {
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white; 
}
 
.tooltip span img {
  float:left;
  margin:0px 8px 8px 0;
}
 
.tooltip:hover span {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  width:auto;
  max-width:320px;
  min-height:128px;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}

    #divPadre {
        height:100px;
        width:800px;
         text-align:center;
        background-color:blue;
    }
    #divHijo {
        height:50px;
        width:400px;
         margin:0px auto;
        background-color:red;
    }





#myDIV {
  width: 300px;
  height: 100px;
  background-color: blue;
  color: white;
  animation: mymove 5s infinite;
}

@keyframes mymove {
  50% {box-shadow: 10px 20px 30px blue;}
}


 }
  .navbar {
    margin-bottom: 0;
    background-color: #A5FC69;
    z-index: 9999t: 1.42857143 ;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
   } 
  
   }
.multiple3 {
 -webkit-column-count :4;
 -moz-column-count : 4;
 column-count : 4;
 column-gap : 2em;
 text-align:justify;
 color: #fff;
 }
 .multiple3 img{
 max-width:100%;
 }