/*
Theme Name: vikingcv
Theme URI: http://www.vikingcv.com/
Description: Responsive theme for Viking Cape Verde
Author: Jorge Santos
Version: 1.0
Template: twentythirteen
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

 @import url("../twentythirteen/style.css");  
 /* =Theme customization starts here -------------------------------------------------------------- */


.site {
    background-color:#011327;
}

h1,
h2,
h3,
h4,
h5,
h6 {

	font-family: "Source Sans Pro", Helvetica, sans-serif;
	

}


h1
{font-size: 2.5rem;}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

/*********************  UPDATE ************************/
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:40px;
  padding: 34px 0 15px 0;
  gap: 0;
  flex-wrap: wrap;
}

.header-col {
  box-sizing: border-box;
}

.logo {
  flex: 0 0 16%;
}

.logo img {
  max-width: 140px;
  height: auto;
}

.site-info {
  flex: 1 1 60%;
  text-align: center;
}

.site-title {
  font-size: 24px;
  margin: 0;
     font: normal 700 2.5rem Arial, Helvetica, sans-serif;
}

.site-description {
  font-size: 20px;
  margin: 5px 0 0;
  font-weight: 300;
 
     font: normal 100 1.85rem "Source Sans Pro", Helvetica, sans-serif;
}


.contact-info {
  flex: 0 0 24%;
  text-align: right;
}

.myflex-2 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 5px;
}

.emergency-calls i {
 /* color: #fff;*/
  font-size: 18px;
}

.ecalls-text {
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    letter-spacing: 4px;
    font-size: 12px;
    margin-top: 10px;
    font-family: sans-serif;
 text-transform: lowercase;
    width: 100%;
}



/* Geral: Viking Section */
.viking-section {
  padding: 0 15px; /* Ajuste para alinhar com o padding do header */
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.viking-section h1 {
    font-size: 1.5rem;
    text-align: left;
    margin: 0 5%;
    color: #fff;
    font-weight: 400 !important;
}

.viking-section-page h1 {
    text-align: left;
    margin: 3% 4%;
    color: #fff;
    font-weight: 800;
}

.viking-section {
     gap: 0;
}

.viking-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  align-items: stretch;
  margin: 40px 0;
}

.viking-img {
  flex: 1 1 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.viking-img-page {
  flex: 1 1 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.viking-img2 {
  flex: 1 1 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.viking-img2 img {
    width: 100%;
    border: none;
    border-radius: 15px;
    height: auto;
    object-fit: cover;
    display: block;
}

.viking-img img {
  width: 80%;
  border:5px solid #fff;
  border-radius:15px;
  height: auto;
  object-fit: cover;
  display: block;
}

.viking-img-page img {
  width: 90%;
  margin-top:-20px;
  border:unset;
}

img.viking-title {
  position: absolute;
  max-width:30%;
  border:none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  text-shadow: 2px 2px 4px #000;
}

.viking-text {
  flex: 1 1 50%;
  padding: 20px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  text-align: justify;
  color: #fcfcfe;
}

/*********************** PAGINAS  ***********************/



/*********************  FIM UPDATE ************************/


/*************  UPDATE SLOGANS DIVISIONS *************/

.viking-agency-section {
  padding: 40px 20px;
  background-color:#011327;
  text-align:left;
}

.viking-agency-block {
  background-color: transparent;
  padding: 20px;
  border-radius: 8px;
  position: relative;
    z-index: 20;
}

.viking-agency-block p {
    text-align:center;
}

.viking-agency-block img.logo {
    text-align:center;
  max-width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.special-division-button {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.viking-agency-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* Espaço entre os dois logos */
}

.viking-agency-block {
  flex: 1 1 250px; /* Largura mínima para manter o layout responsivo */
  max-width: 300px; /* Opcional: evita que os blocos fiquem muito largos */
}

.svg-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    z-index: 10; /* pode ser 100 ou mais se precisares */
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.svg-divider img {
  max-width: 160px; 
  height: auto;
}

/* Layout das 3 colunas lado a lado */

.viking-agency-block,
.center-column {
  flex: 1 1 40%;
  max-width: 40%;
  text-align: center;
  color: white;
}


.three-columns-layout {
    position: relative;
    z-index: 50;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  max-width: 1100px; /* Limita em desktops grandes */
  width: 100%; /* Ocupa toda largura até esse limite */
  margin: 0 auto; /* Centraliza */
  flex-wrap: wrap;
  
}


.three-columns-layout h3 {
 
  margin-top: -40px; 
}

.three-columns-layout p {
 
text-align: justify; 
}




/* Títulos nas colunas */
.viking-agency-block h3 {
  font-size: 1.7rem;
  color: #fff;
}


/* Ajuste da imagem do globo */
.svg-divider img {
  max-width: 180px;
  height: auto;
      margin-top: -40px;
}

/* Ajuste da imagem dos navios */
.atlantic-shipping {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}


/************* FIM UPDATE SLOGANS DIVs************************/
/*
.site-header {
    background-image: url('https://www.demo.vikingcv.com/wp-content/uploads/2025/04/bg-cv1.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto; 
}  */

.site-header {
    background-image: url(/wp-content/uploads/2025/04/viking-bg-2025-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height:auto; /* ou o valor que fores ajustar depois */
    min-height:400px;
}



.nav-menu 
{
 background-color:transparent;  
}



.site-title { margin:20px 0 0 0;
padding:0;
}

.imglogo2 {
    margin: 0 auto;
        margin-right: 6%;
     margin-top: -5px; 
    text-align: center;
    display: block;
}

h1.site-title  {
/*color:#bea629;*/
/* color:#267ab3; */
color:#3e8ec5;
  font: normal 700 2.5rem Arial, Helvetica, sans-serif;
 text-align:left;
}

h3 {
    color: #fff;
    text-align:left;
}

.site-description {
height:100%;
color:rgba(255, 255, 255,0.99);
text-align:left;
}


.breadcrumbs { clear:both;font-size:9px; text-align:left;background:transparent !important;margin-top:1px;padding:5px 10px ;}

.breadcrumbs a {
    color:#182e4d;
    
}


.hentry {
    background-color: #011327;
}

.entry-content a, .comment-content a {
    color: #00f;
}

.entry-content {
   background-color:#011327;
}


/* -----------------------------    CONTACTS                 --------------------------------- */

wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-form .wpforms-field-sublabel, .wpforms-container .wpforms-form .wpforms-field-description, .wpforms-container .wpforms-form textarea, .wpforms-container .wpforms-form li, .wpforms-container .wpforms-form th {
    hyphens: auto;
    color: #fff;
}

.wpforms-field-label label{
    
    color:#fff !important;
}
.wpforms-field-label legens{
    
    color:#fff !important;
}


.wpforms-field-label{
    
    color:#fff !important;
}

  .myflex-12 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
    flex-wrap: wrap; /* Allow items to wrap to the next line on smaller screens */
  }
  
    .myflex-2 {
   display: flex;
    margin: 0 10px;
    justify-content: center;
    text-align: right;
    padding: 5px 0;
    flex-wrap: wrap;
    font-size: 14px;
    text-transform: uppercase;
   
    }

  .contact-button {
    display: block;
    margin: 10px;
    padding: 10px 20px;
    background-color:#fff; /* Choose your desired background color */
   /* color:  #f00;*/
    text-decoration: none;
   /* border-top:1px solid  #007bff;*/
    border-radius: 15px;
     color:#000;
  }

.emergency-calls {
    display: block;
     padding: 10px 9px;
    padding: 10px;
    background: rgba(254, 254, 254, 0);
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #b2b3b4;
    border-radius: 30px;
    color: #eaeaea;
    text-align: center;
}



  .contact-button i {
    margin-right: 10px;
    color:#00f;
  }

 .emergency-calls i {
    /* margin-right: 10px; */
    color: #fff;
    text-align: center;
     padding: 0 5px;
    font-size: 21px;
}

.mycol-6 {
    position: relative;
    overflow: hidden;
     display: table-cell;
    vertical-align: middle;
  }

  .special-division-button {
    display: block;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
  height:60px;
  }
  
   .special-division-button a {
       color:#fff !important;
       text-decoration:underline !important;
   }

  .special-division-button:hover {
    background-color:#00f; /* Adjust to your preferred hover background color */
  }

  .special-division-button:nth-child(even) {
    background-color:#001f4e; /* Adjust to your preferred background color for even rows */
     color:#fff; /*!important;*/
  }

  .special-division-button:nth-child(odd) {
    background-color:#001f4e; /* Adjust to your preferred background color for odd rows */
     color:#fff; /*!important;*/
  }
  

  
.square-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -5px; /* To compensate for margin on individual squares */
}

.square {
  flex-basis: calc(50% - 10px); /* 50% width with margin on both sides by default for the second and third squares */
  margin: 5px; /* Separate squares */
  text-align: center;
  overflow: hidden;
}

.square {
 border-radius:20px;
}


/* CSS para a classe bg-ports */
.bg-ports {
    /* Define a imagem de fundo */
    background-image: url('https://www.vikingcv.com/wp-content/uploads/2024/02/portos-do-arquipelago-de-cabo-verde_auto_x2_toned_light_ai.jpg');
    
    /* Define o tamanho da imagem de fundo */
    background-size:100%;
    background-repeat:no-repeat;
    /* Define a opacidade da imagem de fundo */
    opacity: 1; /* Valor de 0 a 1 */
    /* Define o estilo de fundo caso a imagem não seja carregada 
    /background-color: #001f4e; */ /* Cor de fundo de fallback */
}

/* CSS para ajustar a altura do contêiner */
.bg-ports-container {
    /* Define a altura do contêiner */
  /*  height: 500px;  Ajuste conforme necessário */
    /* Defina outras propriedades, como margens, preenchimento, etc., conforme necessário */
}


/* Set 100% width for the first square */
.square:first-child {
  flex-basis: calc(100% - 10px);
}

.square .logo {
  width: 130px; /* Adjust the width of the logos as needed */
  height: auto;
  max-width: 100%; /* Ensure the image doesn't exceed the container width */
  max-height: 100%; /* Ensure the image doesn't exceed the container height */
}

.logo {
  max-width: 60%; /* Ensure the image doesn't exceed the container width */
  }
  
.square:hover {
  background-color: #001f4e; /* preferred hover background color */
}

  .mylist-container {
    width: auto;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.mylist-item {
    float: left;
    margin-left: 0;
    background-color:#267ab3;
    padding: 20px;
    margin: 8px;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align:center;
}


   .entry-title
 {display:none;}


.navbar {
    background-color: transparent;
    margin: 0 auto;
   /* max-width: 1600px;*/
    width: 100%;
    margin-top: 130px;
}

.nav-menu li a {
  color:#fff;
  font-size: 18px;
  padding: 15px 20px;
  margin:5px;
  font-weight: 300;
}

.nav-menu li {
 
  margin:0 12px;
}


.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
color: #3e8ec5;
}

.nav-menu .sub-menu, .nav-menu .children {
    background-color: #2e77b2;
    /* border: 1px solid #ffffff; */
    border: 0;
    color: #fff;
}

.wpcf7-captchac
{
height:34px !important;
}
div.wpcf7-response-output {
  margin: 0;
  color:#0000ff;
}


div.wpcf7-validation-errors
{
border:0px solid #ffffff;
}

.wpcf7-submit 
{
padding: 5px 24px 10px !important;
}

.wpcf7-textarea 
{
width:90%;
max-width:90%;
min-width:200px;
}


.wpcf7-select 
{
width:90%;
max-width:90%;
min-width:200px;
}

.wpcf7-text
{width:90%;
max-width:90%;
min-width:200px;
}

.myfields2 {
  font-weight: bold;
  font-size: 12px;
  color: #000080;
  font-family: arial;
}


  ul.nav-menu, div.nav-menu > ul {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
}


.main-navigation
{
width:100%;
max-width: 100%;
}


#site-navigation {
    text-align: center;
}

ul.nav-menu {
    display: inline-block;
}

.site-footer .sidebar-container {
    background-color: transparent;
}


.rowflex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -5px; /* To compensate for margin on individual squares */
}


.section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.list-container2 {
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list-item2 {
    margin: 1px;
    background-color: #efecec;
    padding: 16px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    width: 100%; /* Full width on small screens */
}

.mycolflex-122 {
    width: 100%;
}

.mycolflex-62 {
       flex-basis: calc(50% - 10px); /* 50% width with margin on both sides */
    margin: 5px; /* Margin to separate squares */
 
    padding: 20px; /* Adjust to your preferred padding */
    text-align: center;
}


.text-container2 {
    text-align: justify;
    margin: 20px; /* Adjusted margin */
}

.image-container2 {
    width: 100%;
}

.image-container2 img {
    width: 100%;
}

.imgmenu {
    border-radius:0;
    margin: 0 auto;
    display: block;
}
.slider-container2 {
    text-align: justify;
    margin: 20px 0 20px 20px; /* Adjusted margin */
}

.mycoltext1 { 
    text-align:justify;clear:both;margin:60px;
    color:#fff;
}   

.mycolslide1 { text-align:justify;clear:both;margin:60px 0 60px 60px;}   
.mycolimage1 { text-align:justify;margin:0 60px 60px 0}  
.mycoltext2 {text-align:justify;clear:both;margin:0 60px 60px 0}
.mycoltext3 {text-align:justify;clear:both;margin:20px 60px 0 0;}

.mycoltext5 { 
    text-align:justify;clear:both;margin:40px;
}   

footer.entry-meta {
margin-top: 10px;
}



.entry-header, .entry-content, .entry-summary, .entry-meta {
margin: 0 auto;
max-width:100%;
}


.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
max-width: 100%;

}


.site-header .home-link {
height:130px;
background-color:#001f4e;
width:100%;
max-width:100%;
}

.site-header {
background-color:#001f4e;
}

[class*="mycol-"] {
float: left;
width:100%;
}


.slogan1 {
    display: flex;         /* Opcional: Alinha elementos filhos horizontalmente */
    justify-content: center; /* Centraliza o conteúdo dentro do container */
    align-items: center;   /* Centraliza verticalmente, caso necessário */
    width: 100%;           /* Ajuste o tamanho conforme necessário */
    padding: 10px 0;       /* Adicione espaçamento */
    
}



.slogan1 img{
max-width:50%;
} 

.video-img {
width: 100%;
margin:0 auto;
padding:0 20px;
}

.tours-background {
  position: relative;
  margin: 40px 0;
  background-image: url(http://www.vikingcv.com/wp-content/uploads/2016/11/shippingagenciaviking.jpg);
  background-position: center center; /* melhor para equilibrar topo e fundo */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px; /* adiciona espaço interno */
  height: auto; /* importante: deixa o fundo crescer conforme o conteúdo */
  display: flex;
  flex-direction: column; /* para alinhar tudo na vertical */
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.tours-background h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    z-index: 20;
    margin: 40px 0;
}


/* Camada escura por cima da imagem */
.tours-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 47, 91, 0.85); /* Ajusta a opacidade se quiser mais/menos escuro */
  z-index: 1;
}

.tours-background .center-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.background-text {
 background-color: rgba(16, 47, 91, 0.1); /* Ajusta a opacidade se quiser mais/menos escuro */
  color: #fff;
  padding: 2px;
}

h3.responsive-font {
text-align: center;
  font-weight: normal;
}


/*   ************  TOURS AND SHORE EXCURSIONS ******** */



.island-container h4 {
    text-align: center;
    color:#fff;
}


.island-container i {
     color: #fff; 
    font-size:1.4em;
    text-align: center;
    margin:10px;
}
.island-container p {
    font-size:14px;
       color:#fff;
}


.island-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.island-container {
    position: relative;
    margin: 10px;
    flex: 0 1 calc(33.33% - 20px); /* Adjust the width as needed */
}

.island-container img {
    width: 100%;
    height: auto;
    display: block;
}

.island-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    z-index: 2;
}

.image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-container img {
  max-width: 100%;
  height: auto;
   border:1px solid #fff;
    border-radius:10px;
}

.image-container i {
  position: absolute;
  font-size: 4em; 
   color: #fff;
  z-index: 2;
}

.island-color1 {
    background-color:#fff4f4;
}
.island-color2 {
    background-color:#edffe7;
}
.island-color3 {
    background-color:#fffde5;
}
.island-color4 {
    background-color:#f3eeff;
}


.clients-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
  width: 100%;
}

.clients-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.clients-list li {
  font-size: 24px;
  line-height: 2.5;
  color: #fff;
  font-weight: 600;
  
}

.clients-list i {
  margin-right: 10px;
  color: #fff; /* ícone dourado para dar vida */
}


/*****  Clientes  vikingcv.com *******/

.clients-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: transparent;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
  gap: 20px; /* espaçamento entre os items */
}

.client-item {
  flex: 1 1 22%; /* base flexível para desktop */
  max-width: 22%;
  box-sizing: border-box;
}

.client-img {
  width: 100%;
  max-width: 180px;
  border-radius: 10px;
  border: 1px solid #b2b3b4;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.client-item:hover .client-img {
  opacity: 1;
}

.client-text {
  display: block;
  font-size: 12px;
  color: #c7c7c7;
  margin-top: 1px;
}
.footer-text {
    font-size: 9px;
    color: #acaaaa;
    text-align: center;
    word-spacing: 36px;
    padding: 5px 0;
    background-color: transparent;
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
    border-radius:20px;
}



/********************  CONTACTS ******************* */

.viking-row-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0;
}

.viking-form {
  flex: 1;
  min-width: 300px;
}

.form-wrapper {
  background: #ffffff10; /* leve transparência branca */
  padding: 20px;
  border-radius: 15px;
  backdrop-filter: blur(5px);
}

.viking-contact-info {
  flex: 1;
  min-width: 300px;
  color: #fff;
}

.viking-contact-info h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 0 5px #bea629;
  text-align: center;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.contact-item {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-shadow: 0 0 5px #bea629;
  flex-basis: 45%; /* Faz com que cada item ocupe 48% do container */
}

.contact-item i {
  color: #bea629;
}



/* -------------------------------------- RESPONSIVE ------------------------------------ */


/* Footer principal */
.site-footer {
    background-color:#03172d; /* Ou a cor que preferir */
    color: #fff;

}

.footer-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color:transparent;
}

.widget-area {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.widget .footer-widget .footer-bottom i {
    color:#2b78b6;
    margin:0 10px;
    
} 

.footer-bottom i {
    
margin:0 8px;    
}

.widget  h5 {
   font-size: 1rem;
    color: #fff;
    font-weight:400;
} 

.footer-widget {
    flex: 1 1 calc(25% - 30px); /* 4 colunas */
    min-width: 220px;
}

.footer-sidebar p {
    margin: 0 0 10px;
    font-size: 17px;
}
.footer-sidebar h5 {
    
    font-size: 17px;
}

.footer-sidebar i {
    text-align: center !important;
    width: 63%;
    font-size: 18px;
font-size:22px;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #aaa;
        padding: 10px;
}

/* Ícones alinhados melhor */

/* Responsivo: stack widgets abaixo em telas pequenas */


.row {
box-sizing: border-box;
height:auto;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

@media (max-width: 640px) {
ul.nav-menu {
    display:none;
}

.toggled-on .nav-menu li > ul a {
    color: #fff;
}

}


/* Responsivo */
@media (max-width: 992px) {
    .footer-widget {
        flex: 1 1 calc(50% - 30px); /* 2 colunas no tablet */
    }
}

@media (max-width: 600px) {
    .widget-area {
        flex-direction: column;
        align-items: center;
    }
    .footer-widget {
        flex: 1 1 100%; /* 1 coluna no mobile */
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {

    /* For desktop: */
    .mycol-1 {width: 8.33%;}
    .mycol-2 {width: 16.66%;}
    .mycol-3 {width: 25%;}
     .mycol-31 {width: 22%;}
    .mycol-4 {width: 33.33%;}
    .mycol-5 {width: 41.66%;}
    .mycol-6 {width: 50%;  display: table-cell;
    vertical-align: middle;}
    .mycol-7 {width: 58.33%;}
   .mycol-8 {width: 66.66%;}
    .mycol-9 {width: 75%;}
    .mycol-10 {width: 83.33%;}
    .mycol-11 {width: 91.66%;}
    .mycol-12 {width: 100%; display:table;}
.mycol-13 {width: 20%;}
.mycol-14 {width: 25%; }
.mycol-15 {width: 12%;}
	.mycol-16 {width: 88%;}
	.mycol-17 {width:18%;}
	.mycol-18 {width: 16.66%;}

    

.colsearch-6 {width: 50%;}
    .colsearch-12 {width:100%;clear:both;}
    
	h5 {
    font-size: 15px;
 
}
}

/*  -----------------  UPDATE -----------------  */


@media only screen and (min-width:1116px) and (max-width:1328px) {
/*	h1.site-title {font-size:40px;} */
	h5 {
    font-size: 14px;
 
}
/* .site-description {font-size:38px;} */
	
	.imglogo2  img{
	    width:90px;
	   margin:20px; 
	       margin-left: 20%;
	}
	
	
	.nav-menu li a {
   
    font-size: 14px;
    padding: 15px 6px;
}



.site-footer .widget {
    width: 21%;
}

}

@media only screen and (min-width:1024px) and (max-width:1115px) {
/*	h1.site-title {font-size:36px;text-align:center;}
.site-description {font-size:34px;text-align:center;}*/
.imglogo2 {width:120px;
    
     margin-left: 20%;
}
   

.slogan1 {
border:none;
}


.nav-menu li a {
   
    font-size: 14px;
    padding: 15px 6px;
}


.site-footer .widget {
    width: 44%;
    margin:0 0 0 25px;
}


}

@media (max-width: 1024px) {
  .client-text {
    font-size: 11px;
  }

  .footer-text {
    font-size: 8.5px;
    word-spacing: 20px;
  }
}

 /* @media only screen and (max-width:1028px) {
	h1.site-title {font-size:28px;text-align:center;}
.site-description {font-size:26px;text-align:center;}	
.imglogo2 {width:80px;}*
	
} */


@media only screen and (min-width:768px) and (max-width:1023px) {
    
	h1.site-title {font: normal 2.4rem "Source Sans Pro", Helvetica, sans-serif;}
.site-description {    font: normal 1.4rem "Source Sans Pro", Helvetica, sans-serif;
/*    text-align:center;*/
}

.imglogo2 {width:120px;
     margin-left: 20%;
    text-align:center;
}



.nav-menu li a {
   
    font-size: 14px;
    padding: 15px 6px;
}
 
 .square {
    padding: 5px 10px;
     }
     .slogan1 {
border:none;
}

  
   .mycoltext1, .mycolslide1,.mycolimage1,.mycoltext2, .mycoltext5 { 
    margin:20px;
}  
.mycoltext3 {margin:20px}


.site-footer .widget {
    width: 47%;
}

	
}

/* Responsividade */


@media only screen and (max-width:767px){
    
    
    /**************************  UPDATE  ***/
    
 
 
   h1.site-title {
    font-size: 2rem;
    text-align:center;
  }
  .site-description {
    font-size: 1.5rem;
    text-align:center;
  }
 
  .viking-row {
    flex-direction: column;
    text-align: center;
  }

  .viking-text {
  flex: 1 1 50%;
  padding: 20px 0;
  text-align: left;
}

.client-item {
    flex: 1 1 45%;
    max-width: 45%;
  }

  .client-img {
    max-width: 140px;
  }

  .footer-text {
    font-size: 8px;
    word-spacing: 12px;
    padding: 8px;
  }

  .operations-columns {
    flex-direction: column;
  }

  .viking-img, .viking-img2,
  .viking-text {
    flex: 1 1 100%; /* Cada um ocupa toda a largura em dispositivos móveis */
  }
  
  .viking-img img {
    width: 100%;
}

  img.viking-title {
    font-size: 1.5rem; /* Reduzir o tamanho do título em telas pequenas */
  }
    
      .header-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo,
  .site-info,
  .contact-info {
    flex: 1 1 100%;
  }
  
  
  .tours-background {

  margin: 40px 0;
  padding: 0; /* adiciona espaço interno */
  text-align: left;

}
.tours-background h1 {
 
    text-align: center;
    font-weight: 300;
    margin:5px;
    padding:0;
}
.background-text {
  padding: 0;
  text-align:left;
}

h3.responsive-font {
text-align: center;
}

  .responsive-font h3 {
 text-align: center;
  padding:0;
  margin:5px;
}

.background-text h3 {
  font-size: 2vw;
  padding:0;
  margin:5px;
}



  .contact-info .myflex-2 {
    justify-content: center;
  }

  .contact-info {
    text-align: center;
  }
  
   .viking-agency-block,
  .center-column {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  /****** Footer ******/
  .footer-sidebar {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}

.footer-sidebar p {
  margin-bottom: 20px;
}



 .widget-area {
    flex-direction: column;
    align-items: center;
  }
  
  .footer-sidebar p {
        
        font-size: 22px;
    }
    
      .footer-sidebar h5 {
        
        font-size: 22px;
    }
    
    /******************************** FIM UPDATE  ***/
    
    
    .island-container {
    position: relative;
    margin: 0;
    flex: 0 1 calc(100% - 5px);
}
    
    .slogan1 img{
max-width:60%;
} 


.imgmenu {
    border-radius: 10px;

 }
 
   .mycol-3 p {
        text-align: left !important;
    }
    
	.mycol-2 {width:16.66%;}
	.mycol-18 {width:100%;clear:both;}
.mycol-8 {width:66.66%;}
.mycol-10 {width:83.33%;}
    .mycolflex-6 {
        width: 100%;
        box-sizing: border-box;
    }
    
    .myflex-2 {
    justify-content: center;
    text-align: left;
    
    letter-spacing: 2px;
    margin-bottom:20px;

    } 
    
    	h5 {
    font-size: 14px;
 
}
    
    .myecalls {
       display:none;
    }
    
    .emergency-calls i,  .emergency-calls a {
    margin: 0 auto;
    display:block;
    text-align:center;
 /* color:#dbdbdb;*/
     font-size: 33px;
     text-align:center;
}



     .slogan1txt {
display:none;
}
       .clia img, .agentsone img, .bimco img {
max-width:78px;
}

    .mycoltext1, .mycolslide1,.mycolimage1,.mycoltext2,.mycoltext3,.mycoltext5 { 
    margin:20px 5px;
}   


.imglogo2 

{width:150px;
     margin: 0 auto;
} 

.slogan1 {
width:50%;
padding: 5px 0;
border:none;
}



.slogan1 a {
    display: inline-block; /* Garante que o link cresça para conter a imagem */
    text-align: center;    /* Centraliza o conteúdo se necessário */
    width: 100%;           /* Opcional: Ajuste o tamanho conforme necessário */
    font-size:9px;
}

.slogan1 img {
    border:none;
    max-width:100%; /* Faz a imagem ocupar o espaço disponível dentro do link */
    height: auto;    /* Mantém a proporção da imagem */
    display: block;  /* Garante que a imagem seja renderizada como um bloco */
    margin: 0 auto;  /* Centraliza a imagem dentro do container */
    line-height:0;
}



  .mylist-container {
    display: block;
}

.mylist-item {
    width:100%;
    float:none;
    padding: 10px 5px;
}

.site-footer .widget {
    width: 90%;
     margin-right: 0;
}


.emergency-calls {
    margin:20px;
 }

.contact-button {
      margin: 10px 0;
    background-color: #dfdfdf;
    }
    
   
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
   
    color: #fff;
}

    .square-container, .myflex-12 {
    display: block;
}

.square {
    margin: 5px;
    padding: 5px;
}


img.video-img  {
padding:0;
margin:20px 0;

}

}


@media only screen and (max-width:544px){
	.mycol-2 {width:100%;}
	.mycol-10 {width:100%; text-align:center}
	.imglogo2 {max-width:120px;margin:0 auto;float:none;
	     margin:0 auto;
	}
	.mycol-8 {width:100%;}
	
}

@media (max-width: 480px) {
    
  h1.site-title {
    font-size: 1.2rem;
  }
  .site-description {
    font-size: 1.2rem;
  }
  
      .client-item {
        flex: 1 1 46%;
        max-width: 100%;
        margin: 10px 0;
    }

  .client-img {
    max-width: 120px;
  }
  .client-text {
    font-size: 10.5px;
  }

  .footer-text {
    font-size: 7.8px;
    word-spacing: 6px;
  }
}


