section, article {
    display: block;
    float: left;
    width: 100%;
}

h2{ font-size: 18px; text-transform: uppercase; color: red; font-weight: normal;}
.video {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
height: 0;
}
.menu3{
    font-size: 20px;
    text-align: center; 
    padding: 7px;
      animation-name: contacto;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    background-color: black;
}
.menu3 p{
    display: inline;
    margin-right: 10px;
}
.mail{
    color: #D44638 !important;
}
.menu3 i{
  font-size: 23px;
  margin-right: 10px;   
    color:#25d366;
}
.menu3 a{
    display: inline;
    margin: 0 10px;
}
.menu3 span{
     color:#25d366;  
}

@keyframes contacto{
0%{
      filter: contrast(1);
    filter: brightness(1);
}
50%{
      filter: contrast(3);
    filter: brightness(1.6);
}
100%{
      filter: contrast(1);
    filter: brightness(1);

}
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
iframe{
}

/* video fixed width wrappers */
.video-wrapper {
    float: right;
    max-width: 100%;
    z-index: 1;
    order: 2;
    padding: 0px 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;


}
.cont-video{
        
    padding: 1px;

    box-sizing: border-box;
}
article {
    width: 100%;
    max-width: 1024px;
    font-size: 14px;
    text-align: center;
    padding: 0 20px 1% 20px;
    box-sizing: border-box;
    line-height: 1.5em;
    
}
.main{
    top: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    box-sizing: border-box;
    padding:0 10px;
}
.txt{
    
}

.contenido {
    width:100%;
    max-width:1022px;
    margin:auto;
    /* Flexbox */
    display:flex;
    flex-flow:row wrap;
    justify-content: center;
align-items:center;
}

section{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1024px;
    margin: auto;
    z-index: 1;
    box-sizing: border-box;
}

.contenido img{
    width: 400px;
    height: auto;
    border-radius: 5px;
    margin: 30px;
    box-shadow: 0px 0px 8px white;
    transition: transform 0.7s;
}

#ver1,#ver2{
    color:#4267B2;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    display: block;
cursor: pointer;
}

#ver1{
    margin-top: 30px;
}
#ver2{
    margin-bottom: 30px;
}
#ver1:hover,#ver2:hover{
    color: white;
}
.contenido img:hover{
  transform: scale(1.2);
  box-shadow: none;
  cursor: zoom-in;
}
@media screen and (max-width:750px){
    .slicknav_menu{
display: block;
    }
    #fb-root{
    display: block;
    }

}
@media screen and (max-width:900px){
.contenido img{
    width: 500px !important;
       margin: 15px;
}

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

.contenido img{
    width: 420px !important;
    margin: 8px;
}

}

@media screen and (max-width:500px){
    .contenido img:hover{
  transform: none;
  box-shadow: none;
  cursor: default;
}
#ver1,#ver2{

    font-size: 18px;


}
.contenido img{
    width: 350px !important;
}
}