*{
    margin: 0;
    padding: 0;
}


/*------HEADER-----*/

#header{
    box-shadow: 0px 0px 1px rgba(241,242,243,1);
    display: flex;
    justify-content: space-around;
    align-content: center;
    background-color: rgba(241,242,243,1);
    margin-bottom: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

#der img{
    width: 100%;
}

#der p{
    color: gray;
    font-family: "Open-Sans", sans-serif;
    font-size: 14px;
    text-align: center;
}
#der{
    width: 280px;
    padding: 0.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

#imgs_gestion{
  display: flex;
  width: 95%;
  margin-top: 5px;
}

.img_gestion img{
  width: 100%;
}

.img_gestion{
  width: 50%;
}

.img_gestion:first-child{
  margin-right: 10%;
  margin-top: 3px;
}

.img_gestion:last-child{

}

a{
  text-decoration: none;
  color: rgb(24,103,164);
}
a:hover{
  text-decoration: underline;
  color: rgb(24,103,164);
}

#izq img{
    width: 100%;
}

#izq{
    padding: 1%;
    width: 7%;
    margin-right: 20vw;
}

.izquierda-despacho img{
    width: 100%;
}

.izquierda-despacho{
    padding: 1%;
    width: 13%;
    margin-right: 20vw;
}

#titulo2{
    font-size: 35px;
    padding-bottom: 5%;
    font-family: "Open-Sans", sans-serif;
}


#titulo2 span{
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: bolder;
}

/*------HEADER-----*/


/*-------CUERPO-----*/

main{
    width: 70%;
    margin: auto;
}

#img_der{
  width: 30%;
}

#form_box{
   display: flex;
    align-items: center;
    justify-content: space-between;
}

#lateral_izq{
    width: 55vw;
    margin-bottom: 3vw;
}

.parrafo{
    font-size: 16px;
    color: gray;
    font-family: "Open Sans", sans-serif;
    text-align: justify;

}

.bold{
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}


/*LATERAL DER*/

#lateral_der{
    width: 45vw;
    text-align: center;
    padding-right: 2vw;
    margin-bottom: 5vw;
}

.der{
    width: 100%;

}

.alin{
        padding-bottom: 10%;
}
.der img{
    width: 50%;
}


.der_2{
   width: 100%;
}

.der_2 img{
    width: 65%;
}

.submit_index input,
.submit_index-en input {
    background-color: white;
    color: white;
    border: 0px;
    background: url(img/buttons/boton-acceso-02.png);
    width: 187px;
    height: 53px;
    cursor: pointer;
    transition: 0.1s all ease;
}

.submit_index-en input {
  background: url(img/buttons/boton-acceso-02-en.png);
}

.submit_index input:hover,
.submit_index-en input:hover {
    background-color: white;
    color: white;
    border: 0px;
    background: url(img/buttons/boton-acceso-01.png);
    width: 187px;
    height: 53px;
    cursor: pointer;
}

.submit_index-en input:hover {
  background: url(img/buttons/boton-acceso-01-en.png);
}

#submit{
    height: 48px;
    width: 122px;
    border: 0;
    background: url(../../img/buttons/siguiente-2.png);
    transition: 0.1s all ease;
    cursor:pointer;
}

#submit:hover{
    height: 48px;
    width: 122px;
    border: 0;
    background: url(../../img/buttons/siguiente-1.png);
    cursor:pointer;
}

#volver {
    height: 48px;
    width: 122px;
    margin-top: 2%;
    border: 0;
    background: url(img/boto-volver-opacitat.png);
    transition: 0.1s all ease;
    cursor:pointer;
}

#volver:hover {
    height: 48px;
    width: 122px;
    margin-top: 2%;
    border: 0;
    background: url(../img/boto-volver.png);
    cursor:pointer;
}

#buttondetallesambitocanal{
  border: 1px solid;
  width: 170px;
  border: 1px solid #154A78;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 7px;
  background-color: #154A78;
  color: white;
  cursor: pointer;
  transition: 1s all ease;
  text-align: center;
  margin-bottom: 5%;
}

#buttondetallesambitocanal:hover{
  background-color: black;
  border: 1px solid black;
}
/*LATERAL DER*/


/*-------CUERPO-----*/

@media screen\0 {


    #header{
        padding-top: 0.5vw;
        padding-bottom: 0.5vw;
    }
    #lateral_izq{
        padding-left: 15vw;
        width: 50vw;
    }
    #lateral_der{
        width: 40vw;
        padding-right: 10vw;
    }
    #izq{


    }
    #der{

    }
}

@media screen and (max-width: 1200px){
    .izquierda-despacho{
      padding: 3%;
      width: 16%;
      margin-right: 22vw;
    }

    #header{
    box-shadow: 0px 0px 1px rgba(241,242,243,1);
    display: flex;
    justify-content: space-around;
    align-content: center;
    background-color: rgba(241,242,243,1);
    margin-bottom: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    }
    #lateral_izq{
        width: 100vw;
        margin-bottom: 3vw;
        padding: 2vw;
        margin-left: 5vw;
    }
    #lateral_der{
        width: 100vw;
        text-align: center;
        margin-top: -40vw;
    }
    main{
        width: 100vw;

    }
    body{
        height: 10vw;
    }
    #izq{
    padding: 1vw;
    width: 12vw;
    margin-left: -6vw;

}
    #der{
        width: 280px;
        margin-left: 0vw;
    }

    #imgs_gestion{
      display: flex;
      width: 80%;
      margin-top: 5px;
    }

    #titulo2{
        font-size: 22px;

    }
    #titulo2 span{
        font-size: 26px;
    }

    .ie9up{
        background-color: red;;
    }
}

@media screen and (max-width: 1630px) {
  .condiciones {
    margin-left: 6%
  }
}

@media screen and (min-width: 1760px) {
  .condiciones {
    margin-left: 4%
  }
}

@media screen and (min-width: 1830px) {
  .condiciones {
    margin-left: 5%
  }
}

@media screen and (min-width: 1852px) {
  .condiciones {
    margin-left: 6%
  }
}
