body {
    font-family: 'Open Sans', sans-serif;
    color: white;
    background: rgb(231, 232, 234);
    background: linear-gradient(180deg, rgba(231, 232, 234, 1) 0%, rgba(231, 232, 234, 1) 47%, rgba(255, 255, 255, 1) 62%);
    font-size: 19px;
}

header,
footer {
    background-color: #F58634;
}

header .inner {
    width: 1190px;
    margin: 0 auto;
    height: 141px;
}

.logo {
    float: left;
    position: relative;
}

.logo img {
    position: absolute;
}

.titulo {
    float: right;
    font-family: 'Gill Sans MT';
}

.titulo h1 {
    font-size: 45px;
    margin: 34px 0 10px 0;
}

.titulo div {
    display: flex;
    justify-content: space-between;
}
.titulo div span{
    display: block;
    font-size: 23px;
}
.titulo div span img{
    position: relative;
    top: -2px;
}

.content-banner {
    clear: both;
}

.banner {
    background: url("../img/bg.png") no-repeat center center;
    height: 700px;
}

.banner .inner {
    width: 1190px;
    margin: 0 auto;
}

.grupo-diha {
    width: 385px;
    margin-top: 60px;
    margin-left: 140px;
    float: left;
}

.formulario {
    float: right;
    width: 350px;
    padding: 20px 50px 40px 50px;
    background: white;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin-top: 40px;
    margin-right: 60px;
}
.formulario p,
.formulario h2 {
    color: #333;
    text-align: center;
    font-size: 22px
}

.formulario h2 {
    font-size: 30px;
    letter-spacing: 0.3em;
    margin: 25px 0;
}

.formulario input,
.formulario textarea {
    display: block;
    margin: 22px 0;
    width: 100%;
    background: white;
    color: #222;
    font-family: "Verdana";
    padding: 5px;
    border-radius: 14px;
    border: 1px solid #d1d1d1;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    font-family: inherit;
    outline: none;
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
}

.formulario button {
    border: none;
    float: right;
    position: relative;
    top: 40px;
    right: -14px;
    background: none;
}


/*Contenido*/

.content {
    width: 1190px;
    margin: 0 auto;
    color: #000;
    overflow: hidden;
}

.content-img {
    float: left;
    width: 315px;
}

.content-img p {
    padding: 0 10px;
    font-size: 17px;
    line-height: 1.4em;
    text-align: right;
    padding-right: 5px;
}

.content-img b {
    display: block;
    font-weight: bold;
}

.content-text {
    float: right;
    width: 780px;
}

.content-text p span {
    color: #F58634;
}

.content-text p {
    margin-bottom: 22px;
    line-height: 1.6em
}


/* Cursos */

.cursos {
    width: 1190px;
    margin: 60px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.cursos .taller {
    width: 351px;
    padding-bottom: 30px;
}

.cursos .taller h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 16px
}

.cursos .taller a {
    background-color: #F58634;
    display: block;
    color: white;
    padding: 9px 0 9px 35px;
    margin-top: 200px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-box-shadow: 1px 5px 11px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 1px 5px 11px 0px rgba(0, 0, 0, 0.44);
    box-shadow: 1px 5px 11px 0px rgba(0, 0, 0, 0.44);
    position: relative;
    font-size: 22px;
}
.cursos .taller a.centrar {
    text-align: center;
    padding-left: 0px;
}
.cursos .taller a img{
    position: absolute;
    right: -20px;
    top: -50px;
}

.cursos .bg1 {
    background: url("../img/bg1.png") no-repeat;
}

.cursos .bg2 {
    background: url("../img/bg2.png") no-repeat;
}
.cursos .curso {
    width: 780px;
}
.cursos .curso img{
    min-width: 100%
}
/* Footer */

footer .inner {
    width: 1190px;
    margin: 0 auto;
    padding: 10px 0
}

footer .social {
    float: right;
    display: block;
    padding-top: 20px
}

.links{
    display: inline-block;
    width: 550px;
    text-align: center;
}
.links a{
    color: white; 
    text-decoration: none;  
    font-size: 16px; 
}

footer{
    position: relative;
}
.cookies{
    height: 160px;
    background-color: black;
    opacity: 0.8;
    color: white;
    text-align: justify;
    display: none;
    position: fixed;
    bottom: 0px;
}
.cookies p{
    padding: 40px 0;
    margin: 0 auto;
    width: 80%;
}
.cookies span{
    float: right;
    display: inline-block;
    margin-left: 50px;
}
.cookies span small{
    display: inline-block;
    padding: 6px 20px;
    background-color: white;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
}
.cookies span a{
    display: inline-block;
    border-radius: 5px;
    padding: 7px 8px;
    background-color: #3cb34c;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    header .inner{
        width: auto;
        height: auto;
        overflow: hidden;
        padding: 0 15px 20px 15px;
    }
    header .titulo{
        float: none;
    }
    header .titulo h1{
        font-size: 35px;
    }
    header .titulo h1 span{
        font-size: 18px;
    }
    .logo{
        float: none;
    }
    .logo img{
        max-width: 70%;
        position: relative;
        text-align: center;
    }
    
    .banner .inner{
        width: auto;
        padding: 50px 0 20px 0;
    }
    .grupo-diha{
        display: none
    }
    .formulario{
        float: none;
        margin: 0 auto;
        width: auto;
    }

    .content{
        width: auto;
        padding: 20px 15px;
    }
    .content-img{
        float: none;
        text-align: center;
        width: 100%;
    }
    .content-img p{
        text-align: center;
        margin-bottom: 40px;
    }
    .content-text{
        float: none;
        width: auto;
        text-align: justify;
        padding: 0px 20px;
    }
    .cursos{
        margin-top: 20px;
        width: auto;
        padding: 10px 15px;
        display: block;
    }
    .cursos .taller{
        margin: 0 auto;
    }
    footer .inner{
        width: auto;
        padding: 10px 15px;
    }
    footer .social{
        float: none;
        text-align: center;
        display: block;
        padding: 0px;
    }
    footer .social img{
        width: 50px;
    }

    .links{
        width: 100%;
        margin: 10px 0
    }
    .cookies{
        height: 350px;
    }
    .cookies span{
        margin-bottom: 30px;
    }
    .cursos .curso{
        width: 100%;
    }
    .cursos .curso img{
        min-width: auto;
        max-width: 100%;
    }

    footer img{
        width: 350px;
    }
} 

