.main-navigation ul>li a {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  border-right: 1px solid #f4f4f4;
}

i.fa {
  display: inline-block;
  border-color: #001D7E;
  padding: 0.5em 0.6em;
  color: #001D7E;
}

a {
  text-decoration: none;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  background: #ffff;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

label {
  color: #ffffff;
}

.textwidget>:first-child {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #6CB4DD;
  border-radius: 0;
  font-size: .85em;
  border: 1px solid #6CB4DD;
  padding: 10px 30px;
  line-height: 1em;
  box-shadow: inset 0 0 1px rgba(0,0,0,.25);
  text-decoration: none;
  color: #ffffff;
  font-family: Montserrat,sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  outline: none;
  transition: 85ms;
}


.main-navigation ul a {
  font-weight: 600;
}

.so-widget-sow-cta-default-541dc8e46698 .sow-cta-base .sow-cta-text {
    float: left;
    font-size: 20px;
}


#linea-logo {
max-width: 1500px;
text-align: center;
  }
  
 #logo {
	float:left;
   padding-right:30px;
  }
    
#cuadrito-1 {
	float:left;
  width: 200px;
  font-size: 13px;
  padding-left:20px;
  }

#cuadrito-2 {
	float:left;
  width: 200px;
  font-size: 13px;
  padding-left:35px;
  }

#cuadrito-3 {
	float:left;
  width: 200px;
  font-size: 13px;
  padding-left:30px;
  }

.linea-top {
    display:inline-block !important;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
 
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  #cuadrito-1 {
        display: none;
    }

  #cuadrito-2 {
    display: none;
    }

  #cuadrito-3 {
    display: none;
    }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  #cuadrito-1 {
        display: none;
    }

  #cuadrito-2 {
    display: none;
    }

  #cuadrito-3 {
    display: none;
    }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  #linea-logo {
max-width: 768px;
text-align: center;
  }
  
  #logo {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
  
  #cuadrito-1 {
        display: none;
    }

  #cuadrito-2 {
    display: none;
    }

  #cuadrito-3 {
    display: none;
    }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  #logo {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
  #cuadrito-1 {
        display: none;
    }

  #cuadrito-2 {
    display: none;
    }

  #cuadrito-3 {
    display: none;
    }
  
}