*{
  margin: none;
  padding: 0;
  text-decoration: none;
}
html{
  scroll-behavior: smooth;
}
h1{
  font-size: 20px;
  font-weight: 400;
  color: #747474;
}
p{
  text-align: justify;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  color: #747474;
  line-height : 25px;
}
  body {
  margin: 0;
  height:760px;
  background-color: ;
  font-family: 'Josefin Sans', sans-serif;
}
#botonsubir{
  position: fixed;
   top: 90%;
   left: 87%;
   opacity: 0.3;
}
.topbar1{
  width: 100%;
  margin: none;
  float: left;
  color: #CCCCCC;
  padding-top: 4px;
  padding-bottom: 4px;
  background: rgba(0, 0, 0, 0.4);
}
.topbar1 a{
  text-decoration: none;
  color: #CCCCCC;
}
.topbar1 a:hover{
  color: #55d831;
}
.mail{
  opacity: 0.5;
  float: left;
  display: inline-block;
  width: 270px;
  text-align: center;
  font-weight: 300;
}
.phone{
  opacity: 0.5;
  float: left;
  display: inline-block; 
  width: 150px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 400px){
  .phone{
    visibility: hidden;
    display: none;
  }
}
.mail:hover{
  opacity: 1;
}
.phone:hover{
  opacity: 1;
}
.media{
  height: 20px;
  float: right;
  width: 100px;
}
.mail2 img{
    opacity: 0.5;
  height: 20px;
  float: left;
  margin-right: 8px;
}
.facebook img{
    opacity: 0.5;
  height: 20px;
  float: left;
  margin-right: 8px;
}
.instagram img{
    opacity: 0.5;
  height: 20px;
  float: left;
  margin-right: 8px;
}
.mail2 img:hover{
  opacity: 1;
}
.facebook img:hover{
  opacity: 1;
}
.instagram img:hover{
  opacity: 1;
}

.background1{

/*__ __*/
}
header{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+51,000000+71,000000+100&0.9+16,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.4) 70%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}
/*menu dispositivos*/

span{
  float: right;
  margin-top: -60px;
  visibility: hidden;
  display: none;
  color: white;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 13px;
  text-decoration: none;
  font-size: 36px;
  color: white;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #55d831;
}

.overlay .closebtn {
  position: absolute;
  top: 48px;
  right: 49px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }



}
@media screen and (max-width: 970px){
  .laterales{
    display: none;
    visibility: hidden;
  }
  span{
    visibility: visible;
    display: block;
  }
}

@media screen and (max-width: 780px){
  .foto2{
    width: 32.5%;
  }
}

@media screen and (max-width: 550px){
  .foto2{
    width: 49.5%;
  }
}
@media screen and (max-width: 505px){
  .foto2{
    width: 100%;
  }
}
@media screen and (max-width: 710px){
  .topbar1 .mail{
    display: none;
  }
  .topbar1 .phone{
    float: left;
  }
}

/*fin menu dispositivos*/
#ancho{ 
  width: 90%;
  height: ;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.laterales{ 
  height: 100px;
  display: inline-block;
  width: 40%;
  margin: 0;
}
.laterales ul{
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.laterales ul a{ 
 color: white;
 font-size: 14.5px;
}
.laterales ul a:hover{
 color: #55d831;
}
.laterales li{
  font-weight: 300;
  float: left;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
}
.centro{ 
  height: ;
  display: inline-block;
  width: 18%;
  margin-left: ;
  text-align: center;
}
.centro img{
  width: 100%;
  min-width: 170px;
}
#text1{
  margin-top: 190px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;

}

/* Style the video: 100% width and height to cover the entire window */

#myVideo {
  opacity: 0.7;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  height: 600px;
}
@media screen and (max-width: 400px){
  video{
    height: 90%;
  }
}
/* Add some content at the bottom of the video/page
.content {
    
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
 background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
} */
.content{text-shadow: 
  1px 1px 1px rgba(0, 0, 0, 0.15);
  border: 2px solid;
  border-radius: 15px;
  border-color: white;
  margin-bottom: 350px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.15);
}
button{
  color: white;
  font-size: 16px;
  text-align: center;
  min-width: 25%;
  margin-bottom: 30px;
  padding: 10px 25px 10px 25px;
  border-radius: 35px;
  background-color: #55d831;
  border: none;
}
button:hover{
  background-color: #5dea35;
}
.content h1{
 font-size: 29px;
 font-weight: 300;
 color: white;
 margin-bottom: -10px;
}
.content h3{
 font-size: 30px;
 font-weight: 700;
 color: white;
 margin-bottom: 18px;
}
@media screen and (max-width: 400px){
  .content {
    margin-top: -150px;
  }
}

.about1{
  padding-top: 5%;
  padding-bottom: 10%;
  width: 100%;
  margin-top: 1px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
  background-image: url(images/backgroundsi20.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: unset;
}

.about1 h1, p{  
  color: #333333;
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
  width: 70%;
}
.about1 p{
  text-align: justify;
}
#firm{
  width: 70%;
  color: #747474;
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
  margin-bottom: 50px;
}
#firm a{
  color: #747474;
}
#firm a:hover{
  color: #174F99;
}
#firma{
  float: right;
  margin-right: 0;
}
#marcas{
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;  
}
#marcas img{
  width: 100%;
}
.line2{
  margin-top: 40px;
  margin-bottom: 40px;
  height: 1px;
  background-color: #c6c6c6;
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;  
}
#services2{
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

  margin-top: 80px;
  overflow: hidden;
  background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(227,227,227,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(28%, rgba(246,246,246,1)), color-stop(100%, rgba(227,227,227,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(227,227,227,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(227,227,227,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(227,227,227,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(227,227,227,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0 );
/*__ sombra__*/
-webkit-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
-moz-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
}
.serv1{
  border-radius: 15px;
  display: inline-block;
  max-width: 350px;
  width: 33%;
  min-width: 250px;
  height: 430px;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 50px;
  background-color: #f0f0f0;
  overflow:hidden;
 -webkit-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
-moz-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);

}
.serv1:hover{
  transition: 1s;
  -webkit-box-shadow: 6px 18px 29px -8px rgba(33,43,56,0.55);
  -moz-box-shadow: 6px 18px 29px -8px rgba(33,43,56,0.55);
  box-shadow: 6px 18px 29px -8px rgba(33,43,56,0.55);
}
.serv1 img{
  width: 100%;
  background-color: black;
   display:block;
}
.photo{
  height: 250px;
  overflow: hidden;
}
.serv1 img:hover{
  opacity: 0.5;
  transition: 1s;
  -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -ms-transform:scale(1.1);
 -o-transform:scale(1.1);
 transform:scale(1.1);
}
.serv1 h2{
  opacity: 1;
  font-size: 20px;
  color: #5b5b5b;
  font-weight: 400;
}
@media screen and (max-width: 400px){
  .serv1{
    width: 80%;
  }
}
.centrado p{
  font-size: 16px;
  width: 90%;
  color: #5b5b5b;
  line-height : 18px;
  text-align: left;
}
.section4{
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
  width: 100%;
}

/*--imagen con efecto--*/
.conten22 .foto2{
    width: 24%;
    position: relative;
    height:250px;
    display: inline-block;
}
.foto2 img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.7) ;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

.overlay h2{
    color: #fff;
    font-weight: 300;
    font-size:20px;
    position: absolute;
    top: 50%;
    left:50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.foto2:hover .overlay{
   transition: 1s;
   height:100%;
   cursor: pointer;
}
@media screen and (max-width: 400px){
  .conten22 .foto2{
    width: 100%;
  }
}

/*--imagen
#imagen {
  width: 25%;
  height: 200px;
  background-size: cover;
  background-image: url(images/74359847_1506464999491332_6988113924637851648_o.jpg);
  margin: auto;
  float: left;
  display: inline-block;
}

#info {
  position:absolute;
  overflow:hidden;
  width: 25%;
  height: 200px;
  background-color: rgba(31, 31, 31, 0.9);
  opacity:0;
  transition: opacity 0.3s;
}

#imagen:hover #info {
  opacity:1;
}

p#descripcion {
  font-size: 1rem;
  text-align: center;
  margin-top: 200px;
  transition: margin-top 0.4s;
}

#imagen:hover p#descripcion {
  margin-top: 75px;
  color: white;
}


 con efecto--*/
#text5{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 20px 0px 20px 0px;
  background-color: #f0f0f0;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
  -moz-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
  box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
}
#text5 p{
  width: 100%;
  text-align: center;
  font-size: 17px;
}
#text5 h1{
  width: 90%;
  font-size: 18px;
}
/*__ 
_*/
.gallery {

}
.gallery img:hover {
  opacity: 0.3;
 transition: 1s;
 -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -ms-transform:scale(1.1);
 -o-transform:scale(1.1);
 transform:scale(1.1);
}
.gallery img { 
  width: 100%;
  height: auto;
  display:block;

}
.desc p{
  padding: 5px;
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 15px;
  margin-top: -50px;
  z-index: 1000;
  opacity: 1;
  background-color: black;
  width: 100%;
}
.responsive { 
  background-color: #12183c;
  overflow: hidden;
  float: left;
  width: 25%;

}

.section5{
  margin-top: 10px;
}
.section5 h3{
  font-weight: 400;
}
.serv2{
  margin-top: 80px;
  border-radius: 15px;
  display: inline-block;
  max-width: 450px;
  width: 38%;
  min-width: 250px;
  min-height: 250px;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: ;
  background-color: #f0f0f0;
  overflow:hidden;
  -webkit-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
  -moz-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
  box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
  color: #5b5b5b;
}
.serv2 p{
  line-height : 19px;
  text-align: left;
}
.value2{
  margin-top: 80px;
  border-radius: 15px;
  display: inline-block;
  width: 80%;
  margin-bottom: 100px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
  -moz-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
  box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
  color: #5b5b5b;
}
.value2 p{
    text-align: center;
    font-size: 14px;

}
/* FORMULARIO =================================== */
.section6{
  background-image: url(images/bckground-soluinge.jpg);
  height: 600px; 
  margin-top: -50px;  
  padding-top: 60px;
}

.form_wrap{
    width: 80%;
    height: 430px;
    margin: 50px auto;
    display: flex;
    background: rgba(319, 319, 319, 0.6 );
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* Informacion de Contacto*/

.contact_info:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(227,227,227,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(28%, rgba(246,246,246,1)), color-stop(100%, rgba(227,227,227,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(227,227,227,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(227,227,227,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(227,227,227,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 28%, rgba(227,227,227,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0 );

}

.contact_info{
    width: 38%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#logosi img{
  width: 70%;
  margin-bottom: -20px;
}
.info_title,
.info_items{
    z-index: 2;
    color: #7b7b7b;
    width: 80%;
    text-align: center;
}
.info-items p{

}
.info-items img{
  
}
.info_title{
    margin-bottom: 40px;
}

.info_title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 1px;
}

.info_title h2{
    font-weight: 400;
    font-size: 25px;
    text-align: center;
}


/* Formulario de contacto*/
.form_contact{
    width: 50%;
    padding: 0px 40px ;
}

.form_contact h2{
  font-size: 22px;
  font-weight: 300;
  color: #8b8b8b;
  margin-bottom: 25px;
}



.form_contact label{
    display: flex;
    flex-direction: column;
    font-weight: 300;
    text-align: left;
    color: #5b5b5b; 
}

.form_contact input,
.form_contact textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;
  color: #5A5A5A;
  font-size: 14px;
  font-weight: 300;
}

.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

.form_contact input[type="button"]{
    width: 180px;
  background: #3b9300;
  padding: 10px;
  border: none;
  border-radius: 25px;

    align-self: flex-end;

    color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.form_contact input[type="button"]:hover{
    background: #17c900;
}
.error{color:red;}

@media screen and (max-width: 847px){
  .contact_info{
  display: none;
  visibility: hidden;
  }
  .user_info{
    text-align: center;
    width: 100%;
  }
  form.form_contact{
    width: 100%;
  }
}


/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #C5C5C5;
  margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
  display: inline-block;
  padding: 3px 10px;
  margin-top: 10px;

  background: #E25151;
  color: #fff;
  border: 2px solid #B14141;
  cursor: pointer;

  float: right;
}
#phrase3{ 
  width: 100%;
  padding: 40px 0 25px;
  background-color: green;
  color: white;
  text-align: center;
}
#phrase5 { 
 text-align: center;
 font-size: 16px;
  margin-top: 60px;
}
#phrase5 p{
  text-align: center;
  font-size: 20px;
}
#phrase2{ 
  width: 100%;
  padding: 40px 0 100px;
  background-color: green;
  color: white;
  text-align: center;
}
#phrase2 h2{
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
#phrase2 button{
  width: 35%;
  max-width: 360px;
  min-width: 270px;
  padding: 5px;
  border: none;
  -webkit-box-shadow: 6px 6px 8px -1px rgba(4,74,19,0.5);
  -moz-box-shadow: 6px 6px 8px -1px rgba(4,74,19,0.5);
  box-shadow: 6px 6px 8px -1px rgba(4,74,19,0.5);
}
button a{
  color:white;
}
.serv3{
  border-radius: 15px;
  display: inline-block;
  max-width: 350px;
  width: 23%;
  min-width: 200px;
  height: 430px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 100px;
  background-color: #f0f0f0;
  overflow:hidden;
 -webkit-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
-moz-box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);
box-shadow: 6px 6px 8px -1px rgba(194,194,194,1);

}
.serv3:hover{
  transition: 1s;
  -webkit-box-shadow: 6px 18px 29px -8px rgba(33,43,56,0.55);
  -moz-box-shadow: 6px 18px 29px -8px rgba(33,43,56,0.55);
  box-shadow: 6px 18px 29px -8px rgba(33,43,56,0.55);
}
.serv3 img{
  opacity: 0.7;
  width: 30%;
  display:block;
  margin:auto;
}
.photo3{
  padding: 40px 0 40px;
  overflow: hidden;
}
.serv3 img:hover{
  opacity: 1;
  transition: 1s;
  -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -ms-transform:scale(1.1);
 -o-transform:scale(1.1);
 transform:scale(1.1);
}
.serv3 h2{
  opacity: 1;
  font-size: 20px;
  color: #5b5b5b;
  font-weight: 400;
}
.serv3 p{
  width: 80%;
}
.serv3 p:hover{
  transition: 1s;
  color: black;
}

@media screen and (max-width: 400px){
  .serv3{
    width: 80%;
  }
}

footer #firm2{
  margin-bottom: -200px;
  width: 100%;
  height: 60px;
  background-color: #606060;
}
#firm2 p{
  margin: auto;
  padding-top: 12px;
  color: white;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}
#firm2 a{
    color: white;
}
#firm2 a:hover{
  height: 20px;
  color: #ff7b00;
}
#firm2 img{
    margin-bottom: -4px;
}
/* @MEDIA*/

@media only screen and (max-width: 992px){
header{
  width: 100%;
  height: 170px;
}
.laterales {
 visibility: hidden;
}
.centro{
  float: left;
}
#midlemenu{
  width: 20%;
  float: right;
  display: inline-block;
  height: 135px;
  margin-top: -100px;
}
#dropmenu{
  visibility: visible;
  color: white;
  border: 2px solid #B14141;
  border-color: white;
  padding: 5px;
  text-align: center;
  float: left;
  margin-top: 50px;
}
#dropmenu:hover{
  background-color: rgba(0,0,0,0.3); 
  transition: 1s;
  -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -ms-transform:scale(1.1);
 -o-transform:scale(1.1);
 transform:scale(1.1);
}
}
@media only screen and (max-width: 870px){
.cantact_info{
    width: 80%;
}

}
@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
  width: 100%;
  }
}