@import './base.css';

body{
  font-family: 'Poppins', sans-serif;
}
.nav-header{
  background: #a01568;
  padding: 2px 0;
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.nav-header a{
	color: #fff !important;
	text-decoration: none !important;
}
.nav-header ul{
  list-style: none;
  padding: 0;
  margin: 11px 0;
}
.nav-header ul li{
	display: inline-block;
}
.nav-header ul li a{
	padding: 6px 18px;
  display: block;
  font-size: 16px;
}
.nav-header .active, .nav-header ul li a:hover{
  background: #87ad26;
  border-radius: 25px;
}
.menu-right{
	background: #65174c;
  display: inline-block;
  float: right;
  border-radius: 25px;
}
.menu-right li:first-child{
	border-right: 1px solid #fff;
}
.menu-right li:last-child{
  margin-left: -4px;
}
.menu-right li:first-child a:hover{
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0;
}
.menu-right li:last-child a:hover{
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
}
#sestion-one{	
  display: inline-block;
  width: 100%;
}
#sestion-one h1{
	color: #fff;
	background: #a01668;
	border-radius: 25px;
	font-size: 22px;
	text-align: center;
	display: block;
	padding: 10px;
	width: 15%;
	margin: 30px auto 50px;
}
#sestion-two{
	background: #a01668;	
	padding-top: 65px;
	padding-bottom: 50px;
	z-index: 1;
  position: relative;
}
#sestion-two h2{
  text-align: center;
  color: #fff;
   margin-bottom: 35px;
}
.separador-img{    
	z-index: 2;
  position: relative;
  margin-top: -142px;
  margin-bottom: -75px;
}
#sestion-two p{
	text-align: center;
	color: #fff;
	font-size: 20px;
}
#sestion-two span{
  display: inline-block;
  width: 22px;
  height: 130px;
}
#sestion-two .left-arrow{
	background: url(../imagenes/arrows.png) 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
}
#sestion-two .right-arrow{
	background: url(../imagenes/arrows.png) -73px 0px;
	position: absolute;
	top: 0;
	right: 0;
}
.conten-two{
  width: 700px;
  margin: 0 auto;
  padding: 28px 22px 0 22px;
  position: relative;
}
.conten-text{
	position: relative;
}
.conten-text p{
  font-size: 17px;
  text-align: justify;
  color: #a2a2a2;
  line-height: 1.1;
  padding: 10px 37px 0 40px;
  margin-bottom: 0;
}
.vector1{
  position: absolute;
  top: -30px;
}
.img1{
  position: relative;
  top: -74px;
  padding-left: 50px;
  padding-right: 30px;
}
#sestion-three{
	background: url(/imagenes/banner-contacto.jpg) center left;
	display: inline-block;
	width: 100%;
	padding: 90px 0 70px;
}
#form-contacto{
  background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 30px;
}
#form-contacto h3{
  color: #878787;
  text-align: center;
  font-size: 32px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 12px;
}
#form-contacto p{
  color: #878787;
  text-align: justify;
  font-size: 17px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 20px;
}
#form-contacto .form-control{
  height: 45px;
  border-radius: 12px;
  font-size: 16px;
  background: #fff;
}
#form-contacto #mensaje-contacto{
	height: auto;
  resize: none;
}
.btn-mensaje{
  display: block !important;
  width: 100%;
  background: #a01668;
  padding: 8px !important;
  color: #fff !important;
  font-size: 20px !important;
  border-radius: 12px !important;
}
.footer-bottom{
  display: inline-block;
  width: 100%;
  padding: 15px 25px 30px;
  background: #fff;
}
.footer-bottom h3{
  color: #3c3c3b;
  font-size: 22px;
}
.footer-bottom p{
  color: #706f6f;
  font-size: 20px;
  margin-bottom: 0;
}
.footer-bottom ul{
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-bottom .redes-sociales li{
	display: inline-block;
}
.footer-bottom ul li a{
  color: #706f6f;
  font-size: 20px;
}
.footer-bottom ul a i{
	display: inline-block;
	width: 68px;
	height: 70px;
}
.ico-fb{
	background: url(/imagenes/ico-redes-sociales.png) 0px 0px;
}
.ico-inst{
	background: url(/imagenes/ico-redes-sociales.png) -68px 0px;
}
.ico-wsp{
	background: url(/imagenes/ico-redes-sociales.png) -139px 0px;
}
#modalPedido .btn-enviar-msj{
  padding: 9px !important;
  background: #87ad26;
  color: #fff !important;
  width: 40%;
  margin: 10px auto;
  box-shadow: none !important;
  font-size: 18px !important;
  border-radius: 18px !important;
  outline: none !important;
}
#modalPedido .content-title{
  border-bottom: 3px solid #838383;
  margin-bottom: 25px;
}
#modalPedido h2{
  font-size: 22px;
  color: #424242;
  border-bottom: 3px solid #87ad26;
  margin: 0 0 -3px 0;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 10px;
}
#modalPedido .form-control{
  border: 1px solid #8a8a8a;
  background: #fff;
  font-size: 16px;
  border-radius: 10px;
  height: 44px;
}
.content-valor{
  height: 44px;
  line-height: 2.4;
}
.content-valor label{
	display: inline-block;
	margin-bottom: 0;
	margin-right: 8px;
	font-size: 18px;
}
.content-valor #text_valor{
  display: inline-block;
  background: #fff;
  color: #fff;
  border-radius: 25px;
  padding: 2px 20px;
  font-size: 16px;
  text-align: center;
}
#modalPedido .close-modal{
  background: #87ad26;
  opacity: 1;
  color: #fff !important;
  border-radius: 25px;
  padding: 7px 12px;
  position: absolute;
  right: -13px;
  top: -18px;
  outline: none !important;
}

/*INICIAR SESION*/
.body-login{
    overflow: hidden;
    padding: 0;
    height: 100%;
    background: url(/imagenes/jh-studios-web-cam-banner-acceso.jpg) no-repeat;
    background-position: top right;
    background-size: 80%;
    color: var(--base-text-color);
}
/*Recuperar contraseña*/
.body-Recuperar{
  overflow: hidden;
  padding: 0;
  height: 100%;
  background: url(/imagenes/bg-registro.jpg) no-repeat;
  background-position: top;
}
.sidebar-left{
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    /* padding: 100px 25px 40px 25px !important; */
    padding: 16% 25px 40px 25px !important;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f7f8;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    width: 355px;
}
.sidebar-center {
  /* position: fixed !important; */
  top: 0;
  bottom: 0;
  left: 5%;
  z-index: 1000;
  display: block;
  padding: 50px 25px 40px 25px !important;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #00576e;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  width: 350px;
  height: 50%;
  margin-top: 10%;
}
.main-right{
  padding: 0 !important;
}
.btn-login{
  width: 100%;
  color: var(--base-text-button-color);
  background-color: var(--base-bg-button-color);
  display: block !important;
  padding: 6px 20px !important;
  border-radius: 20px !important;
  font-size: 20px !important;
  outline: none !important;
}
.btn-login:hover{
  background: #f9b851; 
}
.sidebar-left > a > img{
  margin: 0 auto;
}
.content-login{
  margin-top: 30px;
  text-align: center;
}
.content-login > h3{
    margin: 20px 0;
}
.sidebar-left .content-login > p{
  font-size: 16px;
  margin: 20px 0;
}
.content-login > p a{ 
    color: #fff;
    text-decoration: underline;
}
.content-login label{
  font-weight: 500;
  text-align: left;
  display: block;
}
.content-login .form-control{
  height: 42px;
  border-radius: 20px;
  border: 1px solid #444444;
}
.group-social{
  text-align: center;
  margin: 15px 0 9px;
}
.group-social a i{
  display: inline-block;
  width: 63px;
  height: 63px;
}
.group-social .ico_facebook{
  background: url(/imagenes/ico-redes-sociales.png) -2px -3px;
}
.group-social .ico_instagram{
  background: url(/imagenes/ico-redes-sociales.png) -71px -3px;
}
.group-social .ico_wsp{
  background: url(/imagenes/ico-redes-sociales.png) -141px -3px;
}
.menu-aguest-right{
  margin: 6px 4px 2px 4px !important;
  text-align: right;
}
.menu-aguest-right li ul > li > a:hover, .menu-aguest-right li ul > li > a:focus{
  background: #f5f5f5 !important;
}
.menu-aguest-right li ul > li > a{
  background: #ffff !important;
  color: #333 !important;
  display: block;
  border-radius: 0 !important;
  margin: 5px 0;
}
.menu-aguest-right li ul > li{display: block;}
.menu-aguest-right .media{
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.menu-aguest-right .dropdown-menu{
  width: 230px;
  left: -47px;
}
.menu-aguest-right .media .media-body p{
  margin-bottom: 9px;
  line-height: 1.4;
}
.menu-aguest-right .media .media-body a{
  color: #fff !important;
  background: #a01568;
  border-radius: 17px;
  font-size: 14px;
  display: inline-block;
}
.menu-aguest-right .media .media-body a:hover, .menu-aguest-right .media .media-body a:focus{background: #87ad26;}
.sty-in a{
  color: #333 !important;
}
/*REGISTRO*/
.body-regsitro{
  background: url(/imagenes/bg-registro.jpg) no-repeat;
  height: 100%;
}
.content-registro{
  background: #fff;
  width: 400px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  padding: 25px 35px 35px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 2;
}
.content-registro .img-responsive{
  margin: 0 auto 22px;
}
.content-registro .form-control{
  height: 40px;
  border-radius: 10px;
}
.content-registro p.text-terminos{
  line-height: 1.1;
  margin: 15px 0 10px;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
}
.btn-registro{
  width: 100%;
  color: #fff !important;
  background: #008196;
  display: block !important;
  padding: 6px 20px !important;
  border-radius: 10px !important;
  font-size: 20px !important;
  outline: none !important;
}
.btn-registro:hover{
  background: #00576e;
}
.absol-ini-sesion{
  position: absolute;
  right: 40px;
  top: 20px;
  color: #fff;
  font-size: 15px;
  z-index: 2;
}
.absol-ini-sesion a:hover{
  background: #00576e;
  border-color: #00576e;
}
.absol-ini-sesion a{
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px 15px;
  color: #fff !important;
  margin-left: 10px;
  text-decoration: none !important; 
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.box-show-full{
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
}
.panel-ref-registro{
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #e6e6e6;
  padding: 5px 15px;
  margin: 0 0 12px;
}
.panel-ref-registro label{
  margin-bottom: 0;
}



@media screen and (max-width: 991px){
    .body-login{
        overflow: auto;
        background-position: center !important;
        background-size: cover !important;
        background: url(/imagenes/jh-studios-web-cam-banner-acceso-mobile.jpg) no-repeat;
        height: 100vh;
        display: flex;
        align-items: center;
    }
    .body-login .sidebar-left{
        position: relative !important;
        margin: 20px auto 30px;
        float: none;
    }
}


