/* Enter Your Custom CSS Here */
.container-wrap input[type="text"], .container-wrap textarea, .container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"] {
    background-color: #fff !important;
    border: 1px solid #999 !important;
    box-shadow: none !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
}

.container-wrap input[type="text"]:focus, .container-wrap textarea:focus, .container-wrap input[type="email"]:focus, .container-wrap input[type="password"]:focus, .container-wrap input[type="tel"]:focus, .container-wrap input[type="url"]:focus, .container-wrap input[type="search"]:focus, .container-wrap input[type="date"]:focus {
    background-color: #FFFAE1 !important;
    border: 1px solid #555 !important;
    box-shadow: none !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
}

.ascend .container-wrap input[type="submit"], .ascend .container-wrap button[type="submit"] {
    border-radius: 0 !important;
    padding: 16px 26px !important;
}

input[type="submit"], button[type="submit"], input[type="button"] {
    background-color: #0571B0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 12px;
    transition: all 0.2s linear 0s;
    width: auto;
}

.logos-2-filas .fila a img{
 	width: 177px !important; 
}

.logos-3-filas .fila a{
  	display: inline-block;
}

.logos-3-filas .fila a img{
 	width: 239px !important; 
}

.logos-3-filas .fila3 .centrados{
  	margin-left: 8%;
}

.logos-3-filas .fila3 .derecha{
  	margin-left: 2%;
}

/* Anchos logos Representacion*/
@media (max-width: 1390px){
	.logos-3-filas .fila a img{
  		width: 200px !important; 
	}
}

@media (min-width: 691px) and (max-width: 1389px){
	.logos-3-filas .fila a img{
  		width: 118px !important; 
	}
}

@media (min-width: 480px) and (max-width: 690px){
	.logos-3-filas .fila a img{
  		width: 75px !important; 
	}
}


@media (min-width: 300px) and (max-width: 479px){
	.logos-3-filas .fila a img{
  		width: 50px !important; 
	}
}

/* Margenes fila 3 Representacion*/
@media (min-width: 1290px) and (max-width: 1389px){
  .logos-3-filas .fila3 .centrados{
      margin-left: 4%;
  }
  .logos-3-filas .fila3 .derecha{
      margin-left: 3%;
  }
}

@media (min-width: 1000px) and (max-width: 1289px){
  .logos-3-filas .fila3 .centrados{
      margin-left: 4%;
  }
  .logos-3-filas .fila3 .derecha{
      margin-left: 4%;
  }
}

@media (min-width: 689px) and (max-width: 999px){
  .logos-3-filas .fila3 .centrados{
      margin-left: 6%;
  }
  .logos-3-filas .fila3 .derecha{
      margin-left: 7%;
  }
}

/*
@media (max-width: 1160px){
	.logos-3-filas .fila a img{
  		width: 90px !important; 
	}
}*/

.wpcf7-form span.politica-privacidad {
    display: inline !important;
}

.representaciones #sin-map{
 	display: none; 
}
@media (max-width: 1360px){
  .representaciones #con-map{
  	display: none;
  }
  .representaciones #sin-map{
      display: block; 
  }
	
}

/* ESPACIOS GALERIA ULTIMATE SHORTCODES */
.su-column {
    display: block;
    margin: 0 1.5% !important;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* LOGOS */
.logos-segunda-fila .vc_col-sm-2 {
width: 18% !important;  
}
@media only screen and (max-width: 767px) {
.logos-segunda-fila .vc_col-sm-2 {
width: 100% !important;  
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.logos-segunda-fila .vc_col-sm-2 {
width: 48% !important;  
}
}