/*
 * Autor CSS: by Milay Pava -  Webmaster Senior - Milai Pava
 * Interfaz de usuario, Apps y mobile, Avanzada Wordpress, Diseño, desarrollo e implementación Sitios Web y Marketing Digital - Optimización de contenidos - SEO - Branding
 ** Do not remove the developer's name from the code. The developer's name must remain in the code so that the work can be properly attributed.
 *** No elimine el nombre del desarrollador del código. El nombre del desarrollador debe permanecer en el código para que se pueda atribuir correctamente el trabajo.
 */
a, a:active, a:focus {
   outline: none !important;
}

#site-logo #site-logo-inner a img {
    width: 100%;
    max-height: 300px !important;
    margin: 10px 0;
}


h2 strong, h2 b {
    font-weight: 800;
}


.h3blue h3, .widgettitle {
    color: #0269A0;
    text-align: center;
}


body #top-bar {
    padding: 0;
}

body #top-bar-wrap {
    height: 0;
}

.page-header{
    display: none !important;
}

body .ow-button-hover {
    text-transform: uppercase;
    text-decoration: none !important;
}

.bg1 {
    background-repeat: no-repeat !important;
    background-position-x: left;
    background-size: contain;
}

#counter .wpsm_number span{
    font-weight: 800;
}

#counter .counter::before {
  content: "+";
}

#counter .wpsm_count-title {
    font-weight: 100 !important;
    margin: 0 !important;
}


.sow-slider-image-wrapper {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    text-shadow: 3px 3px #565c62db;
}

.veh img{
    font-weight: 100 !important;
    margin: 0 !important;
}


.veh .sow-icon-container {
    background-size: 100% !important;
    height: 180px !important;
    flex: auto !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}


.veh h5 {
    color: #FFF;
    text-align: justify;
    font-size: 30px;
    line-height: normal;
    margin: 0 0 30px 25% !important;
    border-left: 4px solid #589dc5;
    padding-left: 20px;
}

.tab .sow-tabs-tab-container {
    background-color: #FFF !important;
    padding: 0 !important;
    text-align: center;
    display: block !important;
}

.tab .sow-tabs-tab {
    margin: 0 !important;
    border: 1px solid #ccc !important;
}

.tab .sow-tabs-tab-selected{
    background-color: #0269A0 !important;
    color: #FFF !important;
}

body .widget-title {
    line-height: 1.4em;
    font-size: 26px;
    font-weight: 700;
    color: #0269A0;
    border-width: 0;
    border-style: none;
    border-color: #13aff0;
    letter-spacing: 0;
    padding-left: 0;
    margin: 0 0 20px;
    text-transform: none;
    text-align: center;
}

/* FORM */


.colmgL {
    margin-right: 3.5%;
}

.col25 {
    width: 22.3%;
    float: left;
}

.col30 {
    width: 31%;
    float: left;
}

.col50 {
    width: 48.1%;
    float: left;
}

.col100{
    width: 99.9%;
    display: inline-block;
}

form input {
    background-color: #FFF !important;
}

form label {
    color: #0269A0;
    font-weight: 700;
}

form .wpcf7-list-item-label {
    color: initial;
    font-weight: 300;
}

form .wpcf7-submit {
    background-color: #0269A0 !important;
}

form .wpcf7-submit:hover{
    color: #13aff0 !important;
}

.lkbnn{
    border-left: 4px solid #FFF;
    padding-left: 10px;
}

.tbnn b {
    font-size: 45px !important;
}

#menufot {
    display: inline-flex;
}

#menufot a {
    font-size: 14px;
}

#menufot li {
    padding: 0;
    border: 0;
    line-height: normal;
    display: flex;
}

#menufot .sub-menu {
    margin-left: 20px !important;
}

#menufot .sub-menu li{
    display: grid;
}

/* NOticias*/

.blog-entry.post .thumbnail img {
    max-height: 390px !important;
}

.single .entry-title {
    font-weight: 800;
}

 .single-post.content-max-width #wrap .thumbnail{
    max-width: 800px !important;
}

.single-post.content-max-width figure img {
    height: 250px;
}

body .rpwe-block h3 a{
    font-weight: 700;
    font-size: 26px !important;
    color: #FFF;
    line-height: 29px;
    text-decoration: none !important;
}

body .rpwe-summary {
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
}

#not .rpwe-thumb {
    border: 0 !important;
    box-shadow: none !important;
    margin: 2px 40px 20px 0 !important;
    padding: 3px !important;
}

#not .more-link {
    font-size: 17px;
    line-height: normal;
    color: #FFF;
    border: 0;
    margin: 10px 0;
    display: grid !important;
    width: 121px;
    text-decoration: none;
    background: #067eb0;
    text-align: center;
    padding: 10px 5px;
}

#not .rpwe-block li {
    border-bottom: 0 !important;
}

/* CSS MEDIA 480 */

@media only screen and (max-width: 768px) {

#site-logo #site-logo-inner a img {
    width: 70%;
}

.oceanwp-mobile-menu-icon a {
    font-size: 26px;
    margin-top: 14px;
}

.veh {
    padding: 20px 0 !important;
}

body .panel-widget-style{
    padding:0 !important;
}
.veh h5 {
    font-size: 26px;
    margin: 0 0 30px 10% !important;
}


}