@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?fx0mhg');
    src:  url('../fonts/icomoon.eot?fx0mhg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fx0mhg') format('truetype'),
    url('../fonts/icomoon.woff?fx0mhg') format('woff'),
    url('../fonts/icomoon.svg?fx0mhg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e942";
}
.icon-menu:before {
    content: "\e9bd";
}
.icon-close:before {
    content: "\ea0d";
}
.icon-mail4:before {
    content: "\ea86";
}

/**{*/
/*    padding: 10px;*/
/*    !*padding-top: 10px;*!*/
/*    !*padding-right: 13px;*!*/
/*    !*padding-left: 15px;*!*/
/*    !*padding-bottom: 5px;*!*/
/*    !*padding: 10px 13px 5px 15px;*!*/
/*    margin: 10px;*/
/*    !*margin-top: 10px;*!*/
/*    !*margin-right: 13px;*!*/
/*    !*margin-left: 15px;*!*/
/*    !*margin-bottom: 5px;*!*/
/*    !*margin: 10px 13px 5px 15px;*!*/
/*    border: 2px solid red;*/
/*}*/

.titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    margin-top: 50px;
    padding-bottom: 0;
}

.titulo span {
    text-decoration: underline;
}

body {
    font-family: 'Allerta', sans-serif;
    margin: 0;
}

table {
    width: 100%;
}

th {
    background: #273b47;
    color: white;
    padding: 10px 20px;
    text-align: left;
}

td {
    padding: 20px;
}

table, td, th {
    border: 1px solid #273b47;
    border-collapse: collapse;
}

input, textarea {
    outline: 0;
}

input:focus, textarea:focus {
    background: lightgray;
}

.contenedor {
    max-width: 800px;
    margin: auto;
    position: relative;
}

.background {
    background-color: #466173;
    background-image: url(../images/background.png);
    background-size: cover;
}

.button {
    border-radius: 8px;
    border: none;
    /*background: #fd324e;*/
    color: white;
    padding: 7px 12px;
    font-size: 18px;
    /*background: linear-gradient(to left, #fe344e, #ff7250);*/
    cursor: pointer;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
    background: #feccb1; /* Old browsers */
    background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
}

.title-a {
    font-size: 24px;
    margin-top: 0;
}

.title-b {
    font-size: 50px;
    margin-bottom: 20px;
}

.guitarras {
    color: #1F313C;
    margin-bottom: 60px;
}

.guitarras h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
}

.guitarra {
    padding: 10px;
    margin: 10px 10px 40px 10px;
    /*overflow: hidden;*/
    border: 1px solid #1F313C;
    border-radius: 8px;
}

.guitarra ol {
    padding: 0;
}

.guitarra.b {
    height: 190px;
}

.portada {
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 500px;
}

.portada button {
    margin-bottom: 70px;
}

.menu {
    font-size: 24px;
    display: inline-block;
    right: 0;
}

.menu li {
    display: inline-block;
    margin-left: 30px;
}

.menu li:before {
    content: '∘';
    line-height: 50px;
    color: white;
}

.menu a {
    color: white;
    text-decoration: none;
}

.logotipo {
    display: inline-block;
    margin-left: 0;
}

.derecha {
    float: right;
    position: relative;
    top: -127px;
}

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

.contenedor-guitarra-a {
    padding-left: 20px;
}

.contenedor-guitarra-b {
    margin-left: 350px;
    position: relative;
    bottom: 50px;
}

.header {
    position: relative;
}

.footer {
    background: #273b47;
    padding: 50px 10px;
}

.footer .contenedor{
    display: flex;
    justify-content: space-between;
}

.contacto {
    display: flex;
    width: 300px;
    flex-wrap: wrap;
    align-items: center;
}

.contacto img {
    display: block;
}

.contacto strong {
    display: block;
}

.contacto a {
    color: white;
    text-decoration: none;
    margin: 10px 10px 10px 0;
}

.formulario {
    display: flex;
    width: 400px;
    color: white;
}

.col1, .col2 {
    display: flex;
    flex-direction: column;
}

.col1 {
    margin-right: 15px;
}

.col2 {
    align-items: flex-start;
}

.col2 .button {
    margin-top: 15px;
}

.intereses label {
    font-size: 12px;
}

.formulario label .sexo .intereses {
    margin-bottom: 10px;
}

.sexo {
    margin-top: 10px;
}

.tabla {
    margin: 50px 0;
}

.burguer-button {
    width: 40px;
    line-height: 40px;
    border-radius: 50px;
    height: 40px;
    background: #395667;
    cursor: pointer;
    position: fixed;
    display: inline-block;
    text-align: center;
    left: 20px;
    top: 20px;
    color: white;
    z-index: 3;
    display: none;
}

.video-demo {
    max-width: 500px;
    width: 100%;
    border: 5px solid #3c5b6e;
}

.video-demo-contenedor {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
    body {
    }

    /*.contenedor {*/
    /*    width: auto;*/
    /*    max-width: 800px;*/
    /*}*/

    /*precios*/
    .tabla {
        margin: 50px 20px;
    }
    .tabla .contenedor {
        overflow:auto;
        border: 1px solid #273b47;
    }
    /*diseño para scroll de tabla*/
    .tabla .contenedor::-webkit-scrollbar
    {
        height: 7px;
    }
    .tabla .contenedor::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        background: #273b47;
    }
    /*portada */
    .titulo {
        font-size: 45px;
        margin-top: 30px;
    }
    .title-a {
        font-size: 18px;
    }
    .portada {
        height: auto;
    }
    .portada .button {
        margin-bottom: 30px;
        display: inline-block;
    }

    /*guitarras*/
    .video-demo-contenedor {
        margin-bottom: 30px;
    }
    .guitarras {
         text-align: center;
    }
    .izquierda, .derecha {
        float: none;
        position: static;
    }
    .title-b {
        margin: 0;
    }
    .guitarra li {
        list-style: none;
    }
    .guitarra.b {
        height: auto;
    }
    .contenedor-guitarra-b {
        position: static;
        margin: 0;
    }
    .contenedor-guitarra-a {
        padding: 0;
    }
    footer .contenedor {
        margin-right: 25px;
    }
}
@media screen and (max-width: 767px) {
    /*footer*/
    .footer .contenedor {
        display: block;
    }
    .contacto {
        margin: 0 auto;
        display: block;
    }
    .contacto a {
        display: block;
    }
    .formulario {
        display: block;
        margin: 0 auto;
        width: 300px;
    }
    .sexo label {
        display: block;
    }
    .fomulario label {
        font-size: 20px;
    }
    .intereses label {
        display: block;
        font-size: 20px;
    }
    .col1 {
        margin: 0;
    }
    .col2 {
        margin-top: 15px;
    }
    input[type="text"] {
        margin-bottom: 30px;
    }
    input[type="text"],
    input[type="email"] {
        font-size: 16px;
        padding: 5px;
    }
    textarea {
        width: 100%;
    }
    input[type="radio"],
    input[type="checkbox"] {
        zoom: 1.5;
    }
}

@media screen and (max-width: 650px) {
    .header {
        text-align: center;
        width: 100%;
    }
    .logotipo {
        margin: 0;
    }
    .menu {
        position: static;
        display: block;
        text-align: center;
    }
    .menu li:first-child {
        margin: 0;
    }
    .menu ul {
        padding: 0;
    }
    /*guitarras*/
    /*.video-demo {*/
    /*    margin: 0 10px;*/
    /*}*/
}

@media screen and (max-width: 500px) {
    /*portada*/
    /*.opened {*/
    /*    overflow: hidden;*/
    /*}*/
    .portada .button {
        display: block;
    }
    .precios .header .logotipo {
        margin: 50px 0;
    }
    .burguer-button {
        display: block;
    }
    .portada .contenedor {
        position: static;
    }
    .header {
        position: static;
    }
    .header .contenedor {
        position: static;
    }
    .menu {
        background: rgba(255, 60, 88, .8);
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        display: flex;
        width: 100%;
        align-items: center;
        transition: .3s;
    }
    .menu.active {
        left:0;
    }
    .menu ul {
        flex: 1;
    }
    .menu li {
        display: block;
        margin: 0;
        padding: 8px 0;
        border-bottom: 1px solid white;
    }
    .menu li:before {
        display: none;
    }
    .menu li:first-child {
        border-top: 1px solid white;
    }
    .portada {
        text-align: center;
    }
    .titulo {
        font-size: 30px;
    }
    .title-a {
        font-size: 16px;
    }
    /*guitarras*/
    .guitarra img {
        width: 200px;
        /*height: auto;*/
    }
    .title-b {
        font-size: 30px;
    }
    .video-demo-contenedor {
        margin: 0 10px 30px 10px;
    }
    /*footer*/
    .col2 {
        align-items: stretch;
    }
}

.video-responsive-contenedor {
    position: relative;
    padding-top: 56.25%;
}

.video-responsive-src {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
    .background {
        background-image: url('../images/background2x.png');
    }
}