@import url('https://fonts.googleapis.com/css?family=Crete+Round:400i|Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

body, html {
    height: 100%;
}

.react-datepicker-popper {
	z-index: 1000 !important;
}

.react-datepicker-wrapper {
	width: 100%
}


div.DraftEditor-root {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  min-height: 450px;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}

.botDel{
  position: absolute;
  top:5px ;
  right:5px;
  padding: 3px 5px;
  background-color: red;
  color:white;
  border:0px  
}
.botDel i {
  pointer-events: none
}

.lista_videos{
 list-style: none;
 padding: 0px;
 clear: both;
 float: none;
 width: 100%;
 display: block;
 overflow: hidden;
}

.lista_videos li{
  float: left;
  padding: 3px;
  position: relative;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ampliacionCont{
  position: fixed;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color:rgba(0, 0, 0, .75);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ampliacionCont h3{
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 18px;
  padding: 20px;
  max-width: 900px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.react-datepicker-popper {
  z-index:66666;
}

.react-datetime-picker__calendar{
  z-index:66666;
}

.react-datetime-picker__calendar, .react-datetime-picker__clock{
  z-index:66666 !important;
}

.image-element-class{
  margin: 0px 5px 5px 0px;
  width: 25% !important
}
.my-gallery-class{
  list-style: none;
  padding: 0px !important;
  margin: 10px;
  width: 100%

}

#root{
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  height: 100%;
}

.listaActs{

}

.listaActs td p{
  margin: 0px
}

.contenedor{
  background-image: url("../imgs/backfinal.jpg");
  background-color: #333;
  min-height: 100%; 
  padding-top: 260px;
    /* Center and scale the image nicely */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.cuerpoCont{
  background-color: #fff;
  min-height: 100%;
}

.headerStyle{
  display: block;
  overflow: hidden;
  background-image: url("../imgs/water.jpg");
    /*padding-bottom:260px;*/
    /* Center and scale the image nicely */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size:  100% auto;
}

.headerRowStyle{
  margin-bottom: 220px;
  margin-top: 50px;
}

.headerTit{
  padding: 3rem!important;
}

  .headerTit p{
      font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height:24px;
  margin-top: 20px
  }

.notaTit{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px
}

.leerMas,.leerMas:hover{
  font-family: 'Crete Round', serif;
  font-size: 14px;
  color:#ff6600;
  text-decoration: none;
}



.leerMas:after {
    content: '';
    display: block;
    margin-top: 5px;
    width: 55px;
    border-top: 2px solid #ff6600;
}

.notaTit:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.notaTitMenu{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  line-height: 20px
}
.notaTitMenu:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 40px;
    border-top: 2px solid #444;
}

.notaHeaderMenu{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  color: #ff6600
}

.notaCont{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height:24px;
  margin-top: 20px;
  color: #777;
  overflow: hidden;
}

.diaCont{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height:24px;
}


.tituloSec {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
    
}
.tituloSec:before {
  border-top: 2px solid #dfdfdf;
  content:"";
  margin: 0 auto; /* this centers the line to the full width specified */
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%; left: 0; right: 0; bottom: 0;
  width: 95%;
  z-index: -1;
}

.tituloSec span { 
  background: #fff; 
  padding: 0 15px 0 0; 
}

.botMenu{
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  cursor: pointer;
}
.botNota{
  text-decoration: none;
  color: #666
}
.botNota:hover{
  text-decoration: none;
   color: #666
}
.FirmaNombre{
  color:#086db6;
   font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 10px;
  text-transform: uppercase;
}

.FirmaCargo{
  font-family: 'Crete Round', serif;
  font-size: 11px;
  color:#81aa41;
  line-height: 10px
}
.menuBotCont {
 /* border-bottom: solid 1px #ccc*/
}
.menuBotCont h3{
  line-height: 45px;
  /*padding-top: 5px;*/
}






.mod_oculto{
	
}

.mod_oculto:hover > .oculto{
	display:block
}

.mod_oculto > .oculto{
	display:none
}

.mod_oculto:hover > .oculta{
	display:none
}

.mensajesPanel {
  height:300px;
  overflow-y: scroll;
  background-color: #f5f5f5
}

.mensajesPanel ul li{
    padding: .45rem 1.25rem !important;
	font-size: 12px !important
}


/* Navbar container */
.navbarProp {
  overflow: hidden;
  background-color: #fff;
  font-family: Arial;
  box-shadow: 0 2px 3px rgba(0,0,0,.5);
}

/* Links inside the navbarProp */
.navbarProp a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdownMenu {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdownMenu .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: black;
  padding: 20px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.dropbtn i{
  pointer-events: none;
}

/* Add a red background color to navbarProp links on hover */
.navbarProp a:hover, .dropdown:hover .dropbtn {
  color: red;
}

/* Dropdown content (hidden by default) */

.dropdown-content {
  display: none;
  position: absolute;
  background: #f8f8f8;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999999;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdownMenu:hover .dropdown-content {
  display: block;
}

.dropdownMenu:focus .dropdown-content {
  display: none;
}

/* Create three equal columns that floats next to each other */
.columnMenu {
  float: left;
  width: 50%;
  padding: 10px;

  height: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.columnMenu:first-child {
    border-right: 1px solid #b8bcc7;
}

/* Style links inside the columns */
.columnMenu a {
  float: none;
  color: black;
  padding: 0px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.columnList{
  /*-webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -10px;
    padding: 20px;
    overflow: hidden;
}

.columnList div {
  float: left;
  /*flex-grow: 1; 
  width: 33%;*/
  float: left;
  text-align: center;
  cursor: pointer;
  margin-right: 20px
}
.columnList div a{
  width: 100%
}

.columnList div a:focus{
  display: none;
}

.columnMenu h3{
  color: #55565b;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

/* Add a background color on hover */
.columnMenu a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.rowMenu:after {
  content: "";
  display: table;
  clear: both;
}

.menuBot{
 clear: both;
 display: inline-block;
 font-size: 16px;
 cursor: pointer;
 padding: 10px
}
/*
.menuBot img{
  float: left;
  width: 25%
}

.menuBot h5{
  float: right;
  width: 75%
  display: inline-block;
    font-size: 16px;
}*/
.customBanner{
  background-color: rgb(0, 179, 227);
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-family: 'Lato',sans-serif;
  font-weight: 300;
}
.btn-white {
    background: #fff;
    color: #00b3e3;
}

.promo h1 {
    margin-bottom: 10px;
}

.h2-alt {
    font-size: 32px;
    line-height: 42px;
}
.font-french-pass {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
    color: #c9effd;
}
.prod-tit-mod{
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  color: rgb(0, 179, 227);
  text-align: center;
}

.tit-font{
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  color: rgb(0, 179, 227);
}

.headerMod{
  width: 100%;
  max-width: 960px
}
.headData{
  width:50%;
  float: left;
  margin-top: 50px
}
.headImg{
  width:50%;
  float: left;
}
.headColor{
  color:#fff;
  background-color: rgb(0, 179, 227);
  /*border-radius: 0 0 50% 50% / 4%;*/
  color:#fff;
    position: relative;
  z-index: -1;
}

.carousel{
  margin-bottom: 50px
}
.carousel:after {
  background: rgb(0, 179, 227);
  bottom: -20px;
  content: '';
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  /*transform: skewY(-1.5deg);
  transform-origin: 100%;*/
  z-index: 1;
  border-radius: 50% 50% 50% 50%  / 50% 50% 50% 50% ;
}

footer {
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    padding: 0px
}
footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px
}
.bg-mako {
    background-color: #3e454a;
}
.padding-xs-top-35 {
    padding-top: 35px;
}
.padding-xs-btm-35 {
    padding-bottom: 35px;
}
.footer-btm {
    padding: 15px 0;
}
.bg-outer-space {
    background-color: #2a2f32;
}

.menuBot img{
  height: auto;
    margin-right: 10px;
    max-height: 50px;
    max-width: 70px;
}

.menuBot:hover {
  background-color: #eee;
}

ul.prodsMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    /*background-color: #333;*/
}

ul.prodsMenu li {
    float: left;
}

ul.prodsMenu li p,ul.prodsMenu  .dropbtnNew {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
    color:#666;
}
ul.prodsMenu li p{
  margin-bottom: 0px !important

}
/*
ul.prodsMenu li p:before {
    font-family: "Font Awesome 5 Free"; 
    content: " \f0d7";
}
*/
ul.prodsMenu li p:hover, .dropdownNew:hover .dropbtnNew {
    background-color: #f5f5f5;
    color:#999;

}

ul.prodsMenu li.dropdownNew {
    display: inline-block;
}

ul.prodsMenu .dropdownNew-content {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left:0;
    width:100%
}

ul.prodsMenu .dropdownNew-content div {
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
    text-align: left;
    float:left;
    white-space: nowrap;
    overflow: hidden;
}

ul.prodsMenu .dropdownNew-content div:hover {
  background-color: #f5f5f5
}

ul.prodsMenu .dropdownNew:hover .dropdownNew-content {
    display: block;
}

.lista-contacto,.lista-contacto ul{
  list-style: none;
  line-height: 35px
}

.enlace{
  color: #fff
}

.enlace:hover{
  color: #ff6600;
  text-decoration:none
}



@media (max-width: 600px) {
  .columnMenu {
    width: 100%;
    height: auto;
  }
}


