
@font-face {
    font-family: 'DIN Condensed';
    src: url('../font/DINCondensed-Bold.eot');
    src: url('../font/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/DINCondensed-Bold.woff2') format('woff2'),
    url('../font/DINCondensed-Bold.woff') format('woff'),
    url('../font/DINCondensed-Bold.ttf') format('truetype'),
    url('../font/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Alternate';
    src: url('../font/DINAlternateBold.eot');
    src: url('../font/DINAlternateBold.eot?') format('eot'),  /* IE6-IE8 */
url('../font/DINAlternateBold.woff2') format('woff2'),
url('../font/DINAlternateBold.woff') format('woff'),
url('../font/DINAlternateBold.ttf') format('truetype'),
url('../font/DINAlternateBold.svg#cake_dingbatsregular') format('svg');
    font-weight: bold;
    font-style: normal;
}


body{
    background-image: url("../img/codi_bg.jpg");
}

.content{
    font-family: 'DIN Alternate', Arial, sans-serif;
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
}

h2.aviso {
    font-family: "Arial";
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}

.fondo-codimed {
    background-image: url("../img/codi_bg.jpg");
}

.home {
    font-size: 14px;
    line-height: 27px;
    color: #404041;
}

.up-to-bar{
    margin-top: -10px;
    margin-bottom: 68px;
}

.titulo{
    font-family:  'DIN Condensed', Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 34px !important;
    margin-top: 25px !important;
    padding-top: 25px !important;
    color: #75266c !important;
    outline: none;
}

.subtitulo{
    font-family: "Arial";
    color: #00a1dc !important;
    font-size: 20px;
    outline: none;
    font-weight: bold;
}

h3 img{
    margin-top: 30px;
    margin-left: -35px;
}

.sin-marco {
    outline: none;
}

.forma-codimed {
    background-color: #f2f2f2 !important;
}

.forma-comentario {
    background-color: #ffffff !important;
}

.texto-codimed {
    font-family: "Arial";
    color: #444444;
    font-size: 16px; /* 16 pts */
    text-align: justify;
    font-weight: normal;
}

.texto-contacto {
    font-family: "Arial";
    color : #00a1dc;
    font-size: 16px;
    text-align: left;
    margin-left: 40px;
}


.navbar-align {
    background-color: #f0f0f0 !important;
    padding-left: 50px;
}

.menu {
    font-family: "DIN Condensed", sans-serif;
    font-size: 18px;
    color: #000;
}

.nav.navbar-nav.navbar-left li a {
    color: #333333 !important;
}

.nav.navbar-nav.navbar-left li a:hover {
    color: #75266c   !important;
}

.btn-codimed {
    background-color: #00a1dc !important;
    border: none;
    color: #ffffff !important;
    border-radius: 40px !important;
    font-family: Arial !important;
    font-size: 16px !important;
    text-align: center !important;
    font-weight: bold;
    font-style: normal;
}

.btn-comided button:hover {
    background-color: #444444 !important;
}

.control-label {
    font-family: 'Arial';
    font-size: 14px;
    color: #444444;
    text-align: left;
}

/* Orange Box */
.box_cat {
    background: -webkit-linear-gradient(bottom, #fd6b21, #fa581e);
    border-radius: 10px;
    width: 190px;
    height: 276px;
    border: 1px solid #fd6b21;
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px rgba(0, 0, 0, 0.4);  /* Firefox 3.5 - 3.6 */
    box-shadow: 5px 5px rgba(162, 162, 162, 0.2);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;

    margin-top: 40px;
    margin-bottom: 40px;
}

.btn-catalogo {
    background-color: #ffffff !important;
    border: none;
    color: #000000 !important;
    border-radius: 40px !important;
    font-family: Arial !important;
    font-size: 13px !important;
    /* text-align: center !important; */
    width: 140px;
    height: 40px;
    font-weight: normal;
    font-style: normal;
    margin-top: 60px;
}

.titulo_tarjeta {
    font-family: Arial !important;
    font-size: 16px !important;
    color: #ffffff;
    text-align: center;
    margin-top: 22px;
    font-weight: bold;
    font-style: normal;
}


/* The sidepanel menu */
.sidepanel {
    height: 600px; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #c7c7c7; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
    position: absolute;
    top:25px;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    display: none;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: white;
    color: #c0c0c0;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

.ingresar {
    color: #00a1dc !important;
}

.film_roll_pager {
    display: none;
}

legend {
    visibility: hidden;
}

form  {
    clear: none;
    display: inline;
}

.aviso {
    margin-top: 60px;
}

.aviso p{
    font-family: "Arial" !important;
    font-size: 16px !important;
    //line-height: 30px;
}

.subnivel{
    font-weight: bold;
    line-height: 35px;
}

@media screen and (min-device-width: 1601px) {

    .footer-bar {
        height: 150px;
    }

    .sidepanel {
        width: 260px;
        display: inline;
    }

    /* Position and style the close button (top right corner) */
    .sidepanel .closebtn {
        display: none;
    }

    .openbtn{
        display: none;
    }

    .content{
        width: 1600px;
        margin: auto;
    }

    .home-img {
        text-align: left;
        margin-left: -5px;
        background-image: url("../img/codi_azul.png");
        background-repeat: no-repeat;
    }

    .home-section {
        margin-left: 30px;
    }

    .carrusel {
        margin-top: 30px !important;
    }

    .registro-section{
        height: 860px;
        width: 1440px;
        margin-left: -80px !important;
    }

    .registro-form{
        margin-left: 5px;
        margin-right: 5px;
    }

    .forma-comided {
        margin-left: 5px;
        margin-right: 5px;
    }

    .forma-comentario {
        margin-left: 5px;
        margin-right: 5px;
    }

    .carrusel-section{

        width: 1440px !important;
        margin-left: -80px !important;
        margin-right: 180px !important;
        align-content: center;
        text-align: center;
    }

    .texto-principal {
        font-family: 'DIN Alternate';
        font-size: 35px;
        color: #073c49;
        text-align: right;
        display: block;
        margin-left: -30px;
        line-height: 35px;
        font-weight: bold;
        font-style: normal;
    }

    .texto-contacto {
        font-family: "Arial";
        color : #00a1dc;
        font-size: 16px;
        text-align: left;
        margin-left: 40px;
        line-height: 5px;
    }

    .tarjeta {
        margin-top: -180px;
    }




}

/* Desktop devices (tablets, 768px and up)*/
@media screen
and (min-device-width: 1280px)
and (max-device-width: 1600px){

    .footer-bar {
        height: 200px;
    }

    .sidepanel {
        width: 260px;
        display: inline;
    }

    /* Position and style the close button (top right corner) */
    .sidepanel .closebtn {
        display: none;
    }

    .openbtn {
        display: none;
    }

    .content{
        width: 1100px;
        margin: 0 auto;

    }

    .home-img {
        text-align: left;
        margin-left: -5px;
        background-image: url("../img/codi_azul.png");
        background-repeat: no-repeat;
    }

    .home-section {
        margin-left: 30px;
    }

    .carrusel {
        margin-top: 30px !important;
    }

    .registro-section{
        height: 860px;
        width: 1440px;
        margin-left: -80px !important;
    }

    .registro-form{
        margin-left: 5px;
        margin-right: 5px;
    }

    .forma-comided {
        margin-left: 5px;
        margin-right: 5px;
    }

    .forma-comentario {
        margin-left: 5px;
        margin-right: 5px;
    }

    .carrusel-section{

        width: 1440px !important;
        margin-left: -80px !important;
        margin-right: 180px !important;
        align-content: center;
        text-align: center;
    }

    .texto-principal {
        font-family: 'DIN Alternate';
        font-size: 35px;
        color: #073c49;
        text-align: right;
        display: block;
        margin-left: -30px;
        line-height: 35px;
        font-weight: bold;
        font-style: normal;
    }

    .texto-contacto {
        font-family: "Arial";
        color : #00a1dc;
        font-size: 16px;
        text-align: left;
        margin-left: 40px;
        line-height: 5px;
    }

    .tarjeta {
        margin-top: -180px;
    }

}

/* Portrait and Landscape */
@media screen and  (min-width: 767.5px) and (max-width: 1279.5px) {

    .footer-bar {
        height: 300px;
    }

    .sidepanel {
        width: 260px;
        display: inline;
    }

    /* Position and style the close button (top right corner) */
    .sidepanel .closebtn {
        display: none;
    }

    .openbtn{
        display: none;
    }

    .content{
        width: 80%;
        margin: 0 auto;
    }

    .home-img {
        text-align: left;
        margin-left: -5px;
        background-image: url("../img/codi_azul.png");
        background-repeat: no-repeat;
    }

    .home-section {
        margin-left: 30px;
    }

    .carrusel {
        margin-top: 30px !important;
    }

    .registro-section{
        height: 1060px;
        width: 1280px;
        margin-left: -80px !important;
    }

    .carrusel-section{

        width: 1280px !important;
        margin-left: -80px !important;
        margin-right: 180px !important;
        align-content: center;
        text-align: center;
    }

    .registro-form{
        margin-left: 5px;
        margin-right: 5px;

    }

    .forma-codimed{
        margin-left: 5px;
        margin-right: 5px;
    }

    .texto-principal {
        font-family: 'DIN Alternate';
        font-size: 35px;
        color: #073c49;
        text-align: right;
        display: block;
        margin-left: -30px;
        line-height: 35px;
        font-weight: bold;
        font-style: normal;
    }

    .texto-contacto {
        font-family: "Arial";
        color : #00a1dc;
        font-size: 16px;
        text-align: left;
        margin-left: 40px;
        line-height: 0px;
    }

    .tarjeta {
        margin-top: 10px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 768px) {

    .footer-bar {
        height: 400px;
    }

    .sidepanel {
        width: 260px;
    }

    /* Position and style the close button (top right corner) */
    .sidepanel .closebtn {
        display: inline;
    }

    .openbtn{
        display: inline;
    }

    .content{
        width: 100%;
        margin-left: 10px;
        margin: 0 auto;
    }

    .home-img {
        text-align: left;
        margin-left: -5px;
        background-image: url("../img/codi_azul.png");
        background-repeat: no-repeat;
    }

    .home-section {
        margin-left: 30px;
    }

    .carrusel {
        margin-top: 30px !important;
    }

    .registro-section{
        height: 1060px !important;
        width: 100%;
        margin-left: -80px !important;
    }

    .registro-form{
        margin-left: 80px;
        margin-right: 80px;

    }

    .carrusel-section{
        width: 800px !important;
        margin-left: -80px !important;
        margin-right: 180px !important;
        align-content: center;
        text-align: center;
    }

    .texto-principal {
        font-family: 'DIN Alternate';
        font-size: 35px;
        color: #073c49;
        text-align: center;
        display: block;
        line-height: 30px;
    }

    .titulo-comided {
        margin-top: -288px !important;
    }

    .texto-contacto {
        font-family: "Arial";
        color : #00a1dc;
        font-size: 16px;
        text-align: left;
        padding-top: 20px;
        margin-left: 40px;
        margin-top: 20px;
    }

    .tarjeta {
        margin-top: 10px;
    }
}


/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 300px) and (max-width: 575.98px) {

    .footer-bar {
        height: 400px;
    }

    .content{
        width: 100%;
        margin-left: 0px;
    }

    .home-img {
        text-align: left;
        margin-left: -25px;
        background-image: url("../img/codi_azul.png");
        background-repeat: no-repeat;
        width:auto;
        height:auto;
    }

    .home-section {
        margin-left: 0px;
    }

    .registro-section{
        height: 1060px;
        width: 576px;
        margin-left: -70px !important;
    }

    .registro-form{
        margin-left: 5px;
        margin-right: 5px;

    }

    .carrusel-section{
        width: 1280px;
        margin-left: -80px !important;
        align-content: center;
        text-align: center;
    }

    .texto-principal {
        font-family: 'DIN Alternate';
        font-size: 30px;
        color: #073c49;
        text-align: right;
        display: block;

        margin-right: 20px;
        line-height: 25px;
    }

    .texto-contacto {
        font-family: "Arial";
        color : #00a1dc;
        font-size: 16px;
        text-align: center;
    }

    .tarjeta {
        margin-top: 10px;
    }


    /* Position and style the close button (top right corner) */
    .sidepanel .closebtn {
        display: inline;
    }


}
