    .owl-carousel.owl-drag .owl-item {
        padding-left: 2px ;
        padding-right: 2px;
    }

    .owl-nav {
        padding: 0px;
    }

    .owl-theme .owl-nav [class*='owl-'] {
        transition: all .3s ease;
    }
    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }
    owl-theme {
        position: relative;
    }
    .owl-theme .owl-next, .owl-theme .owl-prev {
            width: 22px;
            height: 22px;
            position: absolute;
            top: 50%;
            transform: translateY(-125%)
        }
    .owl-theme .owl-prev {
            left: 10px;
        }
    .owl-theme .owl-next {
        right: 10px;
    }

    .default_color{background-color: #FFFFFF !important;}

    .img{margin-top: 7px !important;}

    .curva{border-radius: 10px !important;}

    .curvaBoton{border-radius: 20px !important;}

    /*Color letras tabs*/
    .tabs .tab a{
        color:#00ACC1 !important;
    }
    /*Indicador del tabs*/
    .tabs .indicator {
        display: none; 
    }
    .tabs .tab a.active {
        border-bottom: 2px solid #29B6F6 !important;
    }
    /* label focus color */
    .input-field input:focus + label {
        color: #29B6F6 !important;
    }
    /* label underline focus color */
    .row .input-field input:focus {
        border-bottom: 1px solid #29B6F6 !important;
        box-shadow: 0 1px 0 0 #29B6F6 !important
    }

    /*videos de youtube*/
    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .embed-container iframe {
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /*slider tv*/
    .card-image.img
    {
        height:150px; !important
    }

    .material-icons.md1::before{
        content:"search";
    }

    .material-icons.md1:hover::before{
        content:"navigate_next";
    }

    /*evitar que el texto salga*/
    .break-word {
        word-break: break-all;
    }

    element.style {
        height: 600px; !important;
    }


    /* Botones SweetAlert */
    .swal-button {
    background: #2196F3 !important;
    }

    .swal-button--cancelar {
    background: red !important;
    }

    .swal-button--registrar {
    background: green !important; 
    }
