body
{
    font-family:'Roboto';
}
header > .container
{
  padding:30px 0;
}
a,a:hover
{
    color:inherit;
    text-decoration:none;
}
header nav ul 
{
    display:flex;
    
}
header .flex
{
    justify-content:space-between;
    align-items:center;
}
.sup .flex
{
  justify-content:flex-end;
}
.sup .flex > div 
{
  padding:0 10px;
  border-right:1px solid white;
  position:relative;
}
.sup .flex > div:last-child
{
  padding-right:0;
  border-right:0;
}
.sup .container
{
  padding:0;
}
.alerta
{
  color:white!important;
}
ul 
{
    margin:0;
}
header nav ul li 
{
    text-transform:uppercase;
    font-weight:900;
    color:#656363;
    position:relative;
    font-size:16px;
    padding:0 40px;
}
.acceso 
{
    display:flex;
   
}
.acceso span 
{
    font-weight:900;
    color: #65636c;
}
.cerrarsesion span 
{
  font-weight: 400;
  color: #666!important;
  font-size: 12px;
}
.acceso img 
{
    margin-right:10px;
}
.acceso > div
{
    padding:20px 30px;
}
.acceso > div:first-child span 
{
    color:#00557d;
    /* font-weight: bold; */
    padding-right: 20px;
}

.acceso .nombre
{
  display:block;
  font-weight: bold;
  font-size: 15px;
}
.cerrarsesion a 
{
  opacity: 0.5;
}
.acceso .nombre img 
{
  position:relative;
  top:-2px;
}
header
{
    /* padding:30px 0; */
    box-shadow: 0px 0px 10px #0000005c;
    background: white;
}
.acceso > div:first-child
{
    border-right:3px solid #00557d;
}
.acceso > div:last-child
{
  border-right:0;
  padding-right: 0;
  display: flex;
  /* flex-direction: column; */
  justify-content: flex-end;
  align-items: flex-end;
}
.acceso > div:last-child a 
{
  padding:0 20px;
  position: relative;
}
.acceso > div:last-child a:last-child:before
{
  content:'';
  width:1px;
  height:100%;
  background-color:#b9b9b9;
  left:0;
  position:absolute;
}
.acceso > div:last-child a:last-child span
{
  color:#a7a7a7;
  font-weight:300;
}
.portal2 header nav ul li:nth-child(1):before
{
    content:'';
    position:absolute;
    width:18px;
    height:5px;
    background-color:#00557d;;
    bottom:-10px;
    border-radius:20px;
    left:calc(50% - 9px);
}
.portal3 header nav ul li:nth-child(2):before
{
    content:'';
    position:absolute;
    width:18px;
    height:5px;
    background-color:#00557d;;
    bottom:-10px;
    border-radius:20px;
    left:calc(50% - 9px);
}
.portal4 header nav ul li:nth-child(3):before
{
    content:'';
    position:absolute;
    width:18px;
    height:5px;
    background-color:#00557d;;
    bottom:-10px;
    border-radius:20px;
    left:calc(50% - 9px);
}
.slider
{
    height: 600px;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    background-color:#999999;
}
#QuienesSomos
{
    background-image:url(../img/bgQs.png);
    background-size:cover;
    padding: 200px 0;
    position:relative;
    background-position: center;
}
#QuienesSomos:before
{
    position:absolute;
    content:'';
    width:144px;
    height:25px;
    background-image:url(../img/cacho1.png);
    right:0;
    top:90px;
}
#QuienesSomos:after
{
    position:absolute;
    content:'';
    width:149px;
    height:25px;
    background-image:url(../img/cacho2.png);
    left:0;
    bottom:70px;
}
h2 
{
    color:#00557d;
    font-weight:700;
    font-size:40px;
    margin-top:0;
    margin-bottom:40px;
}
#QuienesSomos .flex > div:first-child
{
    height:500px;
    width:30%;
    background-size:cover;
    background-position:center;
}
#QuienesSomos .flex > div:last-child
{
    width:55%;
}
#QuienesSomos .flex 
{
    justify-content:space-between;
}
.texto
{
    font-size:18px;
    color:#656363;
}
#Clientes
{
    background-image:url(../img/bgClientes.png);
    background-size:cover;
    padding: 100px 0;
    position:relative;
    background-position: center;
    padding-bottom: 0;
}
#Clientes > .container > div 
{
    width:50%;
}
.logos
{
    display:flex;
    flex-wrap:Wrap;
    margin:100px 0;
    margin-bottom:0;
}
.logos > div 
{
    width:33.33333%;
    height:250px;
    background-size:cover;
    background-position:center;
}
#SContacto
{
     background-image:url(../img/bgContacto.png);
    background-size:cover;
    padding: 100px 0;
    position:relative;
    background-position: bottom;
    text-align:Center;
}
#SContacto h3 
{
    font-weight:800;
    color:#666363;
    font-size:40px;
}
#SContacto .container
{
    width:900px;
}
#SContacto .datos
{
    display:flex;
    padding:50px 0;
}
#SContacto .datos li 
{
    width:33.3%;
    font-size:16px;
    color:#666363;
    border-right:3px solid #666363;
}
#SContacto .datos li:last-child
{
    border-right:0;
}
#SContacto .datos li div 
{
    display:flex;margin:auto;
    height:60px;
    justify-content:center;
    align-items:center;
    margin-bottom:30px;
}
#contacto
{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
#contacto > div
{
    width:45%;
}
#contacto input,#contacto textarea
{
    background-color:#c4c4c4;
    border:none;
    width:100%;
    margin:15px 0;
    padding:10px;
    font-size:16px;
}
#contacto textarea
{
    height:120px;
}
#contacto input[type="submit"]
{
    font-weight:800;
}
footer
{
    
}
#BgLogin
{
    /* background-image: url(../img/colo.jpeg); */
    background-color: white;
    padding: 70px 0;
    position:relative;
    background-size: cover;
    background-position: center;
}
#BgLogin:before
{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background-color:black;
    z-index:1;
    top:0;
    left:0;
    opacity:0.6;
}
#BgLogin:after
{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background-color:black;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: blur(4px);
    background-image: url(../img/colo.jpeg);
    background-size:cover;
    background-position:Center;

}
#BgLogin h5 
{
    text-align:Center;
    color:white;
}
#BgLogin h2 
{
    color:white;
    text-align:Center;
}
#BgLogin * 
{
    position:relative;
    z-index:1;
}
#BgLogin p 
{
  color:white;
}
#BgLogin .flex > div
{
    width:30%;
}
#BgLogin .flex
{
    justify-content:space-around;
}
#BgLogin .flex b 
{
    display:block;
    text-align:center;
    font-size:18px;
    font-weight:900;
    color: white;
}
#BgLogin .flex span:not(.glyphicon)
{
    text-align:center;
    display:block;
    margin: 20px 0;
    position:relative;
    padding-bottom:10px;
    text-transform: uppercase;
    color: white;
}
#BgLogin .flex span:not(.glyphicon):after
{
    content:'';
    width:100px;
    height:1px;
    background-color:#32bdf6;
    position:absolute;
    bottom:0;
    left:calc(50% - 50px);
}
#BgLogin input
{
    width:100%;
    background-color:white;
    border:none;
    padding:15px 30px;
    margin:5px 0;
    border-bottom:5px solid #00000024
}
form *:focus
{
    outline:none;
}
#BgLogin button
{
    background-color:#32bdf6;
    border:none;
    color:white;
    font-weight:bold;
    text-transform:uppercase;
    padding:15px 30px;
    margin:auto;
    display:block;
    margin-top: 30px;
}
#BgLogin a:not(.right) 
{
    display:block;
    text-align:center;
    margin:20px 0;
    font-size:13px;
    color: white;
}
#BgLogin h1
{
    /* font-family: "VerveineW01-Regular"; */
    color: #32bdf6;
    text-align:center;
    font-size:45px;
    text-transform: uppercase;
    font-weight: bold;
}
#pswd_info
{
  position:absolute;
  background-color:white;
  color:#666;
  opacity:0.95;
  padding: 10px;
  max-width:400px;
  border-radius:10px;
  margin-top: 2px;
  border:1px solid #32bdf6;
  z-index:5;
}
.valid
{
  color:green;

}
.invalid
{
  color:red;
  line-height: 20px;
}
#pswd_info h4 
{
  font-family:'Oswald';
  text-transform:uppercase;
  font-size: 15px;
  color:#242c35;
}
.cerrarsesion img 
{
  width: 13px;
  opacity:0.7;
  position: relative;
  top: -1px;
  margin-right: 0;
}
.sup
{
  background-color:#00a0e7;
  color:white;
  padding:10px;
}
#myCarousel .carousel-inner
{
  height:450px;
}
#myCarousel .item
{
  width:100%;
  height:100%;
  position:absolute;
  background-size: cover;
  background-position: center;
}
#myCarousel
{
  margin-bottom:30px;
}
#myCarousel .item div 
{width:100%; height:100%;}
.productos .flex > div:nth-child(1)
{
  width: 60%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
}
.productos .tag 
{
  letter-spacing:2px;
  font-size:18px;
}
.productos li 
{
  margin: 30px 0;
  background-color: #f9f9f9;
  width: 50%;
  position: relative;
  min-height: 250px;
}
.productos li .flex
{
  height:100%;
}
.productos .flex > div:nth-child(2)
{
  width: 75%;
  padding: 20px;
  background-image: url(../img/bgEvento.png);
  background-size: 100% 100%;
  background-position: right;
  margin-left: 25%;
  z-index: 1;
  position: relative;
  color: white;
  padding-left: 35%;
  text-align: right;
  padding-right: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.productos .flex > div:nth-child(2) > span 
{
  display:Block;
  padding:10px 0;
  /* font-weight: 300; */
  /* text-transform: uppercase; */
  /* padding-top: 0; */
}
.productos .flex > div:nth-child(2) > span.lugar
{
  font-style:italic;
  letter-spacing:2px;
}
.productos .flex > div:nth-child(2) > span.tipo
{
  padding-top:0px;
  /* color:#666; */
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.productos .flex > div:nth-child(2) span.glyphicon
{
  font-size:20px;
  position:relative;
  top:5px;
  margin-right:10px;
}
.productos .titulo 
{
  font-size: 15px;
  /* font-weight:bold; */
  margin-bottom: 0;
  padding-bottom: 0!important;
  text-transform: uppercase;
}
.productos .flex > div:nth-child(3)
{
  width:15%;
  background-color:#00a0e7;
  color:white;
  padding:20px;
  display:flex;
  justify-content:Center;
  align-items:center;
  flex-direction:column;
  text-align:center;
}
.productos .flex > div:nth-child(3) > span:first-child
{
  display:block;
  font-size:60px;
  font-weight:300;
  line-height: 60px;
}
.productos .flex > div:nth-child(3) > span:last-child
{
  font-size:12px;
  
}
.productos .flex > div:nth-child(4)
{
  width:10%;
  background-color:#07628a;
  display:flex;
  align-items:Center;
  justify-content:Center;
}
.productos .flex > div:nth-child(4) button
{
  background-color:transparent;
  border:none;
  color:white;
  text-align:Center;
  line-height:50px;
  font-weight:bold;
}
.productos .flex > div:nth-child(4) button span:last-child
{
  line-height:20px;
}
.productos .flex > div:nth-child(4) button span:first-child
{
  font-size:100px;
  display:block;
  line-height: 60px;
  margin-bottom: 10px;
}
#S_Portal
{
  background-image: url(../img/bgQs.png);
  background-color:#eaeaea;
}
#S_Portal .hoja
{
  background-color:white;
}

label
{
  margin-bottom:0;
}
.envios
{
  margin:20px 0;
  font-weight:bold;
  font-size:16px;
  letter-spacing:1px;
  color:#72885e;
  font-family:'Arimo';
}
.envios img 
{
  margin-right:5px;
}
#Producto .carouseles
{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
#Producto .carouseles > div 
{
  margin:20px 0;
}
.anadirCarro
{
  display:flex;
}
.SubirAlCarro
{
  display:flex;
  align-items:center;
  margin-bottom:20px;
  flex-wrap: wrap;
}
.SubirAlCarro input 
{
  width:50px;
  text-align:center;
  /* margin:0 10px; */
  border:1px solid #72885e;
  border-radius:6px;
  background-color:transparent;
  height:30px;
  margin-right: 10px;
  padding:10px;
}
.SubirAlCarro button
{
  background-color:#72885e;;
  color:white;
  padding:5px 30px;
  letter-spacing:2px;
  border-radius:6px;
  border:none;
  height:30px;
}
.SubirAlCarro button img 
{
  margin-right:10px;
}
.paddingTop
{
  /* padding-top:150px; */
}
.ProductoDetalle b
{
  font-size: 20px;
  display: block;
  margin-right: 10px;
  color: #00557d;
  font-weight: normal;
}
.ProductoDetalle .descrip
{
  margin:20px 0;
}
.ProductoDetalle .descrip > b 
{
  border-bottom:1px solid #bfbfbf;
  padding-bottom:10px;
  margin-bottom:20px;
}
.ProductoDetalle .precio
{
  color:#72885e;
  font-size:20px;
}
.ProductoDetalle .precio b 
{
  display:inline;
}
.ProductoDetalle .navproductos
{
  font-size: 14px;
  font-style: italic;
  letter-spacing: 2px;
}
.ProductoDetalle h2 
{
  text-align:left;
  margin-bottom: 0;
}
.fotoprincipal a div 
{
  width:100%;
  height:100%;
  background-size: cover;
  background-repeat:No-repeat;
  background-position:center;
  /* margin: 0 0.5%; */
  /* border-radius: 20px; */
}
.especificaciones > div 
{
  display:Flex;
  align-items:Center;
  padding:10px 0;
  font-style:italic;
  font-weight:bold;
  font-size:16px;
  color:#727272;
  letter-spacing:1px;
}
.especificaciones > div > div:first-child
{
  width:50px;
}
.fotoprincipal a 
{
  display:Block;
  width: 99%;
  height:500px;
  margin: 0 0.5%;
}
.fotossecundarias
{
  display:flex;
  flex-wrap:Wrap;
  justify-content;
  order: 1;
}
.fotossecundarias a  
{
  width:24%;
  margin:5px 0.5%;
  height:70px;
}
.fotossecundarias div 
{
  background-size:cover;
  background-position:center;
  width:100%;
  height:100%;
}

.subiralcarrob a 
{
  padding:10px 50px;
  display:Block;
  width:fit-content;
  background-color:#6794a2;
}
.subiralcarrob
{
  margin-bottom:10px;
}
.SubirAlCarro
{
  background-color:#0000003d;
  padding:20px;
}
.ProductoAtributo h5 
{
  font-size: 18px!important;
  margin-bottom: 10px!important;
  margin-top: 0!important;
  width:100%;
  text-align: left!important;
}
.ProductoAtributo > a 
{
  border:1px solid;
  padding: 3px 20px;
  display:block;
  width:fit-content;
  margin-right: 5px;
  font-size:12px;
  margin-bottom: 5px;
}
.ProductoAtributo
{
  display:flex;
  flex-wrap:wrap;
}
#Producto .rrss 
{
  display:flex;
}
#Producto .rrss img 
{
  width:24px;
  margin:20px 0;
  margin-right:20px;
}
.container
{
  width:90%;
}
.hoja
{
  padding:40px 0;
}
.estado
{
  padding:10px 20px;
  font-weight:bold;
  margin: 10px 0;
  background-image: url(../img/estado.png);
  background-size: cover;
  background-position: right;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color:white;
}
.estado span 
{
  position:relative;
  padding-right:20px;
}
.estado span:before
{
  content:'';
  position:absolute;
  width:9px;
  height:9px;
  background-color:#49ffb7;
  right:0;
  border-radius:10px;
  top:3px;
}
.activo
{
  /* color:#125d09; */
  /* background-color:#11ad592b; */
}
.realizado,.suspendido,.reprogramado
{
  color:#9c8b3d;
  background-color:#e2d72a2b;
}
.especificaciones > span 
{
  display:block;
  color:#666;
  padding:10px 0;
  font-size:15px;
}
.especificaciones > span .glyphicon
{
  margin-right:10px;
}
#Producto .tipo
{
  font-size:18px;
}
.TitEspacios
{
  /* background-color:#00a0e7; */
  color: #2E91DF;
  font-weight:bold;
  padding: 20px 40px;
  margin-top:50px;
  font-size:30px;
  margin-bottom: 30px;
  position:relative;
  top: 0;
}
.TitEspacios:after
{
  content:'';
  border-bottom: 2px solid #ececec;
  position:absolute;
  width:calc(100% - 40px);
  height:1px;
  bottom:0;
  right:0;
}
.TitEspacios:before
{
  content:'';
  position:absolute;
  height:100%;
  left:0;
  width: 12px;
  background-color:#2E91DF;
  border-radius:5px;
  top: 0;
  /* border-right: 20px solid white; */
}
.Espacios .flex > div:first-child
{
  width:30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.Espacios .flex > div:last-child
{
  width:68%;
  /* padding:20px 0; */
  margin-left: 2%;
}
.Espacios > .flex
{
  justify-content:space-between;
  background-color: #fdfdfd;
  padding: 20px 0;
  border-bottom: 2px solid #00a0e7;
}
.Espacios li img 
{
  width:24px;
}
.Espacios ul 
{
  display:flex;
  flex-wrap:wrap;
  padding:20px 10px;
  /* background-color:#f7f7f7; */
  /* margin:20px 0; */
  color: #00557D;
  font-size: 16px;
}
.Espacios ul li 
{
  width:50%;
}
.Espacios b 
{
  display:block;
}
.Espacios .nombre
{
  font-size: 36px;
  font-weight:bold;
  color: #00557D;
}
.Espacios .valor
{
  display:block;
  font-size: 20px;
  font-weight: normal;
  color: #666;
  padding:10px 0;
  letter-spacing: 2px;
  font-style: italic;
  padding-top: 0;
}
.Espacios b 
{
  font-size:16px;
  margin-top: 10px;
}
.Espacios ul li 
{
  position:relative;
  padding:3px;
  padding-left:15px;
}
.Espacios ul li:before
{
  position:absolute;
  content:'';
  width: 5px;
  height: 5px;
  background-color: #00557d;
  border-radius:10px;
  left:0;
  top: calc(50% - 3px);
}
.desc 
{
  text-align:justify;
  font-weight:300;
  line-height:24px;
  padding:20px 0;
}
.contratar button
{
  width:100%;
  border:none;
  color:White;
  font-weight:bold;
  padding:20px;
  /* background-color:#00a0e7; */
  background-image: url(../img/estado.png);
  background-size: cover;
  background-position: right;
  border-radius: 30px;
  letter-spacing: 1px;
  font-size: 15px;
}
.Espacios .fotoprincipal a div
{
  background-size:cover;
}
.contratar
{
  /* background-color:#ededed; */
  /* padding:20px; */
  width: 85%;
  margin: auto;
  order: 2;
  margin-top: 30px;
}
.contratar textarea
{
  width:100%;
  margin:10px 0;
  padding:20px;
  

}
.productos
{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}
.productos .fecha
{
  position:relative;
  margin-bottom:10px;
  text-transform: uppercase;
  padding-top: 0!important;
}
.productos .fecha:after
{
  content:'';
  position:absolute;
  width: 150px;
  height:2px;
  background-color:white;
  bottom:0;
  right:0;
}
.productos .tipo 
{
  color:white;
}
.Minimizados
{
  display:flex;
  flex-wrap:Wrap;
}
.Minimizados > div 
{
  width:24%;
  margin:0.5%;
  height:250px;
  background-size:cover;
  background-position:center;
}
.Minimizados > div a 
{
  display:block;
  width:100%;
  height:100%;
  background-color:#000000b0;
  color:white;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.Espacios .modal-dialog
{
  width:90%;
}
.Minimizados > div a b 
{
  font-size:20px;
  text-transform:uppercase;
  height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.Minimizados > div a button 
{
  background-color:#2e91df;
  border:none;
  padding:7px 20px;
  border-radius:10px;
  display:flex;
  align-items:center;
}
.Minimizados > div a button span 
{
  margin-left:10px;
  position:relative;
  top:0px;
}
.Espacios .modal-content
{
  padding:20px;
}
.fotoprincipal
{
  order:0;
}
.prefooter
{
  display:flex;
  justify-content:Center;
  padding:100px 0;
  background-image:url(../img/bgFooter.png);
  background-position: bottom;
}
.prefooter > div 
{
  display:flex;
  align-items:center;
  width:300px;
  justify-content:center;
  font-size:16px;
  color:#aaa;
}
.prefooter img 
{
  margin-right:20px;

}
footer
{
  color:white;
  text-align:center;
  padding:15px;
  background-color:#3895e0;
}
div.pagination
{
  margin:auto;
  width: 100%;
  text-align: center;
  display: block;
}