body{/*CUERPO DEL HTML*/
	padding: 0;
	background: #f4f4fe;
	font-family: 'Antique Olive Normal', arial;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #5b619d;
	line-height: 1.5;
	font-size: 45px;
	   margin-left:5%;
            margin-right:5%;
}
tbody{
    width: 100%;
    display: table;
}
#not{/*este div aparece cuando hay alguna alerta*/
	width: 100%;
	z-index: 50000;
	height: 4300px;
	background: rgba(91, 97, 157, 0.4);
	display: flex;
	position: absolute;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-top: -500px;
}
.aler{/*contenedor de alertas*/
 display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 150px;
	display: flex;
	align-content: center;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	background: #FFF;
	width: 700px;
	height: 350px;
	border-radius: 50px;
	  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aler-load{/*contenedor de alertas*/
 display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 150px;
	display: flex;
	align-content: center;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	background: #FFF;
	width: 700px;
	height: 750px;
	border-radius: 50px;
	  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.acep{
	margin-top: 4%;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	cursor: pointer;
	background: #5b619d;
	color: white;
	border-radius: 25px;
}
/*ENCABEZADO*/
#encabezado{
	width: 100%;
	height: 150px;
	top:0;
	position: block;
	background: #7172ec;
	display: flex;
	z-index: 1000;
	    
        /* Spread out the elements inside the header. */
        justify-content: space-between;

        /* Align items vertically in the center. */
        align-items: center;

}

@media (max-width: 1500px){
       #enctext{
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #FFF;
	font-size: 45px;
       }
	#logo{
	background: #FFF;
	width: 35%;
	 align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}
#logo img{
	width: 100%;
	height: 100%;
	
}


}
@media (max-width: 1000px){
       #enctext{
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #FFF;
	font-size: 30px;
}
#logo{
	background: #FFF;
	width: 35%;
	height: 100%;
	 align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#logo img{
	width: 75%;
	height: 75%;
}

}
@media (max-width: 500px){
#enctext{
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}
#logo{
	background: #FFF;
	width: 35%;
	height: 100%;
	 align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#logo img{
	width: 60%;
	height: 40%;
	
}

}
#homebtn{
	width: 15%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#homebtn img{
	width: 35%;
	height: 35%;
}
/*DIV NOMBRE VENDEDOR*/
#vende{
	position: relative;
	margin-top: 200px;
	margin-bottom: 40px;
	font-size: 45px;
	text-align: center;
}
/*DIV PARTE 1*/
.p1{
	background: #FFF;
	margin-top: 20px;
	width: 90%;
	height: auto;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.63);
	box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.63);
	justify-content: center;
}
.p1par1{/*div DEL TITULO*/
	padding: 40px;
}
#title1{/*CONTENEDOR DEL TITULO*/
	font-weight: bold;
}
.p1par2{
	width: 90%;
	display: flex;
}
#profimag{/*CONTENEDOR DE FOTO DE PERFIL*/
    width: 90%;
    height: 500px;
    margin-left: 5%;
	border-radius: 10px;
	border-right: 1px solid #a19ee5;
	border-top: 1px solid #a19ee5;
	border-bottom: 1px solid #a19ee5;
	border-left: 1px solid #a19ee5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#profimag input{/*INPUT FILE PARA FOTO DE PERFIL*/
	position: absolute;
	width: 75%;
	height: 35%;
	opacity: 0;
	z-index: 50;
}
.al{/*PRIMERA ADVERTENCIA*/
	width: 2%;
	color: red;
}
#alert1{
	display: none;
	position: absolute;
	z-index: 500;
	margin-top: -35px;
	margin-left: -450px;
}
.p1par3{
	padding-left: 40px;
	padding-right: 40px;
}
.p1par3 p{
	margin-top: 5%;
	margin-bottom:0; 
	color: red;
}
#namee{

	width: 100%;
	display: flex;
	flex-direction: column;
}
#form1{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left:20px;
	margin-right:20px;
}

#label{
	font-size: 45px;
	font-weight: bold;
	margin-top: 5%;
}
#label1{
	margin-top: 5%;
	font-size: 45px;
}

#lab{
	font-weight: bold;
}
.inp{
	width: 100%;
	border-radius: 10px;
	font-size: 45px;
	color: #555555;
	border-right: 1px solid #a19ee5;
	border-top: 1px solid #a19ee5;
	border-bottom: 1px solid #a19ee5;
	border-left: 1px solid #a19ee5;
}
.al2{/*SEGUNDA Y TERCERA ADVENTENCIA ADVERTENCIA*/ 
	width: 2%;
	color: red;
}
.as2{
	margin-top: 100px;
}
.alert2{
	display: none;
	position: absolute;
	z-index: 500;
	margin-top: -35px;
	margin-left: -450px;
}
.ta{
	color: #555555;
	border-radius: 10px;
	font-size: 45px;
	height: 200px;
	resize: none;
	padding: 6px 12px;
	border-right: 1px solid #a19ee5;
	border-top: 1px solid #a19ee5;
	border-bottom: 1px solid #a19ee5;
	border-left: 1px solid #a19ee5;
	font-family: 'Antique Olive Normal', arial;
}

/*APARTADO 2*/
#p2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#p2title{
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	margin-top: 5%;
}
#radgr{
	width: 100%;
	display: flex;
	text-align: center;
}
.rb{
	margin-left: 5%;
	border-radius: 50%;
	border: 2px solid #ccc;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.lnum{
	font-size: 45px;
}
.rb1{
	background: #FFF;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.rbi1{
	background: #FFF;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.rbi{
	background: #FFF;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}
#radgr label{
	width: 35px;
	height: 35px;
	font-size: 45px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#p2et{
	width: 90%;
	font-weight: bold;
	font-size: 45px;
}
.inp2{
	height: 50px;
	width: 85%;
	border-radius: 10px;
	padding: 6px 12px;
	font-size: 45px;
	color: #555555;
	border-right: 1px solid #a19ee5;
	border-top: 1px solid #a19ee5;
	border-bottom: 1px solid #a19ee5;
	border-left: 1px solid #a19ee5;
	margin-bottom: 5%;
}
/*APARTADO 3*/
#p3{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left;
}
#labservvv{
	width: 85%;
	margin-top: 5%;
}
#labserv{
	font-weight: bold;
}
#servs{
	width: 85%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	
}
.lnum{
	width: 100%;
	text-align: left;
}
.inp3{
	height: 50px;
	width: 100%;
	border-radius: 10px;
	padding: 6px 12px;
	font-size: 45px;
	color: #555555;
	border-right: 1px solid #a19ee5;
	border-top: 1px solid #a19ee5;
	border-bottom: 1px solid #a19ee5;
	border-left: 1px solid #a19ee5;
	margin-bottom: 5%;
}

/*APARTADO 4*/
#p4{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left;
}
#labserv2{
	margin-top: 5%;
	width: 85%;
}
#labserv3{
	margin-top: 5%;
	width: 85%;
}
#la1{
	font-weight: bold;
}
#aviso2{
	width: 85%;
	color: red;
}
.cont{/*CONTENEDOR DE LAS IMAGENES DE LA GALERIA*/
    width: 230px;
    
    height: 180px;
	border-radius: 10px;
	border-right: 1px solid #a19ee5;
	border-top: 1px solid #a19ee5;
	border-bottom: 1px solid #a19ee5;
	border-left: 1px solid #a19ee5;
	display: none;

}
.cont2{/*CONTENEDOR DE LAS IMAGENES DE LA GALERIA*/
    width: 90%;
    margin-top: 10px;
    height: 250px;
	border-radius: 10px;
	border-right: 1px solid #a19ee5;
	border-top: 1px solid #a19ee5;
	border-bottom: 1px solid #a19ee5;
	border-left: 1px solid #a19ee5;
	display: block;

	 background-size: cover;
}
.cont3{/*CONTENEDOR DE LAS IMAGENES DE LA GALERIA*/
    width: 85%;
  
    height: 150px;
    margin-left: 15px;
    margin-right: 15px;
	display: flex;
   object-fit: contain;
	 background-size: cover;
}
.cont4{/*CONTENEDOR DE LAS IMAGENES DE LA GALERIA*/
    width: 90%;
  
    height: 150px;
    margin-left: 15px;
    margin-right: 15px;
	display: flex;
   object-fit: contain;
	 background-size: cover;
}
.cont input{/*INPUT FILE DE LAS IMAGENES DE LA GALERIA*/
    position:relative;

	width: 75%;
	height: 35%;
	opacity: 0;
	z-index: 50;
}

/*APARTADO 5*/
#p5{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.labrsoc{
	margin-top: 5%;
	width: 85%;
}
.labsorn{
	font-weight: bold;
}
#divrs{
	margin-top: 3%;
	width: 85%;
	height: auto;
	display: flex;
}
.rs{
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.rsc{
	height:100px;
	width: 100px;
	border-radius: 50%;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contt{
	width: 80%;
	margin-left: 2%;
}
.inp4{
	height: 50px;
	width: 100%;
	border-radius: 10px;
	padding: 6px 12px;
	color: #555555;
	font-size: 45px;
	border-right: 1px solid #a19ee5;
	border-top: 1px solid #a19ee5;
	border-bottom: 1px solid #a19ee5;
	border-left: 1px solid #a19ee5;
}
.labrs{
	font-weight: bold;
}

/*APARTADO 6*/
#p6{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.labrsoc{
	width: 85%;
}
.labsorn{
	font-weight: bold;
}
.colors{
	width: 100%;
	height: auto;
}
.cf{
	margin-top:2%;
	width: 100%;
	height: auto;
	display: flex;
}
.colores{
	width: 20%;
	margin-left: 20%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.colores2{
	width: 20%;
	margin-left: 10%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.color{
	margin-top: 1%;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: white;
}
.rb2{
	margin-top: 5%;
	margin-bottom: 5%;
	border-radius: 50%;
	border: 2px solid #ccc;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

/*A 7*/
#p7{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#p7title{
	width: 85%;
	margin-top: 5%;
	font-weight: bold;
	text-align: center;
}
.radgr2{
	width: 85%;
	margin-top: 2%;
	margin-bottom: 5%;
}
#radgr label{
	font-weight: bold;
}
#botinf{
	width: 90%;
}
.enviar{
	border: none;
	margin-left: 5%;
	font-size: 45px;
	float: left;
	background: #7273ed;
	margin-bottom: 2%;
	color: #FFF;
	margin-top: 3%;
	width: 50%;
	height: 70px;
	border-radius: 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.divsn{
	width: 100%;
}
.acepp{
	width: 35%;
	margin-left: 10%;
	float: left;
	margin-top: 4%;
	cursor: pointer;
	background: #5b619d;
	color: white;
	border-radius: 25px;
}
.cancelar{
	background: white;
	font-weight: bold;
	border-radius: 10px;
	margin-bottom: 2%;
	margin-top: 3%;
	width: 45%;
	height: 70px;
	font-size: 45px;
	color: #7273ed;
	display: flex;
	float: left;
	border-right: 1px solid #a19ee5;
	border-top: 1px solid #a19ee5;
	border-bottom: 1px solid #a19ee5;
	border-left: 1px solid #a19ee5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.p8{
	margin-top: 20px;
	font-size: 40px;
	width: 90%;
	height: auto;
	border-radius: 6px;
	color: red;
	text-align: center;
}

.containert {
    width: 90%;
  height: 30%;
  margin: 0rem;
  margin-top:30px;
  display: grid;
  grid-template-columns: 1fr 1fr ;
  grid-template-rows: 0fr;
}
.cell {
  color: white;
  font-size: 2rem;
  text-align: center;
  padding: 4rem;
  	border-radius: 10px;
	border-right: 1px solid #a19ee5;
	border-top: 1px solid #a19ee5;
	border-bottom: 1px solid #a19ee5;
	border-left: 1px solid #a19ee5;
}



* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */

  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.cont_pop{ 
    width: 100%; 
    background: white; 
    padding: 3%; 
    text-align: center; 
    font-size: 50px; 
    border-radius: 8px;
    display: flex;
    }
