﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*2025 CAMBIO*/
    /*max-width: 280px;*/
    max-width: 100%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}


nav {
    background-color: #2799C9;
}

.nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: white ;
}


/* ordered list */
ol.roundcronos {
    list-style-type: none;
    padding-left: 0;
    line-height:30px;
}

    ol.roundcronos li {
        margin: 5px 0;
        padding-left: 45px;
    }

        ol.roundcronos li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.roundcronos li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.roundcronos li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.roundcronos li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.roundcronos li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.roundcronos li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.roundcronos li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.roundcronos li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.roundcronos li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.roundcronos li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

        ol.roundcronos li.ten {
            background: url("../Images/orderedList10.png") no-repeat;
        }

        ol.roundcronos li.eleven {
            background: url("../Images/orderedList11.png") no-repeat;
        }

/*bg-dark {*/
    /*display: block;*/
    /*background-color: #e5b100;
}*/

