/*fondos de letra*/
@font-face {
	font-family: Montserrat-Bold;
	src: url('../Montserrat/Montserrat-Bold.ttf'); 
  }

  @font-face {
	font-family: Montserrat-ExtraBoldItalic;
	src: url('../Montserrat/Montserrat-ExtraBoldItalic.ttf'); 
  }

  @font-face {
	font-family: Montserrat-Light;
	src: url('../Montserrat/Montserrat-Light.ttf'); 
  }

  @font-face {
	font-family: Montserrat-Italic;
	src: url('../Montserrat/Montserrat-Italic.ttf'); 
  }
  @font-face {
	font-family: Montserrat-Medium;
	src: url('../Montserrat/Montserrat-Medium.ttf'); 
  }
/*fondos de letra*/

* {
    box-sizing: border-box;
}

body { 
    overflow: hidden;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    overflow: hidden;
    background-color: #c5c5c3;
    padding: 6px 6px;
    border: 6px solid white;
}

.header .linea1{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 75px;
}

.header .linea1 .sublinea1{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 360px;
}

.header .linea1 .sublinea1 .img1{
    width: 270px;
    height: 55px;
    display: flex;
}
.header .linea1 .sublinea2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.notar{
    display: none;
}

.titulo1{
    font-family: Montserrat-Bold;
    font-size: 26px;
}
p.frases1{
    font-family: Montserrat-Medium;
    font-size: 13px;
}


.header a.logo {
    font-size: 15px;
    font-weight: bold;
    text-align: inherit;
    color: #565559;
}
.header a:hover {
    background-color: #ddd;
    color: #000000;
}
.header a.active {
    background-color: dodgerblue;
    color: #FFFFFF;
}
.header-right {
    float: right;
}

.footer {
   position: absolute;
    left: 0;
    /* overflow: hidden; */
    bottom: 0;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    color: white;
    justify-content: space-between;
    padding: 0px;
}

.footer .linea1{
    height: 10px;
    width: 100%;
}


.footer .linea1 hr{
    border: 1px solid #b6b6b6;
    height: 0;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
}

.footer .linea2{
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 95px;
    padding-right: 95px;
    justify-content: space-between;
}

.footer .linea2 .sublinea1 .img2{
    width: 270px;
    height: 55px;
}
.footer .linea2 .sublinea2 .img3{
    width: 270px;
    height: 55px;
}
.padre {
    /*background: #737370;*/
    background: url('../images/fondo.jpeg') no-repeat center center fixed;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    align-items: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hijo {
    width: 460px;
    height: 440px;
    background-color: rgba(210, 208, 205, 0.9);
    position: relative;
    top: -80px;
    right: -210px;
    border-radius: 19px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 10px 10px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 10px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 10px -3px rgba(0,0,0,0.75);
}
.subhijo{
    width: 400px;
    z-index: 2;
    padding: 15px;
}
.formulario{
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    /* margin-right: 45px; */
    position: relative;
    left: -17px;
}

.formulario .inputestilos{
    border-radius: 10px;
    width: 265px;
}

.btn{
    background: #e72419;
    width: 130px;
    border-radius: 8px;
    font-family: Montserrat-Medium;
    font-size: 13px;
}



@media screen and (max-width: 950px) {
    .hijo {
        right: -110px;
    }
}
@media screen and (max-width: 750px) {
    .footer .linea2 .sublinea1 .img2 {
        width: 220px;
        height: 45px;
    }
    .footer .linea2 .sublinea2 .img3 {
        width: 220px;
        height: 45px;
    }
    
    
}

@media screen and (max-width: 730px) {
    .hijo {
        right: -50px;
    }

    .footer .linea2 .sublinea1 .img2 {
        width: 200px;
        height: 43px;
    }
    .footer .linea2 .sublinea2 .img3 {
        width: 200px;
        height: 43px;
    }

    .footer .linea2 {
        width: 100%;
        height: 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 60px;
        padding-right: 60px;
        justify-content: space-between;
    }
    
}

@media screen and (max-width: 600px) {
    .hijo {
        right: -30px;
    }
    .header .linea1 .sublinea1 {
        width: 292px;
    }
}

@media screen and (max-width: 567px) {
    .hijo {
        right: 0px;
    }
    .notar{
        /*display:inline-block;*/
    }

    .header .linea1 .sublinea1 {
        width: 267px;
    }

    .header .linea1 .sublinea1 .img1 {
        width: 250px;
        height: 55px;
        display: flex;
    }

    .footer .linea2 {
        width: 100%;
        height: 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 30px;
        padding-right: 30px;
        justify-content: space-between;
    }
}

@media screen and (max-width: 515px) {
    .header .linea1 .sublinea1 {
        width: 250px;
    }

    .header .linea1 .sublinea1 .img1 {
        width: 235px;
        height: 49px;
        display: flex;
    }
}
@media screen and (max-width: 500px) {
    .hijo {
        width: 400px;
        height: 395px;
        top: -80px;
        right: 0px;

    }
    .header .linea1 .sublinea1 {
        width: 230px;
    }

    .header .linea1 .sublinea1 .img1 {
        width: 220px;
        height: 45px;
        display: flex;
    }

    .header a.logo {
        font-size: 13px;
        font-weight: bold;
        text-align: inherit;
        color: #565559;
    }
}

@media screen and (max-width: 450px) {
    body { 
        overflow: visible;

    }
    .header .linea1 {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        height: 120px;
    }
    .header a.logo {
        font-size: 11px;
    }

    .hijo {
        width: 316px;
        height: 520px;
        top: 0px;
        right: 0px;
        margin-bottom: 64px;
        margin-top: 50px;
    }
    .padre {
        /* background: #737370; */
        background: url(../images/fondo.jpeg) no-repeat center center fixed;
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
        align-items: center;
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .subhijo {
        width: 400px;
        z-index: 1;
        padding: 15px;
    }
    .titulo1 {
        font-family: Montserrat-Bold;
        font-size: 32px;
        text-align: center;
        width: 100%;
    }
    p.frases1 {
        font-family: Montserrat-Medium;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .formulario {
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        /* margin-right: 45px; */
        position: unset;
        left: 0;
    }
    .soloresponsive{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .btn {
        width: 130px;
        font-size: 13px;
        align-self: flex-start;
    }
    .resposivea{
        align-self: flex-start;
        margin-top: 25px;
    }
    .footer {
        position: unset;
        left: 0;
        /* overflow: hidden; */
        bottom: 0;
        width: 100%;
        height: 140px;
        display: flex;
        flex-direction: column;
        background-color: #FFFFFF;
        color: white;
        justify-content: space-between;
        padding: 0px;
        z-index: inherit;
    }
    .footer .linea2 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* padding-top: 5px; */
        /* padding-bottom: 2px; */
        justify-content: center;
    }
    .footer .linea2 .sublinea1{
        margin-bottom: 20px;
    }


}


@media screen and (max-width: 420px) {
    .notar{
        display:inline-block;  
    }
}


@media screen and (max-width: 350px) {
    .hijo {
        width: 260px;
        height: 574px;
        top: 0px;
        right: 0px;
        margin-bottom: 64px;
        margin-top: 50px;
    }

    .subhijo {
        width: 281px;
        z-index: 1;
        /* padding: 15px; */
    }

    .formulario .inputestilos {
        border-radius: 10px;
        width: 223px;
    }
}