* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    font-family: 'Open Sans';
    font-size: 16px;
}

/* Formulario */

.xcontacto{
    margin: 0;
    display: block;
    text-align: center;
}



.xcontacto h4{
    margin-top: 10%;
    font-size: 600%;
    font-family: 'Great Vibes', cursive;
    text-shadow: 2px 2px 0px #36ECC9;
}

.xcontacto .cn{
    width: 22.5%;
    margin: 10px;
    height: 40px;
    border: 2px solid rgba(77, 77, 77, 0.493);
    border-radius: 10px;
    padding-left: 15px;
}

.xcontacto .ct{
    width: 21%;
    margin: 10px;
    height: 40px;
    border: 2px solid rgba(77, 77, 77, 0.493);
    border-radius: 10px;
    padding-left: 15px;
}

.xcontacto .saltodl{
    display: none;
}

.xcontacto .cc{
    width: 45%;
    margin: 10px;
    height: 40px;
    border: 2px solid rgba(77, 77, 77, 0.493);
    border-radius: 10px;
    padding-left: 15px;
}

.xcontacto textarea{
    width: 45%;
    margin: 10px;
    height: 80px;
    border: 2px solid rgba(77, 77, 77, 0.493);
    border-radius: 10px;
    padding-left: 15px;
    min-height: 50px;
    max-height: 150px;
}

.xcontacto .ce{
    background: #36ECC9;
    color: #fff;
    font-weight: bold;
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 10px;
}

.xcontacto .error{
    display: none;
    width: 45%;
    text-align: left;
    border-radius: 4px;
    background: #ce1818;
    color: #fff;
    padding: 15px 10px;
    padding-left: 40px;
}


@media (min-width: 500px) and (max-width: 700px) {

    .xcontacto .saltodl{
        display: block;
    }

    .xcontacto .cn{
        width: 65%;
    }
    
    .xcontacto .ct{
        width: 65%;
    }

    .xcontacto .cc{
        width: 65%;
    }
    
    .xcontacto textarea{
        width: 65%;
    }

    .xcontacto .error{
        width: 65%;
    }
    
} 

@media (min-width: 0px) and (max-width: 500px) {

    .xcontacto h4{
        margin-top: 50px;
        font-size: 18vw;
    }

    .xcontacto .saltodl{
        display: block;
    }

    .xcontacto form{
        margin-left: 10vw;
    }

    .xcontacto .cn{
        width: 75%;
    }
    
    .xcontacto .ct{
        width: 75%;
    }

    .xcontacto .cc{
        width: 75%;
    }
    
    .xcontacto textarea{
        width: 75%;
    }

    .xcontacto .error{
        width: 75%;
    }

    .xcontacto .ce{
        margin-bottom: 30px;
    }
    
} 