body
{
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin:0;
}
.loader
  {
  	width:100%;
  	height:100%;
  	display:block;
  	top:0;
    left:0;
  	position:fixed;
  	overflow:hidden;
  	z-index:100;
  	background-image:url(loader.gif) !important;
  	background-repeat:no-repeat !important;
  	background-position:center !important;
  	background-color:#FFFFFF66;
  }
.formx{
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
}

.formx2{
  width: 300px;
  margin: 0 auto;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px
}

.formx3{
  width: 100%;
  margin: 0 auto 15px;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 25px;
  max-width: 347px;
  border: 2px solid #95222b;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #666;
  font-size: 19px;
  text-align: left;
}

.fallo{
  color: #ff0000;
  font-size: 20px;
}

.text{
  padding:5px;
  height: 30px;
  width:200px
}

.saveok{
  color: #0be040;
  padding: 15px;
}

.nosaveok{
  color: #3399FF;
  padding: 15px;
}

.errorsave{
  color: #C73A33;
  padding: 15px;
}

.errorForm
{
  color:#FF0000 !important;
  font-size: 10px !important;
  width: 100%;
}
.selecter{
  height: auto;
  display: inline-block;
  background-color: #ffffff;
}

.selecter2{

  display: inline-block;
  background-color: #ffffff;
  width: 100%;
}

.selecter select{
    height: 25px;
    width: 200px;
    -webkit-appearance: button;
      -webkit-border-radius: 2px;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
      -webkit-padding-end: 20px;
      -webkit-padding-start: 2px;
      -webkit-user-select: none;
    display: inline-block;
    background-color: #ffffff;
}

.formx input{
  max-width: 500px;
  width: 100%;
  appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
  font-size: 15px;
  border: 1px solid #ccc;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px 17px;
  height: 46px;
  color: #666;
  outline: none !important;
  outline-width: medium;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.diver
{
    max-width: 400px;
    margin: 0 auto 10px;
    width: 100%;
    overflow: hidden;
}

.diver input[type=submit]
{
  max-width: 180px;
  background-color: #fc4a6a;
  color: #fff;
  height: 40px;
  border: none;
  margin: 15px auto 0;
  cursor: pointer;
  position: relative;
}

.edit
{
  display: inline-block;
  width: 60px;
  cursor: pointer;
  height: 40px
  text-align: center;
}

.erase{
  display: inline-block;
  width: 60px;
  height: 40px;
  cursor: pointer;
  float: right;
  text-align: center;
}


.edit img
{
  width: 25px;
}

.erase img
{
  width: 25px;
}

.adder{
  cursor: pointer;
}

.diver span
{
  display: inline-block;
  margin: 0 0 0 14px;
  text-align: left;
  color: #95222b;
  font-size: 22px;
  float: left;
}

.box_contenido
{
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #add1e336;
}

.box_contenido form
{
  margin: 0;
  text-align: left;
  width: 100%;
}

.backTele
{
  overflow: hidden;
  background-image: url(backgroundteleton.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

.logoBote
{
  width: 160px;
  height: 160px;
  margin: 30px auto 0;
  overflow: hidden;
  background-image: url(logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.head_f
{
    overflow: hidden;
    width: 100%;
    background-image: url(head_s.png);
    background-position: center -1px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 140px;
    display: flex;
    align-items: center;
}

.head_f h1
{
  margin: 0;
  width: 100%;
  padding: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.bx_top_f
{
  overflow: hidden;
}

.cuestbx_f
{
  overflow: hidden;
  color: #666;
  margin: 0 auto 30px;
  width: 90%;
}

.cuestbx_f big
{
  color: #fff;
  font-weight: 500;
  font-size: 26px;
}

.cuestbx_f p
{
    margin: 0;
    font-weight: 300;
    line-height: 30px;
    font-size: 24px;
}

.tit_f
{
  font-size: 35px;
  color: #5c2472;
  font-weight: 600;
  margin: 30px 0 10px;
}

.datebx_f
{
    overflow: hidden;
    max-width: 80%;
    margin: 35px auto;
}

.datebx_f img
{
  float: left;
  margin: 0 20px 0 0;
}

.datebx_f p
{
    overflow: hidden;
    text-align: left;
    margin: 1px 0;
    font-size: 29px;
    font-weight: 400;
    color: #666;
}

.back_btn
{
  overflow: hidden;
  height: 50px;
  width: 120px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #314C8D !important;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

.btnguardar
{
  overflow: hidden;
  height: 110px;
  display: flex;
  align-items: center;
  background-color: #314C8D !important;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  margin: 0 auto 50px;
  max-width: 500px;
}

.btnguardar input
{
  margin: 0 auto;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  height: 100%;
  cursor: pointer;
  background-color: #314C8D !important;
}

.preg
{
  margin: 0 auto 22px;
  text-align: left;
  color: #5c2472;
  font-size: 29px;
  padding: 0 4%;
  font-weight: 500;
}

.content-input input,
.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.content-input input{
	visibility: hidden;
	position: absolute;
	right: 0;
}

.content-input
{
  position: relative;
  margin: 0 0 20px 2%;
  padding: 4px 0 4px 40px;
  display: block;
  color: #fff;
}

/* Estas reglas se aplicarán a todos las elementos i después de cualquier input*/
.content-input input + i{
 background: #fff0;
 border: 2px solid #ccc;
 position: absolute;
 left: 0;
 top: 0;
}

/* Estas reglas se aplicarán a todos los i despues de un input de tipo radio*/
.content-input input[type=radio] + i{
height: 25px;
 width: 25px;
 border-radius: 100%;
 left: 0;
}

.content-input input[type=radio] + i:before{
	content: '';
	display: block;
  height: 17px;
  width: 17px;
	background: red;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 4px;
	background: #ffdd4d;
	transition: all 0.25s ease; /* Todas las propiedades | tiempo | tipo movimiento */
	transform: scale(0) /* Lo reducimos a 0*/ ;
	opacity: 0; /* Lo ocultamos*/
}

.content-input input[type=radio]:checked + i:before{
	transform: scale(1);
	opacity: 1;
}

.txtare
{
  max-width: 500px;
  width: 90%;
  font-size: 15px;
  border: 1px solid #ccc;
  resize: none;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 10px 17px;
  height: 46px;
  color: #666;
  margin: 0 10px;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}


.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.content-select select::-ms-expand {
    display: none;
}

.content-select{
  width: 100%;
	position: relative;
}

.content-select select
{
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px 10px;
  height: 42px;
  outline: 0;
  border: 0;
  color: #666;
  position: relative;
  transition: all 0.25s ease;
  border: 1px solid #ccc;
  background-color: transparent;
  background-image: url(down_arrow.png);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  background-position: 95% 10px;
  background-repeat: no-repeat;
  background-size: 22px;
}

.content-select i{
	position: absolute;
	right: 20px;
	top: calc(50% - 13px);
	width: 16px;
	height: 16px;
	display: block;
	border-left:4px solid #2AC176;
	border-bottom:4px solid #2AC176;
	transform: rotate(-45deg);
	transition: all 0.25s ease;
}

.content-select:hover i{
	margin-top: 3px;
}

.txtarexl textarea
{
  display: inline-block;
  width: 100%;
  resize: none;
  cursor: pointer;
  padding: 10px 17px;
  height: 65px;
  outline: 0;
  border: 0;
  color: #666;
  position: relative;
  transition: all 0.25s ease;
  border: 1px solid #ccc;
  background-color: transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
}

.addhijo
{
  max-width: 130px;
  padding: 10px 17px;
  background-color: #40a629;
  color: #fff;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 25px auto 0;
}

.txhijos
{

}

.select50
{
  width: 47% !important;
  margin: 0 1%;
}

.e_foto
{
  width: 49px;
  height: 49px;
  overflow: hidden;
  position: absolute;
  top: 265px;
  left: 60%;
  background-image: url(editf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.e_foto input
{
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
}

.head_b
{
    background-image: url(head_m.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    height: 220px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.img_head
{
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  width: 190px;
  overflow: hidden;
  height: 190px;
  margin: 115px auto 0;
  border: 5px solid #fc4a6a;
  position: absolute;
  left: 50%;
  margin-left: -95px;
}

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

.tith1
{
  margin: 130px 0 30px;
}

.tith1 h1
{
  color: #95222b;
  font-size: 23px;
  font-weight: 400;
}

.box_Textocontenido
{
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 90%;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #3a6cb9 !important;
  font-size: 20px;
}

@media only screen and (max-width: 730px)
{
  .box_contenido
  {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media only screen and (max-width: 700px)
{
  .head_f
  {
      height: 137px;
  }

  .head_f h1
  {
    font-size: 35px;
  }

  .tit_f
  {
    font-size: 35px;
    color: #5c2472;
    font-weight: 700;
    margin: 30px 0 16px;
  }

  .cuestbx_f big
  {
    font-size: 25px;
  }

  .preg
  {
    font-size: 17px;
  }

  .datebx_f p
  {
    margin: 3px 0;
    font-size: 25px;
  }
}

@media only screen and (max-width: 650px)
{
  .head_f
  {
      height: 126px;
  }

  .head_f h1
  {
    font-size: 32px;
  }

  .cuestbx_f big
  {
    font-size: 21px;
  }

  .tit_f
  {
    font-size: 20px;
  }

  .btnguardar
  {
    height: 108px;
    -webkit-border-top-left-radius: 65px;
    -webkit-border-top-right-radius: 65px;
    -moz-border-radius-topleft: 65px;
    -moz-border-radius-topright: 65px;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
  }

  .btnguardar input
  {
    font-size: 35px;
  }
}

@media only screen and (max-width: 610px)
{
  .head_f
  {
      height: 120px;
  }

  .head_f h1
  {
    font-size: 29px;
  }

  .datebx_f img
  {
    margin: -3px 20px 0 0;
  }

  .datebx_f p
  {
    font-size: 20px;
  }

  .cuestbx_f p
  {
    line-height: 20px;
    font-size: 17px;
  }

  .btnguardar
  {
    height: 100px;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-top-right-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-topright: 60px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .btnguardar input
  {
    font-size: 30px;
  }
}

@media only screen and (max-width: 550px)
{

  .btnguardar
  {
    height: 90px;
  }

  .btnguardar input
  {
    font-size: 28px;
  }

}

@media only screen and (max-width: 500px)
{

  .btnguardar
  {
    height: 80px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .btnguardar input
  {
    font-size: 28px;
  }

}

@media only screen and (max-width: 450px)
{
  .btnguardar
  {
    height: 70px;
  }

  .btnguardar input
  {
    font-size: 25px;
  }

  .datebx_f
   {
    margin: 17px auto;
  }

  .tit_f
  {
    margin: 18px 0;
  }

  .diver span
  {
    margin: 0 0 3px 15px;
    font-size: 18px;
  }

  .head_b
  {
    background-position: top;
    background-size: 100% 99%;
    height: 145px;
    width: 100%;
    max-width: 550px;
    margin: 0px auto 5px;
  }

  .img_head
  {
      width: 150px;
      height: 150px;
      margin: 64px auto 0;
      margin-left: -75px;
  }

  .e_foto
  {
    top: 180px;
    width: 46px;
    height: 46px;
  }

}

@media only screen and (max-width: 410px)

{

.diver
{
    width: 90%;
}

.formx3
{
    max-width: 77%;
}

.addhijo
{
  padding: 10px;
}

}

@media only screen and (max-width: 400px)
{
  .head_f
  {
      height:70px;
      background-size: 100% 100%;
  }

  .tit_f
  {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 700;
  }

  .head_f h1
  {
    font-size: 19px;
    font-weight: 700;
  }

  .datebx_f p
  {
    font-size: 15px;
  }

  .datebx_f img
  {
    margin: 0 10px 0 0;
    width: 30px;
  }

  .btnguardar
  {
    height: 53px;
    -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  }

  .btnguardar input
  {
    font-size: 19px;
  }

  .cuestbx_f
  {
    width: 310px;
  }
}
