*{
    padding: 0;
    margin: 0;
}
.fontLarge{
    font-size: 25px;
    margin-bottom: 1em;
}

.fontBold{
    font-weight: bold;
}
.imgblock img{
    width: 50px;
    margin-bottom: 1em;
}
.btn{
    padding: .5em;
    border: none;
    background-color: transparent;
    font-size: 17px;
    outline: none;
    display: inline-block;
    cursor: pointer;
    font-family: 'Ubuntu';
    transition: .4s;
}
.btn-border{
    border: 2px solid #f58430;
}
.btn-border:hover{
    background-color: #ffd064;
}
.m-tb-2{
    margin: 2em 0;
}
.textStandard{
    font-size: 20px;
    font-family: 'Ubuntu';
}
.textStandard h1{
    font-size: 40px;
    margin-bottom: .5em;
}
.textStandard p{
    padding:.5em 0;
}
.traslateY100{
    transform: translateY(100px);
}
.text-center{
    text-align: center;
}
.text-right{   
    text-align: right;
}
.border-right{
    border-right: 2px solid #f58430;
}
.border-left{
    border-left: 3px solid white;
}
.border-right-white{
    border-right: 3px solid white;
}
.padding-3em{
    padding: 3em;
}
.inputField{
    width: 100%;
    position: relative;
    margin-bottom: 1em;
}
.inputField::after{
    position: absolute;
    content: "";
    width: 0%;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #f58430;
    transition: .5s;
}
.inputField.focus::before,
.inputField.focus::after{
    width: 50%;
}
.inputField::before{
    position: absolute;
    content: "";
    width: 0%;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #f58430;
    transition: .5s;
}
.inputField input[type=text],
.inputField input[type=email],
.inputField textarea{
    width: 100%;
    padding: .5em;
    font-size: 20px;
    border: none;
    padding-left: 2.5em;
    border-bottom: 2px solid grey;
    outline: none;
    font-family: 'Ubuntu';
}
.inputField textarea{
    resize: none;
    height: 100%;
}

.inputField input[type=text] + label img,
.inputField input[type=email] + label img,
.inputField textarea + label img{
    width: 40px;
    transition: .4s;
}
.inputField input[type=text] + label span,
.inputField input[type=email] + label span,
.inputField textarea + label span{
    margin-left: 7px;
    transition: .4s;
}
.inputField input[type=text] + label,
.inputField input[type=email] + label,
.inputField textarea + label{
    display: flex;
    align-items: center;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    font-family: 'Ubuntu';
    color: grey;
    font-size: 20px;
    transition: .4s;
}
.inputField input[type=text]:focus + label span,
.inputField input[type=email]:focus + label span,
.inputField textarea:focus + label span,
.inputField.active input[type=text] + label span,
.inputField.active input[type=email] + label span,
.inputField.active textarea + label span{
    font-size: 15px;
    transform: translateY(-20px);
}
.inputField input[type=checkbox]{
    display: none;
}
.inputField input[type=checkbox] + label{
    font-family: 'Ubuntu';
}
.inputField input[type=checkbox] + label::before{
    content: "";
    position: absolute;
    border: 2px solid #f58430;
    text-align: center;
    left: -25px;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 1px;
    transition: .4s;
    color: #f58430;
}
.inputField input[type=checkbox]:checked + label::before{
    content: "✔";
    font-size: 15px;
}
.rs-v1{
    margin: 5em 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.rs-v1 .redes{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    transform: rotate(-45deg);
    padding: 2px;
    animation: rs-v1-ih .4s;
    box-sizing: border-box;
}
@keyframes rs-v1-ih{
    0%{
        border-bottom: none;
        border-top: none;
        border-left: 1px solid white;
        border-right: 1px solid white;
    }
    50%{
        padding: 0;
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }
    100%{
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        border-right: none;
        border-left: none;
    }
}
.rs-v1 .redes:hover{
    animation: rs-v1-h .4s;
    border-bottom: none;
    border-top: none;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
@keyframes rs-v1-h{
    0%{
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        border-right: none;
        border-left: none;
    }
    50%{
        padding: 0;
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }
    100%{
        border-bottom: none;
        border-top: none;
        border-left: 1px solid white;
        border-right: 1px solid white;
    }
}
.rs-v1 .sociales{
    background-color: white;
    width: 100%;
    height: 100%;
    color: black;
    line-height: 44px;
    padding: 4px;
    box-sizing: border-box;
}
.rs-v1 .sociales .line-social{
    width: 100%;
    height: 100%;
    border-left: 1px solid black;
    border-right: 1px solid black;
    line-height: 36px;
    box-sizing: border-box;
    transition: .4s;
}
.rs-v1 .redes:hover .line-social{
    border: none;
    line-height: 46px;
}
.rs-v1 .sociales svg{
    transform: rotate(45deg);
    transition: .4s;
}
.rs-v1 .redes:hover .sociales svg{
    font-size: 25px;
}
.container-small{
    width: 80%;
    margin: auto;
    margin-bottom: 3em;
}
@media(max-width:767px){
    .border-left,
    .border-right,
    .border-right-white{
        border: none;
    }
    .rs-v1{
        margin: 1em;
    }
}