/*
Theme Name: NavieraAustral
Theme URI: http://www.mandalagrafica.com/NavieraAustral
Author: Mandala Gráfica and Datactil
Author URI: https://mandalagrafica.com/
Description: Tema principal de Naviera Austral.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Naviera Austral
*/
.hbspt-form{ 
width:100%;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  box-sizing: border-box;
}

html{
  height:100%;
}

body {
  color: #474747;
  background-color: white;
  overflow-x: hidden;
  line-height: 1.2;
  width: 100%;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  height:100%;
}
.ms-info .ms-info-empty div{
	pointer-events: none!important;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

ol, ul {
    padding-left:0;
}

.hubspot-link__container {
    display: none!important;
}


container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus{
  color: #ff9900;
}

span.hand {
  font-family: 'Pacifico', cursive;
  color: #ffffff;
}

span.hand2 {
  font-family: 'Pacifico', cursive;
  color: #ff9900;
}

h1,
h2,
h3 {
  color: #003399;
  font-weight: normal;
  padding: 0 0 30px 0;
}

p {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  padding:0 0 5px;
}

img{
  max-width:100%;
  height:auto;
}

input, select{
  padding:10px;
  margin:5px 0;
  border:none;
  
}

input[type="text" i]{
  width:100%;
  font-size:18px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

buttom{
  cursor:pointer;
}


/* Radio button */

.input__row{
  margin-top: 10px;
  width:100%;
  margin-right:-40px;
}

.input__row ul{
  width:100%;
}


.radiobtn {
  display: none;
}
#slide .bloque .buttons {
  
  width:100%;
}
.buttons li {
  display: block;
  
}
.buttons li label{
  padding-left: 30px;
  position: relative;
  left: -25px;
  display: inline-block;
}
.buttons li label:hover {
  cursor: pointer;
}
.buttons li span {
  display: inline-block;
  position: relative;
  top: 5px;
  border: 2px solid #ff9900;
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
}
.radiobtn:checked + span::before{
  margin:3px;
  content: '';
  border: 2px solid #ff9900;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ff9900;
   border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
}

.calltoaction a{
  border:solid 2px #ff9900;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  padding: 5px 10px;
  
}

.onlycel {
  display: none;
}

.link{
  padding:5px 8px;
  border-radius:15px;
  -moz-border-radius:15px;
  border:solid 2px #474747;
  margin:20px 0 0 0;
  display:inline-flex;
}


header {
  width: 100%;
  background-color: #003399;
  background-color: rgba(0, 51, 153, 1);
  color: white;
  position: fixed;
  z-index: 9999;
  padding:15px 0;
}

header .logo {
  width: 15%;
  height: 50px;
  overflow: visible;
}

header .logo img {
  background-color: #003399;
  height: 130px;
  max-width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  transform: scale(1,1);
  transition: transform 0.4s linear 0.2s;
}
.resize{
 transform: transform: scale(.5, .5);
}




header nav {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 30px;
}

header nav ul li {
  display: inline-block;
  position: relative;
}

header nav ul li > a {
  padding: 10px 15px 10px 0;
}
header nav ul li ul {
     width: 200px;
    margin: 0 0 0 -35%;
    display: none;
    position: absolute;
    z-index: 9999;
    color: #003399;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 5px 5px 0 5px;
}

header nav ul li ul::before{
  display: block;
    color: white;
    font-size: 40px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: " \f0d8";
    margin: 0;
    padding: 0;
    line-height: 0.2;
}

header nav ul li:hover ul{
  display:block;
 
}

header nav ul li ul li {
  display:block;
  background:white;
}

header nav ul li ul li {
  padding:15px;
}

header nav ul li ul li:first-child{
  border-radius:4px 4px 0 0;
}

header nav ul li ul li:last-child{
  border-radius:0 0 4px 4px;
}

/*.menu-item-has-children > a::after{

font-family: "Font Awesome 5 Free"; font-weight: 900; content: " \f107";
} */

header .info {
  display: flex;
  width: 20%;
  align-content: center;
  flex-wrap: wrap;
}

header .navi {
  width: 70%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

navi {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  width: 300px;
  z-index: 9990;
  padding: 40px 30px 30px;
  background: #02031e;
  opacity: 0;
  transition: all 0.75s ease;
  font-size: 1em;
  overflow-y: auto;
  color: #ff9900;
}

navi .sub-menu{
  color:white;
}

navi ul li{
  padding:10px 0;
}


.sub-menu li{
  padding:10px;
}

#menu_on {
  
  color: white;
  /* display: none; */
  width: 30px;
  height: 20px;
  position: absolute;
  z-index: 9999;
  right: 20px;
}

#menu_on span {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  display: block;
  position: absolute;
  background: white;
  transition: all 0.25s ease;
  /* Propiedades a animar | Tiempo | Tipo animaciÃ³n*/
  transform-origin: 0px 100%;
}

#menu_on span:nth-child(2) {
  top: calc(50% - 2px);
}

#menu_on span:nth-child(3) {
  bottom: 0;
}

.visible_menu #menu_on span {
  background-color: white;
}

.visible_menu #menu_on span:nth-child(1) {
  transform: rotate(45deg) translate(-3px, 1px);
}

.visible_menu #menu_on span:nth-child(2) {
  opacity: 0;
}

.visible_menu #menu_on span:nth-child(3) {
  transform: rotate(-45deg) translate(-3px, 3px);
}

.visible_menu navi {
  left: 0;
  opacity: 1;
}

#slide {
  width: 100%;
  padding: 50px 0 30px;
  background-image: url(https://www.navieraustral.cl/wp-content/uploads/2023/08/portada2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-wrap: wrap;
  background-position: bottom;
  height:60%;
}

#slide .bloque {
  width: 50%;
  padding: 40px 0px 20px 0px;
  text-align: center;
  color: black;
  align-items:center;
  display:flex;
}

#slide .bloque h1 {
  font-size: 65px !important;
  color: white;
  line-height: 1;
  font-weight: 200;
  padding:0;
}

#slide .bloque .hand {
  font-size: 4rem !important;
}

#slide .bloque form{
  width:100%;
}
#slide .bloque form ul{
  width:100%;
}

#slide .bloque form ul{
  padding:3px;
  width:50%;
  float:left;
  
}
#slide .bloque form ul li{
  list-style:none;
  padding:4px;
}

.titulo-borde {
	border-left: 15px solid #ff6550 !important;
    margin-left: -30px;
    padding: 0px 0px 0px 10px;
}
.button button{
  display: block;
    width: 98%;
    background-color: #ff9900;
    color: white;
    text-align: center;
    padding: 8px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 20px 1%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
	z-index: 999;
}


.button button:hover{
  background-color:#ff9900;
}

.button button:disabled{
  background-color:#003399;
}

.button{
  width: 100%;
    display: flex;
}

#slide .radio{
  text-align:left;
}

#slide .radio li{
  display:inline;
  padding:0 20px 0 0;
}

#slide select, #slide input{
  width:100%;
  margin:0;
  border: 1px solid #6c6c6c;
  padding:10px;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}


#banner{
    width: 100%;
  padding: 150px 0 100px;
  background-image: url(images/portadanavi.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  display: flex;
  flex-wrap: wrap;
  background-position: center;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

#banner .bloque {
  width: 50%;
  padding: 40px;
  text-align: left;
  color: white;
  display:flex;
  flex-wrap: wrap;
}

#banner .bloque h2{
  color:white;
  margin:0;
  padding:0;
  font-size:30px;
}

#banner .bloque:first-child{
  background-color:rgba(70,70,70,0.6);
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -o-border-radius:10px;
}


#presentacion {
  width: 100%;
  heigh: auto;
}


#presentacion .titulox{
  width: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 1.5;
    padding: 0;
    font-weight: bold;
}

.ms-info {
  width: 100%;
  max-width: 900px;
  text-align: center;
  color: white;
  margin: 0 auto;
}

.ms-info h2 {
  font-size: 50px;
  color: white;
  font-style: italic;
  padding: 0 0 10px 0;
  line-height: 1;
}

.ms-info i {
  font-size: 30px;
}

#navega {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

#navega .titulo {
  z-index: 10;
    margin: -10px 0 0 0;
    padding: 0 0 30px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

#navega .titulo .titulox {
  width: 50%;
  text-align: center;
  font-size:60px;
  line-height:0.7;
  padding:0;
  font-weight: bold;
}
#navega .titulo .titulox .hand{
  font-size:90px;
}


#navega .bloque {
  width: 50%;
  text-align: left;
  padding: 0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin:5px 0;
}

#navega .bloque .info{
  width:100%;
  padding:40px;
}

#pageruta{
  margin: 0 auto;
  padding: 50px 10% 15%;
  max-width: 1200px;
}

.newsol li{
  list-style: inside;
}


footer {
  width: 100%;
  background-color: #003399;
  padding: 50px 0;
}

footer ul{
  width:75%;
}

/*footer ul li {
  width: 30%;
  display: inline-flex;
  list-style: none;
  color: white;
  flex-wrap: wrap;
  padding: 10px;
}

footer ul li {}

.ftitle {
  font-weight: bold;
  font-size: 20px;
  color: white;
  width: 100%;
}

footer ul li ul li {
  width: 100%;
  padding: 6px 0;
}
*/
footer .social{
  width:25%;
  text-align:center;
  color:white;
  font-size:20px;
}

footer .social a{
  padding:5px;
  font-size: 40px;
}

footer .social h4{
  font-weight:bold;
  font-size:17px;
}

#informate {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding:30px 0 20px;
}

#informate h1{
  margin:0 auto;
  display:block;
  text-align:right;
  font-size:80px;
  line-height:0.7;
  font-weight:bold;
}

#informate container {
  padding: 40px 80px;
}

#informate container .bloque {
  width: 24%;
  margin: 0.5%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  overflow: hidden;
  position:relative;
}

#informate .bloque a img {
  transition: all .5s ease-in-out;
}

#informate .bloque a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

 .title_informate{
    position:absolute;
    z-index:90;
    padding:20px;
    
    text-align:center;
    
   top: 40%;
   
    
  }

.title_informate h2{
  text-shadow: 5px 3px 3px black;
  color:white;
    font-weight:bold;
  font-size:40px;
}


#contacto {
  display: flex;
  flex-wrap: wrap;
  background-image: url(images/fondocontacto.jpg);
  background-size: cover;
  padding: 40px 0 15%;
  margin: 0;
}

#contacto .bloque {
  width: 50%;
  padding: 30px;
  color: white;
}

#contacto h2,
#contacto p {
  color: white;
}

#contacto h2 {
  font-weight: bold;
  font-size: 45px;
}

#contacto p {
  font-size: 30px;
}

#waves{
  width:100%;
  height:auto;
  display:flex;
  text-align:center;
  position:relative;
  z-index:9900;
}

#post{
  width:100%;
  height:auto;
  display:flex;
  -flex-wrap:wrap;
  padding:0 0 200px;
}

#post article{
  width:100%;
  text-align:justify;
  padding:100px 20% 200px;
}

#post article .thumpage{
  float:left;
  padding:0 20px 20px 0;
}


/* GTranslate: https://gtranslate.io/*/

  .switcher {
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width: 173px;
    line-height: 1;
    position: relative;
    z-index:1;
  }

  .switcher a {
    text-decoration: none;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .switcher a img {
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.8;
  }

  .switcher a:hover img {
    opacity: 1;
  }

  .switcher .selected {
    background: none;
    position: relative;
    z-index: 9999;
  }

  .switcher .selected a {
    border: 0px solid #ccc;
    color: white;
    padding: 0 15px;
    width: 161px;
  }

  .switcher .selected a:after {
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 15px;
    background-position: 50%;
    background-size: 11px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-repeat: no-repeat;
    content: ""!important;
    transition: all .2s;
  }

  .switcher .selected a.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .switcher .selected a:hover {
   
  }

  .switcher .option {
    position: fixed;
    z-index: 9998;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: white;
    display: none;
    width: 171px;
    max-height: 198px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .switcher .option a {
    color: #000;
    padding: 3px 5px;
  }

  .switcher .option a:hover {
    
  }

  .switcher .option a.selected {
    
  }

  #selected_lang_name {
    float: none;
  }

  .l_name {
    float: none !important;
    margin: 0;
  }

  .switcher .option::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f5f5f5;
  }

  .switcher .option::-webkit-scrollbar {
    width: 5px;
  }

  .switcher .option::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #888;
  }

#resenas{
  width:100%;
  padding:50px 15% 30px;
  background-color:#f5f5f5;
}

#resenas .bloque h2{
  margin:0 0 0 0;
  padding:0 0 20px 0;
}


.estrellas1::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: " /f005";
}

.estrellas2::before{
  
}

.estrellas3::before{
  
}

.estrellas4::before{
  font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content:"   ";
}

.estrellas5::before{
  font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content:"    ";
  color:#f9bd1e;
  
}




.estrellas5{
  width:100%;
}


.tour a{
  padding:8px;
  border-radius:8px 8px 8px 8px;
  -webkit-border-radius:8px;
  -o-border-radius:8px;
  -moz-border-radius:8px;
  background-color:#c87800;
  padding:15px;
   display:block;
  margin-top:30px;
  color:white;
}

.tour a:hover{
  color:#f6c97b;
}

#resenas .bloque{

  margin:0 5%;
  padding:20px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  text-align:center;
  flex-direction: column;
  display:flex;
}

#resenas .bloque .thum{
  margin:0 0 20px 0;
}

#resenas .bloque .thum img{
  width:30%;
  margin:0 auto;
}

#resenas .bloque p{
  flex-grow: 1;
}


#resenas .owl-next{
    background-color: transparent!important;
    right: -77px;
    position: absolute;
    top: 50%;
  font-size:50px;
  opacity:1;
  color:#585858;
}

#resenas .owl-prev{
    background-color: transparent!important;
    left: -77px;
    position: absolute;
    top: 50%;
  font-size:50px;
  opacity:1;
  color:#585858;
}



#contacto .tnp-subscription input.tnp-submit{
  border: solid 2px #ff9900;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
   padding: 5px 10px;
  background:transparent;
  font-size:25px;
  cursor:pointer;
}

#contacto input.tnp-submit:hover{
  color:#ff9900;
}

#page{
  width:100%;
  padding: 10px 10% 17%;
  background-color:white;
}

#pagebarcaza{
  width:100%;
  padding: 30px 10% 20px;
  background-color:white;
}

#pagebarcaza img{
  width:100%;
  height:auto;
}

#pagebarcaza h1, #pageruta h1{
  font-size:50px;
  line-height: 0.8;
  font-weight: bold;
}

#pagebarcaza h1 strong, #pageruta h1 strong{
  font-family: 'Pacifico', cursive;
  color: #ff9900;
   font-size:70px;
}

#pagebarcaza .thumb{
  padding:30px 0 40px;
}

#pagebarcaza .thumb img{
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -o-border-radius:8px;
}

.thumpage{
  width:100%;
  height:auto;
}

.thumpage img{
  width:100%;
  height:auto;
}

.wp-block-columns{
  width:100%;
}

#page h1{
  font-size:70px;
  line-height: 0.8;
  font-weight:bold;
}

#page h1 strong{
  font-family: 'Pacifico', cursive;
  color: #ff9900;
   font-size:90px;
}

#index{
  width:100%;
  padding:40px 20px 20%;
  

}

#index .bloque{
  width:48%;
  margin:1%;
  padding:20px;
}

.bloque_panorama{
  width:33.33%;
  padding:40px;
  display:flex;
  align-items:center;
  align-content:center;
}

#contactopage{
  width:100%;
  padding:150px 20% 30px;
  
}

#sociospage{
  width:100%;
  padding:80px 5% 30px;

}
#agencias{
  width:100%;
  padding:0 15% 30px;
}

#agencias h1{
  padding:0;
  margin:0;
}

#agencias nav{
  width:100%;
  display:flex;
}

#agencias nav .nav{
  margin:0 auto 30px;
}


#agencias .wp-block-columns{
  margin-bottom:10px;
}

#otrasagencias{
  width:100%;
  padding:30px 10% 30px;
  background-image:url(images/agencia.jpg);
  background-size:cover;
  background-position:bottom;
  background-attachment:fixed;
  
  
  
}

#otrasagencias a.bloque{
  width:24%;
  margin:0.5%;
  text-align:center;
  background-color:rgba(80,80,80,0.8);
  color:white;
  font-weight:bold;
  border-radius:8px;
  webkit-border-radius:8px;
  -moz-border-radius:8px;
  position:relative;
  cursor:pointer;


}


#otrasagencias a.bloque .front{
  padding:20px;
}


#otrasagencias .front h2{
  width:100%;
  text-align:center;
}


#otrasagencias a.bloque .front h3{
  width:100%;
  border-bottom:solid 5px #ff9900;
  text-align: left;
  color:white;
  font-size:30px;
  display:flex;
  min-height:150px;
  
}

#otrasagencias a.bloque .front h3 span{
  display:block;
  padding:0 0 0 5px;
  font-weight:bold;
}

#otrasagencias a.bloque .front h3 i{
display: block;
    font-size: 70px;
    float: left;
  color:white;
  font-weight:bold;
  padding: 0 20px 20px 20px;
}

#otrasagencias a.bloque .back{
 padding: 20px;
 background-color: #ff9900;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    top:0;
    position: absolute;
    z-index: 9998;
  display:none;
  font-size:14px;
  width:100%;
  color:white;
}

#otrasagencias a.bloque .back p{
  font-size:14px;
  margin:0;
  padding:0 0 3px 0;
}

#otrasagencias .wp-block-columns{
  margin-bottom:0;
}

#otrasagencias a.bloque:hover .back{
  display:block;
}


.nav-tabs .nav-link{
  padding: 15px 8px;
    font-size: 17px;
    font-weight: bold;
  color:#003399!important;
}

.tab-content{
  padding:20px 0;
}

.has-text-align-center{
  width:100%;
  text-align:center;
}

#contactanos-formulario{
  width:100%;
  padding:30px 0 30px;
}

#contactanos-formulario .bloque{
  width:50%;
  padding:20px;
  text-align:left;
  
}

#contactanos-formulario .bloque p{
  padding:0;
}

#contactanos-formulario{
  display:flex;
  flex-wrap:wrap;
}


.odd{
  width:100%;
  display:flex;
  
}

.odd .bloque{
  padding: 20px;
  display: flex;
  width: 50%;
  align-items: center;
  flex-wrap: wrap;
}

.even{
  width:100%;
  display:flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.even .bloque{
  padding: 20px;
  display: flex;
  width: 50%;
  align-items: center;
  flex-wrap: wrap;
  
}

.date{
  text-transform:uppercase;
  font-weight:bold;
  padding:0 0 4px 0;
  font-size:14px;
  width:100%;
}


.tilnoti{
  color:#474747;
  font-weight:bold;
  padding:0;
}

label{
 
}


input[type="text" i], .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], textarea{
  border:1px solid #6c6c6c;
  padding:10px;
  background-color:white;
  width:90%;
}

.hand{
  color:#003399;
}

.hand strong{
  font-family: 'Pacifico', cursive;
    color: #ff9900;
}

.bloquet{
  width:32.33%;
  padding:0;
  text-align:left;
  color:white;
  background-size:cover;
  margin:0.5%;
  border-radius:8px;
  webkit-border-radius:8px;
  -moz-border-radius:8px;
  overflow:hidden;
}

.minibloque{
  padding:20px;
  width:100%;
  background-color:rgba(0, 51, 153, 0.7);
  opacity:0;
  height: 100%;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  overflow:hidden;
}

.minibloque:hover{
  opacity:1;
}


.minibloque h2{
  color:#ff9900;
  font-weight:bold;
}

.tcenter{
  width:100%;
  text-align:center;
}

.bloquen{
  width:24%;
  padding:0;
  text-align:left;
  color:white;
  background-size:cover;
  margin:0.5%;
}

.related_posts{
  display:flex;
  flex-wrap:wrap;
}

.tosky{
  height: 50px;
  width: 50px;
  position:fixed;
  bottom: 30px;
  left: 20px;
  color:white;
  font-size:50px;
  color:#ff9900;
  z-index:9999;
  transform: rotate(180deg);
  transition: transform 0.4s linear 0.2s;
}

.tosky i{
	position: absolute;
}

.rotate{
 transform: rotate(
360deg);
}


.titlemenos{
  margin:0 0 -140px;
  padding:0;
  
}

.nav-link.active{
  color:#FF9900!important;
}

.pad25{
  padding:25px;
}

.border{
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -o-border-radius:8px;
}


#pfrecuentes{
  padding:100px 10% 300px;
  background-color:#003399;
  color:white;
  width:100%;
}

summary{
  font-weight: bold;
    font-size: 20px;
    padding: 0 0 15px 0;
}

summary::before{

font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107  ";
}



summary:hover{
  color: #ff9900;
}

.wlink a{
  background-color:#6DA710;
  color:white;
  padding:10px 30px;
  font-size:25px;
  color:white;
  font-weight:bold;
  margin:10px 0;
  border-radius:8px;
  webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  display: inline-block;
}


#contactanos-formulario h2{
  font-size:50px;
  color:#ff9900;
  font-weight:bold;
}

input, textarea, select{
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
}

.mauto{
  margin:0 auto;
  justify-content: center;
}


.wp-block-columns{
  justify-content: center;
}

.wp-block-columns{
  
}


.wp-block-table {
    margin: 0 0 1em;
    overflow-x: unset;
}
tbody, td, tfoot, th, thead, tr{
  padding:5px 4px;
}

.breadcrumb_last{
  color:#FF9900;
}

#slide .bloque h1{
 font-weight:bold;
  font-size:40px;
}

#slide .bloque .hand{
  font-size:3rem;
}


.ms-tab-context {
    font-size: 20px;
    font-weight: bold;
    color: #003399!important;
  font-size: 17px;
}


.ms-thumb{
  padding:8px;
  text-align:center;
}

.migas{
  width:100%;
  padding:0 0 20px 0;
}

.ms-tabs .ms-thumb-frame-selected  .ms-tab-context{
  color: #ff9900!important;
}


.navthumb{
  width:100%;
  
}

.navthumb img{
  height:60px;
  width:auto;
  margin:0 auto;
  padding:10px;
}

.textsobreimagen p{
  font-size:30px;
}


.grecaptcha-badge{
  opacity:0;
}


details p{
  background-color:white;
  padding:15px;
  color:#003399;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
}

.droun{
  background-color:#f7f7f7;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  padding:20px;
}

.page-nav{
margin:30px auto;
}



.suf-page-nav{
  display:flex;
  margin:0 auto;
}

.suf-page-nav .page-numbers{
 display: table-footer-group;
    font-size: 25px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    margin: 0 10px 0 0;
    font-weight: bold;
}

.suf-page-nav .current{
    background-color:#ff9900;
  color:white;
}

.onlycel{
  display:none;
}


label {
    display: block;
}


/*el css de la versión movil del sitio*/

.fbarcaza{
 background-position-x: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}



@media (max-width: 1260px) {
  
  .onlypc{
    display:none;
  }
  
  .onlycel {
    display: block;
  }
  
  #otrasagencias a{
    width:49%;
  }
  #contactanos-formulario .bloque{
    width:100%;
  }
  
  header{
    display:flex;
    align-items: center;
  }
  
  
  header nav{
    display:none;
  }
  
  #slide .bloque{
    width:100%;
    padding:15px;
  }
  
  header .logo{
    width:100%;
    text-align:center;
  }
  
  header .logo img{
        height: 50px;
    /* height: auto; */
    float: left;
    padding: 0;
    margin: 0;
  }
  
  header .info{
    width:100%;
    flex-direction: row-reverse;
    padding:0 30px;
    display:none;
  }
  
  
  .infonavi{
    text-align:center;
    display:flex;
    flex-wrap:wrap;
    margin:30px 0;
    padding:30px 0;
  }
  
  
  .switcher .selected a{
    padding:20px 0;
  }
  
  #slide{
    height:auto;
    padding:0;
    
  }
  
  #slide container{
    flex-direction:column-reverse;
  }
  #slide container .bloque:first-child{
    background-color:white;
    padding:15px;
  }
  
   #slide container .bloque:last-child{
   
    padding:20% 30px;
  }
  
  
  
  #resenas .bloque{
    
    
  }
  
  #resenas {
    width: 100%;
    padding: 50px 5% 30px;
    background-color: #f5f5f5;
}
  
  
  #informate container .bloque{
    width:99%;
    position:relative;
  }
  
  #informate container{
    width:100%;
    padding:20px;
  }
  
  #informate .bloque a{
    width:100%;
  }
  
  #informate .bloque a img{
    width:100%;
    height:auto;
  }
 
  
  
  #contacto .bloque{
    width:100%;
  }
  #navega .bloque{
    width:100%;
  }
  
  #navega .titulo .titulox{
    width:100%;
    font-size:50px;
  }
  
  #presentacion{
   width:100%;
   text-align:center;
  }
  
  #informate h1{
    font-size:50px;
  }
  
  
  footer ul li{
    width:100%;
  }
  
  footer ul{
    width:100%;
  }
  
  footer .social{
    width:100%;
  }
  
  #pagebarcaza{
    padding:15px;
  }
  
  header{
    position:relative;
  }
  
  .titlemenos {
    margin: 0 0 -80px;
    padding: 0;
}

  #banner .bloque{
    width:100%;
    padding:20px;
  }
  
  #banner{
    padding:30px 20px;
    background-size:cover;
    background-position:center;
  }
  
  .odd{
    flex-direction:column;
  }
  
  .odd .bloque{
    width:100%;
  }
  
  .even{
    flex-direction:column;
  }
  
  .even .bloque{
    width:100%;
  }
  
  #page {
    width: 100%;
    padding: 3% 3% 45%;
    background-color: white;
    
}
  
  .bloquet{
    width:99%;
  }
  
  #page h1 strong {
    font-family: 'Pacifico', cursive;
    color: #ff9900;
    font-size: 60px;
}
  
  #page h1 {
    font-size: 40px;
    line-height: 0.8;
    overflow-wrap: break-word;
}
  
 #otrasagencias a.bloque {
    width: 100%;
   min-height:300px;
    margin: 0.5%;
    text-align: center;
    background-color: rgba(80,80,80,0.8);
    color: white;
    font-weight: bold;
    border-radius: 8px;
    webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: relative;
    cursor: pointer;
   align-items:center;
} 
  
  #navega .titulo .titulox .hand{
    font-size:60px;
  }
  
  .title_informate{
    padding:10px;
    font-size:20px;
    position:relative;
    top:0;
    bottom:0;
    margin:0;
    padding:0;
    border:none;
  }  
  
  .#navega .titulo .titulox{
    font-size:40px;
  }
  
  .calltoaction a {
    margin-top: 40px;
    border: solid 2px #ff9900;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 5px 10px;
    display: inline-block;
}

  navi .sub-menu{
    padding:0 0 0 20px;
  }
  
  #contacto h2 {
    font-weight: bold;
    font-size: 35px;
}
  
 #presentacion .titulox{
  width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
    padding: 0;
    font-weight: bold;
} 

  .nav-tabs .nav-link{
    width:33.33%;
  }  
  
  .minibloque{
    opacity:100;
    width:100%;
  }
  
  .bloquen{
    width:99%;
  }
  .creverse{
flex-direction: column-reverse;

}
  
  header .info{
    display:none;
  }
  
  .title_informate h2 {
   text-shadow: none; 
   color: #003399;
   font-weight: bold;
   font-size: 20px;
    margin:10px;
    padding:0;
}
  
  #informate .bloque a img {
    width: 100%;
    height: auto;
    display: none;
}
  
.radiobtn:checked + span::before {
    margin: 1px;
    content: '';
    border: 2px solid #ff9900;
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #ff9900;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}  
  
.buttons li label {
    color: black;
    padding-left: 29px;
    position: relative;
    left: -25px;
}  
  
  .buttons li span {
    display: inline-block;
    position: relative;
    top: 3px;
    border: 2px solid #ff9900;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

  .celfloatleft{
    float:left!important;
  } 
  
  #otrasagencias a.bloque .back{
    min-height:300px;
  }
  
  .logonavi{
    width:100%;
    display:flex;
    padding:0 0 30px 0;
    text-align:center;
    
  }
 
  .logonavi img{
    width:100%;
    margin:0 auto;
  }
  .owl-buttons{
    display:none;
  }
  
  #post article{
  width:100%;
  text-align:justify;
  padding:30px 3% 30px;
}

  #post{
    padding:20px;
  }
  .pad25{
    padding:10px;
  }
  
  #pageruta {
    margin: 0 auto;
    padding: 50px 5% 15%;
    max-width: 1200px;
}
  
}