/*
Theme Name: English ULL
Theme URI: http://www.ull.es/en
Description: Plantilla para el site "English ULL" de la página web de la Universidad de La Laguna
Author: ULL
Author URI: http://www.ull.es
Template: base-ull
Version: 0.1
*/

.page-template-frontpage .hero-content {
    margin-top: 0;
}

.vc-vivelaull .wpb_content_element,
.vc-oferta .wpb_content_element,
.vc-enlaces-frontal .wpb_content_element,
.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0 !important;
}

.ull-body .widget-contacto li{
    list-style: none;
}

.no-margin-bottom, .ull-body .wpb_content_element.vc_map_responsive {
    margin-bottom: 0 !important;
}

.grid-centros h4{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

/*Formulario*/
.formulario-grados{
    background: #1a1a1a;
    padding: 5px 30px;
    color: #696969;
    max-width:400px;
    margin:0 auto;
    width:100%;
}

.formulario-grados h4{
    color: #ffffff;
    border-bottom: 1px solid #525252;
}

.formulario-grados input, .formulario-grados textarea {
    width: 100%;
    border: 2px solid #333333;
    background: #333333;
    color: #ffffff;
    padding-left: 10px;
}

.formulario-grados textarea {
    max-height: 100px;
    height: 30%;
}

textarea::-webkit-input-placeholder{
    color: #696969
}

textarea::-moz-placeholder{
     color: #696969
 }

input[type="checkbox"]{
    width:auto;
}

.aceptar-terminos{
    margin-bottom: 20px;
}

.ancho-boton .boton {
    background: #e6e6e6;
    color: #ae75b1;
    padding: 5px;
}