.view-third img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s cubic-bezier(.55,.06,.68,.19);
   border-radius: 43px 43px 43px 43px;
-moz-border-radius: 43px 43px 43px 43px;
-webkit-border-radius: 43px 43px 43px 43px;
}
.view-third .mask {
   background-color: rgba(21, 21, 21, 0.97);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   /*INI Cambio efectos CAMC*/
   /*-webkit-transform: translate(460px, -100px) rotate(180deg);
   -moz-transform: translate(460px, -100px) rotate(180deg);
   -o-transform: translate(460px, -100px) rotate(180deg);
   -ms-transform: translate(460px, -100px) rotate(180deg);
   transform: translate(460px, -100px) rotate(180deg);*/
   -webkit-transition: all 0.2s 0.2s ease-in-out;
   -moz-transition: all 0.2s 0.2s ease-in-out;
   -o-transition: all 0.2s 0.2s ease-in-out;
   -ms-transition: all 0.2s 0.2s ease-in-out;
   transition: all 0.2s 0.2s ease-in-out;
   /*FIN Cambio efectos CAMC*/
}
.view-third h4 {
   /*INI Cambio efectos CAMC*/
   /*-webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);*/
   -webkit-transition: all 0.2s ease-in-out;
   -moz-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;
   /*FIN Cambio efectos CAMC*/
}
.view-third p {
   /*INI Cambio efectos CAMC*/
   opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   /*-webkit-transform: translateX(300px) rotate(90deg);
   -moz-transform: translateX(300px) rotate(90deg);
   -o-transform: translateX(300px) rotate(90deg);
   -ms-transform: translateX(300px) rotate(90deg);
   transform: translateX(300px) rotate(90deg);*/
   -webkit-transition: all 0.2s ease-in-out;
   -moz-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.5s ease-in-out;
   /*FIN Cambio efectos CAMC*/
}
.view-third a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-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;
}
.view-third:hover .mask {
    cursor: pointer;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
   border-radius: 43px 43px 43px 43px;
   -moz-border-radius: 43px 43px 43px 43px;
   -webkit-border-radius: 43px 43px 43px 43px;
}
.view-third:hover h4 {
   /*INI Cambio efectos CAMC*/
   /*-webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);*/
   opacity: 1;
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
   /*FIN Cambio efectos CAMC*/
}
.view-third:hover p {
   /*INI Cambio efectos CAMC*/
   /*-webkit-transform: translateX(0px) rotate(0deg);
   -moz-transform: translateX(0px) rotate(0deg);
   -o-transform: translateX(0px) rotate(0deg);
   -ms-transform: translateX(0px) rotate(0deg);
   transform: translateX(0px) rotate(0deg);*/
   opacity: 1;
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
   /*FIN Cambio efectos CAMC*/
}
.view-third:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}

section.our-blog {
    padding: 70px 0 70px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
}

.view2 {
   width: 300px;
   height: 300px;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0px 0px 25px #e6e6e6;
   -moz-box-shadow: 0px 0px 25px #e6e6e6;
   box-shadow: 0px 0px 25px #e6e6e6;
   cursor: default;
   border-radius: 43px 43px 43px 43px;
   -moz-border-radius: 43px 43px 43px 43px;
   -webkit-border-radius: 43px 43px 43px 43px;
   -webkit-box-shadow: 7px 9px 5px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 7px 9px 5px 0px rgba(0,0,0,0.75);
   box-shadow: 7px 9px 5px 0px rgba(0,0,0,0.75);

}
.view2 .mask,.view2 .content {
   width: 300px;
   height: 300px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view2 img {
   display: block;
   position: relative;
   margin-left: -13px;
}
#icw2 {
  left: 4.5vw;
}


.view2 h4 {
   text-transform: uppercase;
   color: rgba(229,229,229,0.89);
   text-align: center;
   /*INI Cambio efectos CAMC*/
   /*position: relative;*/
   opacity: 0;
   animation: wats 1s ease-in-out;
   /*FIN Cambio efectos CAMC*/
   font-size: 23px;
   padding: 10px 0 9px 0;
   background: rgba(255, 0, 0, 0.8);
   margin: 123px 0 0 0;
   font-family: 'Font-Second', cursive;
}
.view2 p a{
    font-size: 17px;
   position: relative;
   color: #fff;
   padding: 25px 20px 25px;
   text-align: center;
}
.camb {
  color: rgba(255, 255, 255, 0.75);
}
.camb:hover, .camb2:hover {
  color: white;
}
.iconwas {
  width: 12%;
  position: relative;
  left: 4vw;
  top: 5vh;
  animation: wats 3s ease-in-out;
}

@keyframes wats { 
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


#parr {
  top: 7vh;
  line-height: 22px;
  color:white;
}

@media screen and (min-width: 1900px) and (max-width: 1920px){
   #parr {
      top: 4.5vh;
   }
   #tele{
      margin-top: -1.5vh;
   }
    #tele2, #tele3{
      margin-top: -1vh;
   }
   #icwp3 {
      margin-left: -2vw;
   }
   #cont3{
      margin-top: 0.8vh;
   }
   #cont{
      margin-top: 1vh;
   }
   #icwp {
      margin-left: -2vw;
   }
   #cont2{
      top: 1vh;
   }
   #icw2{
      margin-top: 1vh;
      margin-left: -1.8vw;
   }
   
}


#cont{
   top: 1vh;}
#cont, #cont2, #cont3{  
  position: relative;
  font-weight: bold;
  letter-spacing: 2.5px;
  font-size: 1.2em;
  left: 1vw;
  color:white;
}



#cont3{
   top: 1.4vh;
}

#cont2 {
  margin-top: 4.1vh;
   left: 1vw;
}

p.font.space,.blog-image
{
   margin-bottom: 1%;
   width: 100%;

}
#icwp{
   top: 8vh;
   left: 4.5vw;
}

.camb2 {
  top: 1.5vh;
  position: relative;
  
}
#tele{
 top: 5.5vh;
 left: 0.2vw;
}
#tele2{
 top: 3vh;
 left: 0.3vw;
}
#tele, #tele2, #tele3{
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 1em;
}
#icwp3 {
  left: 4.6vw;
  top: 5.2vh;
}
#tele3 {
  top: 3vh;
}

#tele, #tele2, #tele3{
  color:white;
}

.zoom{
   transition: 1.2s ease;
    -moz-transition: 1.2s ease; /* Firefox */
    -webkit-transition: 1.2s ease; /* Chrome - Safari */
    -o-transition: 1.2s ease; /* Opera */
}
.zoom:hover{
   transform : scale(1.1);
   -moz-transform : scale(1.1); /* Firefox */
   -webkit-transform : scale(1.1); /* Chrome - Safari */
   -o-transform : scale(1.1); /* Opera */
   -ms-transform : scale(1.1); /* IE9 */
}